code stringlengths 2k 1.04M | repo_path stringlengths 5 517 | parsed_code stringlengths 0 1.04M | quality_prob float64 0.02 0.95 | learning_prob float64 0.02 0.93 |
|---|---|---|---|---|
.fujion_tabview {
display: flex;
overflow: hidden;
}
.fujion_tabview-top,
.fujion_tabview-bottom {
flex-direction: column;
}
.fujion_tabview-left,
.fujion_tabview-right {
flex-direction: row;
}
.fujion_tabview-tabs {
display: inline-flex;
overflow: auto;
margin: 0;
padding: 0;
order: 1;
}
.fujion_tabview-left > .fujion_tabview-tabs,
.fujion_tabview-right > .fujion_tabview-tabs {
flex-direction: column;
max-width: 20%;
}
.fujion_tabview-panes {
display: inline-flex;
flex-direction: column;
order: 2;
flex: 1;
border: 1px solid lightgray;
overflow: hidden;
}
.fujion_tabview-top > .fujion_tabview-panes {
margin-top: -1px;
}
.fujion_tabview-bottom > .fujion_tabview-panes {
margin-bottom: -1px;
order: 0;
}
.fujion_tabview-right > .fujion_tabview-panes {
margin-right: -1px;
order: 0;
}
.fujion_tabview-left > .fujion_tabview-panes {
margin-left: -1px;
}
.fujion_tab-pane {
flex: 1;
padding: 2px;
height: 100%;
overflow: auto;
}
.fujion_tab {
display: inline-block;
position: relative;
opacity: .75;
background: #eee;
border: 1px solid lightgray;
}
.fujion_tabview-bottom > .fujion_tabview-tabs > .fujion_tab {
border-top: none;
border-radius: 0 0 4px 4px;
margin-right: 1px;
}
.fujion_tabview-top > .fujion_tabview-tabs > .fujion_tab {
border-bottom: none;
border-radius: 4px 4px 0 0;
margin-right: 1px;
}
.fujion_tabview-left > .fujion_tabview-tabs > .fujion_tab {
border-right: none;
border-radius: 4px 0 0 4px;
margin-bottom: 1px;
}
.fujion_tabview-right > .fujion_tabview-tabs > .fujion_tab {
border-left: none;
text-align: right;
border-radius: 0 4px 4px 0;
margin-bottom: 1px;
}
.fujion_tabview-right > .fujion_tabview-tabs img {
float: left;
}
.fujion_tab-closable > a > span {
padding-right: 5px;
}
.fujion_tab a {
font-size: 14px;
line-height: 2em;
display: block;
padding: 0 10px;
outline: none;
}
.fujion_tab a:hover {
text-decoration: underline;
}
.fujion_tab a:focus {
text-decoration: none;
}
.fujion_tab-selected {
background: inherit;
opacity: 1;
}
.fujion_tabview-top > .fujion_tabview-tabs > .fujion_tab-selected {
border-bottom: 1px solid white;
}
.fujion_tabview-bottom > .fujion_tabview-tabs > .fujion_tab-selected {
border-top: 1px solid white;
}
.fujion_tabview-right > .fujion_tabview-tabs > .fujion_tab-selected {
border-left: 1px solid white;
}
.fujion_tabview-left > .fujion_tabview-tabs > .fujion_tab-selected {
border-right: 1px solid white;
}
.fujion_tab > a > .badge {
margin-right: 5px;
}
.fujion_tab > a > .fa-remove {
font-size: 70%;
position: absolute;
margin-top: 2px;
margin-left: -1px;
opacity: .6;
}
.fujion_tab > a > .fa-remove:hover {
opacity: 1;
} | fujion-core/src/main/webjar/css/fujion-tabview.css |
.fujion_tabview {
display: flex;
overflow: hidden;
}
.fujion_tabview-top,
.fujion_tabview-bottom {
flex-direction: column;
}
.fujion_tabview-left,
.fujion_tabview-right {
flex-direction: row;
}
.fujion_tabview-tabs {
display: inline-flex;
overflow: auto;
margin: 0;
padding: 0;
order: 1;
}
.fujion_tabview-left > .fujion_tabview-tabs,
.fujion_tabview-right > .fujion_tabview-tabs {
flex-direction: column;
max-width: 20%;
}
.fujion_tabview-panes {
display: inline-flex;
flex-direction: column;
order: 2;
flex: 1;
border: 1px solid lightgray;
overflow: hidden;
}
.fujion_tabview-top > .fujion_tabview-panes {
margin-top: -1px;
}
.fujion_tabview-bottom > .fujion_tabview-panes {
margin-bottom: -1px;
order: 0;
}
.fujion_tabview-right > .fujion_tabview-panes {
margin-right: -1px;
order: 0;
}
.fujion_tabview-left > .fujion_tabview-panes {
margin-left: -1px;
}
.fujion_tab-pane {
flex: 1;
padding: 2px;
height: 100%;
overflow: auto;
}
.fujion_tab {
display: inline-block;
position: relative;
opacity: .75;
background: #eee;
border: 1px solid lightgray;
}
.fujion_tabview-bottom > .fujion_tabview-tabs > .fujion_tab {
border-top: none;
border-radius: 0 0 4px 4px;
margin-right: 1px;
}
.fujion_tabview-top > .fujion_tabview-tabs > .fujion_tab {
border-bottom: none;
border-radius: 4px 4px 0 0;
margin-right: 1px;
}
.fujion_tabview-left > .fujion_tabview-tabs > .fujion_tab {
border-right: none;
border-radius: 4px 0 0 4px;
margin-bottom: 1px;
}
.fujion_tabview-right > .fujion_tabview-tabs > .fujion_tab {
border-left: none;
text-align: right;
border-radius: 0 4px 4px 0;
margin-bottom: 1px;
}
.fujion_tabview-right > .fujion_tabview-tabs img {
float: left;
}
.fujion_tab-closable > a > span {
padding-right: 5px;
}
.fujion_tab a {
font-size: 14px;
line-height: 2em;
display: block;
padding: 0 10px;
outline: none;
}
.fujion_tab a:hover {
text-decoration: underline;
}
.fujion_tab a:focus {
text-decoration: none;
}
.fujion_tab-selected {
background: inherit;
opacity: 1;
}
.fujion_tabview-top > .fujion_tabview-tabs > .fujion_tab-selected {
border-bottom: 1px solid white;
}
.fujion_tabview-bottom > .fujion_tabview-tabs > .fujion_tab-selected {
border-top: 1px solid white;
}
.fujion_tabview-right > .fujion_tabview-tabs > .fujion_tab-selected {
border-left: 1px solid white;
}
.fujion_tabview-left > .fujion_tabview-tabs > .fujion_tab-selected {
border-right: 1px solid white;
}
.fujion_tab > a > .badge {
margin-right: 5px;
}
.fujion_tab > a > .fa-remove {
font-size: 70%;
position: absolute;
margin-top: 2px;
margin-left: -1px;
opacity: .6;
}
.fujion_tab > a > .fa-remove:hover {
opacity: 1;
} | 0.625209 | 0.186687 |
@charset "UTF-8";
body{font:normal 14px/24px "Microsoft Yahei","冬青黑体简体中文 w3","宋体";}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ font-family:"Microsoft Yahei","冬青黑体简体中文 w3","宋体";}
h1, .h1{font-size:24px;}
h2, .h2{border-bottom: 1px solid #dadada;padding-bottom:5px;font-size:21px;}
h3, .h3{font-size:20px;}
a:focus{outline:0;background:rgba(0,0,0,.05);-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
box-shadow: 0 1px 1px rgba(0,0,0,.05);}
details summary:focus{outline:0;}
.input-group-addon{background-color: #f5f5f5;}
.panel-title{font-size:15px}
#masthead{margin-bottom:25px;background: #fcfcfc;}
.custom-background #masthead{background: none;}
#masthead .header-logo,#masthead .header-text{margin:15px 15px 15px 0;}
#masthead .header-logo{float:left;}
#masthead .header-text{color:#444}
#masthead .header-text .name{margin:20px 0 5px;font-size: 24px;line-height: 1.1;}
#masthead .header-text .name a{color:#444}
#masthead .header-text .description{opacity: 0.9;}
@media (max-width: 767px) {
#masthead .header-profile{border-top:1px solid #e7e7e7}
}
#masthead .header-profile{color:#666;padding: 15px 0;}
#masthead .header-profile a.avatar{margin:0 10px 0 0 ;width:64px;height:64px;float:left}
#masthead .header-profile a.avatar:hover{border-color:#bbb}
#masthead .header-profile .user-profile{margin: 0 ;padding: 0;list-style: none;}
.custom-background #masthead .header-profile .user-profile{border-radius:4px;background:rgba(255, 255, 255, 0.5)}
#masthead .header-profile .user-profile li{line-height:32px;font-size:13px;}
#masthead .header-profile .user-profile li:first-child{border-bottom:1px solid #eee;}
#masthead .header-profile .user-profile li a{margin:0 5px;}
#masthead .header-profile .user-profile li.tabs a{color:#666;margin:0 10px 0 0}
#masthead .navbar{border-width:1px 0;margin-bottom:25px;min-height:42px;}
#masthead .navbar.navbar-static-top{background-color: #fdfdfd;}
@keyframes loading-bar-move{0%{width:0;opacity:0}%{width:0;opacity:0}70%{width:100%;opacity:1}100%{width:100%;opacity:0}}
@-moz-keyframes loading-bar-move{0%{width:0;opacity:0}70%{width:100%;opacity:1}100%{width:100%;opacity:0}}
@-o-keyframes loading-bar-move{0%{width:0;opacity:0}70%{width:100%;opacity:1}100%{width:100%;opacity:0}}
@-webkit-keyframes loading-bar-move{0%{width:0;opacity:0}70%{width:100%;opacity:1}100%{width:100%;opacity:0}}
#masthead .navbar .progress{border-radius: 0;position: absolute;left:0;z-index: 999;height:100%;animation:loading-bar-move 5s;-moz-animation:loading-bar-move 5s;-webkit-animation:loading-bar-move 5s;-o-animation:loading-bar-move 5s;}
#masthead .navbar .progress-bar{width:100%;}
#masthead .navbar .navbar-text{line-height:20px;}
@media (min-width: 768px) {
#masthead .navbar-brand {display:none;}
}
#masthead .navbar-brand h1{font-size: 18px;line-height: 20px;margin: 0;padding: 0;}
@media (max-width: 991px) {
@media (min-width: 768px) {
#masthead .navbar-right {display:none;}
}
}
.dropdown-menu .divider{margin:0;}
.dropdown-menu>li>a,.navbar-nav .open .dropdown-menu>li>a{line-height:38px;}
.dropdown-header{border-top: 1px solid #e5e5e5;margin-top: -1px;line-height:38px;}
.navbar-nav>li>.dropdown-menu{padding: 0;min-width: 100%;border-top-color: #ddd;overflow:hidden;font-size:13px}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{background-color:rgba(231, 231, 231, 0.5);color:#2a6496;}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu .dropdown-header{color:#999;}
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{background-color: rgba(231, 231, 231, 0.5);}
.carousel-control.left,.carousel-control.right{background:none;}
@keyframes rotate{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}
@-moz-keyframes rotate{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}
@-webkit-keyframes rotate{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}
@-o-keyframes rotate{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}
.rotate{animation:rotate 1s linear infinite;-moz-animation:rotate 1s linear infinite;-webkit-animation:rotate 1s linear infinite;-o-animation:rotate 1s linear infinite;margin:0 0 0 3px;}
#loading{text-align:center;font-size:36px;color:#999;padding:30px;}
#loading .glyphicon{margin:0;}
.home-posts-list .list-group-item{height:45px;line-height:45px;padding:0 15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.panel-archive article.panel{border:0;box-shadow:none;border-radius:0;border-bottom:1px solid #eee;margin-bottom:10px;}
.panel-archive article.archive>.panel-body{padding:0 0 10px 0;position:relative;}
.panel-archive article .entry-header{border-bottom:1px dashed #eee;}
.panel-archive article .entry-header .entry-meta a{color:#999;}
.panel-archive .panel-archive-title{padding-bottom:20px;}
.panel-group .panel-heading a:focus{background:none;}
.panel-group .panel-collapse .list-group-item{height:46px;line-height:46px;padding:0 15px;overflow:hidden;}
.panel-group .panel-collapse .list-group-item a{color:#555;}
.panel-group .panel-collapse li:hover,.panel-group .panel-collapse li:focus{background:#f5f5f5;}
.panel-group .panel-collapse .list-group-item .badge{margin:13px 0;}
.panel-group .panel-collapse .list-group-item:first-child{border-radius:0;}
.profile{color:#999;}
.profile .author-avatar{float:left;}
.profile .author-name a{color:#999;}
.profile .author-description{padding-left:65px;line-height:25px;}
.copyright a{color:#777;}
.widget-title{margin:0;font-size:15px;}
.widget h2{font-size:18px;padding-bottom:10px;border-bottom:1px solid #eee;}
.widget ul{list-style-type:none;}
.widget li{position:relative;display:block;padding:10px 15px;border-top:1px solid #ddd;}
.widget li:first-child{border-top:0;}
.widget li:before, .widget li:after{display: table; content: " ";}
.widget li:after{clear: both;}
.widget li.icon{padding-left: 46px;background-position: 10px;background-repeat: no-repeat;}
.widget li.qq{background-image:url(../images/qq_32x32.png);}
.widget li.weibo{background-image:url(../images/weibo_32x32.png);}
.widget li.wordpress{background-image:url(../images/wordpress_32x32.png);}
.widget_categories li.current-cat:before{font-family:'Glyphicons Halflings';content:"\e118";}
.widget_categories li.current-cat>a{padding-left:7px;}
.widget ul{padding:0;margin:0;}
.widget ul.children,.widget ul.sub-menu{margin:10px 0 0 10px;}
.widget ul.children li,.widget ul.sub-menu li{border:0;border-top:1px solid #ddd;padding-bottom:0;padding-right:0;}
.widget li:hover,.widget li:focus,.widget li.active{text-decoration:none;background-color:#f5f5f5;}
.widget select{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background:#fff;border:0;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);}
.widget .badge{float:right;}
.widget .textwidget,.widget .tagcloud,.widget #calendar_wrap{padding:15px;overflow: hidden;}
.footer-widget .textwidget{padding:0;}
.widget ul li .rsswidget{display:block;}
.widget_categories,.widget ul li .post-date,.widget ul li .rss-date,.widget ul li cite{color:#999;}
.widget #calendar_wrap{background:#f5f5f5;}
.footer-widget #calendar_wrap{background:#fff;}
.widget #calendar_wrap #wp-calendar{width:100%;line-height:1.8333em;text-align:center;}
.widget #calendar_wrap #wp-calendar caption{margin-bottom:10px;}
.widget #calendar_wrap #wp-calendar thead,.widget #calendar_wrap #wp-calendar tfoot{background:#f5f5f5;border:1px solid #ddd;}
.widget #calendar_wrap #wp-calendar tbody{border:1px solid #ddd;background:#fff;}
.widget #calendar_wrap #wp-calendar th{text-align:center;}
.widget #calendar_wrap #wp-calendar #today{background:#428bca;color:#fff;}
.widget #calendar_wrap #wp-calendar #today a{color:#fff;}
.widget #recent_user{margin:6px 10px 10px 6px;}
.widget #recent_user li{border:0;display:inline-block;margin:4px 0 0 4px;padding:4px;}
.widget .user-profile{color:#666;}
.widget .user-profile a{margin:0 5px;}
.widget .user-profile .avatar{margin-right:8px;}
.widget.widget_search, .widget.widget_search .widget-title{border:0;}
article .entry-thumbnail a{display: none;position: absolute;left: 0;top: 59px;width:220px;height:146px;background:#fff;text-align: center;border: 1px solid #eee;border-radius: 4px;-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);box-shadow: 0 1px 1px rgba(0,0,0,.05);overflow: hidden;}
article .entry-thumbnail a:hover{border-color:#ddd;}
article .entry-thumbnail a img{}
article .has_post_thumbnail{overflow:hidden;}
@media (min-width: 768px) {
article .entry-thumbnail a{display:block;}
article .has_post_thumbnail .entry-meta,article .has_post_thumbnail .entry-content{margin-left:240px;}
article .has_post_thumbnail .entry-content{min-height:106px;}
}
@media (min-width: 992px) {
article .has_post_thumbnail .entry-meta{margin-left:0;}
article .entry-thumbnail a{width:160px;height:120px;top:auto;bottom:15px;}
article .has_post_thumbnail .entry-content{min-height:130px;margin-left:180px;}
}
@media (min-width: 1200px) {
article .entry-thumbnail a{width:220px;height:146px;top: 59px;bottom:auto;}
article .has_post_thumbnail .entry-meta,article .has_post_thumbnail .entry-content{margin-left:240px;}
article .has_post_thumbnail .entry-content{min-height:106px;}
}
article .entry-header{margin-top:0;}
article .entry-header .entry-title{margin:10px 0 15px;line-height:34px;}
@media (min-width: 768px) {
article.archive .entry-header .entry-title{white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
}
article .entry-header .entry-meta{color:#999;font-size:12px;}
article .entry-header .entry-meta .glyphicon{margin:0 5px;}
article .entry-header .entry-set-font span{cursor:pointer;font-size:18px;margin:0 10px;color:#333;}
article .entry-header .entry-set-font{float:right;}
article .entry-header .entry-set-font span.disabled{cursor:auto;color:#999;}
article .entry-content{font-size:14px;line-height:24px;overflow: hidden;}
article .entry-content img{max-width:100% !important;height: auto;}
article .entry-content .pager{text-align:left;margin-bottom:0;}
article .entry-content .pager span{background:#f5f5f5;display:inline-block;padding:2px 8px;border-radius:5px;}
article .entry-details{background:#f5f5f5;padding:10px;color:#666;border: 1px solid #ccc;margin: 20px 0;border-left: 0;border-right: 0;}
article .entry-details p{margin:0;}
article .entry-footer{height:33px;line-height:32px;margin:10px 0 0 0;padding:0 0 0 10px;border-top:1px solid #ddd;overflow:hidden;color:#999;}
article .entry-footer a{color:#acacac;}
article .entry-footer a:hover{color:#333;}
article .entry-footer .vote-group{float:right;margin:-1px -1px 0 0;}
article .entry-footer .vote-group a{border-radius:0;}
article .entry-footer .vote-group a:hover{border-color:#ddd;background:none;}
article .entry-footer .bd-share{float:right;width:122px;}
article .entry-footer .bd-share .bdsharebuttonbox{margin-left:6px;}
article .entry-footer .bd-share .bdsharebuttonbox a{margin:4px 4px 4px 0}
article .entry-footer .tooltip{z-index:999}
article .pager li>a, .pager li>span{margin:10px 0;}
@media (max-width: 767px) {
article .pager li,article .pager .previous>a, .pager .previous>span,.pager .next>a, .pager .next>span{float:none;display:block;text-align:left;}
}
article.panel-headline .entry-title{font-size:32px;line-height: 1.1;text-align:center;margin: 10px 0;}
article.panel-headline .entry-content{color:#999;font-size:12px;}
article.panel-headline .page-header{margin:10px 0;padding-bottom:10px;}
.article_index {background: #f1f1f1;border: 1px solid #dadada;border-left-width:3px;float: right;padding: 8px 16px;margin:0 0 12px 16px ;font-size:14px;line-height:26px;max-width:30%;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
.article_index li {list-style-type: upper-hexadecimal;}
.article_index h5{padding-bottom:10px;margin-bottom:10px;border-bottom:1px dashed #dadada;color:#666;cursor:pointer;}
.article_index h5 .caret{margin-left:5px;}
.article_index ul{padding:0;margin:0 0 0 15px;list-style-type:octal;list-style-position:outside;color:#666;display:block;}
.article_index ul li ul{padding:0 0 0 15px;}
@media screen and (max-width: 767px) {
.article_index{float: none;margin: 20px 0;max-width: 100%;}
.article_index ul li a{display: block;line-height: 32px;border-bottom: 1px dashed #ccc;margin-bottom: 5px;padding-bottom: 5px;}
}
.wp-caption {border: 1px solid #ddd;text-align: center;background-color: #f3f3f3;padding-top: 4px;margin: 10px 0;}
.wp-caption-dd {font-size: 11px;line-height: 17px;padding: 0 4px 5px;margin: 0;}
.wp-caption-text{margin-bottom:0;}
.aligncenter {display: block;margin-left: auto;margin-right: auto;}
.alignleft {float: left;}
.alignright {float: right;}
.box-shadow{padding:1px 24px 26px;background:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13);}
.vote-group a{color:#acacac;background:#fff;border:1px solid #ddd;}
.vote-group.disabled a{pointer-events:none;cursor:not-allowed;color:#ddd;}
.vote-group .highlight{color:#999 !important;background-color:#f5f5f5 !important;}
.archive .page-header{margin:10px 0;}
.archive .page-header .user-display-name{margin-top:5px;}
.archive .page-header .user-display-name small{font-size:12px;margin:0 5px;}
.archive .page-header .user-register-time{margin:5px 0;}
.archive .page-header .user-register-time span{margin: 0 5px;background: #f5f5f5;padding: 2px 3px;}
#comments{margin-top:10px;}
#comments #comment-user>div{padding:0;}
#comments textarea{border-radius:0;resize:none;}
#comments #comment-action{margin:5px 0 15px -5px;}
#comments #comment-action .btn{line-height:24px;margin-top:15px;border-radius:0;}
#comments #comment-action .look{display:none;}
#comments #comment-action .glyphicon{margin-right:3px;}
#comments #comment-action #commentsubmit:focus{outline:0;}
#comments #comment-action #commentsubmit{background:#f5f5f5;}
#respond li{background:#f5f5f5;}
#respond form{padding-top:18px;}
#code{margin-top:10px;font-size:12px;color:#666;}
code{white-space:normal;}
#comments .list-group-item-danger{background:rgba(169,68,66,0.05);}
#comments .respond-title{background:#f5f5f5;}
#comments .commentlist>ul.children{padding:0 0 0 50px;}
#comments li #comment-author .avatar{display:block;float:right;margin: 0 0 10px 10px;box-shadow:0 1px 3px rgba(0,0,0,0.22);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.22);}
#comments li .comment-votes{margin:0;padding:0;width:35px;line-height:21px;float:left;overflow:hidden;}
#comments li .comment-votes a{outline:0;text-decoration:none;display:block;margin-bottom:6px;text-align:center;overflow:hidden;cursor:pointer;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;}
#comments li .comment-votes a:hover{background-color: #f5f5f5;}
#comments li .comment-votes a .votes{display:block;line-height:16px;margin-bottom:5px;font-size:12px;}
#comments li .comment-votes.disabled{}
#comments li #comment-body{color:#999;font-size:13px;}
#comments li.top #comment-body{padding-left:50px;word-wrap: break-word;}
#comments li.comment{padding:15px;}
#comments li.pingback,#comments li.pingback a{color: #666;font-size: 13px;overflow: hidden;word-wrap: break-word;white-space: nowrap;text-overflow: ellipsis;}
#comments li #comment-body .popover .popover-content{height:72px;width:200px;line-height:25px;overflow:hidden;font-size:12px;}
#comments li #comment-body .popover .popover-content cite{display:block;width:180px;height:25px;overflow:hidden;text-overflow:ellipsis;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;margin:0 !important;}
#comments li #comment-body .popover .popover-content i{position:absolute;right:15px;bottom:10px;font-style:normal;}
#comments #comment-body .says{margin:0 6px;}
#comments .top-level{color:#999;font-size:12px;}
#comments #comment-content{color:#333;font-size:14px;line-height:24px;min-height:24px;margin:0;word-wrap:break-word;}
#comments #comment-meta{font-size:12px;line-height:16px;_zoom:1;}
#comments #comment-meta a{text-decoration:none;color:#999;margin:0 6px;padding:0;-webkit-transition: opacity .15s linear;-o-transition: opacity .15s linear;transition: opacity .15s linear;}
#comments #comment-meta a.pm,#comments #comment-meta a.comment-sticky,#comments #comment-meta a.comment-edit-link{opacity: 0;}
#comments li:hover #comment-meta a,#comments li #comment-meta a:hover,#comments li #comment-meta a:focus{opacity:1;}
#comments #comment-meta a:hover{color:#444;}
#comments #comment-meta a.highlight{color:#333}
#comments #comment-meta a .glyphicon{margin-right:4px;}
#comments #comment-meta a.comment-sticky:hover,
#comments #comment-meta a.comment-sticky:focus,
#comments #comment-meta a.comment-sticky.active{color:#5cb85c;}
#comments #comment-meta cite{margin:0 6px 0 0;}
#comments #comment-meta cite a{margin:0;color:#428bca;}
.commentlist form{background:#f7f7f7;}
#comments #thread-comments,
#comments #sticky-comments{padding:0;}
#comments #sticky-comments li{background-color:#f1fedd;border-color:#e9eee3;padding: 10px 15px;}
#comments .sticky-title{color:#3c763d;margin-top:-1px;}
#comments #thread-comments #loading{margin:15px auto;}
#pagination-comments{padding:0;}
#pagination-comments a,
#pagination-comments span {padding: 6px 12px;line-height: 1.42857143;color: #428bca;text-decoration: none;background-color: #fff;}
#pagination-comments a:hover,
#pagination-comments a:focus,
#pagination-comments .current{background:#f5f5f5;color:#777;}
.tooltip.top .tooltip-arrow{border-top-color:#999;}
.tooltip.bottom .tooltip-arrow{border-bottom-color:#999;}
.tooltip.left .tooltip-arrow{border-left-color:#999;}
.tooltip.right .tooltip-arrow{border-right-color:#999;}
.tooltip .tooltip-inner{background:#f5f5f5;color:#666;border:1px solid #999;}
#colophon{margin-top:20px;}
#colophon .panel-body{padding-bottom:0;}
#colophon .widget,#colophon #link_menu{margin:0 0 15px;}
#colophon .widget li{display:inline-block;border:0;border-bottom:1px solid #ddd;}
#colophon .widget.widget_analytics li{margin-right:5px;padding:0 15px;line-height:44px;}
#colophon .widget_recent_comments li,#colophon .widget_rss li{display:block;}
#colophon .widget-title{padding:10px 0;}
#colophon .menu{margin-bottom:10px;list-style:none;border-radius:4px;}
#colophon .menu li{border:0;padding:0;margin:0;}
#colophon .breadcrumb>li+li:before,
#colophon .menu li+li:before{content:"\2212";padding:0 5px;color:#ccc;}
#colophon .menu li:hover{background:none;}
#colophon.only-copyright{padding-top: 40px;padding-bottom: 40px;margin-top: 100px;color: #777;text-align: center;border-top: 1px solid #e5e5e5;}
.form-horizontal .control-label{text-align:left;}
.avatar{border-radius:5%;}
.floatButton {position:fixed;top:50%;right:0;z-index:9999999;}
@media screen and (max-width: 767px) {
.floatButton {display:none;}
}
body#tinymce{margin:10px;padding:0px;}
.home .carousel{margin-bottom:20px;}
.pagination .current{background:#f5f5f5;}
.dmeng-alert{color: #31708f;background-color: #d9edf7;border:1px solid #bce8f1;padding: 10px 8px;margin: 15px 0;font-size:14px;text-align:center;overflow: hidden;}
.dmeng-alert span{margin:0 3px;}
.adsense{overflow:hidden !important;text-align:center;padding:0;margin:8px;display:flex;}
/* author */
#author-page-header{border:0;margin:10px 0 0 0}
.author-tab{padding:0;margin:0 0 20px 0;list-style:none;border:1px solid #eee;border-width:1px 0}
.author-tab li{float:left}
.author-tab li a{display:block;padding:0 15px;line-height:38px;color:#888}
.author-tab li.active a{color:#555}
.author-tab li a:hover{background:#f5f5f5;text-decoration:none}
#author-message{padding:0;margin:0;list-style:none}
#author-message li{padding:0 5px;margin-bottom:10px;line-height:32px;border-bottom:1px solid #eee;color:#888;font-size:13px}
#author-message li.tip{padding:0 10px;border:0;background:#f8f8f8;margin:20px 0}
#author-message li .message-content{line-height:25px;color:#333}
#author-message li .pm-box{margin:0 44px 10px}
#author-message li .pm-content{padding:10px 15px;border:1px solid #e6e6e6;border-radius:2px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13)}
#author-message li .highlight{background:#f8f8f8}
#author-message li .pm-date{color:#ccc;font-size:12px;text-align:center;margin:10px 0 0}
#author-message li .info{font-size:12px;line-height:22px;color:#999}
#author-message li.unread{border-color:#5cb85c}
#author-message li.unread .tag{color:#5cb85c}
#author-message li.up{color:#333;line-height:25px;}
#author-message li.up .up_title{margin:0 5px;}
#author-message li.up .glyphicon{margin:0 5px 0 8px;}
#author-profile{width:100%;line-height:26px;background:#f8f8f8;color:#555}
#author-profile td{border-top:1px solid #ddd;padding:6px 10px}
#author-profile tr:first-child td{border:0}
#author-profile p{margin:0}
#author-profile .title{width:80px;text-align:right}
.dmeng-pager .btn{color:#555}
.dmeng-pager .dropdown-menu>li>a{line-height:26px}
.credit-table{margin:15px 0;}
.search-archive article em{font-style: normal;color: #c00;}
/* gift */
.gift_filter{padding:5px 15px;font-size:12px;color:#888}
.gift_filter .tips{font-size:12px;line-height:26px;margin-bottom: 15px;}
.gift_filter dl{margin-bottom:0}
.gift_filter dt{float:left;font-weight:normal;color:#888;line-height:36px;margin-right:5px}
.gift_filter dd{line-height:36px}
.gift_filter ul{list-style:none outside none;padding:0;margin:0}
.gift_filter ul li{display:inline-block;vertical-align:middle;margin:0 5px 0 0;overflow:hidden}
.gift_filter ul li a{padding:3px 6px;border-radius:3px}
.gift_filter ul li a.active{background:#428bca;color:#fff}
article.archive-gift{text-align:center;font-size:13px;line-height:20px;margin-bottom:15px}
article .gift-thumbnail{position:relative;text-align:center;border-radius:4px}
article .gift-thumbnail a{position:static;width:220px;height:auto;overflow:hidden;display:inherit;margin:0 auto;max-width:100%;max-height:146px}
@media(max-width:1199px){
@media(min-width:991px){
article .gift-thumbnail a{width:186px;}
}
}
article .gift-thumbnail a img{max-width:100%}
article .gift-thumbnail .future{display: block;position: absolute;bottom: 0;left: 0;right:0;margin: 0 0 10px 0;}
article .gift-thumbnail .future time{color: #fff;background:#f0ad4e;padding: 3px 8px;}
article.archive-gift .entry-meta{margin-top:10px;overflow:hidden;text-overflow:ellipsis}
article.archive-gift .entry-meta .link{white-space:nowrap}
article.archive-gift .entry-meta .credit{display:block;color:#d90000;margin-bottom:10px}
article.archive-gift .entry-meta .credit em{color:#29980b;font-style:normal;margin:0 3px}
article.archive-gift .entry-meta .credit .future{color:#f0ad4e}
article.single-gift .btn-exchange{margin:15px 0 5px;}
article.single-gift .exchange-tips{font-size:12px;margin:0;color:#666;text-align: center;}
article.single-gift h1.gift-title{border-bottom:1px dashed #eee;padding-bottom:10px;margin:10px 0 10px 0}
article.single-gift .gift-info{padding:0;margin:0;list-style:none;font-size:13px;line-height:26px}
article.single-gift .gift-info .label{color:#666;font-weight:normal;font-size:100%;margin:0 6px 0 0;padding:0;}
article.single-gift .page-header{color:#777;margin:36px -15px 30px;border: 1px solid #eee;border-width: 1px 0;line-height: 36px;padding:0 15px;}
article.single-gift .gift-attachment{padding: 0;margin:0;list-style: none;color: #666;}
article.single-gift .gift-attachment li{display:inline-block;padding: 3px 6px;border: 1px solid #ddd;margin:15px 15px 0 0;} | tpl/dmeng2.0.7/dmeng2.0/css/dmeng-2.0.7.css | @charset "UTF-8";
body{font:normal 14px/24px "Microsoft Yahei","冬青黑体简体中文 w3","宋体";}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ font-family:"Microsoft Yahei","冬青黑体简体中文 w3","宋体";}
h1, .h1{font-size:24px;}
h2, .h2{border-bottom: 1px solid #dadada;padding-bottom:5px;font-size:21px;}
h3, .h3{font-size:20px;}
a:focus{outline:0;background:rgba(0,0,0,.05);-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
box-shadow: 0 1px 1px rgba(0,0,0,.05);}
details summary:focus{outline:0;}
.input-group-addon{background-color: #f5f5f5;}
.panel-title{font-size:15px}
#masthead{margin-bottom:25px;background: #fcfcfc;}
.custom-background #masthead{background: none;}
#masthead .header-logo,#masthead .header-text{margin:15px 15px 15px 0;}
#masthead .header-logo{float:left;}
#masthead .header-text{color:#444}
#masthead .header-text .name{margin:20px 0 5px;font-size: 24px;line-height: 1.1;}
#masthead .header-text .name a{color:#444}
#masthead .header-text .description{opacity: 0.9;}
@media (max-width: 767px) {
#masthead .header-profile{border-top:1px solid #e7e7e7}
}
#masthead .header-profile{color:#666;padding: 15px 0;}
#masthead .header-profile a.avatar{margin:0 10px 0 0 ;width:64px;height:64px;float:left}
#masthead .header-profile a.avatar:hover{border-color:#bbb}
#masthead .header-profile .user-profile{margin: 0 ;padding: 0;list-style: none;}
.custom-background #masthead .header-profile .user-profile{border-radius:4px;background:rgba(255, 255, 255, 0.5)}
#masthead .header-profile .user-profile li{line-height:32px;font-size:13px;}
#masthead .header-profile .user-profile li:first-child{border-bottom:1px solid #eee;}
#masthead .header-profile .user-profile li a{margin:0 5px;}
#masthead .header-profile .user-profile li.tabs a{color:#666;margin:0 10px 0 0}
#masthead .navbar{border-width:1px 0;margin-bottom:25px;min-height:42px;}
#masthead .navbar.navbar-static-top{background-color: #fdfdfd;}
@keyframes loading-bar-move{0%{width:0;opacity:0}%{width:0;opacity:0}70%{width:100%;opacity:1}100%{width:100%;opacity:0}}
@-moz-keyframes loading-bar-move{0%{width:0;opacity:0}70%{width:100%;opacity:1}100%{width:100%;opacity:0}}
@-o-keyframes loading-bar-move{0%{width:0;opacity:0}70%{width:100%;opacity:1}100%{width:100%;opacity:0}}
@-webkit-keyframes loading-bar-move{0%{width:0;opacity:0}70%{width:100%;opacity:1}100%{width:100%;opacity:0}}
#masthead .navbar .progress{border-radius: 0;position: absolute;left:0;z-index: 999;height:100%;animation:loading-bar-move 5s;-moz-animation:loading-bar-move 5s;-webkit-animation:loading-bar-move 5s;-o-animation:loading-bar-move 5s;}
#masthead .navbar .progress-bar{width:100%;}
#masthead .navbar .navbar-text{line-height:20px;}
@media (min-width: 768px) {
#masthead .navbar-brand {display:none;}
}
#masthead .navbar-brand h1{font-size: 18px;line-height: 20px;margin: 0;padding: 0;}
@media (max-width: 991px) {
@media (min-width: 768px) {
#masthead .navbar-right {display:none;}
}
}
.dropdown-menu .divider{margin:0;}
.dropdown-menu>li>a,.navbar-nav .open .dropdown-menu>li>a{line-height:38px;}
.dropdown-header{border-top: 1px solid #e5e5e5;margin-top: -1px;line-height:38px;}
.navbar-nav>li>.dropdown-menu{padding: 0;min-width: 100%;border-top-color: #ddd;overflow:hidden;font-size:13px}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{background-color:rgba(231, 231, 231, 0.5);color:#2a6496;}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu .dropdown-header{color:#999;}
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{background-color: rgba(231, 231, 231, 0.5);}
.carousel-control.left,.carousel-control.right{background:none;}
@keyframes rotate{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}
@-moz-keyframes rotate{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}
@-webkit-keyframes rotate{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}
@-o-keyframes rotate{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}
.rotate{animation:rotate 1s linear infinite;-moz-animation:rotate 1s linear infinite;-webkit-animation:rotate 1s linear infinite;-o-animation:rotate 1s linear infinite;margin:0 0 0 3px;}
#loading{text-align:center;font-size:36px;color:#999;padding:30px;}
#loading .glyphicon{margin:0;}
.home-posts-list .list-group-item{height:45px;line-height:45px;padding:0 15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.panel-archive article.panel{border:0;box-shadow:none;border-radius:0;border-bottom:1px solid #eee;margin-bottom:10px;}
.panel-archive article.archive>.panel-body{padding:0 0 10px 0;position:relative;}
.panel-archive article .entry-header{border-bottom:1px dashed #eee;}
.panel-archive article .entry-header .entry-meta a{color:#999;}
.panel-archive .panel-archive-title{padding-bottom:20px;}
.panel-group .panel-heading a:focus{background:none;}
.panel-group .panel-collapse .list-group-item{height:46px;line-height:46px;padding:0 15px;overflow:hidden;}
.panel-group .panel-collapse .list-group-item a{color:#555;}
.panel-group .panel-collapse li:hover,.panel-group .panel-collapse li:focus{background:#f5f5f5;}
.panel-group .panel-collapse .list-group-item .badge{margin:13px 0;}
.panel-group .panel-collapse .list-group-item:first-child{border-radius:0;}
.profile{color:#999;}
.profile .author-avatar{float:left;}
.profile .author-name a{color:#999;}
.profile .author-description{padding-left:65px;line-height:25px;}
.copyright a{color:#777;}
.widget-title{margin:0;font-size:15px;}
.widget h2{font-size:18px;padding-bottom:10px;border-bottom:1px solid #eee;}
.widget ul{list-style-type:none;}
.widget li{position:relative;display:block;padding:10px 15px;border-top:1px solid #ddd;}
.widget li:first-child{border-top:0;}
.widget li:before, .widget li:after{display: table; content: " ";}
.widget li:after{clear: both;}
.widget li.icon{padding-left: 46px;background-position: 10px;background-repeat: no-repeat;}
.widget li.qq{background-image:url(../images/qq_32x32.png);}
.widget li.weibo{background-image:url(../images/weibo_32x32.png);}
.widget li.wordpress{background-image:url(../images/wordpress_32x32.png);}
.widget_categories li.current-cat:before{font-family:'Glyphicons Halflings';content:"\e118";}
.widget_categories li.current-cat>a{padding-left:7px;}
.widget ul{padding:0;margin:0;}
.widget ul.children,.widget ul.sub-menu{margin:10px 0 0 10px;}
.widget ul.children li,.widget ul.sub-menu li{border:0;border-top:1px solid #ddd;padding-bottom:0;padding-right:0;}
.widget li:hover,.widget li:focus,.widget li.active{text-decoration:none;background-color:#f5f5f5;}
.widget select{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background:#fff;border:0;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);}
.widget .badge{float:right;}
.widget .textwidget,.widget .tagcloud,.widget #calendar_wrap{padding:15px;overflow: hidden;}
.footer-widget .textwidget{padding:0;}
.widget ul li .rsswidget{display:block;}
.widget_categories,.widget ul li .post-date,.widget ul li .rss-date,.widget ul li cite{color:#999;}
.widget #calendar_wrap{background:#f5f5f5;}
.footer-widget #calendar_wrap{background:#fff;}
.widget #calendar_wrap #wp-calendar{width:100%;line-height:1.8333em;text-align:center;}
.widget #calendar_wrap #wp-calendar caption{margin-bottom:10px;}
.widget #calendar_wrap #wp-calendar thead,.widget #calendar_wrap #wp-calendar tfoot{background:#f5f5f5;border:1px solid #ddd;}
.widget #calendar_wrap #wp-calendar tbody{border:1px solid #ddd;background:#fff;}
.widget #calendar_wrap #wp-calendar th{text-align:center;}
.widget #calendar_wrap #wp-calendar #today{background:#428bca;color:#fff;}
.widget #calendar_wrap #wp-calendar #today a{color:#fff;}
.widget #recent_user{margin:6px 10px 10px 6px;}
.widget #recent_user li{border:0;display:inline-block;margin:4px 0 0 4px;padding:4px;}
.widget .user-profile{color:#666;}
.widget .user-profile a{margin:0 5px;}
.widget .user-profile .avatar{margin-right:8px;}
.widget.widget_search, .widget.widget_search .widget-title{border:0;}
article .entry-thumbnail a{display: none;position: absolute;left: 0;top: 59px;width:220px;height:146px;background:#fff;text-align: center;border: 1px solid #eee;border-radius: 4px;-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);box-shadow: 0 1px 1px rgba(0,0,0,.05);overflow: hidden;}
article .entry-thumbnail a:hover{border-color:#ddd;}
article .entry-thumbnail a img{}
article .has_post_thumbnail{overflow:hidden;}
@media (min-width: 768px) {
article .entry-thumbnail a{display:block;}
article .has_post_thumbnail .entry-meta,article .has_post_thumbnail .entry-content{margin-left:240px;}
article .has_post_thumbnail .entry-content{min-height:106px;}
}
@media (min-width: 992px) {
article .has_post_thumbnail .entry-meta{margin-left:0;}
article .entry-thumbnail a{width:160px;height:120px;top:auto;bottom:15px;}
article .has_post_thumbnail .entry-content{min-height:130px;margin-left:180px;}
}
@media (min-width: 1200px) {
article .entry-thumbnail a{width:220px;height:146px;top: 59px;bottom:auto;}
article .has_post_thumbnail .entry-meta,article .has_post_thumbnail .entry-content{margin-left:240px;}
article .has_post_thumbnail .entry-content{min-height:106px;}
}
article .entry-header{margin-top:0;}
article .entry-header .entry-title{margin:10px 0 15px;line-height:34px;}
@media (min-width: 768px) {
article.archive .entry-header .entry-title{white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
}
article .entry-header .entry-meta{color:#999;font-size:12px;}
article .entry-header .entry-meta .glyphicon{margin:0 5px;}
article .entry-header .entry-set-font span{cursor:pointer;font-size:18px;margin:0 10px;color:#333;}
article .entry-header .entry-set-font{float:right;}
article .entry-header .entry-set-font span.disabled{cursor:auto;color:#999;}
article .entry-content{font-size:14px;line-height:24px;overflow: hidden;}
article .entry-content img{max-width:100% !important;height: auto;}
article .entry-content .pager{text-align:left;margin-bottom:0;}
article .entry-content .pager span{background:#f5f5f5;display:inline-block;padding:2px 8px;border-radius:5px;}
article .entry-details{background:#f5f5f5;padding:10px;color:#666;border: 1px solid #ccc;margin: 20px 0;border-left: 0;border-right: 0;}
article .entry-details p{margin:0;}
article .entry-footer{height:33px;line-height:32px;margin:10px 0 0 0;padding:0 0 0 10px;border-top:1px solid #ddd;overflow:hidden;color:#999;}
article .entry-footer a{color:#acacac;}
article .entry-footer a:hover{color:#333;}
article .entry-footer .vote-group{float:right;margin:-1px -1px 0 0;}
article .entry-footer .vote-group a{border-radius:0;}
article .entry-footer .vote-group a:hover{border-color:#ddd;background:none;}
article .entry-footer .bd-share{float:right;width:122px;}
article .entry-footer .bd-share .bdsharebuttonbox{margin-left:6px;}
article .entry-footer .bd-share .bdsharebuttonbox a{margin:4px 4px 4px 0}
article .entry-footer .tooltip{z-index:999}
article .pager li>a, .pager li>span{margin:10px 0;}
@media (max-width: 767px) {
article .pager li,article .pager .previous>a, .pager .previous>span,.pager .next>a, .pager .next>span{float:none;display:block;text-align:left;}
}
article.panel-headline .entry-title{font-size:32px;line-height: 1.1;text-align:center;margin: 10px 0;}
article.panel-headline .entry-content{color:#999;font-size:12px;}
article.panel-headline .page-header{margin:10px 0;padding-bottom:10px;}
.article_index {background: #f1f1f1;border: 1px solid #dadada;border-left-width:3px;float: right;padding: 8px 16px;margin:0 0 12px 16px ;font-size:14px;line-height:26px;max-width:30%;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
.article_index li {list-style-type: upper-hexadecimal;}
.article_index h5{padding-bottom:10px;margin-bottom:10px;border-bottom:1px dashed #dadada;color:#666;cursor:pointer;}
.article_index h5 .caret{margin-left:5px;}
.article_index ul{padding:0;margin:0 0 0 15px;list-style-type:octal;list-style-position:outside;color:#666;display:block;}
.article_index ul li ul{padding:0 0 0 15px;}
@media screen and (max-width: 767px) {
.article_index{float: none;margin: 20px 0;max-width: 100%;}
.article_index ul li a{display: block;line-height: 32px;border-bottom: 1px dashed #ccc;margin-bottom: 5px;padding-bottom: 5px;}
}
.wp-caption {border: 1px solid #ddd;text-align: center;background-color: #f3f3f3;padding-top: 4px;margin: 10px 0;}
.wp-caption-dd {font-size: 11px;line-height: 17px;padding: 0 4px 5px;margin: 0;}
.wp-caption-text{margin-bottom:0;}
.aligncenter {display: block;margin-left: auto;margin-right: auto;}
.alignleft {float: left;}
.alignright {float: right;}
.box-shadow{padding:1px 24px 26px;background:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13);}
.vote-group a{color:#acacac;background:#fff;border:1px solid #ddd;}
.vote-group.disabled a{pointer-events:none;cursor:not-allowed;color:#ddd;}
.vote-group .highlight{color:#999 !important;background-color:#f5f5f5 !important;}
.archive .page-header{margin:10px 0;}
.archive .page-header .user-display-name{margin-top:5px;}
.archive .page-header .user-display-name small{font-size:12px;margin:0 5px;}
.archive .page-header .user-register-time{margin:5px 0;}
.archive .page-header .user-register-time span{margin: 0 5px;background: #f5f5f5;padding: 2px 3px;}
#comments{margin-top:10px;}
#comments #comment-user>div{padding:0;}
#comments textarea{border-radius:0;resize:none;}
#comments #comment-action{margin:5px 0 15px -5px;}
#comments #comment-action .btn{line-height:24px;margin-top:15px;border-radius:0;}
#comments #comment-action .look{display:none;}
#comments #comment-action .glyphicon{margin-right:3px;}
#comments #comment-action #commentsubmit:focus{outline:0;}
#comments #comment-action #commentsubmit{background:#f5f5f5;}
#respond li{background:#f5f5f5;}
#respond form{padding-top:18px;}
#code{margin-top:10px;font-size:12px;color:#666;}
code{white-space:normal;}
#comments .list-group-item-danger{background:rgba(169,68,66,0.05);}
#comments .respond-title{background:#f5f5f5;}
#comments .commentlist>ul.children{padding:0 0 0 50px;}
#comments li #comment-author .avatar{display:block;float:right;margin: 0 0 10px 10px;box-shadow:0 1px 3px rgba(0,0,0,0.22);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.22);}
#comments li .comment-votes{margin:0;padding:0;width:35px;line-height:21px;float:left;overflow:hidden;}
#comments li .comment-votes a{outline:0;text-decoration:none;display:block;margin-bottom:6px;text-align:center;overflow:hidden;cursor:pointer;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;}
#comments li .comment-votes a:hover{background-color: #f5f5f5;}
#comments li .comment-votes a .votes{display:block;line-height:16px;margin-bottom:5px;font-size:12px;}
#comments li .comment-votes.disabled{}
#comments li #comment-body{color:#999;font-size:13px;}
#comments li.top #comment-body{padding-left:50px;word-wrap: break-word;}
#comments li.comment{padding:15px;}
#comments li.pingback,#comments li.pingback a{color: #666;font-size: 13px;overflow: hidden;word-wrap: break-word;white-space: nowrap;text-overflow: ellipsis;}
#comments li #comment-body .popover .popover-content{height:72px;width:200px;line-height:25px;overflow:hidden;font-size:12px;}
#comments li #comment-body .popover .popover-content cite{display:block;width:180px;height:25px;overflow:hidden;text-overflow:ellipsis;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;margin:0 !important;}
#comments li #comment-body .popover .popover-content i{position:absolute;right:15px;bottom:10px;font-style:normal;}
#comments #comment-body .says{margin:0 6px;}
#comments .top-level{color:#999;font-size:12px;}
#comments #comment-content{color:#333;font-size:14px;line-height:24px;min-height:24px;margin:0;word-wrap:break-word;}
#comments #comment-meta{font-size:12px;line-height:16px;_zoom:1;}
#comments #comment-meta a{text-decoration:none;color:#999;margin:0 6px;padding:0;-webkit-transition: opacity .15s linear;-o-transition: opacity .15s linear;transition: opacity .15s linear;}
#comments #comment-meta a.pm,#comments #comment-meta a.comment-sticky,#comments #comment-meta a.comment-edit-link{opacity: 0;}
#comments li:hover #comment-meta a,#comments li #comment-meta a:hover,#comments li #comment-meta a:focus{opacity:1;}
#comments #comment-meta a:hover{color:#444;}
#comments #comment-meta a.highlight{color:#333}
#comments #comment-meta a .glyphicon{margin-right:4px;}
#comments #comment-meta a.comment-sticky:hover,
#comments #comment-meta a.comment-sticky:focus,
#comments #comment-meta a.comment-sticky.active{color:#5cb85c;}
#comments #comment-meta cite{margin:0 6px 0 0;}
#comments #comment-meta cite a{margin:0;color:#428bca;}
.commentlist form{background:#f7f7f7;}
#comments #thread-comments,
#comments #sticky-comments{padding:0;}
#comments #sticky-comments li{background-color:#f1fedd;border-color:#e9eee3;padding: 10px 15px;}
#comments .sticky-title{color:#3c763d;margin-top:-1px;}
#comments #thread-comments #loading{margin:15px auto;}
#pagination-comments{padding:0;}
#pagination-comments a,
#pagination-comments span {padding: 6px 12px;line-height: 1.42857143;color: #428bca;text-decoration: none;background-color: #fff;}
#pagination-comments a:hover,
#pagination-comments a:focus,
#pagination-comments .current{background:#f5f5f5;color:#777;}
.tooltip.top .tooltip-arrow{border-top-color:#999;}
.tooltip.bottom .tooltip-arrow{border-bottom-color:#999;}
.tooltip.left .tooltip-arrow{border-left-color:#999;}
.tooltip.right .tooltip-arrow{border-right-color:#999;}
.tooltip .tooltip-inner{background:#f5f5f5;color:#666;border:1px solid #999;}
#colophon{margin-top:20px;}
#colophon .panel-body{padding-bottom:0;}
#colophon .widget,#colophon #link_menu{margin:0 0 15px;}
#colophon .widget li{display:inline-block;border:0;border-bottom:1px solid #ddd;}
#colophon .widget.widget_analytics li{margin-right:5px;padding:0 15px;line-height:44px;}
#colophon .widget_recent_comments li,#colophon .widget_rss li{display:block;}
#colophon .widget-title{padding:10px 0;}
#colophon .menu{margin-bottom:10px;list-style:none;border-radius:4px;}
#colophon .menu li{border:0;padding:0;margin:0;}
#colophon .breadcrumb>li+li:before,
#colophon .menu li+li:before{content:"\2212";padding:0 5px;color:#ccc;}
#colophon .menu li:hover{background:none;}
#colophon.only-copyright{padding-top: 40px;padding-bottom: 40px;margin-top: 100px;color: #777;text-align: center;border-top: 1px solid #e5e5e5;}
.form-horizontal .control-label{text-align:left;}
.avatar{border-radius:5%;}
.floatButton {position:fixed;top:50%;right:0;z-index:9999999;}
@media screen and (max-width: 767px) {
.floatButton {display:none;}
}
body#tinymce{margin:10px;padding:0px;}
.home .carousel{margin-bottom:20px;}
.pagination .current{background:#f5f5f5;}
.dmeng-alert{color: #31708f;background-color: #d9edf7;border:1px solid #bce8f1;padding: 10px 8px;margin: 15px 0;font-size:14px;text-align:center;overflow: hidden;}
.dmeng-alert span{margin:0 3px;}
.adsense{overflow:hidden !important;text-align:center;padding:0;margin:8px;display:flex;}
/* author */
#author-page-header{border:0;margin:10px 0 0 0}
.author-tab{padding:0;margin:0 0 20px 0;list-style:none;border:1px solid #eee;border-width:1px 0}
.author-tab li{float:left}
.author-tab li a{display:block;padding:0 15px;line-height:38px;color:#888}
.author-tab li.active a{color:#555}
.author-tab li a:hover{background:#f5f5f5;text-decoration:none}
#author-message{padding:0;margin:0;list-style:none}
#author-message li{padding:0 5px;margin-bottom:10px;line-height:32px;border-bottom:1px solid #eee;color:#888;font-size:13px}
#author-message li.tip{padding:0 10px;border:0;background:#f8f8f8;margin:20px 0}
#author-message li .message-content{line-height:25px;color:#333}
#author-message li .pm-box{margin:0 44px 10px}
#author-message li .pm-content{padding:10px 15px;border:1px solid #e6e6e6;border-radius:2px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.13);box-shadow:0 1px 3px rgba(0,0,0,.13)}
#author-message li .highlight{background:#f8f8f8}
#author-message li .pm-date{color:#ccc;font-size:12px;text-align:center;margin:10px 0 0}
#author-message li .info{font-size:12px;line-height:22px;color:#999}
#author-message li.unread{border-color:#5cb85c}
#author-message li.unread .tag{color:#5cb85c}
#author-message li.up{color:#333;line-height:25px;}
#author-message li.up .up_title{margin:0 5px;}
#author-message li.up .glyphicon{margin:0 5px 0 8px;}
#author-profile{width:100%;line-height:26px;background:#f8f8f8;color:#555}
#author-profile td{border-top:1px solid #ddd;padding:6px 10px}
#author-profile tr:first-child td{border:0}
#author-profile p{margin:0}
#author-profile .title{width:80px;text-align:right}
.dmeng-pager .btn{color:#555}
.dmeng-pager .dropdown-menu>li>a{line-height:26px}
.credit-table{margin:15px 0;}
.search-archive article em{font-style: normal;color: #c00;}
/* gift */
.gift_filter{padding:5px 15px;font-size:12px;color:#888}
.gift_filter .tips{font-size:12px;line-height:26px;margin-bottom: 15px;}
.gift_filter dl{margin-bottom:0}
.gift_filter dt{float:left;font-weight:normal;color:#888;line-height:36px;margin-right:5px}
.gift_filter dd{line-height:36px}
.gift_filter ul{list-style:none outside none;padding:0;margin:0}
.gift_filter ul li{display:inline-block;vertical-align:middle;margin:0 5px 0 0;overflow:hidden}
.gift_filter ul li a{padding:3px 6px;border-radius:3px}
.gift_filter ul li a.active{background:#428bca;color:#fff}
article.archive-gift{text-align:center;font-size:13px;line-height:20px;margin-bottom:15px}
article .gift-thumbnail{position:relative;text-align:center;border-radius:4px}
article .gift-thumbnail a{position:static;width:220px;height:auto;overflow:hidden;display:inherit;margin:0 auto;max-width:100%;max-height:146px}
@media(max-width:1199px){
@media(min-width:991px){
article .gift-thumbnail a{width:186px;}
}
}
article .gift-thumbnail a img{max-width:100%}
article .gift-thumbnail .future{display: block;position: absolute;bottom: 0;left: 0;right:0;margin: 0 0 10px 0;}
article .gift-thumbnail .future time{color: #fff;background:#f0ad4e;padding: 3px 8px;}
article.archive-gift .entry-meta{margin-top:10px;overflow:hidden;text-overflow:ellipsis}
article.archive-gift .entry-meta .link{white-space:nowrap}
article.archive-gift .entry-meta .credit{display:block;color:#d90000;margin-bottom:10px}
article.archive-gift .entry-meta .credit em{color:#29980b;font-style:normal;margin:0 3px}
article.archive-gift .entry-meta .credit .future{color:#f0ad4e}
article.single-gift .btn-exchange{margin:15px 0 5px;}
article.single-gift .exchange-tips{font-size:12px;margin:0;color:#666;text-align: center;}
article.single-gift h1.gift-title{border-bottom:1px dashed #eee;padding-bottom:10px;margin:10px 0 10px 0}
article.single-gift .gift-info{padding:0;margin:0;list-style:none;font-size:13px;line-height:26px}
article.single-gift .gift-info .label{color:#666;font-weight:normal;font-size:100%;margin:0 6px 0 0;padding:0;}
article.single-gift .page-header{color:#777;margin:36px -15px 30px;border: 1px solid #eee;border-width: 1px 0;line-height: 36px;padding:0 15px;}
article.single-gift .gift-attachment{padding: 0;margin:0;list-style: none;color: #666;}
article.single-gift .gift-attachment li{display:inline-block;padding: 3px 6px;border: 1px solid #ddd;margin:15px 15px 0 0;} | 0.274157 | 0.053477 |
@charset "utf-8";
/*!
* 版本:MYUI Copyright © 2019
* 作者:QQ726662013版权所有
* 官网:https://www.mytheme.cn
*/
/* all */
body{ padding-top: 80px;}
body.active{ padding-top: 60px;}
.myui-container-bg{ margin-bottom: 20px; padding: 20px 0; background-color: #333;}
/* header */
.myui-header__top{ position:fixed; top:0; z-index:999; width:100%; height: 60px; background-color: #222;}
.top-fixed-down{ margin-top:-61px;}
/* header-logo */
.myui-header__logo,.myui-header__menu{ float:left;}
/* header-seacrh */
.myui-header__search{ float: right; position: relative; margin-right: 50px; margin-top: 10px; height: 38px; border: 2px solid #333;}
.myui-header__search li{ float: left;}
.myui-header__search li.search-item{ width: 260px; height: 38px;}
.myui-header__search li.search-item .form-control{ height: 38px; padding-left: 20px; border-radius: 0; background: none; border: 0;}
.myui-header__search li.search-item .form-control:focus{ border-color: none; -webkit-box-shadow: none;}
.myui-header__search .submit{ display:block; position:absolute; top: 0; right: 15px; height:32px; line-height:30px; text-align:center; background: none; border: 0; font-size: 12px; cursor: pointer; color: #999;}
.myui-header__search li.search-item .dropdown-box{ margin-left: -130px; padding-top: 0;}
.myui-header__search li.search-item .dropdown-box .item{ width: 260px; padding: 20px;}
.myui-header__search li.search-item.search-item:hover .search-dropdown-hot{ display: block;}
.myui-header__search li.search-select{ position: relative; margin-top: 8px; padding: 0 10px 0 15px;border-right: 1px solid rgba(0,0,0,.1); cursor: pointer;}
.myui-header__search li.search-select .text{ color: #999;}
.myui-header__search li.search-select .dropdown-box{ margin-left: -40px; z-index: 101;}
.myui-header__search li.search-select .dropdown-box .item{ width: 80px; padding: 10px; text-align: center;}
.myui-header__search li.search-select .dropdown-box .item p{ margin: 0; padding: 5px 0;}
/* header-menu */
.myui-header__menu > li{ position: relative; float: left; color: #fff;}
.myui-header__menu > li > a{ display: block; height: 60px; line-height: 60px; padding: 0 15px; color: #fff;}
.myui-header__menu > li.active > a{ background-color: #333;}
.myui-header__menu > li.search-ul .fa{ vertical-align: -2px; font-size: 20px; color: #fff;}
.myui-header__menu > li.search-ul .dropdown-box{ margin-left: -30px; padding-top: 0;}
.myui-header__menu > li.search-ul .dropdown-box .item{ width: 500px;}
.myui-header__menu > li.search-ul .dropdown-box .item li{ padding: 6px;}
/* header-user */
.myui-header__user{ float:right;}
.myui-header__user > li{ float:left; position: relative; padding: 18px 0 10px; margin-left: 20px;}
.myui-header__user > li > a,.myui-header__user > li > a .fa{ display: inline-block; font-size: 22px; line-height: 24px; color: #fff;}
.myui-header__user > li .dropdown-box{ right: 0; margin-left: 0; margin-right: -120px; padding-top: 10px;}
.myui-header__user > li .dropdown-box .item{ width: 260px; padding: 20px;}
.myui-header__user > li.menu .dropdown-box{ right: 0; margin-left: 0; margin-right: -40px; padding-top: 10px;}
.myui-header__user > li.menu .dropdown-box .item{ width: 90px; padding: 10px;}
.myui-header__user > li.menu .dropdown-box .item li{ padding: 5px 0; text-align: center;}
/* content */
.myui-content__thumb{ float: left;}
.myui-content__thumb .myui-vodlist__thumb{ width: 220px; box-shadow: 0 2px 6px rgba(0,0,0,.6);}
.myui-content__thumb.active .myui-vodlist__thumb{ width: 150px;}
.myui-content__detail,.myui-content__operate{ float: left; width: calc(100% - 220px); padding-left: 20px;}
.myui-content__detail.active{ width: calc(100% - 150px);}
.myui-content__detail .title{ margin: 20px 0 10px; font-size: 24px; line-height:30px;}
.myui-content__detail .title .score{ display: inline-block; margin-left: 10px; font-family: Georgia,"Times New Roman",Times,serif;}
.myui-content__detail .data{ margin-bottom:10px; line-height: 20px; word-wrap: break-word; white-space: normal; word-break: break-all;}
.myui-content__detail .score{ margin-bottom: 20px;}
.myui-content__detail .score .rating{ display: inline-block; position: relative; top: 5px;}
.myui-content__detail .score .rating li{ cursor:pointer; display: inline-block; margin-right: 5px;}
.myui-content__detail .score .rating li .fa{ font-size: 24px;}
.myui-content__detail .score .branch{ display: inline-block; font-family: Georgia,"Times New Roman",Times,serif; font-size: 24px; line-height: 24px;}
.myui-content__operate{ float: left;}
.myui-content__operate li{ float: left; margin-right: 10px;}
.myui-content__operate li .btn{ margin-left: 10px; margin-top: 10px;}
.myui-content__operate li .btn:first-child{ margin-left: 0;}
.myui-content__tag a{ display: inline-block; line-height: 20px; padding: 2px 10px; margin-left: 5px; border: 1px solid rgba(0,0,0,.1); font-size: 12px; border-radius: 15px;}
/* player */
.myui-player__item{ position: relative;}
.myui-player__item .fixed{ position: fixed; z-index: 998; right: 0; bottom: 0; padding: 10px; background-color: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.1);}
.myui-player__item .is-btn{ position: absolute; z-index: 99; top: 50%; right: -12px; margin-top: -30px; display: block; width: 12px; text-align: center; height: 60px; line-height: 60px; font-size: 10px; border-radius: 0 4px 4px 0; background-color: #404040; color: #999;}
.myui-player__item .player-fixed-off{display: none; position: absolute; top: -10px; left: -10px; width: 20px; height: 20px; text-align: center; line-height: 20px; background-color: #fff; border-radius: 50%; color: #333; box-shadow: 0 2px 5px rgba(0,0,0,.1);}
.myui-player__item .tips{ position: relative; height: 40px; line-height: 40px; overflow: hidden; padding: 0 20px; color: #fff;}
.myui-player__operate{ padding: 20px 10px; display: -webkit-box; display: -webkit-flex; display: flex;}
.myui-player__operate li{ display: block; text-align: center; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1;}
.myui-player__detail .title{margin:0 0 10px}
.myui-player__detail .detail-content{padding-top:10px}
.myui-player__detail .desc{padding-left:42px}
.myui-player__detail .desc .left{margin-left:-42px}
.myui-player__data{ padding: 10px;}
#player-sidebar::-webkit-scrollbar{ width: 4px; background-color: #1c1b1e;}
#player-sidebar::-webkit-scrollbar-thumb{background-color: #434145;}
.myui-player__notice{ position: absolute; top: 50%; left: 0; width: 100%; margin-top: -65px;}
.myui-player__notice h3,.myui-player__notice h5,.myui-player__notice p{ color: #fff;}
.myui-player-links{ position: relative; top: 15px; right: 10px;}
.myui-player-links .btn{ position: absolute; top: 0; right: -5px; border-radius: 0 5px 5px 0;}
/* news */
.myui-newslist li{ padding: 30px 0;}
.myui-newslist li .title{ margin: 0; font-size: 22px; line-height: 30px; font-weight: 600;}
.myui-newslist li .desc{ text-indent: 2em; margin: 0; padding: 20px 0; line-height: 25px;}
.myui-newslist__text li .title{ margin: 0; font-size: 15px;}
.myui-art__nav li{ padding: 6px 0;}
.myui-art__nav li.active a{ font-weight: bold; color: #ff9900;}
/* footer */
.myui-foot{ padding: 20px 0;}
.myui-foot p{ line-height: 25px;}
@media (max-width:1400px){
/* header */
.myui-header__top{ padding: 0 20px;}
.myui-header__menu > li:hover .head-dropdown,.myui-header__user > li:hover .head-dropdown{ display: none;}
}
@media (max-width:767px){
.myui-container-bg{ margin-bottom: 10px; padding: 5px 0;}
/* panel */
.myui-panel-bg,.myui-vodlist__bg,.myui-vodlist__bg:hover{box-shadow: none;}
.myui-panel__head .title, .myui-panel__head .title a{ font-size: 18px;}
/* header */
.myui-header__top{ padding: 0 10px;}
.myui-header__search{ position:absolute; top: -100%; left: 10px; right: 30px; margin: 10px 0 0; width: auto;}
.myui-header__search li.search-item{ width: 100%;}
.myui-header__search li.search-ul .dropdown-box .item{ width: 300px;}
.myui-header__search .search-close{ position: absolute; top: 6px; right: -30px; color: #fff;}
.myui-header__menu li.search-ul .dropdown-box{ margin-left: -120px; padding-top: 0;}
.myui-header__menu li.search-ul .dropdown-box .item{ width: 300px;}
.myui-header__user > li{ margin-left: 15px; padding: 15px 0 10px;}
.myui-header__user > li > a .fa{ font-size: 20px; line-height: 20px;}
.myui-header__user > li .dropdown-box{ margin-right: 0;}
.myui-header__top.color .myui-header__search .search-close{ color: #fff;}
/* content */
.myui-content__thumb .myui-vodlist__thumb{ width: 120px;}
.myui-content__thumb.active .myui-vodlist__thumb{ width: 120px;}
.myui-content__detail{ float: left; width: calc(100% - 120px);}
.myui-content__detail.active{ width: calc(100% - 120px);}
.myui-content__detail .title{ margin: 5px 0 8px; font-size:18px; line-height:18px}
.myui-content__detail .data{ margin:0 0 10px; font-size:12px; line-height: 18px; word-wrap: break-word; white-space: normal;}
.myui-content__detail .operate{margin:0;padding:0}
.myui-content__detail .topline{ padding: 5px 0;}
.myui-content__detail .score { margin-bottom: 5px;}
.myui-content__detail .score .branch{ font-size: 16px;}
.myui-content__detail .score .rating{ top: 0;}
.myui-content__detail .score .rating li{ margin: 0;}
.myui-content__detail .score .rating li .fa{ font-size: 18px;}
.myui-content__operate{ width: 100%; margin-left: -5px; padding: 0;}
.myui-content__operate li { float: left; width: 33.333333%; text-align: center; margin: 0; padding: 2px 5px;}
.myui-content__operate li .btn{ display: block; padding: 8px;}
/* player */
.myui-player{ margin-top: 0;}
.myui-player__item{ padding: 0;}
.myui-player__detail{ margin: 0;}
.myui-player__detail .data .title{font-size:16px}
.myui-player__detail.detail .title{font-size:18px;}
.myui-player__operate li{ margin: 0;}
.myui-player__operate li .fa{ display: block; margin-bottom: 5px; font-size: 16px;}
.myui-player-links{ top: 0; right: 0; padding: 0 10px;}
.myui-player-links .btn{ height: 35px; right: 8px;}
.myui-player__operate li .dropdown-box{ left: auto; right: 0; margin-right: -50px;}
/* news */
.myui-newslist li .title{ font-size: 18px; line-height: 30px;}
.myui-art__nav li{ display: inline-block; margin-right: 10px;}
.myui-art__nav li.active a{ font-weight: bold; color: #ff9900;}
} | template/mytheme_26/statics/css/mytheme-site.css | @charset "utf-8";
/*!
* 版本:MYUI Copyright © 2019
* 作者:QQ726662013版权所有
* 官网:https://www.mytheme.cn
*/
/* all */
body{ padding-top: 80px;}
body.active{ padding-top: 60px;}
.myui-container-bg{ margin-bottom: 20px; padding: 20px 0; background-color: #333;}
/* header */
.myui-header__top{ position:fixed; top:0; z-index:999; width:100%; height: 60px; background-color: #222;}
.top-fixed-down{ margin-top:-61px;}
/* header-logo */
.myui-header__logo,.myui-header__menu{ float:left;}
/* header-seacrh */
.myui-header__search{ float: right; position: relative; margin-right: 50px; margin-top: 10px; height: 38px; border: 2px solid #333;}
.myui-header__search li{ float: left;}
.myui-header__search li.search-item{ width: 260px; height: 38px;}
.myui-header__search li.search-item .form-control{ height: 38px; padding-left: 20px; border-radius: 0; background: none; border: 0;}
.myui-header__search li.search-item .form-control:focus{ border-color: none; -webkit-box-shadow: none;}
.myui-header__search .submit{ display:block; position:absolute; top: 0; right: 15px; height:32px; line-height:30px; text-align:center; background: none; border: 0; font-size: 12px; cursor: pointer; color: #999;}
.myui-header__search li.search-item .dropdown-box{ margin-left: -130px; padding-top: 0;}
.myui-header__search li.search-item .dropdown-box .item{ width: 260px; padding: 20px;}
.myui-header__search li.search-item.search-item:hover .search-dropdown-hot{ display: block;}
.myui-header__search li.search-select{ position: relative; margin-top: 8px; padding: 0 10px 0 15px;border-right: 1px solid rgba(0,0,0,.1); cursor: pointer;}
.myui-header__search li.search-select .text{ color: #999;}
.myui-header__search li.search-select .dropdown-box{ margin-left: -40px; z-index: 101;}
.myui-header__search li.search-select .dropdown-box .item{ width: 80px; padding: 10px; text-align: center;}
.myui-header__search li.search-select .dropdown-box .item p{ margin: 0; padding: 5px 0;}
/* header-menu */
.myui-header__menu > li{ position: relative; float: left; color: #fff;}
.myui-header__menu > li > a{ display: block; height: 60px; line-height: 60px; padding: 0 15px; color: #fff;}
.myui-header__menu > li.active > a{ background-color: #333;}
.myui-header__menu > li.search-ul .fa{ vertical-align: -2px; font-size: 20px; color: #fff;}
.myui-header__menu > li.search-ul .dropdown-box{ margin-left: -30px; padding-top: 0;}
.myui-header__menu > li.search-ul .dropdown-box .item{ width: 500px;}
.myui-header__menu > li.search-ul .dropdown-box .item li{ padding: 6px;}
/* header-user */
.myui-header__user{ float:right;}
.myui-header__user > li{ float:left; position: relative; padding: 18px 0 10px; margin-left: 20px;}
.myui-header__user > li > a,.myui-header__user > li > a .fa{ display: inline-block; font-size: 22px; line-height: 24px; color: #fff;}
.myui-header__user > li .dropdown-box{ right: 0; margin-left: 0; margin-right: -120px; padding-top: 10px;}
.myui-header__user > li .dropdown-box .item{ width: 260px; padding: 20px;}
.myui-header__user > li.menu .dropdown-box{ right: 0; margin-left: 0; margin-right: -40px; padding-top: 10px;}
.myui-header__user > li.menu .dropdown-box .item{ width: 90px; padding: 10px;}
.myui-header__user > li.menu .dropdown-box .item li{ padding: 5px 0; text-align: center;}
/* content */
.myui-content__thumb{ float: left;}
.myui-content__thumb .myui-vodlist__thumb{ width: 220px; box-shadow: 0 2px 6px rgba(0,0,0,.6);}
.myui-content__thumb.active .myui-vodlist__thumb{ width: 150px;}
.myui-content__detail,.myui-content__operate{ float: left; width: calc(100% - 220px); padding-left: 20px;}
.myui-content__detail.active{ width: calc(100% - 150px);}
.myui-content__detail .title{ margin: 20px 0 10px; font-size: 24px; line-height:30px;}
.myui-content__detail .title .score{ display: inline-block; margin-left: 10px; font-family: Georgia,"Times New Roman",Times,serif;}
.myui-content__detail .data{ margin-bottom:10px; line-height: 20px; word-wrap: break-word; white-space: normal; word-break: break-all;}
.myui-content__detail .score{ margin-bottom: 20px;}
.myui-content__detail .score .rating{ display: inline-block; position: relative; top: 5px;}
.myui-content__detail .score .rating li{ cursor:pointer; display: inline-block; margin-right: 5px;}
.myui-content__detail .score .rating li .fa{ font-size: 24px;}
.myui-content__detail .score .branch{ display: inline-block; font-family: Georgia,"Times New Roman",Times,serif; font-size: 24px; line-height: 24px;}
.myui-content__operate{ float: left;}
.myui-content__operate li{ float: left; margin-right: 10px;}
.myui-content__operate li .btn{ margin-left: 10px; margin-top: 10px;}
.myui-content__operate li .btn:first-child{ margin-left: 0;}
.myui-content__tag a{ display: inline-block; line-height: 20px; padding: 2px 10px; margin-left: 5px; border: 1px solid rgba(0,0,0,.1); font-size: 12px; border-radius: 15px;}
/* player */
.myui-player__item{ position: relative;}
.myui-player__item .fixed{ position: fixed; z-index: 998; right: 0; bottom: 0; padding: 10px; background-color: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.1);}
.myui-player__item .is-btn{ position: absolute; z-index: 99; top: 50%; right: -12px; margin-top: -30px; display: block; width: 12px; text-align: center; height: 60px; line-height: 60px; font-size: 10px; border-radius: 0 4px 4px 0; background-color: #404040; color: #999;}
.myui-player__item .player-fixed-off{display: none; position: absolute; top: -10px; left: -10px; width: 20px; height: 20px; text-align: center; line-height: 20px; background-color: #fff; border-radius: 50%; color: #333; box-shadow: 0 2px 5px rgba(0,0,0,.1);}
.myui-player__item .tips{ position: relative; height: 40px; line-height: 40px; overflow: hidden; padding: 0 20px; color: #fff;}
.myui-player__operate{ padding: 20px 10px; display: -webkit-box; display: -webkit-flex; display: flex;}
.myui-player__operate li{ display: block; text-align: center; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1;}
.myui-player__detail .title{margin:0 0 10px}
.myui-player__detail .detail-content{padding-top:10px}
.myui-player__detail .desc{padding-left:42px}
.myui-player__detail .desc .left{margin-left:-42px}
.myui-player__data{ padding: 10px;}
#player-sidebar::-webkit-scrollbar{ width: 4px; background-color: #1c1b1e;}
#player-sidebar::-webkit-scrollbar-thumb{background-color: #434145;}
.myui-player__notice{ position: absolute; top: 50%; left: 0; width: 100%; margin-top: -65px;}
.myui-player__notice h3,.myui-player__notice h5,.myui-player__notice p{ color: #fff;}
.myui-player-links{ position: relative; top: 15px; right: 10px;}
.myui-player-links .btn{ position: absolute; top: 0; right: -5px; border-radius: 0 5px 5px 0;}
/* news */
.myui-newslist li{ padding: 30px 0;}
.myui-newslist li .title{ margin: 0; font-size: 22px; line-height: 30px; font-weight: 600;}
.myui-newslist li .desc{ text-indent: 2em; margin: 0; padding: 20px 0; line-height: 25px;}
.myui-newslist__text li .title{ margin: 0; font-size: 15px;}
.myui-art__nav li{ padding: 6px 0;}
.myui-art__nav li.active a{ font-weight: bold; color: #ff9900;}
/* footer */
.myui-foot{ padding: 20px 0;}
.myui-foot p{ line-height: 25px;}
@media (max-width:1400px){
/* header */
.myui-header__top{ padding: 0 20px;}
.myui-header__menu > li:hover .head-dropdown,.myui-header__user > li:hover .head-dropdown{ display: none;}
}
@media (max-width:767px){
.myui-container-bg{ margin-bottom: 10px; padding: 5px 0;}
/* panel */
.myui-panel-bg,.myui-vodlist__bg,.myui-vodlist__bg:hover{box-shadow: none;}
.myui-panel__head .title, .myui-panel__head .title a{ font-size: 18px;}
/* header */
.myui-header__top{ padding: 0 10px;}
.myui-header__search{ position:absolute; top: -100%; left: 10px; right: 30px; margin: 10px 0 0; width: auto;}
.myui-header__search li.search-item{ width: 100%;}
.myui-header__search li.search-ul .dropdown-box .item{ width: 300px;}
.myui-header__search .search-close{ position: absolute; top: 6px; right: -30px; color: #fff;}
.myui-header__menu li.search-ul .dropdown-box{ margin-left: -120px; padding-top: 0;}
.myui-header__menu li.search-ul .dropdown-box .item{ width: 300px;}
.myui-header__user > li{ margin-left: 15px; padding: 15px 0 10px;}
.myui-header__user > li > a .fa{ font-size: 20px; line-height: 20px;}
.myui-header__user > li .dropdown-box{ margin-right: 0;}
.myui-header__top.color .myui-header__search .search-close{ color: #fff;}
/* content */
.myui-content__thumb .myui-vodlist__thumb{ width: 120px;}
.myui-content__thumb.active .myui-vodlist__thumb{ width: 120px;}
.myui-content__detail{ float: left; width: calc(100% - 120px);}
.myui-content__detail.active{ width: calc(100% - 120px);}
.myui-content__detail .title{ margin: 5px 0 8px; font-size:18px; line-height:18px}
.myui-content__detail .data{ margin:0 0 10px; font-size:12px; line-height: 18px; word-wrap: break-word; white-space: normal;}
.myui-content__detail .operate{margin:0;padding:0}
.myui-content__detail .topline{ padding: 5px 0;}
.myui-content__detail .score { margin-bottom: 5px;}
.myui-content__detail .score .branch{ font-size: 16px;}
.myui-content__detail .score .rating{ top: 0;}
.myui-content__detail .score .rating li{ margin: 0;}
.myui-content__detail .score .rating li .fa{ font-size: 18px;}
.myui-content__operate{ width: 100%; margin-left: -5px; padding: 0;}
.myui-content__operate li { float: left; width: 33.333333%; text-align: center; margin: 0; padding: 2px 5px;}
.myui-content__operate li .btn{ display: block; padding: 8px;}
/* player */
.myui-player{ margin-top: 0;}
.myui-player__item{ padding: 0;}
.myui-player__detail{ margin: 0;}
.myui-player__detail .data .title{font-size:16px}
.myui-player__detail.detail .title{font-size:18px;}
.myui-player__operate li{ margin: 0;}
.myui-player__operate li .fa{ display: block; margin-bottom: 5px; font-size: 16px;}
.myui-player-links{ top: 0; right: 0; padding: 0 10px;}
.myui-player-links .btn{ height: 35px; right: 8px;}
.myui-player__operate li .dropdown-box{ left: auto; right: 0; margin-right: -50px;}
/* news */
.myui-newslist li .title{ font-size: 18px; line-height: 30px;}
.myui-art__nav li{ display: inline-block; margin-right: 10px;}
.myui-art__nav li.active a{ font-weight: bold; color: #ff9900;}
} | 0.314051 | 0.047294 |
.input-div{
margin-bottom: 20px;
}
.input-div input{margin:0}
.input, .input label{margin:0 !important;}
.poster{
margin-right:20px;
width:400px; height:400px;
}
table#schedule{width:400px;}
h1#sh-title{
font-size:2.5em;
line-height:.75em !important;
}
span#ch{
font-weight:400;
font-size:16px;
margin:0; padding:0;
color:#999;
}
/* ====================================================== Frontend Show Page ======================================================= */
#background, #poster{
background-repeat:no-repeat;
}
#background{
filter:alpha(opacity=100);
-moz-opacity:1;
opacity: 1;
position: absolute;
background-position:top center;
background-size:cover;
width:100%;
top:0; left:0;
}
#show #body #poster{float:left; margin-right:10px; padding:0; width:55%; box-shadow:0 0 5px #333; background-position:center center; background-size:cover;}
#show{/*background:#FFF;*/ margin-bottom:40px}
#show #head{width:100%; margin-bottom:0;}
#show #head h1{margin-left:100px; color:rgba(255,255,255,.95); text-shadow:0 -1px 0 #333; font-size:2.5em; font-weight:800;}
#show #body{width:100%;}
#show #body #side{width:90px; float:left; text-align:center; margin:0; color:#007DC3; font-size:.85em;}
#show #body #side .item{width:100%; margin-bottom:5px; padding: 10px 0; background:rgba(255,255,255,.85); cursor:default;}
#show #body #side #epg{background:#007DC3; cursor:pointer}
#show #body #side #epg a{color:#FFF;}
#show #body #side #epg:hover{background:#00CDFF}
#show #body #side #epg:hover a{color:#111;}
#related{margin:0 auto;}
.related-show{width:15%; margin:0 .5%; float:left; text-align:center;}
.related-show .poster{width:120px; height:120px; background-size:100% auto;}
#show #body #details{width:30%; float:left; margin:0 10px; color:#FFF;}
#show #body #details:after{}
.detail{
width:100%;
font-size:.75em;
font-weight:none;
color:#007DC3;
margin:0 10px 10px 0;
background:rgba(255,255,255,.95);
padding:10px;
}
#show-info .epg-info{margin-bottom:20px;}
#show-info .epg-info hr{border:1px dotted #999; font-size:.85em;}
#show-info .epg-info h4{text-shadow:0 -1px 0 #333;}
#show-info .epg-info sup{font-size:small;}
#show-info .epg-info table{width:100%;}
#show-info .epg-info table tr td{background:rgba(255,255,255,.9); padding:5px 10px;}
/* ========================================= Frontend EPG =======================================*/
body.epg{
background: #207cca; /* Old browsers */
background: -moz-linear-gradient(45deg, #207cca 0%, #a0e6f7 54%, #00ccee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#207cca), color-stop(54%,#a0e6f7), color-stop(100%,#00ccee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg, #207cca 0%,#a0e6f7 54%,#00ccee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg, #207cca 0%,#a0e6f7 54%,#00ccee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg, #207cca 0%,#a0e6f7 54%,#00ccee 100%); /* IE10+ */
background: linear-gradient(45deg, #207cca 0%,#a0e6f7 54%,#00ccee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207cca', endColorstr='#00ccee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#body-wrapper{width:100%; float:left;}
#featured{
height:500px; width:30%; float:left;
margin-top: 125px; margin-left:20px;
background:rgba(255,255,255,.9);
}
/* ========================================= Frontend Channel Lineup =======================================*/
#ch-lineup {
font-family: "Arial",Helvetica,Tahoma,sans-serif;
font-size: 12px;
margin: 0 auto;
width: 960px;
}
.ch{
width:61px; height:61px;
border:2px solid #FFF;
font-size:1em;
text-align:center;
margin:0 5px 5px 0; padding:5px;
float:left;
border-radius:5px;
color:rgba(32,120,200,.85);
background:rgba(255,255,255,.85);
cursor:pointer;
}
.ch:hover, .ch.selected{
border:2px solid rgba(32,120,200,.85);
}
#list{width:60%;}
#ch-detail{color:#007DC3}
#ch-detail #name{font-size:14px;}
#ch-detail #sch-link{margin:10px}
#ch-detail #sch-link a{background:#007DC3; color:#FFF; padding:5px 10px;}
#ch-detail #ch-desc{clear:both;}
/* ======================== Side ===========================*/
#side{width:40%;}
#side .side-item{
background:rgba(255,255,255,.85);
padding:20px;
margin-bottom:20px;
border-radius:5px;
border:2px solid #FFF;
}
/* ======================== Tools ===========================*/
/* #tools{ */
/* width:80%; margin:40px 6% 10px 0; */
/* float:right; */
/* background:#00CCEE; */
/* border-radius:5px; */
/* box-shadow:0 0 2px #666; */
/* overflow:hidden; */
/* } */
#tools{
width:100%; margin-bottom:40px;
border-top:1px solid rgba(0,0,0,.15);
background:#00CCEE;
border-radius:0 0 5px 5px;
box-shadow:0 0 2px #666;
overflow:hidden;
}
#tools .tool{
float:left;
height:80px;
}
.tool div, .tool h3, .tool h4, .tool p, .tool legend{margin:10px; color:#FFF; text-shadow:0 -1px 1px #666;}
.tool legend{margin:10px 0 0 10px; font-size:13px; color:#FFF;}
#page-title.tool{background: #333;}
#page-title.tool h4{margin:25px 20px 10px 20px; color:#FFF;}
#ui-datepicker-div{display:none;}
#tools #filter input, #tools #filter select, #tools #filter textarea{max-width:180px;}
#tools #filter input[type="submit"]{
background:#07D;
border:none;
cursor:pointer;
color:#FFF;
}
#tools #filter input[type="submit"]:hover{
background:#FFF;
color:#07D;
}
#tools #social.tool{
float:right;
}
#tools #social.tool #addthis {
margin:25px 20px 10px 10px !important;
}
#epg {width:960px; margin:0 auto; font-family: "Arial", Helvetica, Tahoma, sans-serif; font-size:12px}
#origin, #theader, #tcol, #tdata {float:left; margin:5px 0;}
#origin{width:94px;}
#theader{box-shadow:-1px -1px 2px #666; width:850px; height:98%; overflow:hidden; padding:1% 0; border-radius:5px; background:rgba(51,51,51,.85);}
#tcol{width:94px; height:558px; overflow: hidden;}
#tdata{width:850px; height:558px; overflow: auto; background:#333; border-radius:0 5px 5px 0;}
#theader #time-row {width:9000px; height:98%;}
#theader #time-row .time{width:240px; float:left; border-radius:5px; background:#FFF; color:#333; text-shadow:0 1px 1px #999}
#origin, #tcol {margin-right:0}
#tcol #ch-col{width:100%; cursor:pointer;}
#tcol #ch-col .channel{width:100%; text-align:center; color:#FFF; background:#333; margin-bottom:3px; padding:20px 0; border-radius:5px 0 0 5px; overflow:hidden}
#tdata .sh-row{margin-bottom:3px;clear:both; width:7500px;} /* 24hrs x 240px */
#tdata .sh-row:last-child{margin-bottom:0;}
#tdata .sh-row .show{
float:left; cursor:pointer; border-radius:5px; outline:1px solid #333;
background: #ffffff; /* Old browsers */
white-space:nowrap;
}
#tdata .sh-row .show:hover{background:#00CCEE; color:#FFF}
#tdata .sh-row .show.active{background:#39F; color:#FFF}
#detail-container{position:absolute; width:300px; background:#333; color:#FFF; box-shadow:0 0 3px #000; border-radius:5px; opacity:0; display:block;}
#detail-container p#title{font-size:14px; font-weight:400;color:#00CCEE;}
#detail-container p#title a{color:#00CCEE;}
#detail-container p{margin:10px !important; padding:0; white-space:normal;color:#FFF;} | addons/shared_addons/modules/epg/css/style.css |
.input-div{
margin-bottom: 20px;
}
.input-div input{margin:0}
.input, .input label{margin:0 !important;}
.poster{
margin-right:20px;
width:400px; height:400px;
}
table#schedule{width:400px;}
h1#sh-title{
font-size:2.5em;
line-height:.75em !important;
}
span#ch{
font-weight:400;
font-size:16px;
margin:0; padding:0;
color:#999;
}
/* ====================================================== Frontend Show Page ======================================================= */
#background, #poster{
background-repeat:no-repeat;
}
#background{
filter:alpha(opacity=100);
-moz-opacity:1;
opacity: 1;
position: absolute;
background-position:top center;
background-size:cover;
width:100%;
top:0; left:0;
}
#show #body #poster{float:left; margin-right:10px; padding:0; width:55%; box-shadow:0 0 5px #333; background-position:center center; background-size:cover;}
#show{/*background:#FFF;*/ margin-bottom:40px}
#show #head{width:100%; margin-bottom:0;}
#show #head h1{margin-left:100px; color:rgba(255,255,255,.95); text-shadow:0 -1px 0 #333; font-size:2.5em; font-weight:800;}
#show #body{width:100%;}
#show #body #side{width:90px; float:left; text-align:center; margin:0; color:#007DC3; font-size:.85em;}
#show #body #side .item{width:100%; margin-bottom:5px; padding: 10px 0; background:rgba(255,255,255,.85); cursor:default;}
#show #body #side #epg{background:#007DC3; cursor:pointer}
#show #body #side #epg a{color:#FFF;}
#show #body #side #epg:hover{background:#00CDFF}
#show #body #side #epg:hover a{color:#111;}
#related{margin:0 auto;}
.related-show{width:15%; margin:0 .5%; float:left; text-align:center;}
.related-show .poster{width:120px; height:120px; background-size:100% auto;}
#show #body #details{width:30%; float:left; margin:0 10px; color:#FFF;}
#show #body #details:after{}
.detail{
width:100%;
font-size:.75em;
font-weight:none;
color:#007DC3;
margin:0 10px 10px 0;
background:rgba(255,255,255,.95);
padding:10px;
}
#show-info .epg-info{margin-bottom:20px;}
#show-info .epg-info hr{border:1px dotted #999; font-size:.85em;}
#show-info .epg-info h4{text-shadow:0 -1px 0 #333;}
#show-info .epg-info sup{font-size:small;}
#show-info .epg-info table{width:100%;}
#show-info .epg-info table tr td{background:rgba(255,255,255,.9); padding:5px 10px;}
/* ========================================= Frontend EPG =======================================*/
body.epg{
background: #207cca; /* Old browsers */
background: -moz-linear-gradient(45deg, #207cca 0%, #a0e6f7 54%, #00ccee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#207cca), color-stop(54%,#a0e6f7), color-stop(100%,#00ccee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg, #207cca 0%,#a0e6f7 54%,#00ccee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg, #207cca 0%,#a0e6f7 54%,#00ccee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg, #207cca 0%,#a0e6f7 54%,#00ccee 100%); /* IE10+ */
background: linear-gradient(45deg, #207cca 0%,#a0e6f7 54%,#00ccee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207cca', endColorstr='#00ccee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#body-wrapper{width:100%; float:left;}
#featured{
height:500px; width:30%; float:left;
margin-top: 125px; margin-left:20px;
background:rgba(255,255,255,.9);
}
/* ========================================= Frontend Channel Lineup =======================================*/
#ch-lineup {
font-family: "Arial",Helvetica,Tahoma,sans-serif;
font-size: 12px;
margin: 0 auto;
width: 960px;
}
.ch{
width:61px; height:61px;
border:2px solid #FFF;
font-size:1em;
text-align:center;
margin:0 5px 5px 0; padding:5px;
float:left;
border-radius:5px;
color:rgba(32,120,200,.85);
background:rgba(255,255,255,.85);
cursor:pointer;
}
.ch:hover, .ch.selected{
border:2px solid rgba(32,120,200,.85);
}
#list{width:60%;}
#ch-detail{color:#007DC3}
#ch-detail #name{font-size:14px;}
#ch-detail #sch-link{margin:10px}
#ch-detail #sch-link a{background:#007DC3; color:#FFF; padding:5px 10px;}
#ch-detail #ch-desc{clear:both;}
/* ======================== Side ===========================*/
#side{width:40%;}
#side .side-item{
background:rgba(255,255,255,.85);
padding:20px;
margin-bottom:20px;
border-radius:5px;
border:2px solid #FFF;
}
/* ======================== Tools ===========================*/
/* #tools{ */
/* width:80%; margin:40px 6% 10px 0; */
/* float:right; */
/* background:#00CCEE; */
/* border-radius:5px; */
/* box-shadow:0 0 2px #666; */
/* overflow:hidden; */
/* } */
#tools{
width:100%; margin-bottom:40px;
border-top:1px solid rgba(0,0,0,.15);
background:#00CCEE;
border-radius:0 0 5px 5px;
box-shadow:0 0 2px #666;
overflow:hidden;
}
#tools .tool{
float:left;
height:80px;
}
.tool div, .tool h3, .tool h4, .tool p, .tool legend{margin:10px; color:#FFF; text-shadow:0 -1px 1px #666;}
.tool legend{margin:10px 0 0 10px; font-size:13px; color:#FFF;}
#page-title.tool{background: #333;}
#page-title.tool h4{margin:25px 20px 10px 20px; color:#FFF;}
#ui-datepicker-div{display:none;}
#tools #filter input, #tools #filter select, #tools #filter textarea{max-width:180px;}
#tools #filter input[type="submit"]{
background:#07D;
border:none;
cursor:pointer;
color:#FFF;
}
#tools #filter input[type="submit"]:hover{
background:#FFF;
color:#07D;
}
#tools #social.tool{
float:right;
}
#tools #social.tool #addthis {
margin:25px 20px 10px 10px !important;
}
#epg {width:960px; margin:0 auto; font-family: "Arial", Helvetica, Tahoma, sans-serif; font-size:12px}
#origin, #theader, #tcol, #tdata {float:left; margin:5px 0;}
#origin{width:94px;}
#theader{box-shadow:-1px -1px 2px #666; width:850px; height:98%; overflow:hidden; padding:1% 0; border-radius:5px; background:rgba(51,51,51,.85);}
#tcol{width:94px; height:558px; overflow: hidden;}
#tdata{width:850px; height:558px; overflow: auto; background:#333; border-radius:0 5px 5px 0;}
#theader #time-row {width:9000px; height:98%;}
#theader #time-row .time{width:240px; float:left; border-radius:5px; background:#FFF; color:#333; text-shadow:0 1px 1px #999}
#origin, #tcol {margin-right:0}
#tcol #ch-col{width:100%; cursor:pointer;}
#tcol #ch-col .channel{width:100%; text-align:center; color:#FFF; background:#333; margin-bottom:3px; padding:20px 0; border-radius:5px 0 0 5px; overflow:hidden}
#tdata .sh-row{margin-bottom:3px;clear:both; width:7500px;} /* 24hrs x 240px */
#tdata .sh-row:last-child{margin-bottom:0;}
#tdata .sh-row .show{
float:left; cursor:pointer; border-radius:5px; outline:1px solid #333;
background: #ffffff; /* Old browsers */
white-space:nowrap;
}
#tdata .sh-row .show:hover{background:#00CCEE; color:#FFF}
#tdata .sh-row .show.active{background:#39F; color:#FFF}
#detail-container{position:absolute; width:300px; background:#333; color:#FFF; box-shadow:0 0 3px #000; border-radius:5px; opacity:0; display:block;}
#detail-container p#title{font-size:14px; font-weight:400;color:#00CCEE;}
#detail-container p#title a{color:#00CCEE;}
#detail-container p{margin:10px !important; padding:0; white-space:normal;color:#FFF;} | 0.220594 | 0.092483 |
@font-face
{
font-family:'SanFrancisco';
font-display:swap;
src:url(../fonts/SanFranciscoDisplay-Regular.eot);
src:local(☺︎),url(../fonts/SanFranciscoDisplay-Regular.woff2) format("woff2"),url(../fonts/SanFranciscoDisplay-Regular.woff) format("woff"),url(../fonts/font-default/SanFranciscoDisplay-Regular.ttf) format("truetype"),url(../fonts/font-default/SanFranciscoDisplay-Regular.svg) format("svg");
font-weight:400;
font-style:normal
}
@font-face
{
font-family:'ntl-icon';
font-display:swap;
src:url(../fonts/font-default/ntl-icon1bce.eot?v=6);
src:url(../fonts/font-default/ntl-icon1bce.eot?v=6) format("embedded-opentype"),url(../fonts/font-default/ntl-icon1bce.ttf?v=6) format("truetype"),url(../fonts/font-default/ntl-icon1bce.woff?v=6) format("woff"),url(../fonts/font-default/ntl-icon1bce.svg?v=6) format("svg");
font-weight:400;
font-style:normal
}
@font-face
{
font-family:'Roboto-Bold';
font-display:swap;
src:url(../fonts/font-default/Roboto-Bold.ttf) format("truetype")
}
@font-face
{
font-family:'Roboto-Regular';
font-display:swap;
src:url(../fonts/font-default/Roboto-Regular.ttf) format("truetype")
}
[class^="ntl-"],[class*=" ntl-"],.slick-arrow
{
font-family:'ntl-icon'!important;
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
}
.ntl-Link .path1:before
{
content:"\ea84";
color:#fe0303
}
.ntl-Link .path2:before
{
content:"\ea85";
margin-left:-1em;
color:#000
}
.ntl-Link .path3:before
{
content:"\ea86";
margin-left:-1em;
color:#000
}
.ntl-Box-checked-fill-color .path1:before
{
content:"\ea7c"
}
.ntl-Box-checked-fill-color .path2:before
{
content:"\ea7d";
margin-left:-1em;
color:#000
}
.ntl-Box-checked-fill-color .path3:before
{
content:"\ea7e";
margin-left:-1em;
color:#000
}
.ntl-Box-checked-fill-color .path4:before
{
content:"\ea7f";
margin-left:-1em;
color:#000
}
.ntl-Box-checked-fill-color .path5:before
{
content:"\ea80";
margin-left:-1em;
color:#000
}
.ntl-Box-checked-fill-color .path6:before
{
content:"\ea81";
margin-left:-1em;
color:#000
}
.ntl-Box-checked:before
{
content:"\ea82"
}
.ntl-Plus:before
{
content:"\ea83"
}
.ntl-CS .path1:before
{
content:"\e9ff";
color:#fff
}
.ntl-CS .path2:before
{
content:"\ea00";
margin-left:-1em;
color:#fff
}
.ntl-CS .path3:before
{
content:"\ea01";
margin-left:-1em;
color:#fff
}
.ntl-CS .path4:before
{
content:"\ea02";
margin-left:-1em;
color:#fff
}
.ntl-CS .path5:before
{
content:"\ea03";
margin-left:-1em;
color:#fff
}
.ntl-CS .path6:before
{
content:"\ea04";
margin-left:-1em;
color:#fff
}
.ntl-CS .path7:before
{
content:"\ea05";
margin-left:-1em;
color:#fff
}
.ntl-CS .path8:before
{
content:"\ea06";
margin-left:-1em;
color:#fff
}
.ntl-CS .path9:before
{
content:"\ea07";
margin-left:-1em;
color:#59595c
}
.ntl-CS .path10:before
{
content:"\ea08";
margin-left:-1em;
color:#fff
}
.ntl-CS .path11:before
{
content:"\ea09";
margin-left:-1em;
color:rgb(253, 31, 31);
}
.ntl-CS .path12:before
{
content:"\ea0a";
margin-left:-1em;
color:rgb(253, 31, 31);
}
.ntl-CS .path13:before
{
content:"\ea0b";
margin-left:-1em;
color:rgb(253, 31, 31);
}
.ntl-CS .path14:before
{
content:"\ea0c";
margin-left:-1em;
color:rgb(253, 31, 31);
}
.ntl-CS .path15:before
{
content:"\ea0d";
margin-left:-1em;
color:#fff
}
.ntl-CS .path16:before
{
content:"\ea0e";
margin-left:-1em;
color:#dadadc
}
.ntl-Buu-cuc .path1:before
{
content:"\ea0f";
color:rgb(253, 31, 31);
}
.ntl-Buu-cuc .path2:before
{
content:"\ea10";
margin-left:-1em;
color:#59595c
}
.ntl-Buu-cuc .path3:before
{
content:"\ea11";
margin-left:-1em;
color:#59595c
}
.ntl-Buu-cuc .path4:before
{
content:"\ea12";
margin-left:-1em;
color:#59595c
}
.ntl-Buu-cuc .path5:before
{
content:"\ea13";
margin-left:-1em;
color:#59595c
}
.ntl-Buu-cuc .path6:before
{
content:"\ea14";
margin-left:-1em;
color:#59595c
}
.ntl-Buu-cuc .path7:before
{
content:"\ea15";
margin-left:-1em;
color:#59595c
}
.ntl-Buu-cuc .path8:before
{
content:"\ea16";
margin-left:-1em;
color:#59595c
}
.ntl-Buu-cuc .path9:before
{
content:"\ea17";
margin-left:-1em;
color:#59595c
}
.ntl-Buu-cuc .path10:before
{
content:"\ea18";
margin-left:-1em;
color:#59595c
}
.ntl-Buu-cuc .path11:before
{
content:"\ea19";
margin-left:-1em;
color:#59595c
}
.ntl-Buu-cuc .path12:before
{
content:"\ea1a";
margin-left:-1em;
color:#59595c
}
.ntl-Buu-cuc .path13:before
{
content:"\ea1b";
margin-left:-1em;
color:#dadadc
}
.ntl-Buu-cuc .path14:before
{
content:"\ea1c";
margin-left:-1em;
color:#dadadc
}
.ntl-COD-24h .path1:before
{
content:"\ea1d";
color:#fff
}
.ntl-COD-24h .path2:before
{
content:"\ea1e";
margin-left:-1em;
color:#fff
}
.ntl-COD-24h .path3:before
{
content:"\ea1f";
margin-left:-1em;
color:rgb(253, 31, 31);
}
.ntl-COD-24h .path4:before
{
content:"\ea20";
margin-left:-1em;
color:#fff
}
.ntl-COD-24h .path5:before
{
content:"\ea21";
margin-left:-1em;
color:#fff
}
.ntl-CP-duong-bo .path1:before
{
content:"\ea22";
color:#595a5c
}
.ntl-CP-duong-bo .path2:before
{
content:"\ea23";
margin-left:-1em;
color:#fff
}
.ntl-CP-duong-bo .path3:before
{
content:"\ea24";
margin-left:-1em;
color:#595a5c
}
.ntl-CP-duong-bo .path4:before
{
content:"\ea25";
margin-left:-1em;
color:rgb(253, 31, 31)
}
.ntl-CP-duong-bo .path5:before
{
content:"\ea26";
margin-left:-1em;
color:#595a5c
}
.ntl-CP-duong-bo .path6:before
{
content:"\ea27";
margin-left:-1em;
color:#fff
}
.ntl-CP-duong-bo .path7:before
{
content:"\ea28";
margin-left:-1em;
color:#595a5c
}
.ntl-CP-duong-bo .path8:before
{
content:"\ea29";
margin-left:-1em;
color:#fff
}
.ntl-CP-duong-bo .path9:before
{
content:"\ea2a";
margin-left:-1em;
color:#595a5c
}
.ntl-CP-duong-bo .path10:before
{
content:"\ea2b";
margin-left:-1em;
color:#6d6e71
}
.ntl-CP-duong-bo .path11:before
{
content:"\ea2c";
margin-left:-1em;
color:#595a5c
}
.ntl-CP-duong-bo .path12:before
{
content:"\ea2d";
margin-left:-1em;
color:#f2f9fc
}
.ntl-CP-duong-bo .path13:before
{
content:"\ea2e";
margin-left:-1em;
color:#595a5c
}
.ntl-CP-duong-bo .path14:before
{
content:"\ea2f";
margin-left:-1em;
color:#fff
}
.ntl-CP-duong-bo .path15:before
{
content:"\ea30";
margin-left:-1em;
color:#595a5c
}
.ntl-CP-duong-bo .path16:before
{
content:"\ea31";
margin-left:-1em;
color:rgb(253, 31, 31)
}
.ntl-CP-duong-bo .path17:before
{
content:"\ea32";
margin-left:-1em;
color:#595a5c
}
.ntl-CP-duong-bo .path18:before
{
content:"\ea33";
margin-left:-1em;
color:#bfc2c4
}
.ntl-CP-duong-bo .path19:before
{
content:"\ea34";
margin-left:-1em;
color:#595a5c
}
.ntl-CP-duong-bo .path20:before
{
content:"\ea35";
margin-left:-1em;
color:rgb(253, 31, 31)
}
.ntl-CP-duong-bo .path21:before
{
content:"\ea36";
margin-left:-1em;
color:#595a5c
}
.ntl-CP-duong-bo .path22:before
{
content:"\ea37";
margin-left:-1em;
color:#fff
}
.ntl-CP-duong-bo .path23:before
{
content:"\ea38";
margin-left:-1em;
color:#595a5c
}
.ntl-CP-duong-bo .path24:before
{
content:"\ea39";
margin-left:-1em;
color:#fff
}
.ntl-CP-duong-bo .path25:before
{
content:"\ea3a";
margin-left:-1em;
color:#595a5c
}
.ntl-CP-duong-bo .path26:before
{
content:"\ea3b";
margin-left:-1em;
color:#595a5c
}
.ntl-CP-duong-bo .path27:before
{
content:"\ea3c";
margin-left:-1em;
color:#595a5c
}
.ntl-CP-duong-bo .path28:before
{
content:"\ea3d";
margin-left:-1em;
color:#595a5c
}
.ntl-CP-duong-bo .path29:before
{
content:"\ea3e";
margin-left:-1em;
color:#595a5c
}
.ntl-CP-Ket-Hop .path1:before
{
content:"\ea3f";
color:#dadadc
}
.ntl-CP-Ket-Hop .path2:before
{
content:"\ea40";
margin-left:-1em;
color:#dadadc
}
.ntl-CP-Ket-Hop .path3:before
{
content:"\ea41";
margin-left:-1em;
color:#dadadc
}
.ntl-CP-Ket-Hop .path4:before
{
content:"\ea42";
margin-left:-1em;
color:#dadadc
}
.ntl-CP-Ket-Hop .path5:before
{
content:"\ea43";
margin-left:-1em;
color:#dadadc
}
.ntl-CP-Ket-Hop .path6:before
{
content:"\ea44";
margin-left:-1em;
color:#dadadc
}
.ntl-CP-Ket-Hop .path7:before
{
content:"\ea45";
margin-left:-1em;
color:#59595c
}
.ntl-CP-Ket-Hop .path8:before
{
content:"\ea46";
margin-left:-1em;
color:#59595c
}
.ntl-CP-Ket-Hop .path9:before
{
content:"\ea47";
margin-left:-1em;
color:rgb(253, 31, 31);
}
.ntl-CP-Ket-Hop .path10:before
{
content:"\ea48";
margin-left:-1em;
color:rgb(253, 31, 31);
}
.ntl-CP-Ket-Hop .path11:before
{
content:"\ea49";
margin-left:-1em;
color:rgb(253, 31, 31);
}
.ntl-CP-Ket-Hop .path12:before
{
content:"\ea4a";
margin-left:-1em;
color:rgb(253, 31, 31);
}
.ntl-CPN1 .path1:before
{
content:"\ea4b";
color:#dadadc
}
.ntl-CPN1 .path2:before
{
content:"\ea4c";
margin-left:-1em;
color:rgb(253, 31, 31);
}
.ntl-CPN1 .path3:before
{
content:"\ea4d";
margin-left:-1em;
color:#59595c
}
.ntl-CPN1 .path4:before
{
content:"\ea4e";
margin-left:-1em;
color:#59595c
}
.ntl-CPN1 .path5:before
{
content:"\ea4f";
margin-left:-1em;
color:#59595c
}
.ntl-CPN1 .path6:before
{
content:"\ea50";
margin-left:-1em;
color:#59595c
}
.ntl-CPN1 .path7:before
{
content:"\ea51";
margin-left:-1em;
color:#59595c
}
.ntl-CPN1 .path8:before
{
content:"\ea52";
margin-left:-1em;
color:#59595c
}
.ntl-CPN1 .path9:before
{
content:"\ea53";
margin-left:-1em;
color:#59595c
}
.ntl-CPN1 .path10:before
{
content:"\ea54";
margin-left:-1em;
color:#59595c
}
.ntl-Doi-tac .path1:before
{
content:"\ea55";
color:rgb(253, 31, 31)
}
.ntl-Doi-tac .path2:before
{
content:"\ea56";
margin-left:-1em;
color:#595a5c
}
.ntl-Doi-tac .path3:before
{
content:"\ea57";
margin-left:-1em;
color:#595a5c
}
.ntl-Doi-tac .path4:before
{
content:"\ea58";
margin-left:-1em;
color:rgb(253, 31, 31)
}
.ntl-Head-phone:before
{
content:"\ea59"
}
.ntl-kho .path1:before
{
content:"\ea5a";
color:rgb(253, 31, 31);
}
.ntl-kho .path2:before
{
content:"\ea5b";
margin-left:-1em;
color:#59595c
}
.ntl-kho .path3:before
{
content:"\ea5c";
margin-left:-1em;
color:#59595c
}
.ntl-kho .path4:before
{
content:"\ea5d";
margin-left:-1em;
color:#59595c
}
.ntl-kho .path5:before
{
content:"\ea5e";
margin-left:-1em;
color:#59595c
}
.ntl-Location-White1 .path1:before
{
content:"\ea5f";
color:rgb(253, 31, 31)
}
.ntl-Location-White1 .path2:before
{
content:"\ea60";
margin-left:-1em;
color:#fff
}
.ntl-Location-White1 .path3:before
{
content:"\ea61";
margin-left:-1em;
color:#fff
}
.ntl-Location-White1 .path4:before
{
content:"\ea62";
margin-left:-1em;
color:#fff
}
.ntl-Money .path1:before
{
content:"\ea63";
color:#dadadc
}
.ntl-Money .path2:before
{
content:"\ea64";
margin-left:-1em;
color:rgb(253, 31, 31);
}
.ntl-Money .path3:before
{
content:"\ea65";
margin-left:-1em;
color:#fff
}
.ntl-Money .path4:before
{
content:"\ea66";
margin-left:-1em;
color:#fff
}
.ntl-Money .path5:before
{
content:"\ea67";
margin-left:-1em;
color:#fff
}
.ntl-Nguyen-xe .path1:before
{
content:"\ea68";
color:rgb(253, 31, 31)
}
.ntl-Nguyen-xe .path2:before
{
content:"\ea69";
margin-left:-1em;
color:#595a5c
}
.ntl-Nguyen-xe .path3:before
{
content:"\ea6a";
margin-left:-1em;
color:#595a5c
}
.ntl-NV .path1:before
{
content:"\ea6b";
color:rgb(253, 31, 31)
}
.ntl-NV .path2:before
{
content:"\ea6c";
margin-left:-1em;
color:#595a5c
}
.ntl-NV .path3:before
{
content:"\ea6d";
margin-left:-1em;
color:#fff
}
.ntl-NV .path4:before
{
content:"\ea6e";
margin-left:-1em;
color:#595a5c
}
.ntl-NV .path5:before
{
content:"\ea6f";
margin-left:-1em;
color:#d5d4d4
}
.ntl-NV .path6:before
{
content:"\ea70";
margin-left:-1em;
color:#595a5c
}
.ntl-NV .path7:before
{
content:"\ea71";
margin-left:-1em;
color:#d5d4d4
}
.ntl-NV .path8:before
{
content:"\ea72";
margin-left:-1em;
color:#595a5c
}
.ntl-NV .path9:before
{
content:"\ea73";
margin-left:-1em;
color:rgb(253, 31, 31)
}
.ntl-NV .path10:before
{
content:"\ea74";
margin-left:-1em;
color:#595a5c
}
.ntl-NV .path11:before
{
content:"\ea75";
margin-left:-1em;
color:#d5d4d4
}
.ntl-NV .path12:before
{
content:"\ea76";
margin-left:-1em;
color:#595a5c
}
.ntl-Thu-ho-COD .path1:before
{
content:"\ea77";
color:#dadadc
}
.ntl-Thu-ho-COD .path2:before
{
content:"\ea78";
margin-left:-1em;
color:rgb(253, 31, 31);
}
.ntl-Thu-ho-COD .path3:before
{
content:"\ea79";
margin-left:-1em;
color:#595a5c
}
.ntl-Thu-ho-COD .path4:before
{
content:"\ea7a";
margin-left:-1em;
color:#595a5c
}
.ntl-Thu-ho-COD .path5:before
{
content:"\ea7b";
margin-left:-1em;
color:#595a5c
}
.ntl-Battery .path1:before
{
content:"\e900";
color:#424a60
}
.ntl-Battery .path2:before
{
content:"\e901";
margin-left:-1em;
color:#d8a852
}
.ntl-Battery .path3:before
{
content:"\e902";
margin-left:-1em;
color:#efce4a
}
.ntl-Battery .path4:before
{
content:"\e903";
margin-left:-1em;
color:#ea6248
}
.ntl-Black-Arrow-1:before
{
content:"\e904"
}
.ntl-Black-Arrow-2:before
{
content:"\e905"
}
.ntl-Black-Arrow-3:before
{
content:"\e906"
}
.ntl-Black-Arrow-4:before
{
content:"\e907"
}
.ntl-Box-1 .path1:before
{
content:"\e908";
color:#fff
}
.ntl-Box-1 .path11:before
{
content:"\e908";
color:rgb(253, 31, 31)
}
.ntl-Box-1 .path2:before
{
content:"\e909";
margin-left:-1em;
color:#000
}
.ntl-Box-1 .path3:before
{
content:"\e90a";
margin-left:-1em;
color:#000
}
.ntl-Box-1 .path4:before
{
content:"\e90b";
margin-left:-1em;
color:#000
}
.ntl-Box-1 .path5:before
{
content:"\e90c";
margin-left:-1em;
color:#000
}
.ntl-Box-2 .path1:before
{
content:"\e90d";
color:rgb(253, 31, 31)
}
.ntl-Box-2 .path2:before
{
content:"\e90e";
margin-left:-1em;
color:#000
}
.ntl-Box-2 .path3:before
{
content:"\e90f";
margin-left:-1em;
color:#000
}
.ntl-Box-2 .path4:before
{
content:"\e910";
margin-left:-1em;
color:#000
}
.ntl-Box-2 .path5:before
{
content:"\e911";
margin-left:-1em;
color:#000
}
.ntl-Box-List:before
{
content:"\e912"
}
.ntl-Box-search:before
{
content:"\e913"
}
.ntl-Box-search-1:before
{
content:"\e914"
}
.ntl-Box-time:before
{
content:"\e915"
}
.ntl-Bread .path1:before
{
content:"\e916";
color:#fcc447
}
.ntl-Bread .path2:before
{
content:"\e917";
margin-left:-1em;
color:#f2b844
}
.ntl-Bread .path3:before
{
content:"\e918";
margin-left:-1em;
color:#f2b844
}
.ntl-Bread .path4:before
{
content:"\e919";
margin-left:-1em;
color:#dda137
}
.ntl-Bread .path5:before
{
content:"\e91a";
margin-left:-1em;
color:#dda137
}
.ntl-Bread .path6:before
{
content:"\e91b";
margin-left:-1em;
color:#dda137
}
.ntl-Bread .path7:before
{
content:"\e91c";
margin-left:-1em;
color:#fcc447
}
.ntl-Bread .path8:before
{
content:"\e91d";
margin-left:-1em;
color:#f2b844
}
.ntl-Bread .path9:before
{
content:"\e91e";
margin-left:-1em;
color:#f2b844
}
.ntl-Bread .path10:before
{
content:"\e91f";
margin-left:-1em;
color:#dda137
}
.ntl-Bread .path11:before
{
content:"\e920";
margin-left:-1em;
color:#dda137
}
.ntl-Bread .path12:before
{
content:"\e921";
margin-left:-1em;
color:#dda137
}
.ntl-Call-Center:before
{
content:"\e922"
}
.ntl-Cart:before
{
content:"\e923"
}
.ntl-Close:before
{
content:"\e924"
}
.ntl-Coat-and-lipstick .path1:before
{
content:"\e925";
color:#00c3ff
}
.ntl-Coat-and-lipstick .path2:before
{
content:"\e926";
margin-left:-1em;
color:#00aaf0
}
.ntl-Coat-and-lipstick .path3:before
{
content:"\e927";
margin-left:-1em;
color:#d5dced
}
.ntl-Coat-and-lipstick .path4:before
{
content:"\e928";
margin-left:-1em;
color:#d5dced
}
.ntl-Coat-and-lipstick .path5:before
{
content:"\e929";
margin-left:-1em;
color:#c7cfe2
}
.ntl-Coat-and-lipstick .path6:before
{
content:"\e92a";
margin-left:-1em;
color:#0096dc
}
.ntl-Coat-and-lipstick .path7:before
{
content:"\e92b";
margin-left:-1em;
color:#00aaf0
}
.ntl-Coat-and-lipstick .path8:before
{
content:"\e92c";
margin-left:-1em;
color:#d5dced
}
.ntl-Coat-and-lipstick .path9:before
{
content:"\e92d";
margin-left:-1em;
color:#c7cfe2
}
.ntl-Coat-and-lipstick .path10:before
{
content:"\e92e";
margin-left:-1em;
color:#0096dc
}
.ntl-Coat-and-lipstick .path11:before
{
content:"\e92f";
margin-left:-1em;
color:#d5dced
}
.ntl-Coat-and-lipstick .path12:before
{
content:"\e930";
margin-left:-1em;
color:#d5dced
}
.ntl-Coat-and-lipstick .path13:before
{
content:"\e931";
margin-left:-1em;
color:#c7cfe2
}
.ntl-Coat-and-lipstick .path14:before
{
content:"\e932";
margin-left:-1em;
color:#d5dced
}
.ntl-Coat-and-lipstick .path15:before
{
content:"\e933";
margin-left:-1em;
color:#c7cfe2
}
.ntl-Coat-and-lipstick .path16:before
{
content:"\e934";
margin-left:-1em;
color:#ff6465
}
.ntl-Coat-and-lipstick .path17:before
{
content:"\e935";
margin-left:-1em;
color:#ff8c8d
}
.ntl-Coat-and-lipstick .path18:before
{
content:"\e936";
margin-left:-1em;
color:#ffd782
}
.ntl-Coat-and-lipstick .path19:before
{
content:"\e937";
margin-left:-1em;
color:#000;
opacity:.1
}
.ntl-Coat-and-lipstick .path20:before
{
content:"\e938";
margin-left:-1em;
color:#5b5d6e
}
.ntl-Coat-and-lipstick .path21:before
{
content:"\e939";
margin-left:-1em;
color:#000;
opacity:.1
}
.ntl-COD:before
{
content:"\e93a"
}
.ntl-CPN:before
{
content:"\e93b"
}
.ntl-Document-1 .path1:before
{
content:"\e93c";
color:#000
}
.ntl-Document-1 .path2:before
{
content:"\e93d";
margin-left:-1em;
color:#fff
}
.ntl-Document-1 .path3:before
{
content:"\e93e";
margin-left:-1em;
color:#000
}
.ntl-Document-1 .path4:before
{
content:"\e93f";
margin-left:-1em;
color:#000
}
.ntl-Document-1 .path5:before
{
content:"\e940";
margin-left:-1em;
color:#000
}
.ntl-Document-1 .path6:before
{
content:"\e941";
margin-left:-1em;
color:#000
}
.ntl-Document-1 .path7:before
{
content:"\e942";
margin-left:-1em;
color:#000
}
.ntl-Document-1 .path8:before
{
content:"\e943";
margin-left:-1em;
color:#000
}
.ntl-Document-1 .path9:before
{
content:"\e944";
margin-left:-1em;
color:#000
}
.ntl-Document-1 .path10:before
{
content:"\e945";
margin-left:-1em;
color:#000
}
.ntl-Document-1 .path11:before
{
content:"\e946";
margin-left:-1em;
color:#000
}
.ntl-Document-1 .path12:before
{
content:"\e947";
margin-left:-1em;
color:#000
}
.ntl-Document-1 .path13:before
{
content:"\e948";
margin-left:-1em;
color:#000
}
.ntl-Document-1 .path14:before
{
content:"\e949";
margin-left:-1em;
color:#000
}
.ntl-Document-2 .path1:before
{
content:"\e94a";
color:#000
}
.ntl-Document-2 .path2:before
{
content:"\e94b";
margin-left:-1em;
color:rgb(253, 31, 31)
}
.ntl-Document-2 .path22:before
{
content:"\e94b";
margin-left:-1em;
color:#fff
}
.ntl-Document-2 .path3:before
{
content:"\e94c";
margin-left:-1em;
color:#000
}
.ntl-Document-2 .path4:before
{
content:"\e94d";
margin-left:-1em;
color:#000
}
.ntl-Document-2 .path5:before
{
content:"\e94e";
margin-left:-1em;
color:#000
}
.ntl-Document-2 .path6:before
{
content:"\e94f";
margin-left:-1em;
color:#000
}
.ntl-Document-2 .path7:before
{
content:"\e950";
margin-left:-1em;
color:#000
}
.ntl-Document-2 .path8:before
{
content:"\e951";
margin-left:-1em;
color:#000
}
.ntl-Document-2 .path9:before
{
content:"\e952";
margin-left:-1em;
color:#000
}
.ntl-Document-2 .path10:before
{
content:"\e953";
margin-left:-1em;
color:#000
}
.ntl-Document-2 .path11:before
{
content:"\e954";
margin-left:-1em;
color:#000
}
.ntl-Document-2 .path12:before
{
content:"\e955";
margin-left:-1em;
color:#000
}
.ntl-Document-2 .path13:before
{
content:"\e956";
margin-left:-1em;
color:#000
}
.ntl-Document-2 .path14:before
{
content:"\e957";
margin-left:-1em;
color:#000
}
.ntl-Dollar:before
{
content:"\e958"
}
.ntl-Eye:before
{
content:"\e959";
color:#37474f
}
.ntl-Facebook-Black:before
{
content:"\e95a"
}
.ntl-Facebook-White:before
{
content:"\e95b";
color:#fff
}
.ntl-Facebook1 .path1:before
{
content:"\e95c";
color:#3b5998
}
.ntl-Facebook1 .path2:before
{
content:"\e95d";
margin-left:-1em;
color:#fff
}
.ntl-Fire .path1:before
{
content:"\e95e";
color:#ff6536
}
.ntl-Fire .path2:before
{
content:"\e95f";
margin-left:-1em;
color:#ff421d
}
.ntl-Fire .path3:before
{
content:"\e960";
margin-left:-1em;
color:#fbbf00
}
.ntl-Fire .path4:before
{
content:"\e961";
margin-left:-1em;
color:#ffa900
}
.ntl-Google-white:before
{
content:"\e962";
color:#fff
}
.ntl-Hamburger-Menu:before
{
content:"\e963";
color:rgb(253, 31, 31)
}
.ntl-Hotline:before
{
content:"\e964";
color:rgb(253, 31, 31)
}
.ntl-Letter .path1:before
{
content:"\e965";
color:#b06328
}
.ntl-Letter .path2:before
{
content:"\e966";
margin-left:-1em;
color:#a35425
}
.ntl-Letter .path3:before
{
content:"\e967";
margin-left:-1em;
color:#ffcb5b
}
.ntl-Letter .path4:before
{
content:"\e968";
margin-left:-1em;
color:#f7b84e
}
.ntl-Letter .path5:before
{
content:"\e969";
margin-left:-1em;
color:#e9e9e9
}
.ntl-Letter .path6:before
{
content:"\e96a";
margin-left:-1em;
color:#dbdad9
}
.ntl-Letter .path7:before
{
content:"\e96b";
margin-left:-1em;
color:#595a66
}
.ntl-Letter .path8:before
{
content:"\e96c";
margin-left:-1em;
color:#6f707e
}
.ntl-Letter .path9:before
{
content:"\e96d";
margin-left:-1em;
color:#6f707e
}
.ntl-Letter .path10:before
{
content:"\e96e";
margin-left:-1em;
color:#6f707e
}
.ntl-Letter .path11:before
{
content:"\e96f";
margin-left:-1em;
color:#6f707e
}
.ntl-Letter .path12:before
{
content:"\e970";
margin-left:-1em;
color:#6f707e
}
.ntl-Letter .path13:before
{
content:"\e971";
margin-left:-1em;
color:#6f707e
}
.ntl-Letter .path14:before
{
content:"\e972";
margin-left:-1em;
color:#6f707e
}
.ntl-Letter .path15:before
{
content:"\e973";
margin-left:-1em;
color:#cad1d8
}
.ntl-Letter .path16:before
{
content:"\e974";
margin-left:-1em;
color:#dddddc
}
.ntl-Link1:before
{
content:"\e975"
}
.ntl-Location-1 .path1:before
{
content:"\e976";
color:#fff
}
.ntl-Location-1 .path2:before
{
content:"\e977";
margin-left:-1em;
color:rgb(253, 31, 31)
}
.ntl-Location-1 .path3:before
{
content:"\e978";
margin-left:-1em;
color:#000
}
.ntl-Location-1 .path4:before
{
content:"\e979";
margin-left:-1em;
color:#000
}
.ntl-Location-1 .path5:before
{
content:"\e97a";
margin-left:-1em;
color:#000
}
.ntl-Location-2 .path1:before
{
content:"\e97b";
color:rgb(253, 31, 31)
}
.ntl-Location-2 .path11:before
{
content:"\e97b";
color:#fff
}
.ntl-Location-2 .path2:before
{
content:"\e97c";
margin-left:-1em;
color:#fff
}
.ntl-Location-2 .path22:before
{
content:"\e97c";
margin-left:-1em;
color:rgb(253, 31, 31)
}
.ntl-Location-2 .path3:before
{
content:"\e97d";
margin-left:-1em;
color:#000
}
.ntl-Location-2 .path4:before
{
content:"\e97e";
margin-left:-1em;
color:#000
}
.ntl-Location-2 .path5:before
{
content:"\e97f";
margin-left:-1em;
color:#000
}
.ntl-Location-3:before
{
content:"\e980";
color:rgb(253, 31, 31)
}
.ntl-Location-White:before
{
content:"\e981";
color:#fff
}
.ntl-Login-black:before
{
content:"\e982"
}
.ntl-Login:before
{
content:"\e983";
color:#fff
}
.ntl-Meat .path1:before
{
content:"\e984";
color:#704138
}
.ntl-Meat .path2:before
{
content:"\e985";
margin-left:-1em;
color:#e57670
}
.ntl-Meat .path3:before
{
content:"\e986";
margin-left:-1em;
color:#e05c56
}
.ntl-Meat .path4:before
{
content:"\e987";
margin-left:-1em;
color:#633029
}
.ntl-Meat .path5:before
{
content:"\e988";
margin-left:-1em;
color:#ffc1b8
}
.ntl-Meat .path6:before
{
content:"\e989";
margin-left:-1em;
color:#ffb3a8
}
.ntl-Meat .path7:before
{
content:"\e98a";
margin-left:-1em;
color:#d33737
}
.ntl-Meat .path8:before
{
content:"\e98b";
margin-left:-1em;
color:#c42626
}
.ntl-Meat .path9:before
{
content:"\e98c";
margin-left:-1em;
color:#704138
}
.ntl-Meat .path10:before
{
content:"\e98d";
margin-left:-1em;
color:#633029
}
.ntl-Meat .path11:before
{
content:"\e98e";
margin-left:-1em;
color:#d33737
}
.ntl-Meat .path12:before
{
content:"\e98f";
margin-left:-1em;
color:#c42626
}
.ntl-Medicine .path1:before
{
content:"\e990";
color:#7fdbd5
}
.ntl-Medicine .path2:before
{
content:"\e991";
margin-left:-1em;
color:#38648c
}
.ntl-Medicine .path3:before
{
content:"\e992";
margin-left:-1em;
color:#38648c
}
.ntl-Medicine .path4:before
{
content:"\e993";
margin-left:-1em;
color:#7fdbd5
}
.ntl-Medicine .path5:before
{
content:"\e994";
margin-left:-1em;
color:#f28b74
}
.ntl-Medicine .path6:before
{
content:"\e995";
margin-left:-1em;
color:#7fdbd5
}
.ntl-Medicine .path7:before
{
content:"\e996";
margin-left:-1em;
color:#287d99
}
.ntl-Medicine .path8:before
{
content:"\e997";
margin-left:-1em;
color:#000;
opacity:.1
}
.ntl-Medicine .path9:before
{
content:"\e998";
margin-left:-1em;
color:#76b7eb
}
.ntl-Medicine .path10:before
{
content:"\e999";
margin-left:-1em;
color:#d1eff2
}
.ntl-Medicine .path11:before
{
content:"\e99a";
margin-left:-1em;
color:#000;
opacity:.1
}
.ntl-Medicine .path12:before
{
content:"\e99b";
margin-left:-1em;
color:#f28b74
}
.ntl-Medicine .path13:before
{
content:"\e99c";
margin-left:-1em;
color:#000;
opacity:.1
}
.ntl-Medicine .path14:before
{
content:"\e99d";
margin-left:-1em;
color:#76b7eb
}
.ntl-MES:before
{
content:"\e99e"
}
.ntl-Next:before
{
content:"\e99f"
}
.ntl-Phone .path1:before
{
content:"\e9a0";
color:#707384
}
.ntl-Phone .path2:before
{
content:"\e9a1";
margin-left:-1em;
color:#63afdb
}
.ntl-Phone .path3:before
{
content:"\e9a2";
margin-left:-1em;
color:#468cbe
}
.ntl-Phone .path4:before
{
content:"\e9a3";
margin-left:-1em;
color:#464655
}
.ntl-Phone .path5:before
{
content:"\e9a4";
margin-left:-1em;
color:#464655
}
.ntl-Phone .path6:before
{
content:"\e9a5";
margin-left:-1em;
color:#464655
}
.ntl-Phone .path7:before
{
content:"\e9a6";
margin-left:-1em;
color:#63afdb
}
.ntl-Phone .path8:before
{
content:"\e9a7";
margin-left:-1em;
color:#ff6469
}
.ntl-Phone .path9:before
{
content:"\e9a8";
margin-left:-1em;
color:#00dccd
}
.ntl-Phone .path10:before
{
content:"\e9a9";
margin-left:-1em;
color:#ffdc69
}
.ntl-Phone .path11:before
{
content:"\e9aa";
margin-left:-1em;
color:#fff
}
.ntl-Phone .path12:before
{
content:"\e9ab";
margin-left:-1em;
color:#468cbe
}
.ntl-Phone .path13:before
{
content:"\e9ac";
margin-left:-1em;
color:#464655
}
.ntl-Phone .path14:before
{
content:"\e9ad";
margin-left:-1em;
color:#ffa055
}
.ntl-Phone .path15:before
{
content:"\e9ae";
margin-left:-1em;
color:#a0d778
}
.ntl-Phone .path16:before
{
content:"\e9af";
margin-left:-1em;
color:#ff6469
}
.ntl-Phone .path17:before
{
content:"\e9b0";
margin-left:-1em;
color:#00dccd
}
.ntl-Phone .path18:before
{
content:"\e9b1";
margin-left:-1em;
color:#ffdc69
}
.ntl-Phone .path19:before
{
content:"\e9b2";
margin-left:-1em;
color:#ffdc69
}
.ntl-Phone .path20:before
{
content:"\e9b3";
margin-left:-1em;
color:#ffdc69
}
.ntl-Phone .path21:before
{
content:"\e9b4";
margin-left:-1em;
color:#ff6469
}
.ntl-Phone .path22:before
{
content:"\e9b5";
margin-left:-1em;
color:#468cbe
}
.ntl-Phone .path23:before
{
content:"\e9b6";
margin-left:-1em;
color:#ff6469
}
.ntl-Phone .path24:before
{
content:"\e9b7";
margin-left:-1em;
color:#fff
}
.ntl-Phone .path25:before
{
content:"\e9b8";
margin-left:-1em;
color:#464655
}
.ntl-Phone .path26:before
{
content:"\e9b9";
margin-left:-1em;
color:#fff
}
.ntl-Phone .path27:before
{
content:"\e9ba";
margin-left:-1em;
color:#fff
}
.ntl-Previoust:before
{
content:"\e9bb"
}
.ntl-Prohibit:before
{
content:"\e9bc"
}
.ntl-Search-Gray:before
{
content:"\e9bd";
color:#a8a8a8
}
.ntl-Search-White:before
{
content:"\e9be";
color:#fff
}
.ntl-Search:before
{
content:"\e9bf"
}
.ntl-Send:before
{
content:"\e9c0";
color:#a8a8a8
}
.ntl-Setting:before
{
content:"\e9c1"
}
.ntl-Share:before
{
content:"\e9c2"
}
.ntl-Shield:before
{
content:"\e9c3"
}
.ntl-Shipping-Car:before
{
content:"\e9c4"
}
.ntl-Staff .path1:before
{
content:"\e9c5";
color:#000
}
.ntl-Staff .path2:before
{
content:"\e9c6";
margin-left:-1em;
color:#000
}
.ntl-Staff .path3:before
{
content:"\e9c7";
margin-left:-1em;
color:rgb(253, 31, 31)
}
.ntl-Staff .path4:before
{
content:"\e9c8";
margin-left:-1em;
color:#000
}
.ntl-Staff .path5:before
{
content:"\e9c9";
margin-left:-1em;
color:#000
}
.ntl-Staff .path6:before
{
content:"\e9ca";
margin-left:-1em;
color:#000
}
.ntl-Status-one .path1:before
{
content:"\e9cb";
color:rgb(253, 31, 31)
}
.ntl-Status-one .path2:before
{
content:"\e9cc";
margin-left:-1em;
color:#32332e
}
.ntl-Status-Null .path1:before
{
content:"\e9cd"
}
.ntl-Status-Null .path2:before
{
content:"\e9ce";
margin-left:-1em
}
.ntl-Status-Null .path3:before
{
content:"\e9cf";
margin-left:-1em
}
.ntl-Thin-Arrow-1:before
{
content:"\e9d0"
}
.ntl-Thin-Arrow-2:before
{
content:"\e9d1"
}
.ntl-Thin-Arrow-3:before
{
content:"\e9d2"
}
.ntl-Thin-Arrow-4:before
{
content:"\e9d3"
}
.ntl-Truck:before
{
content:"\e9d4"
}
.ntl-Twitter-Black:before
{
content:"\e9d5"
}
.ntl-Zalo .path1:before
{
content:"\e9d6";
color:#55acee
}
.ntl-Zalo .path2:before
{
content:"\e9d7";
margin-left:-1em;
color:#f1f2f2
}
.ntl-Zalo .path3:before
{
content:"\e9fa";
margin-left:-1em;
color:#0280c7
}
.ntl-Zalo .path4:before
{
content:"\e9fb";
margin-left:-1em;
color:#fff
}
.ntl-Zalo .path5:before
{
content:"\e9fc";
margin-left:-1em;
color:#fff
}
.ntl-Zalo .path6:before
{
content:"\e9fd";
margin-left:-1em;
color:#fff
}
.ntl-Zalo .path7:before
{
content:"\e9fe";
margin-left:-1em;
color:#fff
}
.ntl-Water .path1:before
{
content:"\e9d8";
color:#68ccea
}
.ntl-Water .path2:before
{
content:"\e9d9";
margin-left:-1em;
color:#5abce2
}
.ntl-Water .path3:before
{
content:"\e9da";
margin-left:-1em;
color:#5abce2
}
.ntl-Water .path4:before
{
content:"\e9db";
margin-left:-1em;
color:#68ccea
}
.ntl-Water .path5:before
{
content:"\e9dc";
margin-left:-1em;
color:#5abce2
}
.ntl-Water .path6:before
{
content:"\e9dd";
margin-left:-1em;
color:#68ccea
}
.ntl-White-Arrow-1:before
{
content:"\e9de";
color:#fff
}
.ntl-White-Arrow-2:before
{
content:"\e9df";
color:#fff
}
.ntl-White-Arrow-3:before
{
content:"\e9e0";
color:#fff
}
.ntl-White-Arrow-4:before
{
content:"\e9e1";
color:#fff
}
.ntl-Yellow-Arrow-1:before
{
content:"\e9e2";
color:rgb(253, 31, 31)
}
.ntl-Yellow-Arrow-2:before
{
content:"\e9e3";
color:rgb(253, 31, 31)
}
.ntl-Yellow-Arrow-3:before
{
content:"\e9e4";
color:rgb(253, 31, 31)
}
.ntl-Yellow-Arrow-4:before
{
content:"\e9e5";
color:rgb(253, 31, 31)
}
.ntl-Yellow-Location .path1:before
{
content:"\e9e6";
color:rgb(253, 31, 31)
}
.ntl-Yellow-Location .path2:before
{
content:"\e9e7";
margin-left:-1em;
color:#2f302f
}
.ntl-Yellow-Location .path3:before
{
content:"\e9e8";
margin-left:-1em;
color:#2f302f
}
.ntl-Yellow-Location .path4:before
{
content:"\e9e9";
margin-left:-1em;
color:#2f302f
}
.ntl-Yellow-Partner .path1:before
{
content:"\e9ea";
color:#2f302f
}
.ntl-Yellow-Partner .path2:before
{
content:"\e9eb";
margin-left:-1em;
color:#2f302f
}
.ntl-Yellow-Partner .path3:before
{
content:"\e9ec";
margin-left:-1em;
color:rgb(253, 31, 31)
}
.ntl-Yellow-Partner .path4:before
{
content:"\e9ed";
margin-left:-1em;
color:rgb(253, 31, 31)
}
.ntl-Yellow-Partner .path5:before
{
content:"\e9ee";
margin-left:-1em;
color:rgb(253, 31, 31)
}
.ntl-Yellow-Partner .path6:before
{
content:"\e9ef";
margin-left:-1em;
color:#2f302f
}
.ntl-Yellow-Partner .path7:before
{
content:"\e9f0";
margin-left:-1em;
color:#2f302f
}
.ntl-Yellow-Partner .path8:before
{
content:"\e9f1";
margin-left:-1em;
color:#2f302f
}
.ntl-Yellow-Partner .path9:before
{
content:"\e9f2";
margin-left:-1em;
color:#2f302f
}
.ntl-Yellow-Truck .path1:before
{
content:"\e9f3";
color:#2f302f
}
.ntl-Yellow-Truck .path2:before
{
content:"\e9f4";
margin-left:-1em;
color:rgb(253, 31, 31)
}
.ntl-Yellow-Truck .path3:before
{
content:"\e9f5";
margin-left:-1em;
color:rgb(253, 31, 31)
}
.ntl-Yellow-Truck .path4:before
{
content:"\e9f6";
margin-left:-1em;
color:rgb(253, 31, 31)
}
.ntl-Youtube .path1:before
{
content:"\e9f7";
color:#f61c0d
}
.ntl-Youtube .path2:before
{
content:"\e9f8";
margin-left:-1em;
color:#fff
}
.ntl-Download:before
{
content:"\e9f9"
}
ul
{
list-style:none outside;
margin:0;
padding:0
}
body
{
font-size:17px;
color:#2F302F
}
.line_login
{
color:#453F3F!important
}
.current
{
background-color:rgb(253, 31, 31)
}
.error
{
color:red!important;
font-size:12px;
font-weight:400
}
.line-clamp
{
-webkit-box-orient:vertical;
display:-webkit-box;
overflow:hidden
}
.translate
{
transition:all .2s ease-in-out;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out
}
.translate:hover
{
opacity:.8
}
.SanFranciscoDisplay-Bold
{
font-weight:700
}
.text-fff
{
color:#fff
}
.text-fff:hover,.text-red
{
color:rgb(253, 31, 31)
}
.bg-red,.bg-fff:hover,.item-service.active
{
background:rgb(253, 31, 31)
}
.font-size-14
{
font-size:14px
}
.font-size-16
{
font-size:16px
}
.font-size-18
{
font-size:18px
}
.font-size-24
{
font-size:24px
}
.font-size-96
{
font-size:96px
}
.top-header
{
background-color:rgb(253, 31, 31);
}
.top-header a
{
color:#000
}
.top-header .dropdown-menu
{
background-color:#303030
}
.top-header .btn:focus,.top-header .btn.focus
{
outline:0;
-webkit-box-shadow:none;
box-shadow:none
}
.top-header .dropdown-item
{
border-radius:0!important
}
.top-header .dropdown-item.active,.top-header .dropdown-item:active
{
background-color:rgb(253, 31, 31)
}
.top-header .dropdown-item:hover,.top-header .dropdown-item:focus
{
color:#fff;
background-color:rgb(253, 31, 31)
}
.top-header .border-left
{
border-left-color:#000!important
}
.w-20
{
width:20%!important
}
.w-80
{
width:80%!important
}
.wp-header
{
background-color:rgb(255, 255, 255);
box-shadow: 1px 2px 3px rgb(255, 31, 31);
}
.hotline-top
{
color:#453F3F
}
.hotline-top li:first-child
{
margin-bottom:6px
}
.hotline-top li:first-child a
{
background:rgb(253, 31, 31);
}
.hotline-top li a
{
color:#453F3F
}
.hotline-top li a:hover
{
opacity:.9
}
.wp-slide
{
top:0;
left:0
}
.top-slide
{
height:28px;
background-color:#E5E5E5;
position:relative;
z-index:1
}
.item-slide
{
background-color:var(--white);
color:var(--dark);
-webkit-box-shadow:0 1px 25px rgba(0,0,0,0.25);
box-shadow:0 1px 25px rgba(0,0,0,0.25)
}
.item-slide
{
width:98%;
margin-left:1%
}
.item-slide:before
{
content:'';
position:absolute;
width:100%;
height:28px;
right:-2px;
top:-19px;
background:rgba(0,0,0,0.03);
-webkit-transform:rotate(4deg);
transform:rotate(4deg)
}
.item-slide:after
{
content:'';
position:absolute;
width:100%;
height:28px;
left:0;
top:-28px;
background:#E5E5E5
}
.item-slide .line
{
width:60px;
height:8px;
background:#F7F7F7;
border-radius:10px;
margin:auto
}
.box-slide:hover .top-slide,.box-slide.active .top-slide,.box-slide:hover .item-slide:after,.box-slide.active .item-slide:after,.box-slide:hover .item-slide .line,.box-slide.active .item-slide .line
{
background:#FDBF00
}
.box-slide:hover .item-slide:before,.box-slide.active .item-slide:before
{
background:rgba(0,0,0,0.15)
}
.box-slide:hover .item-slide,.box-slide.active .item-slide
{
background:rgb(253, 31, 31)
}
.search button:hover
{
opacity:.8
}
.main-navigation
{
display:block;
width:100%;
-webkit-transition:.5s all ease-in-out .5s;
transition:.5s all ease-in-out .5s
}
.main-navigation ul
{
margin:0;
padding-left:0;
list-style:none
}
.main-navigation .menu
{
display:none
}
.main-navigation li
{
position:relative;
text-align:left
}
@media (min-width: 768px) and (max-width: 1024px) {
.main-navigation li
{
margin-right:10px
}
.lag li:first-child
{
margin-right:.5rem!important
}
.lag li
{
font-size:15px
}
}
@media screen and (min-width: 1025px) {
.main-navigation li
{
margin-right:40px
}
}
.main-navigation a
{
display:block;
text-decoration:none
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li:hover>ul,.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li.menu-hover>ul
{
opacity:1;
z-index:3;
top:100%;
visibility:visible
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li:hover>ul,.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li.menu-hover>ul
{
left:calc(100% + 1px)
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li:hover>ul.inverse-side,.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li.menu-hover>ul.inverse-side
{
left:auto;
right:calc(100% + 1px)
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li>ul
{
top:0!important
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li>ul.sub-menu-bottom
{
top:auto;
bottom:0
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li>ul.in-transition
{
left:calc(100% + 1px)
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li>ul.inverse-side.in-transition
{
left:auto;
right:calc(100% + 1px)
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li[hidden]
{
display:none
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li:hover>ul,.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li.menu-hover>ul
{
left:0
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li:hover>ul.inverse-side,.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li.menu-hover>ul.inverse-side
{
left:auto;
right:-10px
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li>ul
{
top:100%
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li>ul.in-transition
{
left:0
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li>ul.in-transition.inverse-side
{
left:auto;
right:-10px
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) .sub-menu
{
display:block;
opacity:0;
position:absolute;
left:0;
width:279px;
padding:5px 0 0;
background-color:#2F302F;
-webkit-box-shadow:4px 4px 7px rgba(0,0,0,0.1);
box-shadow:4px 4px 7px rgba(0,0,0,0.1);
-webkit-transition:all .3s ease 0;
transition:all .3s ease 0;
visibility:hidden;
top:150%;
margin-top:6px
}
.main-navigation:not(.vertical-menu) .menu
{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
position:relative
}
.main-navigation:not(.vertical-menu) .menu>li
{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:start;
-ms-flex-align:start;
align-items:flex-start;
border-bottom:solid 6px rgb(253, 31, 31)
}
.main-navigation:not(.vertical-menu) .menu .sub-menu
{
margin:0;
-webkit-box-shadow:0 2px 12px rgba(136,136,136,0.26);
box-shadow:0 2px 12px rgba(136,136,136,0.26)
}
.main-navigation:not(.vertical-menu) .menu>li[hidden]
{
display:none
}
.main-navigation a
{
padding:20px 0;
font-size:17px
}
.main-navigation .menu>li.menu-item-has-children:not(.super-guacamole__menu-with-icon)>a
{
padding-right:5px
}
.main-navigation .menu>li.menu-item-has-children:not(.super-guacamole__menu-with-icon)>a::after
{
content:"\e904";
right:0;
color:var(--white);
font-size:8px;
top:32%;
font-family:'ntl-icon'!important;
margin-left:6px
}
.main-navigation .sub-menu
{
padding:0
}
.main-navigation .sub-menu>li
{
margin:0;
padding:0
}
.main-navigation .sub-menu>li a
{
padding:0 10px 10px;
margin-bottom:5px;
line-height:22px;
font-size:16px;
border-bottom:1px solid rgb(253, 31, 31)
}
.main-navigation .sub-menu>li:last-child a
{
border-bottom:none;
margin-bottom:0
}
#site-navigation.main-navigation.vertical-menu
{
background-color:#000
}
#site-navigation.main-navigation.vertical-menu ul.menu li a
{
font-style:normal;
font-size:12px;
line-height:2
}
#site-navigation.main-navigation.vertical-menu .menu>li>a,#site-navigation.main-navigation.vertical-menu ul ul a,.main-navigation-buttons .navigation-button,.invert .main-navigation>.menu>li>a,.main-navigation ul ul a,.site-header .invert .contact-block__label
{
color:var(--white)
}
#site-navigation.main-navigation.vertical-menu .menu>li>a:hover,#site-navigation.main-navigation.vertical-menu ul ul a:hover,#site-navigation.main-navigation.vertical-menu ul li.current-menu-item>a,.main-navigation-buttons .navigation-button:hover,.invert .main-navigation>.menu>li>a:hover
{
color:var(--white)
}
.main-navigation .menu>li>a,.invert .main-navigation.vertical-menu .menu>li>a,.invert .main-navigation .menu.isStuck>li>a
{
color:var(--white)
}
.main-navigation .menu>li:hover,.main-navigation .menu>li.active>a,.main-navigation .menu>li>a:hover
{
color:rgb(253, 31, 31)
}
.main-navigation .sub-menu>li:hover>a,.main-navigation .sub-menu>li.menu-hover>a,.main-navigation .sub-menu>li.current_page_item>a,.main-navigation .sub-menu>li.current_page_ancestor>a,.main-navigation .sub-menu>li.current-menu-item>a,.main-navigation .sub-menu>li.current-menu-ancestor>a,.main-navigation .sub-menu>li .sub-cat a:hover
{
color:var(--white)
}
.main-navigation .menu>li:hover
{
border-bottom:solid 6px rgb(253, 31, 31)
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li:hover
{
border-bottom:solid 6px rgb(253, 31, 31)
}
.mobile-nav
{
padding:0 13px
}
.mobile-nav li
{
margin-bottom:0
}
.mobile-nav ul.super
{
list-style:none
}
.mobile-nav h3,.mobile-nav .h3
{
padding-left:15px;
font-size:14px;
margin-bottom:0;
text-transform:unset
}
.mobile-nav__search
{
padding:15px
}
.mobile-nav__search .search-bar
{
margin-bottom:0
}
.mobile-nav__item
{
position:relative;
display:block
}
.mobile-nav__item ul li:after
{
bottom:0;
content:"";
left:0;
position:absolute;
right:0;
width:100%
}
.mobile-nav__item ul a
{
padding:10px 0
}
.mobile-nav>.mobile-nav__item
{
background-color:#fff
}
.mobile-nav>.mobile-nav__item:last-child:after
{
display:none
}
.mobile-nav__item a
{
display:block
}
.mobile-nav__item a,.mobile-nav__toggle button
{
color:#333;
padding:10px;
text-decoration:none
}
.mobile-nav__toggle button
{
background:none;
border:none;
cursor:pointer;
outline:none;
font-size:10px
}
.mobile-nav__item a:hover,.mobile-nav__item a:active,.mobile-nav__item a:focus,.mobile-nav__toggle button:hover,.mobile-nav__toggle button:active,.mobile-nav__toggle button:focus
{
color:#0d0d0d
}
.mobile-nav__item a:active,.mobile-nav__item a:focus,.mobile-nav__toggle button:active,.mobile-nav__toggle button:focus
{
background-color:#f2f2f2
}
.mobile-nav__has-sublist
{
display:table;
width:100%;
border-bottom:1px solid rgb(253, 31, 31)
}
.mobile-nav__has-sublist .mobile-nav__link
{
display:table-cell;
vertical-align:middle;
width:100%
}
.mobile-nav__border
{
border-bottom:1px solid rgb(253, 31, 31)
}
.mobile-nav__toggle
{
display:table-cell;
vertical-align:middle;
width:1%
}
.mobile-nav--expanded .mobile-nav__toggle-open
{
display:none
}
.mobile-nav__toggle-close
{
display:none
}
.mobile-nav--expanded .mobile-nav__toggle-close
{
display:block
}
.mobile-nav__sublist
{
margin:0;
max-height:0;
visibility:hidden;
overflow:hidden;
-webkit-transition:all 300ms cubic-bezier(0.57,0.06,0.05,0.95);
transition:all 300ms cubic-bezier(0.57,0.06,0.05,0.95);
-webkit-backface-visibility:hidden;
backface-visibility:hidden
}
.mobile-nav__sublist img
{
margin-bottom:15px
}
.mobile-nav--expanded+.mobile-nav__sublist
{
visibility:visible;
max-height:inherit;
-webkit-transition:all 700ms cubic-bezier(0.57,0.06,0.05,0.95);
transition:all 700ms cubic-bezier(0.57,0.06,0.05,0.95)
}
.mobile-nav__sublist .mobile-nav__item:after
{
top:0;
bottom:auto
}
.mobile-nav__sublist .mobile-nav__link
{
padding:6px 10px
}
.ntl-menu
{
font-size:18px;
padding:5px;
background-color:transparent
}
.mobile-nav
{
padding:0 13px
}
.mobile-nav li
{
margin-bottom:0
}
.mobile-nav ul.super
{
list-style:none
}
.mobile-nav h3,.mobile-nav .h3
{
padding-left:15px;
font-size:14px;
margin-bottom:0;
text-transform:unset
}
.mobile-nav__search
{
padding:15px
}
.mobile-nav__search .search-bar
{
margin-bottom:0
}
.mobile-nav__item
{
position:relative;
display:block
}
.mobile-nav__item ul li:after
{
bottom:0;
content:"";
left:0;
position:absolute;
right:0;
width:100%
}
.mobile-nav__item ul a
{
padding:10px 0
}
.mobile-nav>.mobile-nav__item
{
background-color:#fff
}
.mobile-nav>.mobile-nav__item:last-child:after
{
display:none
}
.mobile-nav__item a
{
display:block
}
.mobile-nav__item a,.mobile-nav__toggle button
{
color:#333;
padding:10px;
text-decoration:none
}
.mobile-nav__toggle button
{
background:none;
border:none;
cursor:pointer;
outline:none;
font-size:10px
}
.mobile-nav__item a:hover,.mobile-nav__item a:active,.mobile-nav__item a:focus,.mobile-nav__toggle button:hover,.mobile-nav__toggle button:active,.mobile-nav__toggle button:focus
{
color:#0d0d0d
}
.mobile-nav__item a:active,.mobile-nav__item a:focus,.mobile-nav__toggle button:active,.mobile-nav__toggle button:focus
{
background-color:#f2f2f2
}
.mobile-nav__has-sublist
{
display:table;
width:100%;
border-bottom:1px solid rgb(253, 31, 31)
}
.mobile-nav__has-sublist .mobile-nav__link
{
display:table-cell;
vertical-align:middle;
width:100%
}
.mobile-nav__border
{
border-bottom:1px solid rgb(253, 31, 31)
}
.mobile-nav__toggle
{
display:table-cell;
vertical-align:middle;
width:1%
}
.mobile-nav--expanded .mobile-nav__toggle-open
{
display:none
}
.mobile-nav__toggle-close
{
display:none
}
.mobile-nav--expanded .mobile-nav__toggle-close
{
display:block
}
.mobile-nav__sublist
{
margin:0;
max-height:0;
visibility:hidden;
overflow:hidden;
-webkit-transition:all 300ms cubic-bezier(0.57,0.06,0.05,0.95);
transition:all 300ms cubic-bezier(0.57,0.06,0.05,0.95);
-webkit-backface-visibility:hidden;
backface-visibility:hidden
}
.mobile-nav__sublist img
{
margin-bottom:15px
}
.mobile-nav--expanded+.mobile-nav__sublist
{
visibility:visible;
max-height:inherit;
-webkit-transition:all 700ms cubic-bezier(0.57,0.06,0.05,0.95);
transition:all 700ms cubic-bezier(0.57,0.06,0.05,0.95)
}
.mobile-nav__sublist .mobile-nav__item:after
{
top:0;
bottom:auto
}
.mobile-nav__sublist .mobile-nav__link
{
padding:6px 10px;
font-family:'SanFrancisco'
}
.ntl-menu
{
font-size:18px;
padding:5px;
background-color:transparent
}
.visually-hidden,.ntl-fallback-text .fallback-text
{
position:absolute;
overflow:hidden;
clip:rect(0 0 0 0);
height:1px;
width:1px;
margin:-1px;
padding:0;
border:0
}
.js-drawer-open
{
overflow:hidden;
height:100%
}
.js-drawer-open #PageContainer:before
{
background:rgba(0,0,0,0.5) none repeat scroll 0 0;
bottom:0;
content:""!important;
display:inline-block!important;
left:0;
position:absolute;
right:0;
top:0;
z-index:99999
}
.drawer
{
-webkit-transform:translateZ(0);
will-change:transform;
display:none;
position:fixed;
overflow-y:auto;
overflow-x:hidden;
-webkit-overflow-scrolling:touch;
top:0;
bottom:0;
padding:0 0 15px;
max-width:95%;
z-index:10;
color:#2F302F;
background-color:#fff;
-webkit-transition:all .4s cubic-bezier(0.46,0.01,0.32,1);
transition:all .4s cubic-bezier(0.46,0.01,0.32,1)
}
.drawer a
{
color:#2F302F;
font-size:16px;
padding-left:0;
padding-right:0;
font-family:'SanFrancisco'
}
.drawer a:hover,.drawer a:focus
{
opacity:.7
}
.drawer--left
{
width:300px;
left:-300px
}
.js-drawer-open-left .drawer--left
{
display:block;
-webkit-transform:translateX(300px);
transform:translateX(300px)
}
.lt-ie9 .js-drawer-open-left .drawer--left
{
left:0
}
.drawer--right
{
width:300px;
right:-300px;
border-left:1px solid #f2f2f2
}
.js-drawer-open-right .drawer--right
{
display:block;
-webkit-transform:translateX(-300px);
transform:translateX(-300px)
}
.lt-ie9 .js-drawer-open-right .drawer--right
{
right:0
}
#PageContainer
{
overflow:hidden
}
.drawer--is-loading:before
{
background:rgba(0,0,0,0.5) none repeat scroll 0 0;
bottom:0;
content:""!important;
display:inline-block!important;
left:0;
position:absolute;
right:0;
top:0;
z-index:99999
}
.is-moved-by-drawer
{
-webkit-transition:all .4s cubic-bezier(0.46,0.01,0.32,1);
transition:all .4s cubic-bezier(0.46,0.01,0.32,1)
}
.js-drawer-open-left .is-moved-by-drawer
{
-webkit-transform:translateX(300px);
transform:translateX(300px)
}
.js-drawer-open-right .is-moved-by-drawer
{
-webkit-transform:translateX(-300px);
transform:translateX(-300px)
}
.drawer__header
{
display:table;
height:45px;
width:100%;
padding:0 15px
}
.drawer__title,.drawer__close
{
display:table-cell;
vertical-align:middle
}
.drawer__title
{
width:100%
}
.drawer__title img
{
max-height:45px
}
.drawer__close
{
width:1%;
text-align:center;
font-size:1.28571em
}
.drawer__close button
{
position:relative;
right:-20px;
height:100%;
padding:0 20px;
color:var(--dark)
}
.drawer__close button:active,.drawer__close button:focus
{
background-color:#f2f2f2
}
.ntl-fallback-text .icon
{
display:inline-block
}
.lag-mb a
{
display:inline-block;
line-height:20px;
position:relative;
padding:0
}
.lag-mb a:first-child:after
{
content:'';
border:1px solid #feeb7d;
position:absolute;
right:-2px;
top:3.5px;
height:16px
}
@media screen and (min-width: 240px) {
.logo
{
max-height:24px
}
.font-size-60
{
font-size:36px
}
.font-size-80
{
font-size:50px
}
.search .form-control
{
height:calc(2.5rem + 2px)
}
.search button
{
height:42px
}
.tukhoa
{
border:1px solid #E5E5E5!important
}
.text-slide
{
font-size:18px
}
}
@media screen and (min-width: 736px) {
.logo
{
max-height:none
}
.search .form-control
{
height:calc(3rem + 2px)
}
.search button
{
height:50px
}
}
@media screen and (min-width: 768px) {
.text-slide
{
font-size:24px
}
.wp-slide
{
position:absolute;
height:100%;
margin-top:0;
background:none;
padding-top:0
}
}
@media screen and (min-width: 1024px) {
.wp-slide
{
position:absolute;
height:100%;
margin-top:0
}
}
@media (min-width: 1024px) and (max-width: 1026px) {
.item-slide
{
padding-top:1.5rem!important;
padding-bottom:1rem!important
}
.search .form-control
{
height:calc(2rem + 2px)
}
.search button
{
height:34px
}
}
@media (max-width: 414px) {
.col-6
{
-ms-flex:0 0 100%;
-webkit-box-flex:0;
flex:0 0 100%;
max-width:100%
}
}
#tra_cuoc .dropdown-toggle::after
{
content:"";
border-top:.4em solid #000;
border-right:.2em solid transparent;
border-bottom:0;
border-left:.2em solid transparent;
position:absolute;
right:.5rem;
top:calc(100% - 15px)
}
.col-lg2
{
position:relative;
width:100%;
min-height:1px;
padding-right:15px;
padding-left:15px
}
.col-lg2
{
-webkit-box-flex:0;
-ms-flex:0 0 20%;
flex:0 0 20%;
max-width:20%
}
@media (min-width: 240px) {
.col-lg2
{
-webkit-box-flex:0;
-ms-flex:0 0 100%;
flex:0 0 100%;
max-width:100%
}
}
@media (min-width: 720px) {
.col-lg2
{
-webkit-box-flex:0;
-ms-flex:0 0 50%;
flex:0 0 50%;
max-width:50%
}
.col-lg2:last-child
{
-webkit-box-flex:0;
-ms-flex:0 0 100%;
flex:0 0 100%;
max-width:100%
}
}
@media (min-width: 1025px) {
.col-lg2
{
-webkit-box-flex:0;
-ms-flex:0 0 20%;
flex:0 0 20%;
max-width:20%
}
.col-lg2:last-child
{
-webkit-box-flex:0;
-ms-flex:0 0 20%;
flex:0 0 20%;
max-width:20%
}
}
.summary_bottom
{
font-style:normal;
font-weight:400;
font-size:16px!important;
line-height:22px;
text-align:justify
}
.wp-service .icon-Thin-Arrow-3
{
font-size:31px
}
.left-about,.wp-about:before
{
background-color:#2F302F
}
.item-about .title-h5
{
font-size:16px;
line-height:22px
}
.wp-about
{
background-size:cover
}
.right-about ul li
{
display:block;
margin-bottom:15px
}
.right-about ul li span.icon
{
font-size:45px
}
.count-tk .counter-number
{
font-weight:400
}
.text-kh h2:before,.text-kh h2:after
{
content:"";
position:absolute;
top:0;
left:0;
right:0
}
.text-kh h2:before
{
width:100%;
margin:auto;
border-top:1px solid #C7C7C7
}
.text-kh h2:after
{
width:25%;
height:9px;
background:rgb(253, 31, 31);
margin:auto;
top:-4.5px
}
.hotline a
{
color:#2F302F
}
.carousel-item-ykien
{
-webkit-transition:all 250ms linear;
-moz-transition:all 250ms linear;
-ms-transition:all 250ms linear;
-o-transition:all 250ms linear;
cursor:pointer;
margin-top:170px!important;
letter-spacing:-.02em
}
.carousel-item-ykien img
{
margin-top:-40%;
border-radius:50%;
border:solid 16px #fff;
-webkit-transition:all 250ms linear;
-moz-transition:all 250ms linear;
-ms-transition:all 250ms linear;
-o-transition:all 250ms linear;
max-width:80%!important
}
.carousel-item-ykien:hover img
{
-webkit-box-shadow:1px 1px 15px 1px rgb(253, 31, 31);
box-shadow:1px 1px 15px 1px rgb(253, 31, 31)
}
.carousel-item-ykien p
{
margin-bottom:5px
}
.wp-partner
{
background:#2F302F
}
.box-cp-l,.box-cp-r
{
padding-left:15px;
padding-right:15px
}
.box-cp
{
color:#464655;
font-size:16px
}
.entry-cp
{
letter-spacing:-.02em
}
.box-cp i
{
font-size:10px
}
.form-service .border-cam
{
border-color:rgb(253, 31, 31)
}
.form-service .form-control
{
height:35px!important
}
.dactinh
{
margin-left:-.5%;
margin-right:-.5%
}
.dactinh li
{
font-size:12px;
margin-left:.5%;
margin-right:.5%;
padding-left:1px;
padding-right:1px;
cursor:pointer
}
.dactinh li:hover
{
border-color:rgb(253, 31, 31)!important
}
.dactinh li .icon
{
font-size:1.6rem;
height:40px;
line-height:40px
}
.dactinh li .icon-Coat-and-lipstick
{
font-size:2.8rem
}
.item-service:hover
{
color:#2e3553
}
.sendnowbox
{
padding-top:40px
}
.sendnow
{
width:189px;
height:38px;
background:#FFF;
border-radius:4px;
border:0;
margin:0 auto;
color:#000;
line-height:34px
}
.icon-Arrow-4
{
font-size:12px;
padding-left:20px
}
@media screen and (min-width: 240px) {
.hotline a
{
color:#2F302F
}
.font-size-60
{
font-size:36px
}
.font-size-80
{
font-size:50px
}
.search .form-control
{
height:calc(2.5rem + 2px)
}
.search button
{
height:42px
}
.tukhoa
{
border:1px solid #E5E5E5!important
}
.item-service
{
-webkit-box-flex:0;
-ms-flex:0 0 100%;
flex:0 0 100%;
max-width:100%;
font-size:16px
}
.item-service p
{
font-size:76px;
min-height:50px
}
.item-service+.item-service
{
border-top:1px solid #C7C7C7
}
.item-service:last-child
{
border-bottom:1px solid #C7C7C7
}
.title-about,.coutdown
{
font-size:18px
}
.right-about ul li
{
font-size:14px
}
.coutdown .icon>span
{
font-size:72px
}
.count-tk .counter-number
{
font-size:48px;
line-height:56px
}
.entry-cp
{
font-size:18px;
line-height:25px
}
.position-submit
{
position:absolute;
left:15px;
bottom:0;
text-align:center
}
.dactinh li
{
-ms-flex:0 0 32.333%;
-webkit-box-flex:0;
flex:0 0 32.333%;
max-width:32.333%
}
.wp-slide
{
padding-top:37px
}
.text-dark-min
{
color:var(--white);
font-size:12px
}
.item-service:last-child
{
border-bottom:1px solid #C7C7C7
}
}
@media screen and (min-width: 480px) {
.hotline a
{
color:#2F302F
}
.wp-service>.container
{
padding-left:15px!important;
padding-right:15px!important
}
.item-service
{
-webkit-box-flex:0;
-ms-flex:0 0 50%;
flex:0 0 50%;
max-width:50%;
font-size:14px
}
.item-service+.item-service
{
border-top:0
}
.item-service:last-child
{
border-bottom:0
}
}
@media screen and (min-width: 736px) {
.item-service
{
-webkit-box-flex:0;
-ms-flex:0 0 20%;
flex:0 0 20%;
max-width:20%
}
.dactinh li
{
-ms-flex:0 0 19%;
-webkit-box-flex:0;
flex:0 0 19%;
max-width:19%
}
}
@media screen and (min-width: 768px) {
.font-size-60
{
font-size:60px
}
.font-size-80
{
font-size:80px
}
.item-service p
{
font-size:44px
}
.text-service
{
font-size:24px
}
.item-service+.item-service:before
{
position:absolute;
height:70%;
left:0;
top:15%;
border-left:1px solid #C7C7C7;
content:''
}
.item-service:hover
{
color:#2e3553
}
.item-service:hover:before
{
border-left-color:rgb(253, 31, 31)
}
.item-service.active:before,.item-service:hover:before
{
position:absolute;
height:100%;
left:auto;
right:-1px;
top:0;
border-right:1px solid rgb(253, 31, 31);
content:'';
z-index:1
}
.left-about .summary
{
font-size:16px;
letter-spacing:-.02em;
padding-right:1.3rem
}
.pr-md-08
{
padding-right:4rem
}
.pr-md-08
{
padding-right:.8rem
}
p.text-service
{
margin-bottom:.5rem
}
.title-about,.coutdown
{
font-size:24px
}
.right-about ul li
{
font-size:18px
}
.coutdown .icon>span
{
font-size:66px
}
.count-tk .counter-number
{
font-size:48px;
line-height:84px
}
.entry-cp
{
font-size:30px;
line-height:50px
}
.position-submit
{
position:static
}
.summary_bottom
{
height:273px;
overflow:hidden
}
.wp-slide
{
position:absolute;
height:100%;
margin-top:0;
background:none;
padding-top:0
}
}
@media screen and (min-width: 1024px) {
.hotline a
{
color:#FFF
}
.wp-about:before
{
width:50%;
height:100%;
position:absolute;
top:0;
left:0;
content:''
}
.box-cp-l
{
-ms-flex:0 0 40%;
-webkit-box-flex:0;
flex:0 0 40%;
max-width:40%
}
.box-cp-r
{
-ms-flex:0 0 60%;
-webkit-box-flex:0;
flex:0 0 60%;
max-width:60%
}
.dactinh li
{
-ms-flex:0 0 24%;
-webkit-box-flex:0;
flex:0 0 24%;
max-width:24%
}
}
@media (min-width: 1024px) and (max-width: 1026px) {
.hotline a
{
color:#FFF
}
.font-size-80
{
font-size:60px
}
.font-size-60
{
font-size:40px
}
}
@media (max-width: 736px) {
.hotline a
{
color:#2F302F
}
.box-cp-r>.border
{
border:0!important
}
}
@media (max-width: 575px) {
.box-slide
{
padding:0!important;
line-height:1.2
}
.box-slide:first-child
{
margin-left:.5rem!important;
margin-right:-.5rem!important;
margin-top:1rem!important
}
.box-slide:nth-child(2)
{
z-index:2
}
.box-slide:nth-child(2) .item-slide
{
padding-bottom:.57rem!important
}
.box-slide:last-child
{
margin-left:-.5rem!important;
margin-top:1rem!important
}
.item-slide:before
{
top:-22px
}
.box-slide:first-child p,.box-slide:last-child p
{
padding-left:.5rem;
padding-right:.5rem
}
.box-slide:first-child p
{
line-height:1.2
}
.box-slide .line
{
display:none!important
}
.right-about ul li
{
margin-top:10px
}
.right-about ul li+li
{
margin-bottom:25px
}
.text-kh h2
{
font-size:18px
}
}
@media (max-width: 414px) {
.col-6
{
-ms-flex:0 0 100%;
-webkit-box-flex:0;
flex:0 0 100%;
max-width:100%
}
.box-slide:nth-child(2) .item-slide
{
padding-bottom:.25rem!important
}
.box-slide:last-child a
{
padding-top:.5rem!important
}
.box-slide:first-child a
{
padding-top:.5rem!important;
padding-bottom:1.2rem!important
}
.box-slide:last-child p
{
margin-top:0!important
}
.wp-service .container-service
{
padding:0
}
.font-size-Thin-Arrow-3
{
font-size:31px
}
}
.wp-partner
{
background:#F6F6F6
}
.partners
{
height:106px
}
#partners-logo
{
padding:0 50px;
height:100%;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center
}
.slick-slide
{
margin:0 20px
}
.slick-list
{
position:relative;
display:block;
overflow:hidden;
margin:0;
padding:0
}
.slick-list:focus
{
outline:none
}
.slick-list.dragging
{
cursor:pointer;
cursor:hand
}
.slick-slider .slick-track,.slick-slider .slick-list
{
-webkit-transform:translate3d(0,0,0);
transform:translate3d(0,0,0)
}
.slick-track
{
position:relative;
top:0;
left:0;
display:-webkit-box;
display:-ms-flexbox;
display:flex
}
.slick-track:before,.slick-track:after
{
display:table;
content:''
}
.slick-track:after
{
clear:both
}
.slick-loading .slick-track
{
visibility:hidden
}
.slick-slide
{
display:none;
float:left;
height:100%;
min-height:1px
}
[dir='rtl'] .slick-slide
{
float:right
}
.slick-slide img
{
display:block;
max-width:100%
}
.slick-slide.slick-loading img
{
display:none
}
.slick-slide.dragging img
{
pointer-events:none
}
.slick-initialized .slick-slide
{
display:block;
-ms-flex-item-align:center;
align-self:center
}
.slick-loading .slick-slide
{
visibility:hidden
}
.slick-vertical .slick-slide
{
display:block;
height:auto;
border:1px solid transparent
}
.slick-arrow.slick-hidden
{
display:none
}
.slick-prev,.slick-next
{
font-family:'ntl-icon';
font-size:0;
line-height:0;
position:absolute;
top:50%;
display:block;
width:20px;
height:20px;
padding:0;
z-index:1;
-webkit-transform:translate(0,-50%);
transform:translate(0,-50%);
cursor:pointer;
color:transparent;
border:none;
outline:none;
background:transparent
}
.slick-next
{
right:15px
}
.slick-next:before
{
content:"\e907"
}
.slick-prev
{
left:15px
}
.slick-prev:before
{
content:"\e905"
}
.slick-prev:before,.slick-next:before
{
font-size:20px;
line-height:1;
opacity:.75;
color:#2F302F;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale
}
.wp-hotline-footer
{
background-size:cover
}
.wp-hotline-footer .content-ft a
{
background:rgb(253, 31, 31);
-webkit-box-shadow:4px 4px 7px rgba(0,0,0,0.1);
box-shadow:4px 4px 7px rgba(0,0,0,0.1)
}
.wp-hotline-footer a.hotline
{
color:var(--white)
}
.wp-hotline-footer a .icon
{
font-size:40px
}
.wp-hotline-footer .content-ft a:hover
{
color:#2e3553;
opacity:.8
}
footer
{
width:100%;
clear:both
}
footer .col-md-4
{
margin-top:15px
}
.contact-footer img
{
max-width:100%!important
}
.ul-footer a
{
display:block;
color:var(--dark);
font-size:14px;
line-height:40px;
letter-spacing:-.02em
}
.ul-footer a:hover
{
color:rgb(253, 31, 31)
}
.sharefooter a
{
display:inline-block;
vertical-align:middle;
margin-right:18px
}
.sharefooter a>span
{
font-size:33px
}
.sharefooter a>span:hover
{
opacity:.5
}
.register-email input[type="email"]
{
border:1px solid rgb(253, 31, 31);
height:44px;
padding-right:44px;
font-size:14px
}
.register-email button
{
width:44px;
height:100%;
line-height:44px;
text-align:center;
right:0;
top:0
}
.register-email button:hover .icon-Send:before
{
color:rgb(253, 31, 31)
}
.panel-group .panel
{
display:inline-block;
vertical-align:top
}
.menu-bot .panel-heading a:before
{
font-family:'ntl-icon'!important;
float:right;
font-size:14px;
font-weight:700;
color:rgb(253, 31, 31);
content:"\e9df"
}
.menu-bot .panel-heading a.collapsed:before
{
content:"\e904";
color:#000
}
.font-IntelBold
{
font-weight:700
}
@media (min-width: 1024px) and (max-width: 1030px) {
.menu-bot .panel-group .panel
{
display:table-cell;
padding:0 25px
}
}
@media screen and (min-width: 240px) {
.menu-bot .panel-group .panel
{
width:100%;
border-bottom:solid 1px #000
}
.menu-bot .panel-group .panel:last-child
{
border-bottom:0;
padding-bottom:15px
}
.wp-hotline-footer a.hotline
{
font-size:20px
}
.text-nn
{
font-size:14px
}
.contact-footer .img-fulid
{
max-width:50%!important
}
}
@media screen and (min-width: 320px) {
.wp-hotline-footer a.hotline
{
font-size:24px
}
.text-nn
{
font-size:1.125rem
}
}
@media screen and (min-width: 769px) {
.wp-hotline-footer a.hotline
{
font-size:48px
}
.text-nn
{
font-size:17px
}
.contact-footer .img-fulid
{
max-width:50%!important
}
}
@media screen and (min-width: 1024px) {
.menu-bot .panel-group .panel
{
border-bottom:0
}
.panel-default>.panel-heading a:after
{
content:'';
width:89px;
height:5px;
background:rgb(253, 31, 31);
position:absolute;
left:0;
bottom:0
}
.menu-bot .panel-group
{
text-align:center;
display:-ms-flexbox;
display:-webkit-box;
display:flex;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
.menu-bot .panel-group .panel
{
text-align:left;
-ms-flex:0 0 16%;
-webkit-box-flex:0;
flex:0 0 16%;
max-width:16%;
padding-left:15px;
padding-right:15px
}
.menu-bot .panel-group .panel:first-child
{
-ms-flex:0 0 30%;
-webkit-box-flex:0;
flex:0 0 30%;
max-width:30%
}
.menu-bot .panel-group .panel:nth-child(2)
{
-ms-flex:0 0 14%;
-webkit-box-flex:0;
flex:0 0 14%;
max-width:14%
}
.menu-bot .panel-group .panel:nth-child(3)
{
-ms-flex:0 0 15%;
-webkit-box-flex:0;
flex:0 0 15%;
max-width:15%
}
.menu-bot .panel-group .panel:last-child
{
-ms-flex:0 0 25%;
-webkit-box-flex:0;
flex:0 0 25%;
max-width:25%
}
#footer .collapse
{
display:block!important
}
.menu-bot .panel-heading a:before
{
display:none
}
}
@media (min-width: 1024px) and (max-width: 1026px) {
.font-size-80
{
font-size:60px
}
.font-size-60
{
font-size:40px
}
}
@media screen and (min-width: 240px) {
.wp-slide {
background: unset;
padding-top: 15px;
position: absolute;
}
}
.carousel-indicators li {
background-color: #59595c;
}
.carousel-indicators .active {
background-color: rgb(253, 31, 31);;
}
/* .top-slide {
width: 70%;
}
.item-slide {
width: 158px;
max-height: 140px;
}
@media (min-width: 1366px) {
.top-slide {
width: 100%;
}
.item-slide {
width: 98%;
}
}
@media (max-width: 414px) {
.top-slide {
width: 90%;
}
.item-slide {
width: 88%;
}
}
@media (min-width: 2560px) {
.slide-v2 .col-lg-6 {
max-width: 25%;
}
.slide-v2 .offset-lg-3 {
margin-left: 35%;
}
} */
.font-size-30 {
font-size: 30px;
}
.box-cube {
width: 158px;
height: 120px;
background-color: #fafafa;
padding: 25px 15px;
transition: 0.25s ease background-color, 0.25s ease height;
text-align: center;
margin: auto;
}
.box-cube:hover {
background-color: rgb(253, 31, 31);;
}
.box-cube > a {
display: block;
overflow: hidden;
}
.box-cube > a:hover {
color: unset !important;
}
.active-box-cube {
background-color: rgb(253, 31, 31);;
height: 140px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.top-slide {
width: 162px;
}
.more-than-log {
text-align: center;
font-size: 40px;
/* color: #fff; */
font-weight: bold;
}
.nhap-toi-da {
color: #000;
}
.btn-search-home {
background-color: #fff;
}
@media (max-width: 768px) {
.box-cube {
width: 110px;
padding: 20px 0px;
height: 110px;
}
.top-slide {
width: 100%;
}
.item-slide {
width: 98%;
}
.more-than-log,
.nhap-toi-da {
color: #fff;
}
.btn-search-home {
background-color: rgb(255, 255, 255);;
}
}
.item-service {
max-width: 16.666667% !important;
}
.icon-hoa-toc {
width: 55px;
margin-top: -30px;
}
@media screen and (max-width: 425px) {
.item-service {
max-width: 100% !important;
}
.icon-hoa-toc {
width: 90px;
margin-top: -70px;
}
}
@media screen and (min-width: 768px) {
.left-about .summary {
font-size: 15px;
}
.unset-color > a {
color: unset !important;
}
.summary_bottom {
height: 250px;
}
}
.modal-body button {
position: absolute;
padding: 5px;
right: 0;
background-color: rgb(253, 31, 31);;
color: #ffffff;
}
.drawer,.mobile-nav > .mobile-nav__item {
background-color: #222222 !important;
}
.drawer a {
color: #fff !important;
}
.lag-mb a:first-child:after {
border: 0px !important;
}
form a:hover {
opacity: 1 !important;
}
@media screen and (min-width: 1025px) {
.main-navigation li {
margin-right: 25px !important;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.main-navigation li {
margin-right: 5px !important;
}
}
.li-right {
font-size: 17px;
color: rgb(253, 31, 31);
}
.li-right:hover {
color: rgb(253, 31, 31);
}
.slick-list {
overflow: visible !important;
margin-top: 125px !important;
} | public/User/css/main_home.css | @font-face
{
font-family:'SanFrancisco';
font-display:swap;
src:url(../fonts/SanFranciscoDisplay-Regular.eot);
src:local(☺︎),url(../fonts/SanFranciscoDisplay-Regular.woff2) format("woff2"),url(../fonts/SanFranciscoDisplay-Regular.woff) format("woff"),url(../fonts/font-default/SanFranciscoDisplay-Regular.ttf) format("truetype"),url(../fonts/font-default/SanFranciscoDisplay-Regular.svg) format("svg");
font-weight:400;
font-style:normal
}
@font-face
{
font-family:'ntl-icon';
font-display:swap;
src:url(../fonts/font-default/ntl-icon1bce.eot?v=6);
src:url(../fonts/font-default/ntl-icon1bce.eot?v=6) format("embedded-opentype"),url(../fonts/font-default/ntl-icon1bce.ttf?v=6) format("truetype"),url(../fonts/font-default/ntl-icon1bce.woff?v=6) format("woff"),url(../fonts/font-default/ntl-icon1bce.svg?v=6) format("svg");
font-weight:400;
font-style:normal
}
@font-face
{
font-family:'Roboto-Bold';
font-display:swap;
src:url(../fonts/font-default/Roboto-Bold.ttf) format("truetype")
}
@font-face
{
font-family:'Roboto-Regular';
font-display:swap;
src:url(../fonts/font-default/Roboto-Regular.ttf) format("truetype")
}
[class^="ntl-"],[class*=" ntl-"],.slick-arrow
{
font-family:'ntl-icon'!important;
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
}
.ntl-Link .path1:before
{
content:"\ea84";
color:#fe0303
}
.ntl-Link .path2:before
{
content:"\ea85";
margin-left:-1em;
color:#000
}
.ntl-Link .path3:before
{
content:"\ea86";
margin-left:-1em;
color:#000
}
.ntl-Box-checked-fill-color .path1:before
{
content:"\ea7c"
}
.ntl-Box-checked-fill-color .path2:before
{
content:"\ea7d";
margin-left:-1em;
color:#000
}
.ntl-Box-checked-fill-color .path3:before
{
content:"\ea7e";
margin-left:-1em;
color:#000
}
.ntl-Box-checked-fill-color .path4:before
{
content:"\ea7f";
margin-left:-1em;
color:#000
}
.ntl-Box-checked-fill-color .path5:before
{
content:"\ea80";
margin-left:-1em;
color:#000
}
.ntl-Box-checked-fill-color .path6:before
{
content:"\ea81";
margin-left:-1em;
color:#000
}
.ntl-Box-checked:before
{
content:"\ea82"
}
.ntl-Plus:before
{
content:"\ea83"
}
.ntl-CS .path1:before
{
content:"\e9ff";
color:#fff
}
.ntl-CS .path2:before
{
content:"\ea00";
margin-left:-1em;
color:#fff
}
.ntl-CS .path3:before
{
content:"\ea01";
margin-left:-1em;
color:#fff
}
.ntl-CS .path4:before
{
content:"\ea02";
margin-left:-1em;
color:#fff
}
.ntl-CS .path5:before
{
content:"\ea03";
margin-left:-1em;
color:#fff
}
.ntl-CS .path6:before
{
content:"\ea04";
margin-left:-1em;
color:#fff
}
.ntl-CS .path7:before
{
content:"\ea05";
margin-left:-1em;
color:#fff
}
.ntl-CS .path8:before
{
content:"\ea06";
margin-left:-1em;
color:#fff
}
.ntl-CS .path9:before
{
content:"\ea07";
margin-left:-1em;
color:#59595c
}
.ntl-CS .path10:before
{
content:"\ea08";
margin-left:-1em;
color:#fff
}
.ntl-CS .path11:before
{
content:"\ea09";
margin-left:-1em;
color:rgb(253, 31, 31);
}
.ntl-CS .path12:before
{
content:"\ea0a";
margin-left:-1em;
color:rgb(253, 31, 31);
}
.ntl-CS .path13:before
{
content:"\ea0b";
margin-left:-1em;
color:rgb(253, 31, 31);
}
.ntl-CS .path14:before
{
content:"\ea0c";
margin-left:-1em;
color:rgb(253, 31, 31);
}
.ntl-CS .path15:before
{
content:"\ea0d";
margin-left:-1em;
color:#fff
}
.ntl-CS .path16:before
{
content:"\ea0e";
margin-left:-1em;
color:#dadadc
}
.ntl-Buu-cuc .path1:before
{
content:"\ea0f";
color:rgb(253, 31, 31);
}
.ntl-Buu-cuc .path2:before
{
content:"\ea10";
margin-left:-1em;
color:#59595c
}
.ntl-Buu-cuc .path3:before
{
content:"\ea11";
margin-left:-1em;
color:#59595c
}
.ntl-Buu-cuc .path4:before
{
content:"\ea12";
margin-left:-1em;
color:#59595c
}
.ntl-Buu-cuc .path5:before
{
content:"\ea13";
margin-left:-1em;
color:#59595c
}
.ntl-Buu-cuc .path6:before
{
content:"\ea14";
margin-left:-1em;
color:#59595c
}
.ntl-Buu-cuc .path7:before
{
content:"\ea15";
margin-left:-1em;
color:#59595c
}
.ntl-Buu-cuc .path8:before
{
content:"\ea16";
margin-left:-1em;
color:#59595c
}
.ntl-Buu-cuc .path9:before
{
content:"\ea17";
margin-left:-1em;
color:#59595c
}
.ntl-Buu-cuc .path10:before
{
content:"\ea18";
margin-left:-1em;
color:#59595c
}
.ntl-Buu-cuc .path11:before
{
content:"\ea19";
margin-left:-1em;
color:#59595c
}
.ntl-Buu-cuc .path12:before
{
content:"\ea1a";
margin-left:-1em;
color:#59595c
}
.ntl-Buu-cuc .path13:before
{
content:"\ea1b";
margin-left:-1em;
color:#dadadc
}
.ntl-Buu-cuc .path14:before
{
content:"\ea1c";
margin-left:-1em;
color:#dadadc
}
.ntl-COD-24h .path1:before
{
content:"\ea1d";
color:#fff
}
.ntl-COD-24h .path2:before
{
content:"\ea1e";
margin-left:-1em;
color:#fff
}
.ntl-COD-24h .path3:before
{
content:"\ea1f";
margin-left:-1em;
color:rgb(253, 31, 31);
}
.ntl-COD-24h .path4:before
{
content:"\ea20";
margin-left:-1em;
color:#fff
}
.ntl-COD-24h .path5:before
{
content:"\ea21";
margin-left:-1em;
color:#fff
}
.ntl-CP-duong-bo .path1:before
{
content:"\ea22";
color:#595a5c
}
.ntl-CP-duong-bo .path2:before
{
content:"\ea23";
margin-left:-1em;
color:#fff
}
.ntl-CP-duong-bo .path3:before
{
content:"\ea24";
margin-left:-1em;
color:#595a5c
}
.ntl-CP-duong-bo .path4:before
{
content:"\ea25";
margin-left:-1em;
color:rgb(253, 31, 31)
}
.ntl-CP-duong-bo .path5:before
{
content:"\ea26";
margin-left:-1em;
color:#595a5c
}
.ntl-CP-duong-bo .path6:before
{
content:"\ea27";
margin-left:-1em;
color:#fff
}
.ntl-CP-duong-bo .path7:before
{
content:"\ea28";
margin-left:-1em;
color:#595a5c
}
.ntl-CP-duong-bo .path8:before
{
content:"\ea29";
margin-left:-1em;
color:#fff
}
.ntl-CP-duong-bo .path9:before
{
content:"\ea2a";
margin-left:-1em;
color:#595a5c
}
.ntl-CP-duong-bo .path10:before
{
content:"\ea2b";
margin-left:-1em;
color:#6d6e71
}
.ntl-CP-duong-bo .path11:before
{
content:"\ea2c";
margin-left:-1em;
color:#595a5c
}
.ntl-CP-duong-bo .path12:before
{
content:"\ea2d";
margin-left:-1em;
color:#f2f9fc
}
.ntl-CP-duong-bo .path13:before
{
content:"\ea2e";
margin-left:-1em;
color:#595a5c
}
.ntl-CP-duong-bo .path14:before
{
content:"\ea2f";
margin-left:-1em;
color:#fff
}
.ntl-CP-duong-bo .path15:before
{
content:"\ea30";
margin-left:-1em;
color:#595a5c
}
.ntl-CP-duong-bo .path16:before
{
content:"\ea31";
margin-left:-1em;
color:rgb(253, 31, 31)
}
.ntl-CP-duong-bo .path17:before
{
content:"\ea32";
margin-left:-1em;
color:#595a5c
}
.ntl-CP-duong-bo .path18:before
{
content:"\ea33";
margin-left:-1em;
color:#bfc2c4
}
.ntl-CP-duong-bo .path19:before
{
content:"\ea34";
margin-left:-1em;
color:#595a5c
}
.ntl-CP-duong-bo .path20:before
{
content:"\ea35";
margin-left:-1em;
color:rgb(253, 31, 31)
}
.ntl-CP-duong-bo .path21:before
{
content:"\ea36";
margin-left:-1em;
color:#595a5c
}
.ntl-CP-duong-bo .path22:before
{
content:"\ea37";
margin-left:-1em;
color:#fff
}
.ntl-CP-duong-bo .path23:before
{
content:"\ea38";
margin-left:-1em;
color:#595a5c
}
.ntl-CP-duong-bo .path24:before
{
content:"\ea39";
margin-left:-1em;
color:#fff
}
.ntl-CP-duong-bo .path25:before
{
content:"\ea3a";
margin-left:-1em;
color:#595a5c
}
.ntl-CP-duong-bo .path26:before
{
content:"\ea3b";
margin-left:-1em;
color:#595a5c
}
.ntl-CP-duong-bo .path27:before
{
content:"\ea3c";
margin-left:-1em;
color:#595a5c
}
.ntl-CP-duong-bo .path28:before
{
content:"\ea3d";
margin-left:-1em;
color:#595a5c
}
.ntl-CP-duong-bo .path29:before
{
content:"\ea3e";
margin-left:-1em;
color:#595a5c
}
.ntl-CP-Ket-Hop .path1:before
{
content:"\ea3f";
color:#dadadc
}
.ntl-CP-Ket-Hop .path2:before
{
content:"\ea40";
margin-left:-1em;
color:#dadadc
}
.ntl-CP-Ket-Hop .path3:before
{
content:"\ea41";
margin-left:-1em;
color:#dadadc
}
.ntl-CP-Ket-Hop .path4:before
{
content:"\ea42";
margin-left:-1em;
color:#dadadc
}
.ntl-CP-Ket-Hop .path5:before
{
content:"\ea43";
margin-left:-1em;
color:#dadadc
}
.ntl-CP-Ket-Hop .path6:before
{
content:"\ea44";
margin-left:-1em;
color:#dadadc
}
.ntl-CP-Ket-Hop .path7:before
{
content:"\ea45";
margin-left:-1em;
color:#59595c
}
.ntl-CP-Ket-Hop .path8:before
{
content:"\ea46";
margin-left:-1em;
color:#59595c
}
.ntl-CP-Ket-Hop .path9:before
{
content:"\ea47";
margin-left:-1em;
color:rgb(253, 31, 31);
}
.ntl-CP-Ket-Hop .path10:before
{
content:"\ea48";
margin-left:-1em;
color:rgb(253, 31, 31);
}
.ntl-CP-Ket-Hop .path11:before
{
content:"\ea49";
margin-left:-1em;
color:rgb(253, 31, 31);
}
.ntl-CP-Ket-Hop .path12:before
{
content:"\ea4a";
margin-left:-1em;
color:rgb(253, 31, 31);
}
.ntl-CPN1 .path1:before
{
content:"\ea4b";
color:#dadadc
}
.ntl-CPN1 .path2:before
{
content:"\ea4c";
margin-left:-1em;
color:rgb(253, 31, 31);
}
.ntl-CPN1 .path3:before
{
content:"\ea4d";
margin-left:-1em;
color:#59595c
}
.ntl-CPN1 .path4:before
{
content:"\ea4e";
margin-left:-1em;
color:#59595c
}
.ntl-CPN1 .path5:before
{
content:"\ea4f";
margin-left:-1em;
color:#59595c
}
.ntl-CPN1 .path6:before
{
content:"\ea50";
margin-left:-1em;
color:#59595c
}
.ntl-CPN1 .path7:before
{
content:"\ea51";
margin-left:-1em;
color:#59595c
}
.ntl-CPN1 .path8:before
{
content:"\ea52";
margin-left:-1em;
color:#59595c
}
.ntl-CPN1 .path9:before
{
content:"\ea53";
margin-left:-1em;
color:#59595c
}
.ntl-CPN1 .path10:before
{
content:"\ea54";
margin-left:-1em;
color:#59595c
}
.ntl-Doi-tac .path1:before
{
content:"\ea55";
color:rgb(253, 31, 31)
}
.ntl-Doi-tac .path2:before
{
content:"\ea56";
margin-left:-1em;
color:#595a5c
}
.ntl-Doi-tac .path3:before
{
content:"\ea57";
margin-left:-1em;
color:#595a5c
}
.ntl-Doi-tac .path4:before
{
content:"\ea58";
margin-left:-1em;
color:rgb(253, 31, 31)
}
.ntl-Head-phone:before
{
content:"\ea59"
}
.ntl-kho .path1:before
{
content:"\ea5a";
color:rgb(253, 31, 31);
}
.ntl-kho .path2:before
{
content:"\ea5b";
margin-left:-1em;
color:#59595c
}
.ntl-kho .path3:before
{
content:"\ea5c";
margin-left:-1em;
color:#59595c
}
.ntl-kho .path4:before
{
content:"\ea5d";
margin-left:-1em;
color:#59595c
}
.ntl-kho .path5:before
{
content:"\ea5e";
margin-left:-1em;
color:#59595c
}
.ntl-Location-White1 .path1:before
{
content:"\ea5f";
color:rgb(253, 31, 31)
}
.ntl-Location-White1 .path2:before
{
content:"\ea60";
margin-left:-1em;
color:#fff
}
.ntl-Location-White1 .path3:before
{
content:"\ea61";
margin-left:-1em;
color:#fff
}
.ntl-Location-White1 .path4:before
{
content:"\ea62";
margin-left:-1em;
color:#fff
}
.ntl-Money .path1:before
{
content:"\ea63";
color:#dadadc
}
.ntl-Money .path2:before
{
content:"\ea64";
margin-left:-1em;
color:rgb(253, 31, 31);
}
.ntl-Money .path3:before
{
content:"\ea65";
margin-left:-1em;
color:#fff
}
.ntl-Money .path4:before
{
content:"\ea66";
margin-left:-1em;
color:#fff
}
.ntl-Money .path5:before
{
content:"\ea67";
margin-left:-1em;
color:#fff
}
.ntl-Nguyen-xe .path1:before
{
content:"\ea68";
color:rgb(253, 31, 31)
}
.ntl-Nguyen-xe .path2:before
{
content:"\ea69";
margin-left:-1em;
color:#595a5c
}
.ntl-Nguyen-xe .path3:before
{
content:"\ea6a";
margin-left:-1em;
color:#595a5c
}
.ntl-NV .path1:before
{
content:"\ea6b";
color:rgb(253, 31, 31)
}
.ntl-NV .path2:before
{
content:"\ea6c";
margin-left:-1em;
color:#595a5c
}
.ntl-NV .path3:before
{
content:"\ea6d";
margin-left:-1em;
color:#fff
}
.ntl-NV .path4:before
{
content:"\ea6e";
margin-left:-1em;
color:#595a5c
}
.ntl-NV .path5:before
{
content:"\ea6f";
margin-left:-1em;
color:#d5d4d4
}
.ntl-NV .path6:before
{
content:"\ea70";
margin-left:-1em;
color:#595a5c
}
.ntl-NV .path7:before
{
content:"\ea71";
margin-left:-1em;
color:#d5d4d4
}
.ntl-NV .path8:before
{
content:"\ea72";
margin-left:-1em;
color:#595a5c
}
.ntl-NV .path9:before
{
content:"\ea73";
margin-left:-1em;
color:rgb(253, 31, 31)
}
.ntl-NV .path10:before
{
content:"\ea74";
margin-left:-1em;
color:#595a5c
}
.ntl-NV .path11:before
{
content:"\ea75";
margin-left:-1em;
color:#d5d4d4
}
.ntl-NV .path12:before
{
content:"\ea76";
margin-left:-1em;
color:#595a5c
}
.ntl-Thu-ho-COD .path1:before
{
content:"\ea77";
color:#dadadc
}
.ntl-Thu-ho-COD .path2:before
{
content:"\ea78";
margin-left:-1em;
color:rgb(253, 31, 31);
}
.ntl-Thu-ho-COD .path3:before
{
content:"\ea79";
margin-left:-1em;
color:#595a5c
}
.ntl-Thu-ho-COD .path4:before
{
content:"\ea7a";
margin-left:-1em;
color:#595a5c
}
.ntl-Thu-ho-COD .path5:before
{
content:"\ea7b";
margin-left:-1em;
color:#595a5c
}
.ntl-Battery .path1:before
{
content:"\e900";
color:#424a60
}
.ntl-Battery .path2:before
{
content:"\e901";
margin-left:-1em;
color:#d8a852
}
.ntl-Battery .path3:before
{
content:"\e902";
margin-left:-1em;
color:#efce4a
}
.ntl-Battery .path4:before
{
content:"\e903";
margin-left:-1em;
color:#ea6248
}
.ntl-Black-Arrow-1:before
{
content:"\e904"
}
.ntl-Black-Arrow-2:before
{
content:"\e905"
}
.ntl-Black-Arrow-3:before
{
content:"\e906"
}
.ntl-Black-Arrow-4:before
{
content:"\e907"
}
.ntl-Box-1 .path1:before
{
content:"\e908";
color:#fff
}
.ntl-Box-1 .path11:before
{
content:"\e908";
color:rgb(253, 31, 31)
}
.ntl-Box-1 .path2:before
{
content:"\e909";
margin-left:-1em;
color:#000
}
.ntl-Box-1 .path3:before
{
content:"\e90a";
margin-left:-1em;
color:#000
}
.ntl-Box-1 .path4:before
{
content:"\e90b";
margin-left:-1em;
color:#000
}
.ntl-Box-1 .path5:before
{
content:"\e90c";
margin-left:-1em;
color:#000
}
.ntl-Box-2 .path1:before
{
content:"\e90d";
color:rgb(253, 31, 31)
}
.ntl-Box-2 .path2:before
{
content:"\e90e";
margin-left:-1em;
color:#000
}
.ntl-Box-2 .path3:before
{
content:"\e90f";
margin-left:-1em;
color:#000
}
.ntl-Box-2 .path4:before
{
content:"\e910";
margin-left:-1em;
color:#000
}
.ntl-Box-2 .path5:before
{
content:"\e911";
margin-left:-1em;
color:#000
}
.ntl-Box-List:before
{
content:"\e912"
}
.ntl-Box-search:before
{
content:"\e913"
}
.ntl-Box-search-1:before
{
content:"\e914"
}
.ntl-Box-time:before
{
content:"\e915"
}
.ntl-Bread .path1:before
{
content:"\e916";
color:#fcc447
}
.ntl-Bread .path2:before
{
content:"\e917";
margin-left:-1em;
color:#f2b844
}
.ntl-Bread .path3:before
{
content:"\e918";
margin-left:-1em;
color:#f2b844
}
.ntl-Bread .path4:before
{
content:"\e919";
margin-left:-1em;
color:#dda137
}
.ntl-Bread .path5:before
{
content:"\e91a";
margin-left:-1em;
color:#dda137
}
.ntl-Bread .path6:before
{
content:"\e91b";
margin-left:-1em;
color:#dda137
}
.ntl-Bread .path7:before
{
content:"\e91c";
margin-left:-1em;
color:#fcc447
}
.ntl-Bread .path8:before
{
content:"\e91d";
margin-left:-1em;
color:#f2b844
}
.ntl-Bread .path9:before
{
content:"\e91e";
margin-left:-1em;
color:#f2b844
}
.ntl-Bread .path10:before
{
content:"\e91f";
margin-left:-1em;
color:#dda137
}
.ntl-Bread .path11:before
{
content:"\e920";
margin-left:-1em;
color:#dda137
}
.ntl-Bread .path12:before
{
content:"\e921";
margin-left:-1em;
color:#dda137
}
.ntl-Call-Center:before
{
content:"\e922"
}
.ntl-Cart:before
{
content:"\e923"
}
.ntl-Close:before
{
content:"\e924"
}
.ntl-Coat-and-lipstick .path1:before
{
content:"\e925";
color:#00c3ff
}
.ntl-Coat-and-lipstick .path2:before
{
content:"\e926";
margin-left:-1em;
color:#00aaf0
}
.ntl-Coat-and-lipstick .path3:before
{
content:"\e927";
margin-left:-1em;
color:#d5dced
}
.ntl-Coat-and-lipstick .path4:before
{
content:"\e928";
margin-left:-1em;
color:#d5dced
}
.ntl-Coat-and-lipstick .path5:before
{
content:"\e929";
margin-left:-1em;
color:#c7cfe2
}
.ntl-Coat-and-lipstick .path6:before
{
content:"\e92a";
margin-left:-1em;
color:#0096dc
}
.ntl-Coat-and-lipstick .path7:before
{
content:"\e92b";
margin-left:-1em;
color:#00aaf0
}
.ntl-Coat-and-lipstick .path8:before
{
content:"\e92c";
margin-left:-1em;
color:#d5dced
}
.ntl-Coat-and-lipstick .path9:before
{
content:"\e92d";
margin-left:-1em;
color:#c7cfe2
}
.ntl-Coat-and-lipstick .path10:before
{
content:"\e92e";
margin-left:-1em;
color:#0096dc
}
.ntl-Coat-and-lipstick .path11:before
{
content:"\e92f";
margin-left:-1em;
color:#d5dced
}
.ntl-Coat-and-lipstick .path12:before
{
content:"\e930";
margin-left:-1em;
color:#d5dced
}
.ntl-Coat-and-lipstick .path13:before
{
content:"\e931";
margin-left:-1em;
color:#c7cfe2
}
.ntl-Coat-and-lipstick .path14:before
{
content:"\e932";
margin-left:-1em;
color:#d5dced
}
.ntl-Coat-and-lipstick .path15:before
{
content:"\e933";
margin-left:-1em;
color:#c7cfe2
}
.ntl-Coat-and-lipstick .path16:before
{
content:"\e934";
margin-left:-1em;
color:#ff6465
}
.ntl-Coat-and-lipstick .path17:before
{
content:"\e935";
margin-left:-1em;
color:#ff8c8d
}
.ntl-Coat-and-lipstick .path18:before
{
content:"\e936";
margin-left:-1em;
color:#ffd782
}
.ntl-Coat-and-lipstick .path19:before
{
content:"\e937";
margin-left:-1em;
color:#000;
opacity:.1
}
.ntl-Coat-and-lipstick .path20:before
{
content:"\e938";
margin-left:-1em;
color:#5b5d6e
}
.ntl-Coat-and-lipstick .path21:before
{
content:"\e939";
margin-left:-1em;
color:#000;
opacity:.1
}
.ntl-COD:before
{
content:"\e93a"
}
.ntl-CPN:before
{
content:"\e93b"
}
.ntl-Document-1 .path1:before
{
content:"\e93c";
color:#000
}
.ntl-Document-1 .path2:before
{
content:"\e93d";
margin-left:-1em;
color:#fff
}
.ntl-Document-1 .path3:before
{
content:"\e93e";
margin-left:-1em;
color:#000
}
.ntl-Document-1 .path4:before
{
content:"\e93f";
margin-left:-1em;
color:#000
}
.ntl-Document-1 .path5:before
{
content:"\e940";
margin-left:-1em;
color:#000
}
.ntl-Document-1 .path6:before
{
content:"\e941";
margin-left:-1em;
color:#000
}
.ntl-Document-1 .path7:before
{
content:"\e942";
margin-left:-1em;
color:#000
}
.ntl-Document-1 .path8:before
{
content:"\e943";
margin-left:-1em;
color:#000
}
.ntl-Document-1 .path9:before
{
content:"\e944";
margin-left:-1em;
color:#000
}
.ntl-Document-1 .path10:before
{
content:"\e945";
margin-left:-1em;
color:#000
}
.ntl-Document-1 .path11:before
{
content:"\e946";
margin-left:-1em;
color:#000
}
.ntl-Document-1 .path12:before
{
content:"\e947";
margin-left:-1em;
color:#000
}
.ntl-Document-1 .path13:before
{
content:"\e948";
margin-left:-1em;
color:#000
}
.ntl-Document-1 .path14:before
{
content:"\e949";
margin-left:-1em;
color:#000
}
.ntl-Document-2 .path1:before
{
content:"\e94a";
color:#000
}
.ntl-Document-2 .path2:before
{
content:"\e94b";
margin-left:-1em;
color:rgb(253, 31, 31)
}
.ntl-Document-2 .path22:before
{
content:"\e94b";
margin-left:-1em;
color:#fff
}
.ntl-Document-2 .path3:before
{
content:"\e94c";
margin-left:-1em;
color:#000
}
.ntl-Document-2 .path4:before
{
content:"\e94d";
margin-left:-1em;
color:#000
}
.ntl-Document-2 .path5:before
{
content:"\e94e";
margin-left:-1em;
color:#000
}
.ntl-Document-2 .path6:before
{
content:"\e94f";
margin-left:-1em;
color:#000
}
.ntl-Document-2 .path7:before
{
content:"\e950";
margin-left:-1em;
color:#000
}
.ntl-Document-2 .path8:before
{
content:"\e951";
margin-left:-1em;
color:#000
}
.ntl-Document-2 .path9:before
{
content:"\e952";
margin-left:-1em;
color:#000
}
.ntl-Document-2 .path10:before
{
content:"\e953";
margin-left:-1em;
color:#000
}
.ntl-Document-2 .path11:before
{
content:"\e954";
margin-left:-1em;
color:#000
}
.ntl-Document-2 .path12:before
{
content:"\e955";
margin-left:-1em;
color:#000
}
.ntl-Document-2 .path13:before
{
content:"\e956";
margin-left:-1em;
color:#000
}
.ntl-Document-2 .path14:before
{
content:"\e957";
margin-left:-1em;
color:#000
}
.ntl-Dollar:before
{
content:"\e958"
}
.ntl-Eye:before
{
content:"\e959";
color:#37474f
}
.ntl-Facebook-Black:before
{
content:"\e95a"
}
.ntl-Facebook-White:before
{
content:"\e95b";
color:#fff
}
.ntl-Facebook1 .path1:before
{
content:"\e95c";
color:#3b5998
}
.ntl-Facebook1 .path2:before
{
content:"\e95d";
margin-left:-1em;
color:#fff
}
.ntl-Fire .path1:before
{
content:"\e95e";
color:#ff6536
}
.ntl-Fire .path2:before
{
content:"\e95f";
margin-left:-1em;
color:#ff421d
}
.ntl-Fire .path3:before
{
content:"\e960";
margin-left:-1em;
color:#fbbf00
}
.ntl-Fire .path4:before
{
content:"\e961";
margin-left:-1em;
color:#ffa900
}
.ntl-Google-white:before
{
content:"\e962";
color:#fff
}
.ntl-Hamburger-Menu:before
{
content:"\e963";
color:rgb(253, 31, 31)
}
.ntl-Hotline:before
{
content:"\e964";
color:rgb(253, 31, 31)
}
.ntl-Letter .path1:before
{
content:"\e965";
color:#b06328
}
.ntl-Letter .path2:before
{
content:"\e966";
margin-left:-1em;
color:#a35425
}
.ntl-Letter .path3:before
{
content:"\e967";
margin-left:-1em;
color:#ffcb5b
}
.ntl-Letter .path4:before
{
content:"\e968";
margin-left:-1em;
color:#f7b84e
}
.ntl-Letter .path5:before
{
content:"\e969";
margin-left:-1em;
color:#e9e9e9
}
.ntl-Letter .path6:before
{
content:"\e96a";
margin-left:-1em;
color:#dbdad9
}
.ntl-Letter .path7:before
{
content:"\e96b";
margin-left:-1em;
color:#595a66
}
.ntl-Letter .path8:before
{
content:"\e96c";
margin-left:-1em;
color:#6f707e
}
.ntl-Letter .path9:before
{
content:"\e96d";
margin-left:-1em;
color:#6f707e
}
.ntl-Letter .path10:before
{
content:"\e96e";
margin-left:-1em;
color:#6f707e
}
.ntl-Letter .path11:before
{
content:"\e96f";
margin-left:-1em;
color:#6f707e
}
.ntl-Letter .path12:before
{
content:"\e970";
margin-left:-1em;
color:#6f707e
}
.ntl-Letter .path13:before
{
content:"\e971";
margin-left:-1em;
color:#6f707e
}
.ntl-Letter .path14:before
{
content:"\e972";
margin-left:-1em;
color:#6f707e
}
.ntl-Letter .path15:before
{
content:"\e973";
margin-left:-1em;
color:#cad1d8
}
.ntl-Letter .path16:before
{
content:"\e974";
margin-left:-1em;
color:#dddddc
}
.ntl-Link1:before
{
content:"\e975"
}
.ntl-Location-1 .path1:before
{
content:"\e976";
color:#fff
}
.ntl-Location-1 .path2:before
{
content:"\e977";
margin-left:-1em;
color:rgb(253, 31, 31)
}
.ntl-Location-1 .path3:before
{
content:"\e978";
margin-left:-1em;
color:#000
}
.ntl-Location-1 .path4:before
{
content:"\e979";
margin-left:-1em;
color:#000
}
.ntl-Location-1 .path5:before
{
content:"\e97a";
margin-left:-1em;
color:#000
}
.ntl-Location-2 .path1:before
{
content:"\e97b";
color:rgb(253, 31, 31)
}
.ntl-Location-2 .path11:before
{
content:"\e97b";
color:#fff
}
.ntl-Location-2 .path2:before
{
content:"\e97c";
margin-left:-1em;
color:#fff
}
.ntl-Location-2 .path22:before
{
content:"\e97c";
margin-left:-1em;
color:rgb(253, 31, 31)
}
.ntl-Location-2 .path3:before
{
content:"\e97d";
margin-left:-1em;
color:#000
}
.ntl-Location-2 .path4:before
{
content:"\e97e";
margin-left:-1em;
color:#000
}
.ntl-Location-2 .path5:before
{
content:"\e97f";
margin-left:-1em;
color:#000
}
.ntl-Location-3:before
{
content:"\e980";
color:rgb(253, 31, 31)
}
.ntl-Location-White:before
{
content:"\e981";
color:#fff
}
.ntl-Login-black:before
{
content:"\e982"
}
.ntl-Login:before
{
content:"\e983";
color:#fff
}
.ntl-Meat .path1:before
{
content:"\e984";
color:#704138
}
.ntl-Meat .path2:before
{
content:"\e985";
margin-left:-1em;
color:#e57670
}
.ntl-Meat .path3:before
{
content:"\e986";
margin-left:-1em;
color:#e05c56
}
.ntl-Meat .path4:before
{
content:"\e987";
margin-left:-1em;
color:#633029
}
.ntl-Meat .path5:before
{
content:"\e988";
margin-left:-1em;
color:#ffc1b8
}
.ntl-Meat .path6:before
{
content:"\e989";
margin-left:-1em;
color:#ffb3a8
}
.ntl-Meat .path7:before
{
content:"\e98a";
margin-left:-1em;
color:#d33737
}
.ntl-Meat .path8:before
{
content:"\e98b";
margin-left:-1em;
color:#c42626
}
.ntl-Meat .path9:before
{
content:"\e98c";
margin-left:-1em;
color:#704138
}
.ntl-Meat .path10:before
{
content:"\e98d";
margin-left:-1em;
color:#633029
}
.ntl-Meat .path11:before
{
content:"\e98e";
margin-left:-1em;
color:#d33737
}
.ntl-Meat .path12:before
{
content:"\e98f";
margin-left:-1em;
color:#c42626
}
.ntl-Medicine .path1:before
{
content:"\e990";
color:#7fdbd5
}
.ntl-Medicine .path2:before
{
content:"\e991";
margin-left:-1em;
color:#38648c
}
.ntl-Medicine .path3:before
{
content:"\e992";
margin-left:-1em;
color:#38648c
}
.ntl-Medicine .path4:before
{
content:"\e993";
margin-left:-1em;
color:#7fdbd5
}
.ntl-Medicine .path5:before
{
content:"\e994";
margin-left:-1em;
color:#f28b74
}
.ntl-Medicine .path6:before
{
content:"\e995";
margin-left:-1em;
color:#7fdbd5
}
.ntl-Medicine .path7:before
{
content:"\e996";
margin-left:-1em;
color:#287d99
}
.ntl-Medicine .path8:before
{
content:"\e997";
margin-left:-1em;
color:#000;
opacity:.1
}
.ntl-Medicine .path9:before
{
content:"\e998";
margin-left:-1em;
color:#76b7eb
}
.ntl-Medicine .path10:before
{
content:"\e999";
margin-left:-1em;
color:#d1eff2
}
.ntl-Medicine .path11:before
{
content:"\e99a";
margin-left:-1em;
color:#000;
opacity:.1
}
.ntl-Medicine .path12:before
{
content:"\e99b";
margin-left:-1em;
color:#f28b74
}
.ntl-Medicine .path13:before
{
content:"\e99c";
margin-left:-1em;
color:#000;
opacity:.1
}
.ntl-Medicine .path14:before
{
content:"\e99d";
margin-left:-1em;
color:#76b7eb
}
.ntl-MES:before
{
content:"\e99e"
}
.ntl-Next:before
{
content:"\e99f"
}
.ntl-Phone .path1:before
{
content:"\e9a0";
color:#707384
}
.ntl-Phone .path2:before
{
content:"\e9a1";
margin-left:-1em;
color:#63afdb
}
.ntl-Phone .path3:before
{
content:"\e9a2";
margin-left:-1em;
color:#468cbe
}
.ntl-Phone .path4:before
{
content:"\e9a3";
margin-left:-1em;
color:#464655
}
.ntl-Phone .path5:before
{
content:"\e9a4";
margin-left:-1em;
color:#464655
}
.ntl-Phone .path6:before
{
content:"\e9a5";
margin-left:-1em;
color:#464655
}
.ntl-Phone .path7:before
{
content:"\e9a6";
margin-left:-1em;
color:#63afdb
}
.ntl-Phone .path8:before
{
content:"\e9a7";
margin-left:-1em;
color:#ff6469
}
.ntl-Phone .path9:before
{
content:"\e9a8";
margin-left:-1em;
color:#00dccd
}
.ntl-Phone .path10:before
{
content:"\e9a9";
margin-left:-1em;
color:#ffdc69
}
.ntl-Phone .path11:before
{
content:"\e9aa";
margin-left:-1em;
color:#fff
}
.ntl-Phone .path12:before
{
content:"\e9ab";
margin-left:-1em;
color:#468cbe
}
.ntl-Phone .path13:before
{
content:"\e9ac";
margin-left:-1em;
color:#464655
}
.ntl-Phone .path14:before
{
content:"\e9ad";
margin-left:-1em;
color:#ffa055
}
.ntl-Phone .path15:before
{
content:"\e9ae";
margin-left:-1em;
color:#a0d778
}
.ntl-Phone .path16:before
{
content:"\e9af";
margin-left:-1em;
color:#ff6469
}
.ntl-Phone .path17:before
{
content:"\e9b0";
margin-left:-1em;
color:#00dccd
}
.ntl-Phone .path18:before
{
content:"\e9b1";
margin-left:-1em;
color:#ffdc69
}
.ntl-Phone .path19:before
{
content:"\e9b2";
margin-left:-1em;
color:#ffdc69
}
.ntl-Phone .path20:before
{
content:"\e9b3";
margin-left:-1em;
color:#ffdc69
}
.ntl-Phone .path21:before
{
content:"\e9b4";
margin-left:-1em;
color:#ff6469
}
.ntl-Phone .path22:before
{
content:"\e9b5";
margin-left:-1em;
color:#468cbe
}
.ntl-Phone .path23:before
{
content:"\e9b6";
margin-left:-1em;
color:#ff6469
}
.ntl-Phone .path24:before
{
content:"\e9b7";
margin-left:-1em;
color:#fff
}
.ntl-Phone .path25:before
{
content:"\e9b8";
margin-left:-1em;
color:#464655
}
.ntl-Phone .path26:before
{
content:"\e9b9";
margin-left:-1em;
color:#fff
}
.ntl-Phone .path27:before
{
content:"\e9ba";
margin-left:-1em;
color:#fff
}
.ntl-Previoust:before
{
content:"\e9bb"
}
.ntl-Prohibit:before
{
content:"\e9bc"
}
.ntl-Search-Gray:before
{
content:"\e9bd";
color:#a8a8a8
}
.ntl-Search-White:before
{
content:"\e9be";
color:#fff
}
.ntl-Search:before
{
content:"\e9bf"
}
.ntl-Send:before
{
content:"\e9c0";
color:#a8a8a8
}
.ntl-Setting:before
{
content:"\e9c1"
}
.ntl-Share:before
{
content:"\e9c2"
}
.ntl-Shield:before
{
content:"\e9c3"
}
.ntl-Shipping-Car:before
{
content:"\e9c4"
}
.ntl-Staff .path1:before
{
content:"\e9c5";
color:#000
}
.ntl-Staff .path2:before
{
content:"\e9c6";
margin-left:-1em;
color:#000
}
.ntl-Staff .path3:before
{
content:"\e9c7";
margin-left:-1em;
color:rgb(253, 31, 31)
}
.ntl-Staff .path4:before
{
content:"\e9c8";
margin-left:-1em;
color:#000
}
.ntl-Staff .path5:before
{
content:"\e9c9";
margin-left:-1em;
color:#000
}
.ntl-Staff .path6:before
{
content:"\e9ca";
margin-left:-1em;
color:#000
}
.ntl-Status-one .path1:before
{
content:"\e9cb";
color:rgb(253, 31, 31)
}
.ntl-Status-one .path2:before
{
content:"\e9cc";
margin-left:-1em;
color:#32332e
}
.ntl-Status-Null .path1:before
{
content:"\e9cd"
}
.ntl-Status-Null .path2:before
{
content:"\e9ce";
margin-left:-1em
}
.ntl-Status-Null .path3:before
{
content:"\e9cf";
margin-left:-1em
}
.ntl-Thin-Arrow-1:before
{
content:"\e9d0"
}
.ntl-Thin-Arrow-2:before
{
content:"\e9d1"
}
.ntl-Thin-Arrow-3:before
{
content:"\e9d2"
}
.ntl-Thin-Arrow-4:before
{
content:"\e9d3"
}
.ntl-Truck:before
{
content:"\e9d4"
}
.ntl-Twitter-Black:before
{
content:"\e9d5"
}
.ntl-Zalo .path1:before
{
content:"\e9d6";
color:#55acee
}
.ntl-Zalo .path2:before
{
content:"\e9d7";
margin-left:-1em;
color:#f1f2f2
}
.ntl-Zalo .path3:before
{
content:"\e9fa";
margin-left:-1em;
color:#0280c7
}
.ntl-Zalo .path4:before
{
content:"\e9fb";
margin-left:-1em;
color:#fff
}
.ntl-Zalo .path5:before
{
content:"\e9fc";
margin-left:-1em;
color:#fff
}
.ntl-Zalo .path6:before
{
content:"\e9fd";
margin-left:-1em;
color:#fff
}
.ntl-Zalo .path7:before
{
content:"\e9fe";
margin-left:-1em;
color:#fff
}
.ntl-Water .path1:before
{
content:"\e9d8";
color:#68ccea
}
.ntl-Water .path2:before
{
content:"\e9d9";
margin-left:-1em;
color:#5abce2
}
.ntl-Water .path3:before
{
content:"\e9da";
margin-left:-1em;
color:#5abce2
}
.ntl-Water .path4:before
{
content:"\e9db";
margin-left:-1em;
color:#68ccea
}
.ntl-Water .path5:before
{
content:"\e9dc";
margin-left:-1em;
color:#5abce2
}
.ntl-Water .path6:before
{
content:"\e9dd";
margin-left:-1em;
color:#68ccea
}
.ntl-White-Arrow-1:before
{
content:"\e9de";
color:#fff
}
.ntl-White-Arrow-2:before
{
content:"\e9df";
color:#fff
}
.ntl-White-Arrow-3:before
{
content:"\e9e0";
color:#fff
}
.ntl-White-Arrow-4:before
{
content:"\e9e1";
color:#fff
}
.ntl-Yellow-Arrow-1:before
{
content:"\e9e2";
color:rgb(253, 31, 31)
}
.ntl-Yellow-Arrow-2:before
{
content:"\e9e3";
color:rgb(253, 31, 31)
}
.ntl-Yellow-Arrow-3:before
{
content:"\e9e4";
color:rgb(253, 31, 31)
}
.ntl-Yellow-Arrow-4:before
{
content:"\e9e5";
color:rgb(253, 31, 31)
}
.ntl-Yellow-Location .path1:before
{
content:"\e9e6";
color:rgb(253, 31, 31)
}
.ntl-Yellow-Location .path2:before
{
content:"\e9e7";
margin-left:-1em;
color:#2f302f
}
.ntl-Yellow-Location .path3:before
{
content:"\e9e8";
margin-left:-1em;
color:#2f302f
}
.ntl-Yellow-Location .path4:before
{
content:"\e9e9";
margin-left:-1em;
color:#2f302f
}
.ntl-Yellow-Partner .path1:before
{
content:"\e9ea";
color:#2f302f
}
.ntl-Yellow-Partner .path2:before
{
content:"\e9eb";
margin-left:-1em;
color:#2f302f
}
.ntl-Yellow-Partner .path3:before
{
content:"\e9ec";
margin-left:-1em;
color:rgb(253, 31, 31)
}
.ntl-Yellow-Partner .path4:before
{
content:"\e9ed";
margin-left:-1em;
color:rgb(253, 31, 31)
}
.ntl-Yellow-Partner .path5:before
{
content:"\e9ee";
margin-left:-1em;
color:rgb(253, 31, 31)
}
.ntl-Yellow-Partner .path6:before
{
content:"\e9ef";
margin-left:-1em;
color:#2f302f
}
.ntl-Yellow-Partner .path7:before
{
content:"\e9f0";
margin-left:-1em;
color:#2f302f
}
.ntl-Yellow-Partner .path8:before
{
content:"\e9f1";
margin-left:-1em;
color:#2f302f
}
.ntl-Yellow-Partner .path9:before
{
content:"\e9f2";
margin-left:-1em;
color:#2f302f
}
.ntl-Yellow-Truck .path1:before
{
content:"\e9f3";
color:#2f302f
}
.ntl-Yellow-Truck .path2:before
{
content:"\e9f4";
margin-left:-1em;
color:rgb(253, 31, 31)
}
.ntl-Yellow-Truck .path3:before
{
content:"\e9f5";
margin-left:-1em;
color:rgb(253, 31, 31)
}
.ntl-Yellow-Truck .path4:before
{
content:"\e9f6";
margin-left:-1em;
color:rgb(253, 31, 31)
}
.ntl-Youtube .path1:before
{
content:"\e9f7";
color:#f61c0d
}
.ntl-Youtube .path2:before
{
content:"\e9f8";
margin-left:-1em;
color:#fff
}
.ntl-Download:before
{
content:"\e9f9"
}
ul
{
list-style:none outside;
margin:0;
padding:0
}
body
{
font-size:17px;
color:#2F302F
}
.line_login
{
color:#453F3F!important
}
.current
{
background-color:rgb(253, 31, 31)
}
.error
{
color:red!important;
font-size:12px;
font-weight:400
}
.line-clamp
{
-webkit-box-orient:vertical;
display:-webkit-box;
overflow:hidden
}
.translate
{
transition:all .2s ease-in-out;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out
}
.translate:hover
{
opacity:.8
}
.SanFranciscoDisplay-Bold
{
font-weight:700
}
.text-fff
{
color:#fff
}
.text-fff:hover,.text-red
{
color:rgb(253, 31, 31)
}
.bg-red,.bg-fff:hover,.item-service.active
{
background:rgb(253, 31, 31)
}
.font-size-14
{
font-size:14px
}
.font-size-16
{
font-size:16px
}
.font-size-18
{
font-size:18px
}
.font-size-24
{
font-size:24px
}
.font-size-96
{
font-size:96px
}
.top-header
{
background-color:rgb(253, 31, 31);
}
.top-header a
{
color:#000
}
.top-header .dropdown-menu
{
background-color:#303030
}
.top-header .btn:focus,.top-header .btn.focus
{
outline:0;
-webkit-box-shadow:none;
box-shadow:none
}
.top-header .dropdown-item
{
border-radius:0!important
}
.top-header .dropdown-item.active,.top-header .dropdown-item:active
{
background-color:rgb(253, 31, 31)
}
.top-header .dropdown-item:hover,.top-header .dropdown-item:focus
{
color:#fff;
background-color:rgb(253, 31, 31)
}
.top-header .border-left
{
border-left-color:#000!important
}
.w-20
{
width:20%!important
}
.w-80
{
width:80%!important
}
.wp-header
{
background-color:rgb(255, 255, 255);
box-shadow: 1px 2px 3px rgb(255, 31, 31);
}
.hotline-top
{
color:#453F3F
}
.hotline-top li:first-child
{
margin-bottom:6px
}
.hotline-top li:first-child a
{
background:rgb(253, 31, 31);
}
.hotline-top li a
{
color:#453F3F
}
.hotline-top li a:hover
{
opacity:.9
}
.wp-slide
{
top:0;
left:0
}
.top-slide
{
height:28px;
background-color:#E5E5E5;
position:relative;
z-index:1
}
.item-slide
{
background-color:var(--white);
color:var(--dark);
-webkit-box-shadow:0 1px 25px rgba(0,0,0,0.25);
box-shadow:0 1px 25px rgba(0,0,0,0.25)
}
.item-slide
{
width:98%;
margin-left:1%
}
.item-slide:before
{
content:'';
position:absolute;
width:100%;
height:28px;
right:-2px;
top:-19px;
background:rgba(0,0,0,0.03);
-webkit-transform:rotate(4deg);
transform:rotate(4deg)
}
.item-slide:after
{
content:'';
position:absolute;
width:100%;
height:28px;
left:0;
top:-28px;
background:#E5E5E5
}
.item-slide .line
{
width:60px;
height:8px;
background:#F7F7F7;
border-radius:10px;
margin:auto
}
.box-slide:hover .top-slide,.box-slide.active .top-slide,.box-slide:hover .item-slide:after,.box-slide.active .item-slide:after,.box-slide:hover .item-slide .line,.box-slide.active .item-slide .line
{
background:#FDBF00
}
.box-slide:hover .item-slide:before,.box-slide.active .item-slide:before
{
background:rgba(0,0,0,0.15)
}
.box-slide:hover .item-slide,.box-slide.active .item-slide
{
background:rgb(253, 31, 31)
}
.search button:hover
{
opacity:.8
}
.main-navigation
{
display:block;
width:100%;
-webkit-transition:.5s all ease-in-out .5s;
transition:.5s all ease-in-out .5s
}
.main-navigation ul
{
margin:0;
padding-left:0;
list-style:none
}
.main-navigation .menu
{
display:none
}
.main-navigation li
{
position:relative;
text-align:left
}
@media (min-width: 768px) and (max-width: 1024px) {
.main-navigation li
{
margin-right:10px
}
.lag li:first-child
{
margin-right:.5rem!important
}
.lag li
{
font-size:15px
}
}
@media screen and (min-width: 1025px) {
.main-navigation li
{
margin-right:40px
}
}
.main-navigation a
{
display:block;
text-decoration:none
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li:hover>ul,.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li.menu-hover>ul
{
opacity:1;
z-index:3;
top:100%;
visibility:visible
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li:hover>ul,.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li.menu-hover>ul
{
left:calc(100% + 1px)
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li:hover>ul.inverse-side,.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li.menu-hover>ul.inverse-side
{
left:auto;
right:calc(100% + 1px)
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li>ul
{
top:0!important
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li>ul.sub-menu-bottom
{
top:auto;
bottom:0
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li>ul.in-transition
{
left:calc(100% + 1px)
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) li li>ul.inverse-side.in-transition
{
left:auto;
right:calc(100% + 1px)
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li[hidden]
{
display:none
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li:hover>ul,.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li.menu-hover>ul
{
left:0
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li:hover>ul.inverse-side,.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li.menu-hover>ul.inverse-side
{
left:auto;
right:-10px
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li>ul
{
top:100%
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li>ul.in-transition
{
left:0
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li>ul.in-transition.inverse-side
{
left:auto;
right:-10px
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu) .sub-menu
{
display:block;
opacity:0;
position:absolute;
left:0;
width:279px;
padding:5px 0 0;
background-color:#2F302F;
-webkit-box-shadow:4px 4px 7px rgba(0,0,0,0.1);
box-shadow:4px 4px 7px rgba(0,0,0,0.1);
-webkit-transition:all .3s ease 0;
transition:all .3s ease 0;
visibility:hidden;
top:150%;
margin-top:6px
}
.main-navigation:not(.vertical-menu) .menu
{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
position:relative
}
.main-navigation:not(.vertical-menu) .menu>li
{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:start;
-ms-flex-align:start;
align-items:flex-start;
border-bottom:solid 6px rgb(253, 31, 31)
}
.main-navigation:not(.vertical-menu) .menu .sub-menu
{
margin:0;
-webkit-box-shadow:0 2px 12px rgba(136,136,136,0.26);
box-shadow:0 2px 12px rgba(136,136,136,0.26)
}
.main-navigation:not(.vertical-menu) .menu>li[hidden]
{
display:none
}
.main-navigation a
{
padding:20px 0;
font-size:17px
}
.main-navigation .menu>li.menu-item-has-children:not(.super-guacamole__menu-with-icon)>a
{
padding-right:5px
}
.main-navigation .menu>li.menu-item-has-children:not(.super-guacamole__menu-with-icon)>a::after
{
content:"\e904";
right:0;
color:var(--white);
font-size:8px;
top:32%;
font-family:'ntl-icon'!important;
margin-left:6px
}
.main-navigation .sub-menu
{
padding:0
}
.main-navigation .sub-menu>li
{
margin:0;
padding:0
}
.main-navigation .sub-menu>li a
{
padding:0 10px 10px;
margin-bottom:5px;
line-height:22px;
font-size:16px;
border-bottom:1px solid rgb(253, 31, 31)
}
.main-navigation .sub-menu>li:last-child a
{
border-bottom:none;
margin-bottom:0
}
#site-navigation.main-navigation.vertical-menu
{
background-color:#000
}
#site-navigation.main-navigation.vertical-menu ul.menu li a
{
font-style:normal;
font-size:12px;
line-height:2
}
#site-navigation.main-navigation.vertical-menu .menu>li>a,#site-navigation.main-navigation.vertical-menu ul ul a,.main-navigation-buttons .navigation-button,.invert .main-navigation>.menu>li>a,.main-navigation ul ul a,.site-header .invert .contact-block__label
{
color:var(--white)
}
#site-navigation.main-navigation.vertical-menu .menu>li>a:hover,#site-navigation.main-navigation.vertical-menu ul ul a:hover,#site-navigation.main-navigation.vertical-menu ul li.current-menu-item>a,.main-navigation-buttons .navigation-button:hover,.invert .main-navigation>.menu>li>a:hover
{
color:var(--white)
}
.main-navigation .menu>li>a,.invert .main-navigation.vertical-menu .menu>li>a,.invert .main-navigation .menu.isStuck>li>a
{
color:var(--white)
}
.main-navigation .menu>li:hover,.main-navigation .menu>li.active>a,.main-navigation .menu>li>a:hover
{
color:rgb(253, 31, 31)
}
.main-navigation .sub-menu>li:hover>a,.main-navigation .sub-menu>li.menu-hover>a,.main-navigation .sub-menu>li.current_page_item>a,.main-navigation .sub-menu>li.current_page_ancestor>a,.main-navigation .sub-menu>li.current-menu-item>a,.main-navigation .sub-menu>li.current-menu-ancestor>a,.main-navigation .sub-menu>li .sub-cat a:hover
{
color:var(--white)
}
.main-navigation .menu>li:hover
{
border-bottom:solid 6px rgb(253, 31, 31)
}
.main-navigation:not(.vertical-menu) .menu:not(.tm-mega-menu)>li:hover
{
border-bottom:solid 6px rgb(253, 31, 31)
}
.mobile-nav
{
padding:0 13px
}
.mobile-nav li
{
margin-bottom:0
}
.mobile-nav ul.super
{
list-style:none
}
.mobile-nav h3,.mobile-nav .h3
{
padding-left:15px;
font-size:14px;
margin-bottom:0;
text-transform:unset
}
.mobile-nav__search
{
padding:15px
}
.mobile-nav__search .search-bar
{
margin-bottom:0
}
.mobile-nav__item
{
position:relative;
display:block
}
.mobile-nav__item ul li:after
{
bottom:0;
content:"";
left:0;
position:absolute;
right:0;
width:100%
}
.mobile-nav__item ul a
{
padding:10px 0
}
.mobile-nav>.mobile-nav__item
{
background-color:#fff
}
.mobile-nav>.mobile-nav__item:last-child:after
{
display:none
}
.mobile-nav__item a
{
display:block
}
.mobile-nav__item a,.mobile-nav__toggle button
{
color:#333;
padding:10px;
text-decoration:none
}
.mobile-nav__toggle button
{
background:none;
border:none;
cursor:pointer;
outline:none;
font-size:10px
}
.mobile-nav__item a:hover,.mobile-nav__item a:active,.mobile-nav__item a:focus,.mobile-nav__toggle button:hover,.mobile-nav__toggle button:active,.mobile-nav__toggle button:focus
{
color:#0d0d0d
}
.mobile-nav__item a:active,.mobile-nav__item a:focus,.mobile-nav__toggle button:active,.mobile-nav__toggle button:focus
{
background-color:#f2f2f2
}
.mobile-nav__has-sublist
{
display:table;
width:100%;
border-bottom:1px solid rgb(253, 31, 31)
}
.mobile-nav__has-sublist .mobile-nav__link
{
display:table-cell;
vertical-align:middle;
width:100%
}
.mobile-nav__border
{
border-bottom:1px solid rgb(253, 31, 31)
}
.mobile-nav__toggle
{
display:table-cell;
vertical-align:middle;
width:1%
}
.mobile-nav--expanded .mobile-nav__toggle-open
{
display:none
}
.mobile-nav__toggle-close
{
display:none
}
.mobile-nav--expanded .mobile-nav__toggle-close
{
display:block
}
.mobile-nav__sublist
{
margin:0;
max-height:0;
visibility:hidden;
overflow:hidden;
-webkit-transition:all 300ms cubic-bezier(0.57,0.06,0.05,0.95);
transition:all 300ms cubic-bezier(0.57,0.06,0.05,0.95);
-webkit-backface-visibility:hidden;
backface-visibility:hidden
}
.mobile-nav__sublist img
{
margin-bottom:15px
}
.mobile-nav--expanded+.mobile-nav__sublist
{
visibility:visible;
max-height:inherit;
-webkit-transition:all 700ms cubic-bezier(0.57,0.06,0.05,0.95);
transition:all 700ms cubic-bezier(0.57,0.06,0.05,0.95)
}
.mobile-nav__sublist .mobile-nav__item:after
{
top:0;
bottom:auto
}
.mobile-nav__sublist .mobile-nav__link
{
padding:6px 10px
}
.ntl-menu
{
font-size:18px;
padding:5px;
background-color:transparent
}
.mobile-nav
{
padding:0 13px
}
.mobile-nav li
{
margin-bottom:0
}
.mobile-nav ul.super
{
list-style:none
}
.mobile-nav h3,.mobile-nav .h3
{
padding-left:15px;
font-size:14px;
margin-bottom:0;
text-transform:unset
}
.mobile-nav__search
{
padding:15px
}
.mobile-nav__search .search-bar
{
margin-bottom:0
}
.mobile-nav__item
{
position:relative;
display:block
}
.mobile-nav__item ul li:after
{
bottom:0;
content:"";
left:0;
position:absolute;
right:0;
width:100%
}
.mobile-nav__item ul a
{
padding:10px 0
}
.mobile-nav>.mobile-nav__item
{
background-color:#fff
}
.mobile-nav>.mobile-nav__item:last-child:after
{
display:none
}
.mobile-nav__item a
{
display:block
}
.mobile-nav__item a,.mobile-nav__toggle button
{
color:#333;
padding:10px;
text-decoration:none
}
.mobile-nav__toggle button
{
background:none;
border:none;
cursor:pointer;
outline:none;
font-size:10px
}
.mobile-nav__item a:hover,.mobile-nav__item a:active,.mobile-nav__item a:focus,.mobile-nav__toggle button:hover,.mobile-nav__toggle button:active,.mobile-nav__toggle button:focus
{
color:#0d0d0d
}
.mobile-nav__item a:active,.mobile-nav__item a:focus,.mobile-nav__toggle button:active,.mobile-nav__toggle button:focus
{
background-color:#f2f2f2
}
.mobile-nav__has-sublist
{
display:table;
width:100%;
border-bottom:1px solid rgb(253, 31, 31)
}
.mobile-nav__has-sublist .mobile-nav__link
{
display:table-cell;
vertical-align:middle;
width:100%
}
.mobile-nav__border
{
border-bottom:1px solid rgb(253, 31, 31)
}
.mobile-nav__toggle
{
display:table-cell;
vertical-align:middle;
width:1%
}
.mobile-nav--expanded .mobile-nav__toggle-open
{
display:none
}
.mobile-nav__toggle-close
{
display:none
}
.mobile-nav--expanded .mobile-nav__toggle-close
{
display:block
}
.mobile-nav__sublist
{
margin:0;
max-height:0;
visibility:hidden;
overflow:hidden;
-webkit-transition:all 300ms cubic-bezier(0.57,0.06,0.05,0.95);
transition:all 300ms cubic-bezier(0.57,0.06,0.05,0.95);
-webkit-backface-visibility:hidden;
backface-visibility:hidden
}
.mobile-nav__sublist img
{
margin-bottom:15px
}
.mobile-nav--expanded+.mobile-nav__sublist
{
visibility:visible;
max-height:inherit;
-webkit-transition:all 700ms cubic-bezier(0.57,0.06,0.05,0.95);
transition:all 700ms cubic-bezier(0.57,0.06,0.05,0.95)
}
.mobile-nav__sublist .mobile-nav__item:after
{
top:0;
bottom:auto
}
.mobile-nav__sublist .mobile-nav__link
{
padding:6px 10px;
font-family:'SanFrancisco'
}
.ntl-menu
{
font-size:18px;
padding:5px;
background-color:transparent
}
.visually-hidden,.ntl-fallback-text .fallback-text
{
position:absolute;
overflow:hidden;
clip:rect(0 0 0 0);
height:1px;
width:1px;
margin:-1px;
padding:0;
border:0
}
.js-drawer-open
{
overflow:hidden;
height:100%
}
.js-drawer-open #PageContainer:before
{
background:rgba(0,0,0,0.5) none repeat scroll 0 0;
bottom:0;
content:""!important;
display:inline-block!important;
left:0;
position:absolute;
right:0;
top:0;
z-index:99999
}
.drawer
{
-webkit-transform:translateZ(0);
will-change:transform;
display:none;
position:fixed;
overflow-y:auto;
overflow-x:hidden;
-webkit-overflow-scrolling:touch;
top:0;
bottom:0;
padding:0 0 15px;
max-width:95%;
z-index:10;
color:#2F302F;
background-color:#fff;
-webkit-transition:all .4s cubic-bezier(0.46,0.01,0.32,1);
transition:all .4s cubic-bezier(0.46,0.01,0.32,1)
}
.drawer a
{
color:#2F302F;
font-size:16px;
padding-left:0;
padding-right:0;
font-family:'SanFrancisco'
}
.drawer a:hover,.drawer a:focus
{
opacity:.7
}
.drawer--left
{
width:300px;
left:-300px
}
.js-drawer-open-left .drawer--left
{
display:block;
-webkit-transform:translateX(300px);
transform:translateX(300px)
}
.lt-ie9 .js-drawer-open-left .drawer--left
{
left:0
}
.drawer--right
{
width:300px;
right:-300px;
border-left:1px solid #f2f2f2
}
.js-drawer-open-right .drawer--right
{
display:block;
-webkit-transform:translateX(-300px);
transform:translateX(-300px)
}
.lt-ie9 .js-drawer-open-right .drawer--right
{
right:0
}
#PageContainer
{
overflow:hidden
}
.drawer--is-loading:before
{
background:rgba(0,0,0,0.5) none repeat scroll 0 0;
bottom:0;
content:""!important;
display:inline-block!important;
left:0;
position:absolute;
right:0;
top:0;
z-index:99999
}
.is-moved-by-drawer
{
-webkit-transition:all .4s cubic-bezier(0.46,0.01,0.32,1);
transition:all .4s cubic-bezier(0.46,0.01,0.32,1)
}
.js-drawer-open-left .is-moved-by-drawer
{
-webkit-transform:translateX(300px);
transform:translateX(300px)
}
.js-drawer-open-right .is-moved-by-drawer
{
-webkit-transform:translateX(-300px);
transform:translateX(-300px)
}
.drawer__header
{
display:table;
height:45px;
width:100%;
padding:0 15px
}
.drawer__title,.drawer__close
{
display:table-cell;
vertical-align:middle
}
.drawer__title
{
width:100%
}
.drawer__title img
{
max-height:45px
}
.drawer__close
{
width:1%;
text-align:center;
font-size:1.28571em
}
.drawer__close button
{
position:relative;
right:-20px;
height:100%;
padding:0 20px;
color:var(--dark)
}
.drawer__close button:active,.drawer__close button:focus
{
background-color:#f2f2f2
}
.ntl-fallback-text .icon
{
display:inline-block
}
.lag-mb a
{
display:inline-block;
line-height:20px;
position:relative;
padding:0
}
.lag-mb a:first-child:after
{
content:'';
border:1px solid #feeb7d;
position:absolute;
right:-2px;
top:3.5px;
height:16px
}
@media screen and (min-width: 240px) {
.logo
{
max-height:24px
}
.font-size-60
{
font-size:36px
}
.font-size-80
{
font-size:50px
}
.search .form-control
{
height:calc(2.5rem + 2px)
}
.search button
{
height:42px
}
.tukhoa
{
border:1px solid #E5E5E5!important
}
.text-slide
{
font-size:18px
}
}
@media screen and (min-width: 736px) {
.logo
{
max-height:none
}
.search .form-control
{
height:calc(3rem + 2px)
}
.search button
{
height:50px
}
}
@media screen and (min-width: 768px) {
.text-slide
{
font-size:24px
}
.wp-slide
{
position:absolute;
height:100%;
margin-top:0;
background:none;
padding-top:0
}
}
@media screen and (min-width: 1024px) {
.wp-slide
{
position:absolute;
height:100%;
margin-top:0
}
}
@media (min-width: 1024px) and (max-width: 1026px) {
.item-slide
{
padding-top:1.5rem!important;
padding-bottom:1rem!important
}
.search .form-control
{
height:calc(2rem + 2px)
}
.search button
{
height:34px
}
}
@media (max-width: 414px) {
.col-6
{
-ms-flex:0 0 100%;
-webkit-box-flex:0;
flex:0 0 100%;
max-width:100%
}
}
#tra_cuoc .dropdown-toggle::after
{
content:"";
border-top:.4em solid #000;
border-right:.2em solid transparent;
border-bottom:0;
border-left:.2em solid transparent;
position:absolute;
right:.5rem;
top:calc(100% - 15px)
}
.col-lg2
{
position:relative;
width:100%;
min-height:1px;
padding-right:15px;
padding-left:15px
}
.col-lg2
{
-webkit-box-flex:0;
-ms-flex:0 0 20%;
flex:0 0 20%;
max-width:20%
}
@media (min-width: 240px) {
.col-lg2
{
-webkit-box-flex:0;
-ms-flex:0 0 100%;
flex:0 0 100%;
max-width:100%
}
}
@media (min-width: 720px) {
.col-lg2
{
-webkit-box-flex:0;
-ms-flex:0 0 50%;
flex:0 0 50%;
max-width:50%
}
.col-lg2:last-child
{
-webkit-box-flex:0;
-ms-flex:0 0 100%;
flex:0 0 100%;
max-width:100%
}
}
@media (min-width: 1025px) {
.col-lg2
{
-webkit-box-flex:0;
-ms-flex:0 0 20%;
flex:0 0 20%;
max-width:20%
}
.col-lg2:last-child
{
-webkit-box-flex:0;
-ms-flex:0 0 20%;
flex:0 0 20%;
max-width:20%
}
}
.summary_bottom
{
font-style:normal;
font-weight:400;
font-size:16px!important;
line-height:22px;
text-align:justify
}
.wp-service .icon-Thin-Arrow-3
{
font-size:31px
}
.left-about,.wp-about:before
{
background-color:#2F302F
}
.item-about .title-h5
{
font-size:16px;
line-height:22px
}
.wp-about
{
background-size:cover
}
.right-about ul li
{
display:block;
margin-bottom:15px
}
.right-about ul li span.icon
{
font-size:45px
}
.count-tk .counter-number
{
font-weight:400
}
.text-kh h2:before,.text-kh h2:after
{
content:"";
position:absolute;
top:0;
left:0;
right:0
}
.text-kh h2:before
{
width:100%;
margin:auto;
border-top:1px solid #C7C7C7
}
.text-kh h2:after
{
width:25%;
height:9px;
background:rgb(253, 31, 31);
margin:auto;
top:-4.5px
}
.hotline a
{
color:#2F302F
}
.carousel-item-ykien
{
-webkit-transition:all 250ms linear;
-moz-transition:all 250ms linear;
-ms-transition:all 250ms linear;
-o-transition:all 250ms linear;
cursor:pointer;
margin-top:170px!important;
letter-spacing:-.02em
}
.carousel-item-ykien img
{
margin-top:-40%;
border-radius:50%;
border:solid 16px #fff;
-webkit-transition:all 250ms linear;
-moz-transition:all 250ms linear;
-ms-transition:all 250ms linear;
-o-transition:all 250ms linear;
max-width:80%!important
}
.carousel-item-ykien:hover img
{
-webkit-box-shadow:1px 1px 15px 1px rgb(253, 31, 31);
box-shadow:1px 1px 15px 1px rgb(253, 31, 31)
}
.carousel-item-ykien p
{
margin-bottom:5px
}
.wp-partner
{
background:#2F302F
}
.box-cp-l,.box-cp-r
{
padding-left:15px;
padding-right:15px
}
.box-cp
{
color:#464655;
font-size:16px
}
.entry-cp
{
letter-spacing:-.02em
}
.box-cp i
{
font-size:10px
}
.form-service .border-cam
{
border-color:rgb(253, 31, 31)
}
.form-service .form-control
{
height:35px!important
}
.dactinh
{
margin-left:-.5%;
margin-right:-.5%
}
.dactinh li
{
font-size:12px;
margin-left:.5%;
margin-right:.5%;
padding-left:1px;
padding-right:1px;
cursor:pointer
}
.dactinh li:hover
{
border-color:rgb(253, 31, 31)!important
}
.dactinh li .icon
{
font-size:1.6rem;
height:40px;
line-height:40px
}
.dactinh li .icon-Coat-and-lipstick
{
font-size:2.8rem
}
.item-service:hover
{
color:#2e3553
}
.sendnowbox
{
padding-top:40px
}
.sendnow
{
width:189px;
height:38px;
background:#FFF;
border-radius:4px;
border:0;
margin:0 auto;
color:#000;
line-height:34px
}
.icon-Arrow-4
{
font-size:12px;
padding-left:20px
}
@media screen and (min-width: 240px) {
.hotline a
{
color:#2F302F
}
.font-size-60
{
font-size:36px
}
.font-size-80
{
font-size:50px
}
.search .form-control
{
height:calc(2.5rem + 2px)
}
.search button
{
height:42px
}
.tukhoa
{
border:1px solid #E5E5E5!important
}
.item-service
{
-webkit-box-flex:0;
-ms-flex:0 0 100%;
flex:0 0 100%;
max-width:100%;
font-size:16px
}
.item-service p
{
font-size:76px;
min-height:50px
}
.item-service+.item-service
{
border-top:1px solid #C7C7C7
}
.item-service:last-child
{
border-bottom:1px solid #C7C7C7
}
.title-about,.coutdown
{
font-size:18px
}
.right-about ul li
{
font-size:14px
}
.coutdown .icon>span
{
font-size:72px
}
.count-tk .counter-number
{
font-size:48px;
line-height:56px
}
.entry-cp
{
font-size:18px;
line-height:25px
}
.position-submit
{
position:absolute;
left:15px;
bottom:0;
text-align:center
}
.dactinh li
{
-ms-flex:0 0 32.333%;
-webkit-box-flex:0;
flex:0 0 32.333%;
max-width:32.333%
}
.wp-slide
{
padding-top:37px
}
.text-dark-min
{
color:var(--white);
font-size:12px
}
.item-service:last-child
{
border-bottom:1px solid #C7C7C7
}
}
@media screen and (min-width: 480px) {
.hotline a
{
color:#2F302F
}
.wp-service>.container
{
padding-left:15px!important;
padding-right:15px!important
}
.item-service
{
-webkit-box-flex:0;
-ms-flex:0 0 50%;
flex:0 0 50%;
max-width:50%;
font-size:14px
}
.item-service+.item-service
{
border-top:0
}
.item-service:last-child
{
border-bottom:0
}
}
@media screen and (min-width: 736px) {
.item-service
{
-webkit-box-flex:0;
-ms-flex:0 0 20%;
flex:0 0 20%;
max-width:20%
}
.dactinh li
{
-ms-flex:0 0 19%;
-webkit-box-flex:0;
flex:0 0 19%;
max-width:19%
}
}
@media screen and (min-width: 768px) {
.font-size-60
{
font-size:60px
}
.font-size-80
{
font-size:80px
}
.item-service p
{
font-size:44px
}
.text-service
{
font-size:24px
}
.item-service+.item-service:before
{
position:absolute;
height:70%;
left:0;
top:15%;
border-left:1px solid #C7C7C7;
content:''
}
.item-service:hover
{
color:#2e3553
}
.item-service:hover:before
{
border-left-color:rgb(253, 31, 31)
}
.item-service.active:before,.item-service:hover:before
{
position:absolute;
height:100%;
left:auto;
right:-1px;
top:0;
border-right:1px solid rgb(253, 31, 31);
content:'';
z-index:1
}
.left-about .summary
{
font-size:16px;
letter-spacing:-.02em;
padding-right:1.3rem
}
.pr-md-08
{
padding-right:4rem
}
.pr-md-08
{
padding-right:.8rem
}
p.text-service
{
margin-bottom:.5rem
}
.title-about,.coutdown
{
font-size:24px
}
.right-about ul li
{
font-size:18px
}
.coutdown .icon>span
{
font-size:66px
}
.count-tk .counter-number
{
font-size:48px;
line-height:84px
}
.entry-cp
{
font-size:30px;
line-height:50px
}
.position-submit
{
position:static
}
.summary_bottom
{
height:273px;
overflow:hidden
}
.wp-slide
{
position:absolute;
height:100%;
margin-top:0;
background:none;
padding-top:0
}
}
@media screen and (min-width: 1024px) {
.hotline a
{
color:#FFF
}
.wp-about:before
{
width:50%;
height:100%;
position:absolute;
top:0;
left:0;
content:''
}
.box-cp-l
{
-ms-flex:0 0 40%;
-webkit-box-flex:0;
flex:0 0 40%;
max-width:40%
}
.box-cp-r
{
-ms-flex:0 0 60%;
-webkit-box-flex:0;
flex:0 0 60%;
max-width:60%
}
.dactinh li
{
-ms-flex:0 0 24%;
-webkit-box-flex:0;
flex:0 0 24%;
max-width:24%
}
}
@media (min-width: 1024px) and (max-width: 1026px) {
.hotline a
{
color:#FFF
}
.font-size-80
{
font-size:60px
}
.font-size-60
{
font-size:40px
}
}
@media (max-width: 736px) {
.hotline a
{
color:#2F302F
}
.box-cp-r>.border
{
border:0!important
}
}
@media (max-width: 575px) {
.box-slide
{
padding:0!important;
line-height:1.2
}
.box-slide:first-child
{
margin-left:.5rem!important;
margin-right:-.5rem!important;
margin-top:1rem!important
}
.box-slide:nth-child(2)
{
z-index:2
}
.box-slide:nth-child(2) .item-slide
{
padding-bottom:.57rem!important
}
.box-slide:last-child
{
margin-left:-.5rem!important;
margin-top:1rem!important
}
.item-slide:before
{
top:-22px
}
.box-slide:first-child p,.box-slide:last-child p
{
padding-left:.5rem;
padding-right:.5rem
}
.box-slide:first-child p
{
line-height:1.2
}
.box-slide .line
{
display:none!important
}
.right-about ul li
{
margin-top:10px
}
.right-about ul li+li
{
margin-bottom:25px
}
.text-kh h2
{
font-size:18px
}
}
@media (max-width: 414px) {
.col-6
{
-ms-flex:0 0 100%;
-webkit-box-flex:0;
flex:0 0 100%;
max-width:100%
}
.box-slide:nth-child(2) .item-slide
{
padding-bottom:.25rem!important
}
.box-slide:last-child a
{
padding-top:.5rem!important
}
.box-slide:first-child a
{
padding-top:.5rem!important;
padding-bottom:1.2rem!important
}
.box-slide:last-child p
{
margin-top:0!important
}
.wp-service .container-service
{
padding:0
}
.font-size-Thin-Arrow-3
{
font-size:31px
}
}
.wp-partner
{
background:#F6F6F6
}
.partners
{
height:106px
}
#partners-logo
{
padding:0 50px;
height:100%;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center
}
.slick-slide
{
margin:0 20px
}
.slick-list
{
position:relative;
display:block;
overflow:hidden;
margin:0;
padding:0
}
.slick-list:focus
{
outline:none
}
.slick-list.dragging
{
cursor:pointer;
cursor:hand
}
.slick-slider .slick-track,.slick-slider .slick-list
{
-webkit-transform:translate3d(0,0,0);
transform:translate3d(0,0,0)
}
.slick-track
{
position:relative;
top:0;
left:0;
display:-webkit-box;
display:-ms-flexbox;
display:flex
}
.slick-track:before,.slick-track:after
{
display:table;
content:''
}
.slick-track:after
{
clear:both
}
.slick-loading .slick-track
{
visibility:hidden
}
.slick-slide
{
display:none;
float:left;
height:100%;
min-height:1px
}
[dir='rtl'] .slick-slide
{
float:right
}
.slick-slide img
{
display:block;
max-width:100%
}
.slick-slide.slick-loading img
{
display:none
}
.slick-slide.dragging img
{
pointer-events:none
}
.slick-initialized .slick-slide
{
display:block;
-ms-flex-item-align:center;
align-self:center
}
.slick-loading .slick-slide
{
visibility:hidden
}
.slick-vertical .slick-slide
{
display:block;
height:auto;
border:1px solid transparent
}
.slick-arrow.slick-hidden
{
display:none
}
.slick-prev,.slick-next
{
font-family:'ntl-icon';
font-size:0;
line-height:0;
position:absolute;
top:50%;
display:block;
width:20px;
height:20px;
padding:0;
z-index:1;
-webkit-transform:translate(0,-50%);
transform:translate(0,-50%);
cursor:pointer;
color:transparent;
border:none;
outline:none;
background:transparent
}
.slick-next
{
right:15px
}
.slick-next:before
{
content:"\e907"
}
.slick-prev
{
left:15px
}
.slick-prev:before
{
content:"\e905"
}
.slick-prev:before,.slick-next:before
{
font-size:20px;
line-height:1;
opacity:.75;
color:#2F302F;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale
}
.wp-hotline-footer
{
background-size:cover
}
.wp-hotline-footer .content-ft a
{
background:rgb(253, 31, 31);
-webkit-box-shadow:4px 4px 7px rgba(0,0,0,0.1);
box-shadow:4px 4px 7px rgba(0,0,0,0.1)
}
.wp-hotline-footer a.hotline
{
color:var(--white)
}
.wp-hotline-footer a .icon
{
font-size:40px
}
.wp-hotline-footer .content-ft a:hover
{
color:#2e3553;
opacity:.8
}
footer
{
width:100%;
clear:both
}
footer .col-md-4
{
margin-top:15px
}
.contact-footer img
{
max-width:100%!important
}
.ul-footer a
{
display:block;
color:var(--dark);
font-size:14px;
line-height:40px;
letter-spacing:-.02em
}
.ul-footer a:hover
{
color:rgb(253, 31, 31)
}
.sharefooter a
{
display:inline-block;
vertical-align:middle;
margin-right:18px
}
.sharefooter a>span
{
font-size:33px
}
.sharefooter a>span:hover
{
opacity:.5
}
.register-email input[type="email"]
{
border:1px solid rgb(253, 31, 31);
height:44px;
padding-right:44px;
font-size:14px
}
.register-email button
{
width:44px;
height:100%;
line-height:44px;
text-align:center;
right:0;
top:0
}
.register-email button:hover .icon-Send:before
{
color:rgb(253, 31, 31)
}
.panel-group .panel
{
display:inline-block;
vertical-align:top
}
.menu-bot .panel-heading a:before
{
font-family:'ntl-icon'!important;
float:right;
font-size:14px;
font-weight:700;
color:rgb(253, 31, 31);
content:"\e9df"
}
.menu-bot .panel-heading a.collapsed:before
{
content:"\e904";
color:#000
}
.font-IntelBold
{
font-weight:700
}
@media (min-width: 1024px) and (max-width: 1030px) {
.menu-bot .panel-group .panel
{
display:table-cell;
padding:0 25px
}
}
@media screen and (min-width: 240px) {
.menu-bot .panel-group .panel
{
width:100%;
border-bottom:solid 1px #000
}
.menu-bot .panel-group .panel:last-child
{
border-bottom:0;
padding-bottom:15px
}
.wp-hotline-footer a.hotline
{
font-size:20px
}
.text-nn
{
font-size:14px
}
.contact-footer .img-fulid
{
max-width:50%!important
}
}
@media screen and (min-width: 320px) {
.wp-hotline-footer a.hotline
{
font-size:24px
}
.text-nn
{
font-size:1.125rem
}
}
@media screen and (min-width: 769px) {
.wp-hotline-footer a.hotline
{
font-size:48px
}
.text-nn
{
font-size:17px
}
.contact-footer .img-fulid
{
max-width:50%!important
}
}
@media screen and (min-width: 1024px) {
.menu-bot .panel-group .panel
{
border-bottom:0
}
.panel-default>.panel-heading a:after
{
content:'';
width:89px;
height:5px;
background:rgb(253, 31, 31);
position:absolute;
left:0;
bottom:0
}
.menu-bot .panel-group
{
text-align:center;
display:-ms-flexbox;
display:-webkit-box;
display:flex;
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
.menu-bot .panel-group .panel
{
text-align:left;
-ms-flex:0 0 16%;
-webkit-box-flex:0;
flex:0 0 16%;
max-width:16%;
padding-left:15px;
padding-right:15px
}
.menu-bot .panel-group .panel:first-child
{
-ms-flex:0 0 30%;
-webkit-box-flex:0;
flex:0 0 30%;
max-width:30%
}
.menu-bot .panel-group .panel:nth-child(2)
{
-ms-flex:0 0 14%;
-webkit-box-flex:0;
flex:0 0 14%;
max-width:14%
}
.menu-bot .panel-group .panel:nth-child(3)
{
-ms-flex:0 0 15%;
-webkit-box-flex:0;
flex:0 0 15%;
max-width:15%
}
.menu-bot .panel-group .panel:last-child
{
-ms-flex:0 0 25%;
-webkit-box-flex:0;
flex:0 0 25%;
max-width:25%
}
#footer .collapse
{
display:block!important
}
.menu-bot .panel-heading a:before
{
display:none
}
}
@media (min-width: 1024px) and (max-width: 1026px) {
.font-size-80
{
font-size:60px
}
.font-size-60
{
font-size:40px
}
}
@media screen and (min-width: 240px) {
.wp-slide {
background: unset;
padding-top: 15px;
position: absolute;
}
}
.carousel-indicators li {
background-color: #59595c;
}
.carousel-indicators .active {
background-color: rgb(253, 31, 31);;
}
/* .top-slide {
width: 70%;
}
.item-slide {
width: 158px;
max-height: 140px;
}
@media (min-width: 1366px) {
.top-slide {
width: 100%;
}
.item-slide {
width: 98%;
}
}
@media (max-width: 414px) {
.top-slide {
width: 90%;
}
.item-slide {
width: 88%;
}
}
@media (min-width: 2560px) {
.slide-v2 .col-lg-6 {
max-width: 25%;
}
.slide-v2 .offset-lg-3 {
margin-left: 35%;
}
} */
.font-size-30 {
font-size: 30px;
}
.box-cube {
width: 158px;
height: 120px;
background-color: #fafafa;
padding: 25px 15px;
transition: 0.25s ease background-color, 0.25s ease height;
text-align: center;
margin: auto;
}
.box-cube:hover {
background-color: rgb(253, 31, 31);;
}
.box-cube > a {
display: block;
overflow: hidden;
}
.box-cube > a:hover {
color: unset !important;
}
.active-box-cube {
background-color: rgb(253, 31, 31);;
height: 140px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.top-slide {
width: 162px;
}
.more-than-log {
text-align: center;
font-size: 40px;
/* color: #fff; */
font-weight: bold;
}
.nhap-toi-da {
color: #000;
}
.btn-search-home {
background-color: #fff;
}
@media (max-width: 768px) {
.box-cube {
width: 110px;
padding: 20px 0px;
height: 110px;
}
.top-slide {
width: 100%;
}
.item-slide {
width: 98%;
}
.more-than-log,
.nhap-toi-da {
color: #fff;
}
.btn-search-home {
background-color: rgb(255, 255, 255);;
}
}
.item-service {
max-width: 16.666667% !important;
}
.icon-hoa-toc {
width: 55px;
margin-top: -30px;
}
@media screen and (max-width: 425px) {
.item-service {
max-width: 100% !important;
}
.icon-hoa-toc {
width: 90px;
margin-top: -70px;
}
}
@media screen and (min-width: 768px) {
.left-about .summary {
font-size: 15px;
}
.unset-color > a {
color: unset !important;
}
.summary_bottom {
height: 250px;
}
}
.modal-body button {
position: absolute;
padding: 5px;
right: 0;
background-color: rgb(253, 31, 31);;
color: #ffffff;
}
.drawer,.mobile-nav > .mobile-nav__item {
background-color: #222222 !important;
}
.drawer a {
color: #fff !important;
}
.lag-mb a:first-child:after {
border: 0px !important;
}
form a:hover {
opacity: 1 !important;
}
@media screen and (min-width: 1025px) {
.main-navigation li {
margin-right: 25px !important;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.main-navigation li {
margin-right: 5px !important;
}
}
.li-right {
font-size: 17px;
color: rgb(253, 31, 31);
}
.li-right:hover {
color: rgb(253, 31, 31);
}
.slick-list {
overflow: visible !important;
margin-top: 125px !important;
} | 0.195402 | 0.043896 |
@media screen and (max-width:1200px){
body{
padding-top:53px;
}
.w{
width:100%;
}
.header{
padding:10px 5%;
}
.nav{
margin-left:0;
}
.nav ul li{
margin-left:20px;
}
.dream{
padding:60px 5%;
}
.dream_des{
padding-top:10px;
}
.title{
font-size:18px;
}
.title h2{
font-size:30px;
}
.title1{
padding-bottom:20px;
background-size:auto 7px
}
.title1 h2{
font-size:30px;
}
.service{
padding:60px 5%;
}
.ser_l{
padding-top:100px;
font-size:14px;
line-height:24px;
}
.ser_title{
font-size:20px;
}
.ser_title h3{
font-size:30px;
}
.ser_l a{
width:160px;
height:35px;
line-height:35px;
font-size:14px;
}
.single{
padding:60px 5%;
}
.single_box ul li{
width:29%;
}
.share{
padding:60px 5%;
}
.case{
height:auto;
padding:60px 5%;
background-size:auto 100%;
}
.abroad{
padding:60px 5%;
}
.cooperate{
padding:30px 5%;
}
.footer{
padding:60px 5%
}
.document{
padding:60px 5%
}
.docu_banner{
height:auto;
padding:60px 5%;
}
.choose{
padding:60px 5%;
}
.choose_main{
min-height:0;
padding:60px 0 0
}
.choose_l{
float:none;
width:100%;
overflow:hidden
}
.choose_btn{
position:static;
float:left;
width:23%;
height:60px;
margin:0 1%;
line-height:60px;
border-radius: 5px;
font-size:16px
}
.choose_btn1{
line-height:24px;
padding-top:5px;
}
.choose_r{
padding:60px 0 0;
float:none;
width:100%
}
.start{
padding:60px 5%;
height:auto;
}
.start_main{
padding-top:60px;
}
.translate{
padding:60px 5%;
}
.plan{
padding:60px 5%;
}
.plan_main{
display: none;
}
.plan_phone{
display: block;
}
.match{
height:auto;
padding:25px 5% 60px;
}
.promote{
padding:60px 5%
}
.promote_main .row{
margin:0 -2%
}
.promote_main .col-md-4{
padding:0 2%
}
.promote_box{
height:455px;
}
.excellent{
padding:60px 0
}
.suit{
padding:60px 5%;
}
.suit_box{
padding:60px 0 0;
}
.data{
padding:60px 5%;
height:auto;
font-size:16px;
line-height:30px;
}
.data h2{
font-size:30px;
}
.s_case{
padding:60px 5%;
}
.academic{
padding:35px 5% 60px;
height:auto;
}
.polish{
padding:60px 5%;
}
.character{
padding:60px 5%;
}
.apply{
padding:60px 5% 30px
}
.apply_main{
overflow:hidden;
}
.apply_main .apply_img{
display: none;
}
.apply_box{
position:static;
float:left;
padding:20px 10px;
background:#fff;
box-shadow: 1px 2px 10px rgba(0,0,0,0.2);
width:46%;
margin:0 2% 30px;
text-align:center;
border-radius: 5px;
height:280px;
}
.apply_main{
margin-top:60px;
}
.include{
padding:60px 5%;
}
.include_box h3{
font-size:20px;
}
.include_box a{
width:80%;
height:35px;
line-height:35px;
}
.mode{
padding:60px 5%;
}
.guide{
padding:60px 5%;
}
.guide_l{
float:none;
width:100%;
}
.guide_r{
display: none;
}
.message_main{
padding:20px 5%
}
.brief{
padding:20px 5%;
}
.educate_box{
padding:0 5%;
}
.features{
padding:30px 5%;
}
.evaluate{
padding:30px 5%
}
.experience{
padding:60px 5%;
}
.experience h2{
font-size:30px;
}
.exper_t{
padding:10px 0 0;
}
.estimate{
padding:60px 5%;
}
.estimate h2{
font-size:30px;
}
.news{
padding:60px 5%;
}
.news_l{
float:none;
width:100%
}
.news_r{
display: none;
}
.security{
padding:60px 5%;
}
.secu_main{
overflow:hidden
}
.secu_main .sec_img{
display: none;
}
.sec_box{
position:static;
float:left;
width:48%;
margin:50px 1% 0
}
.secu_tb{
float:none;
margin:0 auto 25px;
}
.secu_des{
float:none;
width:100%;
height:227px;
overflow-y:auto;
}
.security .p1{
font-size:24px;
}
.about{
padding:60px 5%;
height:auto;
background-size:100% 100%
}
.about .w{
padding:0;
}
.about h2{
font-size:30px
}
.meet{
padding:60px 5%;
}
.meet_box{
position:static;
text-align:center;
width:100%;
padding-bottom:60px;
}
.meet_box h3{
background:url(../img/link3.jpg) no-repeat bottom center
}
.value{
padding:60px 5%;
}
.value_des h3{
font-size:18px;
margin-bottom:10px;
}
.value_img{
width:100px;
height:100px;
}
.value_des{
font-size:14px;
}
.join{
padding:60px 5%;
}
.join_box .ballon{
display: none;
}
.problem{
padding:30px 5% 60px;
}
.process{
padding:60px 5%;
}
.news_banner_des{
font-size:14px;
}
}
@media screen and (max-width:1020px){
.header{
display: none;
}
.phone_nav{
display: block;
}
.excellent{
padding:60px 5%
}
.exce_main{
width:100%;
overflow:hidden;
}
.exce_main img{
display: none;
}
.exce_box{
position:static;
font-size:20px;
float:left;
width:31%;
margin:20px 1% 0;
text-align:center;
padding:20px 2%;
}
.exce_box span{
display: block;
}
.exce_box1{
background:#f95f61
}
.exce_box2{
background:#b8cf76
}
.exce_box3{
background:#ff9c00
}
.exce_box4{
background:#ff9c00
}
.exce_box5{
background:#f95f61
}
.exce_box6{
background:#65a7f4
}
.help{
padding:60px 5%;
}
.s_case_l .price span{
font-size:14px;
}
}
@media screen and (max-width:990px){
.dream_des_t img{
margin:10px 0;
}
.dream_des a{
margin-top:20px;
}
.single_pic img{
max-width: 50%;
}
.intro_main{
width:100%
}
.introduce{
padding:60px 5%;
}
.intro_box1{
top:0;
}
.intro_box2{
top:0;
}
.intro_box3{
top:240px;
}
.intro_box4{
top:240px;
}
.start_r{
padding-top:30px !important;
}
.start_l .s_des{
height:auto;
padding-bottom:10px;
}
.start_l .s_num{
height:auto
}
.start h2{
font-size:30px;
}
.trans_box{
background:#fff;
height:auto;
padding:20px 5%;
margin-bottom:20px;
}
.trans_content{
height:auto;
}
.promote_main{
padding-top:60px;
}
.promote_t{
height:auto;
}
.promote_box{
height:auto;
margin-top:20px;
border:1px solid #ddd
}
.suit_l{
font-size:20px;
line-height:36px;
}
.s_case_l{
height:auto;
}
.s_case_main .col-md-9{
padding-left:0;
}
.s_case_box{
height:auto;
margin-top:30px;
}
.academic{
background:#bfbfbf
}
.aca_r{
padding:30px 0 0;
}
.aca_r h3{
text-align:left;
background:url(../img/link1.jpg) no-repeat bottom left;
}
.aca_r_des{
text-align:left;
padding-top:30px
}
.polish_r{
float:none;
width:100%
}
.polish_l{
float:none;
width:100%;
padding-top:30px
}
.include_box{
margin-bottom:20px;
}
.process_main img{
display: none;
}
.p_num{
display: block;
}
.process_main{
padding-top:40px;
}
.process_box{
margin-top:20px;
}
.case_mask{
font-size:14px;
line-height:30px;
}
.case_mask h3{
font-size:16px;
margin-bottom:10px;
}
.case_box{
margin:60px auto 0;
}
.start{
background:#35a0b2;
padding:60px 0 0;
}
.start_l{
padding:0 5% !important;
}
.start_r{
margin-top:30px;
padding:30px 5% !important;
background:#ef7f2d;
}
}
@media screen and (max-width:767px){
.banner .img1{
display: none !important;
}
.banner .img2{
display: block !important;
}
.page_banner .img1{
display: none;
}
.page_banner .img2{
display: block;
}
.dream{
padding:30px 5%
}
.dream .swiper-container{
padding:30px 0 0;
}
.title h2{
font-size:24px;
}
.title{
font-size:14px;
}
.title p{
margin-top:10px
}
.dream_pic{
padding-left:0;
}
.dream_des_t img{
width:20px
}
.dream_des a{
margin:20px auto 0;
}
.swiper-button-next, .swiper-button-prev{
width:30px;
height:30px;
background-size:30px 30px;
}
.dream_des{
padding:20px 0 0;
}
.dream_des h3{
font-size:18px;
}
.dream_des h3 span{
font-size:14px;
}
.dream_box{
padding:0 30px;
}
.service{
padding:30px 5%;
}
.ser_l{
padding-top:30px;
}
.ser_title{
margin-bottom:10px;
font-size:18px;
}
.ser_title h3{
font-size:24px;
}
.ser_l a{
margin:20px auto 0;
font-size:12px;
}
.single{
padding:30px 5%;
}
.single_box ul{
margin:0 -2%;
}
.single_box ul li{
width:46%;
margin:30px 2% 0;
font-size:14px;
}
.single_box ul li h3{
font-size:16px;
}
.single_pic{
margin:10px 0;
}
.single_box ul li a{
width:80%;
height:30px;
line-height:30px;
font-size:14px;
margin:10px auto 0;
}
.share{
padding:30px 5%
}
.share_main{
padding-top:0;
}
.more{
font-size:14px;
height:30px;
line-height:30px;
width:160px;
margin:20px auto 0
}
.case{
padding:30px 5%;
}
.case_main{
display: none;
}
.case_phone{
display: block;
}
.case_box{
width:90%;
margin:30px auto 0;
}
.case_title{
font-size:14px;
}
.abroad{
padding:30px 5%;
}
.abroad_main{
padding-top:0;
}
.abroad ul li a{
font-size:14px;
}
.abroad ul li{
margin-top:15px;
}
.cooperate{
padding:10px 5%;
}
.coop{
float:none;
font-size:14px;
}
.coop-r{
float:none;
width:100%;
padding-top:30px;
}
.coop-box{
width:80%
}
.footer{
padding:30px 5%;
}
.foot_c{
padding:20px 0 0;
}
.foot_r{
padding-top:20px;
}
.foot_b{
padding-top:20px;
}
.introduce{
padding:30px 5%;
}
.title1{
background-size:auto 4px;
}
.title1 h2{
font-size:24px;
}
.intro_main img{
display: none;
}
.intro_main{
overflow:hidden;
margin:0;
}
.intro_box{
position:static;
margin:20px 0 0;
width:100%;
padding:30px 5%;
background:#fff;
font-size:14px;
line-height:24px;
border-radius: 5px;
}
.intro_box h3{
font-size:16px;
height:30px;
width:69%;
line-height:30px;
margin:0 auto 20px
}
.document{
padding:30px 0
}
.docu_list ul{
width:80%;
}
.docu_list ul li{
width:50%;
height:35px;
line-height:35px;
font-size:16px;
}
.docu_main{
padding-top:30px;
}
.docu_t{
font-size:16px;
padding:15px 3%;
}
.docu_t h3{
font-size:20px;
margin-bottom:5px;
}
.docu_c{
overflow-x:auto
}
.docu_c table{
width:100%;
}
.docu_c table tr:first-child td{
font-size:16px;
}
.docu_c table td{
font-size:14px;
}
.docu_c table td a{
display: block;
width:80%;
font-size:14px;
padding:2px 0;
margin:auto;
}
.docu_b{
padding:20px 5%;
margin-top:10px;
}
.docu_banner{
height:auto;
padding:30px 5%;
font-size:14px;
line-height:24px;
text-align:left;
}
.choose{
padding:30px 5%
}
.choose_main{
padding:30px 0 0;
}
.choose_r{
padding:10px 0 0;
font-size:14px;
line-height:24px;
}
.choose_btn{
width:48%;
margin:0 1% 10px;
font-size:14px;
height:40px;
line-height:40px;
}
.choose_btn1{
line-height:18px;
padding-top:2px;
}
.start{
padding:30px 0 0;
}
.start h2{
font-size:24px;
}
.start_main{
padding-top:30px;
}
.start_main h3{
font-size:16px;
line-height:24px;
}
.start_l .st_num{
float:left;
width:60px;
font-size:30px;
line-height:30px;
border-left:0;
border-right:1px solid #e6e6e6;
}
.start_l .s_des{
float:right;
width:calc(100% - 80px);
font-size:14px;
line-height:24px;
text-align:left;
}
.start_l ul li{
margin-top:20px;
}
.s_des1{
height:auto;
margin-top:20px;
font-size:16px;
line-height:24px;
}
.translate{
padding:30px 5%;
}
.trans_main{
padding-top:20px;
}
.trans_des h3{
font-size:16px;
}
.trans_des{
font-size:14px;
line-height:24px;
}
.trans_content{
margin:10px 0;
}
.plan{
padding:30px 5%;
}
.plan_main table td{
font-size:14px;
padding:20px 5px;
}
.match{
padding:10px 5% 30px;
}
.match_box{
margin-top:20px;
font-size:14px
}
.match_box img{
height:6px;
width:auto;
}
.match_box h3{
font-size:20px
}
.promote{
padding:30px 5%;
}
.promote_main{
padding-top:0;
}
.promote_b{
padding:10px 5% 20px;
}
.promote_t{
font-size:14px;
}
.promote_t h3{
font-size:20px;
}
.excellent{
padding:30px 5% 10px;
}
.exce_main{
margin:10px 0;
}
.exce_box{
width:48%;
font-size:16px;
}
.help{
padding:30px 5%;
}
.suit{
padding:30px 5%;
}
.suit_box{
padding:30px 0 0;
}
.suit_l{
float:none;
width:100%;
padding-top:20px;
font-size:16px;
line-height:30px;
text-align:center;
}
.suit_r{
float:none;
width:100%
}
.suit_r img{
max-width: 60%;
}
.data{
padding:30px 5%;
}
.data h2{
font-size:24px;
line-height:30px;
margin-bottom:10px;
}
.s_case{
padding:30px 5%
}
.s_case_main{
padding-top:30px;
}
.s_case_l h3{
padding:10px 0;
font-size:18px;
}
.s_case_l .price{
padding:10px 0;
font-size:18px;
}
.s_case_box{
padding:20px 5%
}
.s_process{
padding-top:0;
}
.s_pro_des{
padding-top:10px;
font-size:14px;
line-height:24px;
}
.s_pro_des h4{
margin:5px 0;
font-size:16px;
line-height:24px;
}
.s_process .col-sm-3{
margin-top:20px;
}
.s_case_box h3 span{
font-size:14px;
}
.s_case_box h3{
font-size:18px;
}
.s_pro_img img{
height:50px;
}
.academic{
padding:5px 5% 30px
}
.aca_tb{
width:50px;
}
.aca_tb img{
width:50px;
}
.aca_des{
padding-top:0;
font-size:16px;
line-height:24px;
width:calc(100% - 60px)
}
.aca_r h3{
font-size:24px;
}
.aca_r_des{
font-size:16px;
line-height:24px;
padding-top:10px;
}
.polish{
padding:30px 5%;
}
.character{
padding:30px 5%;
}
.character_main{
padding-top:30px;
overflow-x:auto
}
.character_main table{
width:100%
}
.character_main table tr:first-child td{
font-size:20px;
}
.character_main table td{
font-size:14px;
line-height:24px;
}
.apply{
padding:30px 5% 10px;
}
.apply_main{
margin-top:30px;
}
.apply_box{
width:100%;
margin:0 0 20px;
height:auto;
box-shadow: 1px 2px 20px rgba(0,0,0,0.1);
}
.apply_box img{
width:60px;
height:auto;
}
.include{
padding:30px 5% 10px;
}
.include_main{
padding-top:30px;
}
.include_des{
padding:10px 0;
height:auto;
}
.include_box a{
width:50%;
height:35px;
line-height:35px;
margin:20px auto 0;
}
.in_price{
font-size:20px;
}
.mode{
padding:30px 5%;
}
.mode_box{
margin-top:20px;
width:100%;
padding:20px 5%;
text-align:center;
}
.mode_box h3{
font-size:16px;
}
.mode_box img{
width:60px;
position: static;
display: block;
height:auto;
margin:0 auto 20px;
}
.mode_mask{
padding:20px 5%;
font-size:14px;
color:#fff;
}
.guide{
padding:30px 5%
}
.search_box{
width:80%
}
.search_box input{
width:80%;
}
.search_box button{
width:20%;
}
.guide_item{
margin-top:20px
}
.guide_item ul li{
font-size:12px;
margin-left:5px;
padding:2px 5px;
}
.guide_item .p1{
font-size:12px;
width:60px;
margin-top:2px;
line-height:19px;
}
.guide_item ul{
width:calc(100% - 60px)
}
.guide_box{
padding:20px 5%;
}
.guide_box_pic{
float:none;
width:80px;
height:80px;
margin:auto;
}
.guide_box_des{
padding:20px 0 0;
width:100%;
float:none;
font-size:14px;
line-height:24px;
}
.guide_box_des h3{
text-align:center;
font-size:16px;
}
.guide_b_list li a{
font-size:14px;
margin-left:5px;
padding:3px 10px;
}
.page{
padding:10px 3%;
}
.message_box input{
margin-top:20px;
width:100%
}
.title2{
background:none;
}
.brief_box{
padding-top:25px;
}
.educate{
padding:30px 0;
}
.educate_box_l{
font-size:14px;
line-height:24px;
padding-left:10px;
width:calc(100% - 60px)
}
.educate_box_r{
width:60px;
}
.educate_box{
margin-top:20px;
}
.eva_box{
padding:10px 0;
}
.eva_box_l{
float:none;
width:60px;
margin:auto;
height:60px;
}
.eva_box_r{
float:none;
width:100%;
padding-top:20px;
font-size:14px;
line-height:24px;
}
.eva_box_r h4{
text-align:center
}
.eva_tag{
text-align:center;
padding:10px 0;
}
.experience{
padding:30px 5%;
}
.exper_b{
padding-top:30px;
}
.exper_main{
padding-top:0;
}
.exper_des{
font-size:12px;
}
.exper_des h3{
font-size:14px;
}
.page1{
padding-top:30px;
}
.exper_t{
margin-top:30px;
}
.experience h2{
font-size:24px;
}
.estimate{
padding:30px 5%
}
.est_main{
display: none;
}
.est_phone{
display: block;
padding-top:30px;
}
.estimate h2{
font-size:24px;
}
.est_box{
width:100%
}
.est_box_t_img{
width:70px;
height:70px;
}
.est_box_t_des{
width:calc(100% - 80px);
font-size:14px;
line-height:24px
}
.est_box_t_des .person{
font-size:16px;
}
.est_box_b{
padding:20px 5%;
font-size:14px;
line-height:24px;
height:auto;
}
.news{
padding:30px 5%;
}
.news_l_list{
margin-top:30px;
}
.news_l_list ul li a{
padding:5px 10px;
font-size:14px;
}
.news_l_main{
margin-top:30px;
}
.news_l_des{
font-size:12px;
line-height:20px;
}
.news_l_des h3{
font-size:14px;
margin:10px 0 5px;
}
.security{
padding:0 5% 30PX;
}
.sec_box{
width:100%;
margin:30px auto 0;
}
.secu_tb{
width:80px;
height:80px;
margin:0 auto 10px
}
.secu_des{
height:auto;
}
.secu_des h3{
font-size:16px;
}
.security .p1{
font-size:18px;
}
.about{
padding:30px 5%;
font-size:14px;
line-height:24px;
}
.about h2{
font-size:24px;
margin-bottom:20px;
}
.meet{
padding:30px 5%;
}
.meet_box{
padding-bottom:30px;
}
.meet_main{
margin-top:30px;
}
.value{
padding:30px 5%;
}
.value_des{
font-size:14px;
line-height:24px;
}
.value_des h3{
font-size:16px;
}
.value_guide{
padding:30px 0 0;
font-size:14px;
line-height:24px;
}
.value_main{
padding-top:0;
}
.value_main .col-md-3{
margin-top:30px;
}
.value_img{
width:80px;
height:80px;
}
.join{
padding:30px 5%;
}
.join_l{
float:none;
width:100%;
overflow:hidden
}
.join_l ul li{
float:left;
width:31%;
margin:0 1%;
height:30px;
font-size:14px;
line-height:30px;
border-radius: 20px;
}
.join_main{
padding-top:0;
}
.join_r{
width:100%;
padding-top:20px;
}
.join_box{
padding:20px 5%;
font-size:14px;
line-height:24px;
}
.join_box img{
width:18px;
margin:5px 0;
}
.problem{
padding:30px 5%
}
.question{
padding:20px 5%;
}
.process{
padding:30px 5%;
}
.process_content{
padding-top:0;
}
.process_main{
padding-top:0;
}
.p_num{
margin:0 auto 10px;
}
.news_details{
padding:30px 5%;
}
.news_details h3{
font-size:16px;
}
.article{
padding-top:20px;
}
.exper_mask{
padding:20px 5%;
font-size:12px;
line-height:20px;
}
.exper_mask h3{
font-size:16px;
}
.news_banner .center{
display: none;
}
.news_banner .center1{
display: block;
}
.exper_pic_box{
width:90%
}
.share_b{
padding:10px 5%;
}
.share_tb img{
width:30px;
height:30px;
border-radius: 50%;
}
.share_tb{
font-size:12px;
line-height:30px;
}
.s-time{
display: none;
}
.share_des{
font-size:12px;
}
.share_des h3{
font-size:14px;
}
.guide_item ul .g_more a{
font-size:12px;
}
.plan_phone table td a{
display: block;
width:100%;
padding:3px 0;
text-align:center;
margin:auto;
font-size:12px;
}
} | public/static/assert/css/media.css | @media screen and (max-width:1200px){
body{
padding-top:53px;
}
.w{
width:100%;
}
.header{
padding:10px 5%;
}
.nav{
margin-left:0;
}
.nav ul li{
margin-left:20px;
}
.dream{
padding:60px 5%;
}
.dream_des{
padding-top:10px;
}
.title{
font-size:18px;
}
.title h2{
font-size:30px;
}
.title1{
padding-bottom:20px;
background-size:auto 7px
}
.title1 h2{
font-size:30px;
}
.service{
padding:60px 5%;
}
.ser_l{
padding-top:100px;
font-size:14px;
line-height:24px;
}
.ser_title{
font-size:20px;
}
.ser_title h3{
font-size:30px;
}
.ser_l a{
width:160px;
height:35px;
line-height:35px;
font-size:14px;
}
.single{
padding:60px 5%;
}
.single_box ul li{
width:29%;
}
.share{
padding:60px 5%;
}
.case{
height:auto;
padding:60px 5%;
background-size:auto 100%;
}
.abroad{
padding:60px 5%;
}
.cooperate{
padding:30px 5%;
}
.footer{
padding:60px 5%
}
.document{
padding:60px 5%
}
.docu_banner{
height:auto;
padding:60px 5%;
}
.choose{
padding:60px 5%;
}
.choose_main{
min-height:0;
padding:60px 0 0
}
.choose_l{
float:none;
width:100%;
overflow:hidden
}
.choose_btn{
position:static;
float:left;
width:23%;
height:60px;
margin:0 1%;
line-height:60px;
border-radius: 5px;
font-size:16px
}
.choose_btn1{
line-height:24px;
padding-top:5px;
}
.choose_r{
padding:60px 0 0;
float:none;
width:100%
}
.start{
padding:60px 5%;
height:auto;
}
.start_main{
padding-top:60px;
}
.translate{
padding:60px 5%;
}
.plan{
padding:60px 5%;
}
.plan_main{
display: none;
}
.plan_phone{
display: block;
}
.match{
height:auto;
padding:25px 5% 60px;
}
.promote{
padding:60px 5%
}
.promote_main .row{
margin:0 -2%
}
.promote_main .col-md-4{
padding:0 2%
}
.promote_box{
height:455px;
}
.excellent{
padding:60px 0
}
.suit{
padding:60px 5%;
}
.suit_box{
padding:60px 0 0;
}
.data{
padding:60px 5%;
height:auto;
font-size:16px;
line-height:30px;
}
.data h2{
font-size:30px;
}
.s_case{
padding:60px 5%;
}
.academic{
padding:35px 5% 60px;
height:auto;
}
.polish{
padding:60px 5%;
}
.character{
padding:60px 5%;
}
.apply{
padding:60px 5% 30px
}
.apply_main{
overflow:hidden;
}
.apply_main .apply_img{
display: none;
}
.apply_box{
position:static;
float:left;
padding:20px 10px;
background:#fff;
box-shadow: 1px 2px 10px rgba(0,0,0,0.2);
width:46%;
margin:0 2% 30px;
text-align:center;
border-radius: 5px;
height:280px;
}
.apply_main{
margin-top:60px;
}
.include{
padding:60px 5%;
}
.include_box h3{
font-size:20px;
}
.include_box a{
width:80%;
height:35px;
line-height:35px;
}
.mode{
padding:60px 5%;
}
.guide{
padding:60px 5%;
}
.guide_l{
float:none;
width:100%;
}
.guide_r{
display: none;
}
.message_main{
padding:20px 5%
}
.brief{
padding:20px 5%;
}
.educate_box{
padding:0 5%;
}
.features{
padding:30px 5%;
}
.evaluate{
padding:30px 5%
}
.experience{
padding:60px 5%;
}
.experience h2{
font-size:30px;
}
.exper_t{
padding:10px 0 0;
}
.estimate{
padding:60px 5%;
}
.estimate h2{
font-size:30px;
}
.news{
padding:60px 5%;
}
.news_l{
float:none;
width:100%
}
.news_r{
display: none;
}
.security{
padding:60px 5%;
}
.secu_main{
overflow:hidden
}
.secu_main .sec_img{
display: none;
}
.sec_box{
position:static;
float:left;
width:48%;
margin:50px 1% 0
}
.secu_tb{
float:none;
margin:0 auto 25px;
}
.secu_des{
float:none;
width:100%;
height:227px;
overflow-y:auto;
}
.security .p1{
font-size:24px;
}
.about{
padding:60px 5%;
height:auto;
background-size:100% 100%
}
.about .w{
padding:0;
}
.about h2{
font-size:30px
}
.meet{
padding:60px 5%;
}
.meet_box{
position:static;
text-align:center;
width:100%;
padding-bottom:60px;
}
.meet_box h3{
background:url(../img/link3.jpg) no-repeat bottom center
}
.value{
padding:60px 5%;
}
.value_des h3{
font-size:18px;
margin-bottom:10px;
}
.value_img{
width:100px;
height:100px;
}
.value_des{
font-size:14px;
}
.join{
padding:60px 5%;
}
.join_box .ballon{
display: none;
}
.problem{
padding:30px 5% 60px;
}
.process{
padding:60px 5%;
}
.news_banner_des{
font-size:14px;
}
}
@media screen and (max-width:1020px){
.header{
display: none;
}
.phone_nav{
display: block;
}
.excellent{
padding:60px 5%
}
.exce_main{
width:100%;
overflow:hidden;
}
.exce_main img{
display: none;
}
.exce_box{
position:static;
font-size:20px;
float:left;
width:31%;
margin:20px 1% 0;
text-align:center;
padding:20px 2%;
}
.exce_box span{
display: block;
}
.exce_box1{
background:#f95f61
}
.exce_box2{
background:#b8cf76
}
.exce_box3{
background:#ff9c00
}
.exce_box4{
background:#ff9c00
}
.exce_box5{
background:#f95f61
}
.exce_box6{
background:#65a7f4
}
.help{
padding:60px 5%;
}
.s_case_l .price span{
font-size:14px;
}
}
@media screen and (max-width:990px){
.dream_des_t img{
margin:10px 0;
}
.dream_des a{
margin-top:20px;
}
.single_pic img{
max-width: 50%;
}
.intro_main{
width:100%
}
.introduce{
padding:60px 5%;
}
.intro_box1{
top:0;
}
.intro_box2{
top:0;
}
.intro_box3{
top:240px;
}
.intro_box4{
top:240px;
}
.start_r{
padding-top:30px !important;
}
.start_l .s_des{
height:auto;
padding-bottom:10px;
}
.start_l .s_num{
height:auto
}
.start h2{
font-size:30px;
}
.trans_box{
background:#fff;
height:auto;
padding:20px 5%;
margin-bottom:20px;
}
.trans_content{
height:auto;
}
.promote_main{
padding-top:60px;
}
.promote_t{
height:auto;
}
.promote_box{
height:auto;
margin-top:20px;
border:1px solid #ddd
}
.suit_l{
font-size:20px;
line-height:36px;
}
.s_case_l{
height:auto;
}
.s_case_main .col-md-9{
padding-left:0;
}
.s_case_box{
height:auto;
margin-top:30px;
}
.academic{
background:#bfbfbf
}
.aca_r{
padding:30px 0 0;
}
.aca_r h3{
text-align:left;
background:url(../img/link1.jpg) no-repeat bottom left;
}
.aca_r_des{
text-align:left;
padding-top:30px
}
.polish_r{
float:none;
width:100%
}
.polish_l{
float:none;
width:100%;
padding-top:30px
}
.include_box{
margin-bottom:20px;
}
.process_main img{
display: none;
}
.p_num{
display: block;
}
.process_main{
padding-top:40px;
}
.process_box{
margin-top:20px;
}
.case_mask{
font-size:14px;
line-height:30px;
}
.case_mask h3{
font-size:16px;
margin-bottom:10px;
}
.case_box{
margin:60px auto 0;
}
.start{
background:#35a0b2;
padding:60px 0 0;
}
.start_l{
padding:0 5% !important;
}
.start_r{
margin-top:30px;
padding:30px 5% !important;
background:#ef7f2d;
}
}
@media screen and (max-width:767px){
.banner .img1{
display: none !important;
}
.banner .img2{
display: block !important;
}
.page_banner .img1{
display: none;
}
.page_banner .img2{
display: block;
}
.dream{
padding:30px 5%
}
.dream .swiper-container{
padding:30px 0 0;
}
.title h2{
font-size:24px;
}
.title{
font-size:14px;
}
.title p{
margin-top:10px
}
.dream_pic{
padding-left:0;
}
.dream_des_t img{
width:20px
}
.dream_des a{
margin:20px auto 0;
}
.swiper-button-next, .swiper-button-prev{
width:30px;
height:30px;
background-size:30px 30px;
}
.dream_des{
padding:20px 0 0;
}
.dream_des h3{
font-size:18px;
}
.dream_des h3 span{
font-size:14px;
}
.dream_box{
padding:0 30px;
}
.service{
padding:30px 5%;
}
.ser_l{
padding-top:30px;
}
.ser_title{
margin-bottom:10px;
font-size:18px;
}
.ser_title h3{
font-size:24px;
}
.ser_l a{
margin:20px auto 0;
font-size:12px;
}
.single{
padding:30px 5%;
}
.single_box ul{
margin:0 -2%;
}
.single_box ul li{
width:46%;
margin:30px 2% 0;
font-size:14px;
}
.single_box ul li h3{
font-size:16px;
}
.single_pic{
margin:10px 0;
}
.single_box ul li a{
width:80%;
height:30px;
line-height:30px;
font-size:14px;
margin:10px auto 0;
}
.share{
padding:30px 5%
}
.share_main{
padding-top:0;
}
.more{
font-size:14px;
height:30px;
line-height:30px;
width:160px;
margin:20px auto 0
}
.case{
padding:30px 5%;
}
.case_main{
display: none;
}
.case_phone{
display: block;
}
.case_box{
width:90%;
margin:30px auto 0;
}
.case_title{
font-size:14px;
}
.abroad{
padding:30px 5%;
}
.abroad_main{
padding-top:0;
}
.abroad ul li a{
font-size:14px;
}
.abroad ul li{
margin-top:15px;
}
.cooperate{
padding:10px 5%;
}
.coop{
float:none;
font-size:14px;
}
.coop-r{
float:none;
width:100%;
padding-top:30px;
}
.coop-box{
width:80%
}
.footer{
padding:30px 5%;
}
.foot_c{
padding:20px 0 0;
}
.foot_r{
padding-top:20px;
}
.foot_b{
padding-top:20px;
}
.introduce{
padding:30px 5%;
}
.title1{
background-size:auto 4px;
}
.title1 h2{
font-size:24px;
}
.intro_main img{
display: none;
}
.intro_main{
overflow:hidden;
margin:0;
}
.intro_box{
position:static;
margin:20px 0 0;
width:100%;
padding:30px 5%;
background:#fff;
font-size:14px;
line-height:24px;
border-radius: 5px;
}
.intro_box h3{
font-size:16px;
height:30px;
width:69%;
line-height:30px;
margin:0 auto 20px
}
.document{
padding:30px 0
}
.docu_list ul{
width:80%;
}
.docu_list ul li{
width:50%;
height:35px;
line-height:35px;
font-size:16px;
}
.docu_main{
padding-top:30px;
}
.docu_t{
font-size:16px;
padding:15px 3%;
}
.docu_t h3{
font-size:20px;
margin-bottom:5px;
}
.docu_c{
overflow-x:auto
}
.docu_c table{
width:100%;
}
.docu_c table tr:first-child td{
font-size:16px;
}
.docu_c table td{
font-size:14px;
}
.docu_c table td a{
display: block;
width:80%;
font-size:14px;
padding:2px 0;
margin:auto;
}
.docu_b{
padding:20px 5%;
margin-top:10px;
}
.docu_banner{
height:auto;
padding:30px 5%;
font-size:14px;
line-height:24px;
text-align:left;
}
.choose{
padding:30px 5%
}
.choose_main{
padding:30px 0 0;
}
.choose_r{
padding:10px 0 0;
font-size:14px;
line-height:24px;
}
.choose_btn{
width:48%;
margin:0 1% 10px;
font-size:14px;
height:40px;
line-height:40px;
}
.choose_btn1{
line-height:18px;
padding-top:2px;
}
.start{
padding:30px 0 0;
}
.start h2{
font-size:24px;
}
.start_main{
padding-top:30px;
}
.start_main h3{
font-size:16px;
line-height:24px;
}
.start_l .st_num{
float:left;
width:60px;
font-size:30px;
line-height:30px;
border-left:0;
border-right:1px solid #e6e6e6;
}
.start_l .s_des{
float:right;
width:calc(100% - 80px);
font-size:14px;
line-height:24px;
text-align:left;
}
.start_l ul li{
margin-top:20px;
}
.s_des1{
height:auto;
margin-top:20px;
font-size:16px;
line-height:24px;
}
.translate{
padding:30px 5%;
}
.trans_main{
padding-top:20px;
}
.trans_des h3{
font-size:16px;
}
.trans_des{
font-size:14px;
line-height:24px;
}
.trans_content{
margin:10px 0;
}
.plan{
padding:30px 5%;
}
.plan_main table td{
font-size:14px;
padding:20px 5px;
}
.match{
padding:10px 5% 30px;
}
.match_box{
margin-top:20px;
font-size:14px
}
.match_box img{
height:6px;
width:auto;
}
.match_box h3{
font-size:20px
}
.promote{
padding:30px 5%;
}
.promote_main{
padding-top:0;
}
.promote_b{
padding:10px 5% 20px;
}
.promote_t{
font-size:14px;
}
.promote_t h3{
font-size:20px;
}
.excellent{
padding:30px 5% 10px;
}
.exce_main{
margin:10px 0;
}
.exce_box{
width:48%;
font-size:16px;
}
.help{
padding:30px 5%;
}
.suit{
padding:30px 5%;
}
.suit_box{
padding:30px 0 0;
}
.suit_l{
float:none;
width:100%;
padding-top:20px;
font-size:16px;
line-height:30px;
text-align:center;
}
.suit_r{
float:none;
width:100%
}
.suit_r img{
max-width: 60%;
}
.data{
padding:30px 5%;
}
.data h2{
font-size:24px;
line-height:30px;
margin-bottom:10px;
}
.s_case{
padding:30px 5%
}
.s_case_main{
padding-top:30px;
}
.s_case_l h3{
padding:10px 0;
font-size:18px;
}
.s_case_l .price{
padding:10px 0;
font-size:18px;
}
.s_case_box{
padding:20px 5%
}
.s_process{
padding-top:0;
}
.s_pro_des{
padding-top:10px;
font-size:14px;
line-height:24px;
}
.s_pro_des h4{
margin:5px 0;
font-size:16px;
line-height:24px;
}
.s_process .col-sm-3{
margin-top:20px;
}
.s_case_box h3 span{
font-size:14px;
}
.s_case_box h3{
font-size:18px;
}
.s_pro_img img{
height:50px;
}
.academic{
padding:5px 5% 30px
}
.aca_tb{
width:50px;
}
.aca_tb img{
width:50px;
}
.aca_des{
padding-top:0;
font-size:16px;
line-height:24px;
width:calc(100% - 60px)
}
.aca_r h3{
font-size:24px;
}
.aca_r_des{
font-size:16px;
line-height:24px;
padding-top:10px;
}
.polish{
padding:30px 5%;
}
.character{
padding:30px 5%;
}
.character_main{
padding-top:30px;
overflow-x:auto
}
.character_main table{
width:100%
}
.character_main table tr:first-child td{
font-size:20px;
}
.character_main table td{
font-size:14px;
line-height:24px;
}
.apply{
padding:30px 5% 10px;
}
.apply_main{
margin-top:30px;
}
.apply_box{
width:100%;
margin:0 0 20px;
height:auto;
box-shadow: 1px 2px 20px rgba(0,0,0,0.1);
}
.apply_box img{
width:60px;
height:auto;
}
.include{
padding:30px 5% 10px;
}
.include_main{
padding-top:30px;
}
.include_des{
padding:10px 0;
height:auto;
}
.include_box a{
width:50%;
height:35px;
line-height:35px;
margin:20px auto 0;
}
.in_price{
font-size:20px;
}
.mode{
padding:30px 5%;
}
.mode_box{
margin-top:20px;
width:100%;
padding:20px 5%;
text-align:center;
}
.mode_box h3{
font-size:16px;
}
.mode_box img{
width:60px;
position: static;
display: block;
height:auto;
margin:0 auto 20px;
}
.mode_mask{
padding:20px 5%;
font-size:14px;
color:#fff;
}
.guide{
padding:30px 5%
}
.search_box{
width:80%
}
.search_box input{
width:80%;
}
.search_box button{
width:20%;
}
.guide_item{
margin-top:20px
}
.guide_item ul li{
font-size:12px;
margin-left:5px;
padding:2px 5px;
}
.guide_item .p1{
font-size:12px;
width:60px;
margin-top:2px;
line-height:19px;
}
.guide_item ul{
width:calc(100% - 60px)
}
.guide_box{
padding:20px 5%;
}
.guide_box_pic{
float:none;
width:80px;
height:80px;
margin:auto;
}
.guide_box_des{
padding:20px 0 0;
width:100%;
float:none;
font-size:14px;
line-height:24px;
}
.guide_box_des h3{
text-align:center;
font-size:16px;
}
.guide_b_list li a{
font-size:14px;
margin-left:5px;
padding:3px 10px;
}
.page{
padding:10px 3%;
}
.message_box input{
margin-top:20px;
width:100%
}
.title2{
background:none;
}
.brief_box{
padding-top:25px;
}
.educate{
padding:30px 0;
}
.educate_box_l{
font-size:14px;
line-height:24px;
padding-left:10px;
width:calc(100% - 60px)
}
.educate_box_r{
width:60px;
}
.educate_box{
margin-top:20px;
}
.eva_box{
padding:10px 0;
}
.eva_box_l{
float:none;
width:60px;
margin:auto;
height:60px;
}
.eva_box_r{
float:none;
width:100%;
padding-top:20px;
font-size:14px;
line-height:24px;
}
.eva_box_r h4{
text-align:center
}
.eva_tag{
text-align:center;
padding:10px 0;
}
.experience{
padding:30px 5%;
}
.exper_b{
padding-top:30px;
}
.exper_main{
padding-top:0;
}
.exper_des{
font-size:12px;
}
.exper_des h3{
font-size:14px;
}
.page1{
padding-top:30px;
}
.exper_t{
margin-top:30px;
}
.experience h2{
font-size:24px;
}
.estimate{
padding:30px 5%
}
.est_main{
display: none;
}
.est_phone{
display: block;
padding-top:30px;
}
.estimate h2{
font-size:24px;
}
.est_box{
width:100%
}
.est_box_t_img{
width:70px;
height:70px;
}
.est_box_t_des{
width:calc(100% - 80px);
font-size:14px;
line-height:24px
}
.est_box_t_des .person{
font-size:16px;
}
.est_box_b{
padding:20px 5%;
font-size:14px;
line-height:24px;
height:auto;
}
.news{
padding:30px 5%;
}
.news_l_list{
margin-top:30px;
}
.news_l_list ul li a{
padding:5px 10px;
font-size:14px;
}
.news_l_main{
margin-top:30px;
}
.news_l_des{
font-size:12px;
line-height:20px;
}
.news_l_des h3{
font-size:14px;
margin:10px 0 5px;
}
.security{
padding:0 5% 30PX;
}
.sec_box{
width:100%;
margin:30px auto 0;
}
.secu_tb{
width:80px;
height:80px;
margin:0 auto 10px
}
.secu_des{
height:auto;
}
.secu_des h3{
font-size:16px;
}
.security .p1{
font-size:18px;
}
.about{
padding:30px 5%;
font-size:14px;
line-height:24px;
}
.about h2{
font-size:24px;
margin-bottom:20px;
}
.meet{
padding:30px 5%;
}
.meet_box{
padding-bottom:30px;
}
.meet_main{
margin-top:30px;
}
.value{
padding:30px 5%;
}
.value_des{
font-size:14px;
line-height:24px;
}
.value_des h3{
font-size:16px;
}
.value_guide{
padding:30px 0 0;
font-size:14px;
line-height:24px;
}
.value_main{
padding-top:0;
}
.value_main .col-md-3{
margin-top:30px;
}
.value_img{
width:80px;
height:80px;
}
.join{
padding:30px 5%;
}
.join_l{
float:none;
width:100%;
overflow:hidden
}
.join_l ul li{
float:left;
width:31%;
margin:0 1%;
height:30px;
font-size:14px;
line-height:30px;
border-radius: 20px;
}
.join_main{
padding-top:0;
}
.join_r{
width:100%;
padding-top:20px;
}
.join_box{
padding:20px 5%;
font-size:14px;
line-height:24px;
}
.join_box img{
width:18px;
margin:5px 0;
}
.problem{
padding:30px 5%
}
.question{
padding:20px 5%;
}
.process{
padding:30px 5%;
}
.process_content{
padding-top:0;
}
.process_main{
padding-top:0;
}
.p_num{
margin:0 auto 10px;
}
.news_details{
padding:30px 5%;
}
.news_details h3{
font-size:16px;
}
.article{
padding-top:20px;
}
.exper_mask{
padding:20px 5%;
font-size:12px;
line-height:20px;
}
.exper_mask h3{
font-size:16px;
}
.news_banner .center{
display: none;
}
.news_banner .center1{
display: block;
}
.exper_pic_box{
width:90%
}
.share_b{
padding:10px 5%;
}
.share_tb img{
width:30px;
height:30px;
border-radius: 50%;
}
.share_tb{
font-size:12px;
line-height:30px;
}
.s-time{
display: none;
}
.share_des{
font-size:12px;
}
.share_des h3{
font-size:14px;
}
.guide_item ul .g_more a{
font-size:12px;
}
.plan_phone table td a{
display: block;
width:100%;
padding:3px 0;
text-align:center;
margin:auto;
font-size:12px;
}
} | 0.144783 | 0.091504 |
body {
color: #333333;
font-size: 14px;
font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
background: #fff;
}
h1, h2, h3, h4, h5, h6 {
text-transform: uppercase !important;
font-weight: 700 !important;
}
.badge {
padding: 0.25em 0.4em;
}
.btn-primary {
background: #E91E63;
border-color: #E91E63;
}
.btn-primary:hover, .btn-primary:focus {
background: #E91E63;
border-color: #E91E63;
}
.btn.focus, .btn:focus {
box-shadow: none;
}
.pace .pace-progress {
background: #E91E63;
}
.pace .pace-progress-inner {
box-shadow: 0 0 10px #E91E63, 0 0 5px #E91E63;
}
.pace .pace-activity {
border-top-color: #E91E63;
border-left-color: #E91E63;
}
.pagination .page-item .page-link {
color: #E91E63;
}
.pagination .page-item .page-link:focus {
box-shadow: none;
}
.pagination .page-item.active .page-link {
background-color: #E91E63;
border-color: #E91E63;
color: #FFF;
}
.dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
background-color: #E91E63;
color: #fff;
}
.gray-bg {
background: #00FFFF;
/*background: #f8f8f8;*/
}
.bg-primary {
background-color: #E91E63 !important;
}
.vertical-center {
min-height: 100%;
/* Fallback for browsers do NOT support vh unit */
min-height: 100vh;
/* These two lines are counted as one :-) */
display: flex;
align-items: center;
}
.full-height {
height: 100vh;
}
section {
padding: 80px 0;
}
section .card-title {
font-size: 1rem;
}
.title {
text-align: center;
color: #E91E63;
margin-bottom: 3rem;
}
.subtitle {
text-align: center;
color: #E91E63;
margin-bottom: 3rem;
font-size: 2rem;
}
.text-success {
color: #4A9304 !important;
}
.text-primary {
color: #E91E63 !important;
}
.badge-primary {
background: #E91E63 !important;
}
.konten {
background: #016a86 ;
}
.owl-carousel .owl-nav {
display: block !important;
margin: 0;
}
.owl-carousel .owl-nav div {
/* background: $primary-color; */
border-radius: 0;
color: #E91E63;
font-size: 50px;
height: 50px;
line-height: 35px;
margin: -20px 0 0;
opacity: 0;
padding: 0;
position: absolute;
right: 20px;
text-align: center;
top: 50%;
width: 40px;
z-index: 1;
transition: all 0.3s linear 0s;
}
.owl-carousel .owl-nav div.owl-prev {
left: 20px;
}
.owl-carousel .owl-nav div.owl-prev:hover {
/* background: $primary-color; */
}
.owl-carousel .owl-nav div.owl-next:hover {
/* background: $primary-color; */
}
.owl-carousel:hover .owl-nav div.owl-next {
opacity: 1 !important;
right: 0 !important;
}
.owl-carousel:hover .owl-nav div.owl-prev {
opacity: 1 !important;
left: 0 !important;
}
.contact1 .form-control {
padding: .75rem;
border: 2px solid rgba(120, 130, 140, 0.13);
font-size: 1rem;
}
.page-header .navbar .navbar-brand img {
height: 60px;
}
.page-header .navbar .navbar-nav .nav-link {
color: #FFF;
font-size: 1rem;
padding-right: 1rem;
padding-left: 1rem;
}
.page-header .navbar .navbar-nav .nav-link:focus, .page-header .navbar .navbar-nav .nav-link:hover, .page-header .navbar .navbar-nav .nav-link.active {
color: #E91E63;
}
.page-header .navbar .navbar-nav .dropdown .badge {
position: absolute;
top: 5px;
font-weight: 400;
text-align: center;
}
.page-header .navbar.bg-white {
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
.page-header .navbar.bg-white .navbar-nav .nav-link {
color: #333333;
}
.page-header .navbar.bg-white .navbar-nav .nav-link:focus, .page-header .navbar.bg-white .navbar-nav .nav-link:hover, .page-header .navbar.bg-white .navbar-nav .nav-link.active {
color: #E91E63;
}
.page-header .navbar .avatar-header {
width: 25px;
height: 25px;
overflow: hidden;
border: 1px solid #eee;
border-radius: 50%;
display: inline-table;
}
.page-header .navbar .avatar-header img {
width: 100%;
height: auto;
}
.page-header .navbar .shopping-cart {
width: 300px;
right: 0;
left: auto;
}
.page-header .navbar .shopping-cart ul {
padding: 0;
margin: 0;
list-style: none;
}
.page-header .navbar .shopping-cart .drop-title {
padding: 11px 20px 15px;
border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.page-header .navbar .shopping-cart .drop-title.d-flex {
border-top: 1px solid rgba(120, 130, 140, 0.13);
}
.page-header .navbar .shopping-cart .shopping-cart-list {
height: 200px;
position: relative;
overflow-y: auto;
}
.page-header .navbar .shopping-cart .shopping-cart-list .media {
border-bottom: 1px solid rgba(120, 130, 140, 0.13);
padding: 10px 15px;
}
.page-header .navbar .shopping-cart .shopping-cart-list .media h5 {
font-size: 0.8rem;
margin-top: 0;
margin-bottom: 0;
color: #333333;
font-weight: 400;
}
.page-header .navbar .shopping-cart .shopping-cart-list .media h5 a {
color: #333333;
}
.page-header .navbar .shopping-cart .shopping-cart-list .media h5 a:focus, .page-header .navbar .shopping-cart .shopping-cart-list .media h5 a:hover, .page-header .navbar .shopping-cart .shopping-cart-list .media h5 a.active {
color: #E91E63;
}
.page-header .navbar .shopping-cart .shopping-cart-list .media p {
margin: 0;
}
.page-header .navbar .shopping-cart .shopping-cart-list .media .price span {
display: inline-block;
margin-right: 5px;
color: #E91E63;
font-size: 0.8rem;
}
.page-header .navbar .shopping-cart .shopping-cart-list .media .price span.discount {
font-size: 0.7rem;
text-decoration: line-through;
}
.banner .jumbotron {
margin-bottom: 0;
}
.banner .jumbotron .container {
position: relative;
z-index: 5;
}
.banner .jumbotron .container .card {
margin-top: 2.3rem;
z-index: 5;
background-color: transparent;
}
.banner .jumbotron .container .card .card-icon .card-icon-i {
border-color: #FFF;
color: #FFF;
}
.banner .jumbotron .container .card .card-icon .card-icon-i i {
color: #FFF;
}
.banner .jumbotron .container .card .card-body .card-title {
color: #FFF;
text-transform: uppercase;
}
.card .card-icon-i.text-success {
border-color: #4A9304;
}
.shop-categories a {
color: #333333;
}
.shop-categories a .media {
padding: 1rem;
border: 1px solid #ddd;
}
.shop-categories a .media span {
font-size: 1rem;
text-align: center;
}
.shop-categories a .media span i {
font-size: 3rem;
color: #4A9304;
}
.shop-categories a .media h5 {
font-size: 1rem;
margin: 0;
color: #E91E63;
}
.shop-categories a .media p {
font-size: 0.8rem;
margin: 0;
min-height: 38px;
}
.product-carousel .owl-stage-outer {
padding: 10px 0;
}
.card-product {
text-align: center;
}
.card-product .card-title {
margin-bottom: 0;
}
.card-product .card-title a {
color: #333333;
}
.card-product .card-title a:hover, .card-product .card-title a:focus {
color: #E91E63;
}
.card-product .card-price span.reguler {
color: #E91E63;
font-size: 1rem;
}
.card-product .card-price span.discount {
color: #777777;
font-size: 0.8rem;
}
.product-detail {
padding-top: 5rem;
}
.product-detail h1.detail-title {
font-size: 1rem;
}
.product-detail .stock {
color: #fff;
border-radius: 2px;
padding: 3px 10px;
}
.product-detail .stock.available {
background: #46be8a;
}
.product-detail .stock.empty {
background: #f96868;
}
.product-detail .price {
font-size: 1.5rem;
color: #E91E63;
}
.product-detail .old-price {
text-decoration: line-through;
}
.slider-zoom {
position: relative;
}
.slider-thumbnail {
position: relative;
min-height: 119px;
margin-top: 5px;
margin-bottom: 15px;
/* .thumbelina-but.horiz.left{
left: 0;
}
.thumbelina-but.horiz.right{
right: 0;
} */
}
.slider-thumbnail li {
cursor: pointer;
padding: 0;
}
.card-login {
margin: 0 auto;
width: 400px;
background: rgba(255, 255, 255, 0.5) !important;
border-color: rgba(0, 0, 0, 0.125);
}
@media (max-width: 767px) {
.card-login {
width: 95%;
}
}
footer {
background-color: #f8f8f8;
padding: 50px 0;
padding-bottom: 0;
border-top: 1px solid #eee;
}
footer h5 {
font-size: 1rem;
font-weight: 400;
}
footer ul {
padding: 0;
margin: 0;
list-style: none;
margin-bottom: 1rem;
position: relative;
overflow: hidden;
}
footer ul li {
display: block;
margin: 0.5rem 0;
}
footer ul li a {
color: #333333;
}
footer ul li a:hover, footer ul li a:focus {
color: #E91E63;
}
footer ul li.download-app {
width: 150px;
overflow: hidden;
border-radius: 4px;
background-color: #333;
}
footer ul li.download-app img {
width: 152px;
height: auto;
}
footer ul li.download-app:hover, footer ul li.download-app:focus {
background-color: #E91E63;
}
footer ul li .mockup {
position: absolute;
}
footer ul li .mockup img {
width: 100%;
}
footer ul.social li {
display: inline-block;
margin: 0.5rem 1rem;
margin-top: 0;
}
footer ul.social li a {
font-size: 1.5rem;
}
footer ul.social li:first-child {
margin-left: 0;
}
footer .copyright {
margin: 0;
/* margin-top: 40px; */
padding: 10px;
text-align: center;
border-top: 1px solid #eee;
}
/*# sourceMappingURL=theme.css.map */ | public/assets/css/theme.css | body {
color: #333333;
font-size: 14px;
font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
background: #fff;
}
h1, h2, h3, h4, h5, h6 {
text-transform: uppercase !important;
font-weight: 700 !important;
}
.badge {
padding: 0.25em 0.4em;
}
.btn-primary {
background: #E91E63;
border-color: #E91E63;
}
.btn-primary:hover, .btn-primary:focus {
background: #E91E63;
border-color: #E91E63;
}
.btn.focus, .btn:focus {
box-shadow: none;
}
.pace .pace-progress {
background: #E91E63;
}
.pace .pace-progress-inner {
box-shadow: 0 0 10px #E91E63, 0 0 5px #E91E63;
}
.pace .pace-activity {
border-top-color: #E91E63;
border-left-color: #E91E63;
}
.pagination .page-item .page-link {
color: #E91E63;
}
.pagination .page-item .page-link:focus {
box-shadow: none;
}
.pagination .page-item.active .page-link {
background-color: #E91E63;
border-color: #E91E63;
color: #FFF;
}
.dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
background-color: #E91E63;
color: #fff;
}
.gray-bg {
background: #00FFFF;
/*background: #f8f8f8;*/
}
.bg-primary {
background-color: #E91E63 !important;
}
.vertical-center {
min-height: 100%;
/* Fallback for browsers do NOT support vh unit */
min-height: 100vh;
/* These two lines are counted as one :-) */
display: flex;
align-items: center;
}
.full-height {
height: 100vh;
}
section {
padding: 80px 0;
}
section .card-title {
font-size: 1rem;
}
.title {
text-align: center;
color: #E91E63;
margin-bottom: 3rem;
}
.subtitle {
text-align: center;
color: #E91E63;
margin-bottom: 3rem;
font-size: 2rem;
}
.text-success {
color: #4A9304 !important;
}
.text-primary {
color: #E91E63 !important;
}
.badge-primary {
background: #E91E63 !important;
}
.konten {
background: #016a86 ;
}
.owl-carousel .owl-nav {
display: block !important;
margin: 0;
}
.owl-carousel .owl-nav div {
/* background: $primary-color; */
border-radius: 0;
color: #E91E63;
font-size: 50px;
height: 50px;
line-height: 35px;
margin: -20px 0 0;
opacity: 0;
padding: 0;
position: absolute;
right: 20px;
text-align: center;
top: 50%;
width: 40px;
z-index: 1;
transition: all 0.3s linear 0s;
}
.owl-carousel .owl-nav div.owl-prev {
left: 20px;
}
.owl-carousel .owl-nav div.owl-prev:hover {
/* background: $primary-color; */
}
.owl-carousel .owl-nav div.owl-next:hover {
/* background: $primary-color; */
}
.owl-carousel:hover .owl-nav div.owl-next {
opacity: 1 !important;
right: 0 !important;
}
.owl-carousel:hover .owl-nav div.owl-prev {
opacity: 1 !important;
left: 0 !important;
}
.contact1 .form-control {
padding: .75rem;
border: 2px solid rgba(120, 130, 140, 0.13);
font-size: 1rem;
}
.page-header .navbar .navbar-brand img {
height: 60px;
}
.page-header .navbar .navbar-nav .nav-link {
color: #FFF;
font-size: 1rem;
padding-right: 1rem;
padding-left: 1rem;
}
.page-header .navbar .navbar-nav .nav-link:focus, .page-header .navbar .navbar-nav .nav-link:hover, .page-header .navbar .navbar-nav .nav-link.active {
color: #E91E63;
}
.page-header .navbar .navbar-nav .dropdown .badge {
position: absolute;
top: 5px;
font-weight: 400;
text-align: center;
}
.page-header .navbar.bg-white {
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
.page-header .navbar.bg-white .navbar-nav .nav-link {
color: #333333;
}
.page-header .navbar.bg-white .navbar-nav .nav-link:focus, .page-header .navbar.bg-white .navbar-nav .nav-link:hover, .page-header .navbar.bg-white .navbar-nav .nav-link.active {
color: #E91E63;
}
.page-header .navbar .avatar-header {
width: 25px;
height: 25px;
overflow: hidden;
border: 1px solid #eee;
border-radius: 50%;
display: inline-table;
}
.page-header .navbar .avatar-header img {
width: 100%;
height: auto;
}
.page-header .navbar .shopping-cart {
width: 300px;
right: 0;
left: auto;
}
.page-header .navbar .shopping-cart ul {
padding: 0;
margin: 0;
list-style: none;
}
.page-header .navbar .shopping-cart .drop-title {
padding: 11px 20px 15px;
border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.page-header .navbar .shopping-cart .drop-title.d-flex {
border-top: 1px solid rgba(120, 130, 140, 0.13);
}
.page-header .navbar .shopping-cart .shopping-cart-list {
height: 200px;
position: relative;
overflow-y: auto;
}
.page-header .navbar .shopping-cart .shopping-cart-list .media {
border-bottom: 1px solid rgba(120, 130, 140, 0.13);
padding: 10px 15px;
}
.page-header .navbar .shopping-cart .shopping-cart-list .media h5 {
font-size: 0.8rem;
margin-top: 0;
margin-bottom: 0;
color: #333333;
font-weight: 400;
}
.page-header .navbar .shopping-cart .shopping-cart-list .media h5 a {
color: #333333;
}
.page-header .navbar .shopping-cart .shopping-cart-list .media h5 a:focus, .page-header .navbar .shopping-cart .shopping-cart-list .media h5 a:hover, .page-header .navbar .shopping-cart .shopping-cart-list .media h5 a.active {
color: #E91E63;
}
.page-header .navbar .shopping-cart .shopping-cart-list .media p {
margin: 0;
}
.page-header .navbar .shopping-cart .shopping-cart-list .media .price span {
display: inline-block;
margin-right: 5px;
color: #E91E63;
font-size: 0.8rem;
}
.page-header .navbar .shopping-cart .shopping-cart-list .media .price span.discount {
font-size: 0.7rem;
text-decoration: line-through;
}
.banner .jumbotron {
margin-bottom: 0;
}
.banner .jumbotron .container {
position: relative;
z-index: 5;
}
.banner .jumbotron .container .card {
margin-top: 2.3rem;
z-index: 5;
background-color: transparent;
}
.banner .jumbotron .container .card .card-icon .card-icon-i {
border-color: #FFF;
color: #FFF;
}
.banner .jumbotron .container .card .card-icon .card-icon-i i {
color: #FFF;
}
.banner .jumbotron .container .card .card-body .card-title {
color: #FFF;
text-transform: uppercase;
}
.card .card-icon-i.text-success {
border-color: #4A9304;
}
.shop-categories a {
color: #333333;
}
.shop-categories a .media {
padding: 1rem;
border: 1px solid #ddd;
}
.shop-categories a .media span {
font-size: 1rem;
text-align: center;
}
.shop-categories a .media span i {
font-size: 3rem;
color: #4A9304;
}
.shop-categories a .media h5 {
font-size: 1rem;
margin: 0;
color: #E91E63;
}
.shop-categories a .media p {
font-size: 0.8rem;
margin: 0;
min-height: 38px;
}
.product-carousel .owl-stage-outer {
padding: 10px 0;
}
.card-product {
text-align: center;
}
.card-product .card-title {
margin-bottom: 0;
}
.card-product .card-title a {
color: #333333;
}
.card-product .card-title a:hover, .card-product .card-title a:focus {
color: #E91E63;
}
.card-product .card-price span.reguler {
color: #E91E63;
font-size: 1rem;
}
.card-product .card-price span.discount {
color: #777777;
font-size: 0.8rem;
}
.product-detail {
padding-top: 5rem;
}
.product-detail h1.detail-title {
font-size: 1rem;
}
.product-detail .stock {
color: #fff;
border-radius: 2px;
padding: 3px 10px;
}
.product-detail .stock.available {
background: #46be8a;
}
.product-detail .stock.empty {
background: #f96868;
}
.product-detail .price {
font-size: 1.5rem;
color: #E91E63;
}
.product-detail .old-price {
text-decoration: line-through;
}
.slider-zoom {
position: relative;
}
.slider-thumbnail {
position: relative;
min-height: 119px;
margin-top: 5px;
margin-bottom: 15px;
/* .thumbelina-but.horiz.left{
left: 0;
}
.thumbelina-but.horiz.right{
right: 0;
} */
}
.slider-thumbnail li {
cursor: pointer;
padding: 0;
}
.card-login {
margin: 0 auto;
width: 400px;
background: rgba(255, 255, 255, 0.5) !important;
border-color: rgba(0, 0, 0, 0.125);
}
@media (max-width: 767px) {
.card-login {
width: 95%;
}
}
footer {
background-color: #f8f8f8;
padding: 50px 0;
padding-bottom: 0;
border-top: 1px solid #eee;
}
footer h5 {
font-size: 1rem;
font-weight: 400;
}
footer ul {
padding: 0;
margin: 0;
list-style: none;
margin-bottom: 1rem;
position: relative;
overflow: hidden;
}
footer ul li {
display: block;
margin: 0.5rem 0;
}
footer ul li a {
color: #333333;
}
footer ul li a:hover, footer ul li a:focus {
color: #E91E63;
}
footer ul li.download-app {
width: 150px;
overflow: hidden;
border-radius: 4px;
background-color: #333;
}
footer ul li.download-app img {
width: 152px;
height: auto;
}
footer ul li.download-app:hover, footer ul li.download-app:focus {
background-color: #E91E63;
}
footer ul li .mockup {
position: absolute;
}
footer ul li .mockup img {
width: 100%;
}
footer ul.social li {
display: inline-block;
margin: 0.5rem 1rem;
margin-top: 0;
}
footer ul.social li a {
font-size: 1.5rem;
}
footer ul.social li:first-child {
margin-left: 0;
}
footer .copyright {
margin: 0;
/* margin-top: 40px; */
padding: 10px;
text-align: center;
border-top: 1px solid #eee;
}
/*# sourceMappingURL=theme.css.map */ | 0.402275 | 0.061706 |
.wrapper {
max-width: 100%;
width: 100%;
margin: 10vh auto;
}
h1 {
font-size: 2em;
margin-bottom: 20px;
text-align:center;
}
input {
display: none;
}
label {
display: flex;
width: 100%;
height: 50px;
cursor: pointer;
border: 3px solid whitesmoke;
user-select: none;
}
label div:first-child {
width: 100%;
line-height: 45px;
margin-left: 10px;
font-size: 1.2em;
color: whitesmoke;
}
.cross{
margin-right:15px;
margin-top:3px;
color: whitesmoke;
}
.cross:before,.cross:after {
content: '';
border-top: 2px solid #3E474F;
width: 15px;
display: block;
margin-top: 18px;
transition: 0.3s;
color: whitesmoke;
}
.cross:after {
transform: rotate(90deg);
margin-top: -2px;
color: whitesmoke;
}
.jontent {
box-sizing: border-box;
font-size: 0.9em;
margin: 10px 10px;
max-height: 0;
overflow: hidden;
transition: max-height, .5s;
color: whitesmoke;
}
input:checked ~ .jontent {
max-height: 100%;
transition: max-height, 1s;
}
input:checked ~ label .cross:before {
transform: rotate(180deg);
color: whitesmoke;
}
input:checked ~ label .cross:after {
transform: rotate(0deg);
color: whitesmoke;
}
.questions{
margin-top:20px;
max-height: 0;
overflow: hidden;
transition: max-height, .5s;
}
.questions label{
border:none;
box-shadow: none;
margin:0;
}
input:checked ~ .questions {
max-height: 400px;
border-bottom:2px solid #3E474F;
transition: 1s;
}
/*----------tool-tip------------*/
.tip {
color: #f03768;
cursor: help;
position: relative;
overflow: visible;
font-family: monospace;
font-size: 1.3em;
}
.tip:before,
.tip:after {
position: absolute;
opacity: 0;
z-index: -100;
transform: translateY(-30%);
transition: .4s;
}
.tip:before {
content: '';
border-style: solid;
border-width: 0.8em 0.5em 0 0.5em;
border-color: #3E474F transparent transparent transparent;
transform: translateY(-200%);
bottom:90%;
left:50%;
}
.tip:after {
content: attr(data-tip);
background: #3E474F;
color: white;
width: 150px;
padding: 10px;
font-size: 0.8em;
bottom: 150%;
left: -50%;
}
.tip:hover:before,
.tip:hover:after {
opacity: 1;
z-index: 100;
transform: scaleY(1);
} | css/acordion.css | .wrapper {
max-width: 100%;
width: 100%;
margin: 10vh auto;
}
h1 {
font-size: 2em;
margin-bottom: 20px;
text-align:center;
}
input {
display: none;
}
label {
display: flex;
width: 100%;
height: 50px;
cursor: pointer;
border: 3px solid whitesmoke;
user-select: none;
}
label div:first-child {
width: 100%;
line-height: 45px;
margin-left: 10px;
font-size: 1.2em;
color: whitesmoke;
}
.cross{
margin-right:15px;
margin-top:3px;
color: whitesmoke;
}
.cross:before,.cross:after {
content: '';
border-top: 2px solid #3E474F;
width: 15px;
display: block;
margin-top: 18px;
transition: 0.3s;
color: whitesmoke;
}
.cross:after {
transform: rotate(90deg);
margin-top: -2px;
color: whitesmoke;
}
.jontent {
box-sizing: border-box;
font-size: 0.9em;
margin: 10px 10px;
max-height: 0;
overflow: hidden;
transition: max-height, .5s;
color: whitesmoke;
}
input:checked ~ .jontent {
max-height: 100%;
transition: max-height, 1s;
}
input:checked ~ label .cross:before {
transform: rotate(180deg);
color: whitesmoke;
}
input:checked ~ label .cross:after {
transform: rotate(0deg);
color: whitesmoke;
}
.questions{
margin-top:20px;
max-height: 0;
overflow: hidden;
transition: max-height, .5s;
}
.questions label{
border:none;
box-shadow: none;
margin:0;
}
input:checked ~ .questions {
max-height: 400px;
border-bottom:2px solid #3E474F;
transition: 1s;
}
/*----------tool-tip------------*/
.tip {
color: #f03768;
cursor: help;
position: relative;
overflow: visible;
font-family: monospace;
font-size: 1.3em;
}
.tip:before,
.tip:after {
position: absolute;
opacity: 0;
z-index: -100;
transform: translateY(-30%);
transition: .4s;
}
.tip:before {
content: '';
border-style: solid;
border-width: 0.8em 0.5em 0 0.5em;
border-color: #3E474F transparent transparent transparent;
transform: translateY(-200%);
bottom:90%;
left:50%;
}
.tip:after {
content: attr(data-tip);
background: #3E474F;
color: white;
width: 150px;
padding: 10px;
font-size: 0.8em;
bottom: 150%;
left: -50%;
}
.tip:hover:before,
.tip:hover:after {
opacity: 1;
z-index: 100;
transform: scaleY(1);
} | 0.739234 | 0.129018 |
.intro {
position: relative;
margin-top: -10px;
}
.intro-bg {
display: none;
/* opacity: 0.6;
image-rendering: unset; */
}
.intro-logo {
display: none;
}
.intro-slogan {
/*position: absolute;
width: 100%;
top: 50%;
left: 50%;*/
text-align: center;
/*transform: translate(-50%, -50%);*/
}
.intro-slogan h1 {
/* color: #736d68; */
/* color: #827c78; */
color: #928d8b;
font-weight: 600;
font-size: 1.4rem;
letter-spacing: 2px;
line-height: 35px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.intro-slogan h3 {
/* color: #736d68; */
/* color: #827c78; */
/* color: #928d8b; */
font-weight: 600;
font-size: 1.3rem;
letter-spacing: 2px;
line-height: 25px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.media img {
opacity: 0.9;
}
@media (max-width: 576px) {
.media-body {
font-size: 1.13rem;
padding: 0 30px;
}
.media img {
max-height: 144px;
}
}
@media (min-width: 576px) {
.intro-bg {
display: block;
opacity: 0.6;
image-rendering: unset;
}
.background {
display: block;
}
.intro-slogan {
position: absolute;
width: 100%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.intro-slogan h1 {
font-size: 2rem;
line-height: 50px;
}
.intro-slogan h3 {
font-size: 1.5rem;
line-height: 35px;
}
}
@media (min-width: 768px) {
.intro-bg {
opacity: 1;
}
.intro-logo {
display: block;
position: absolute;
width: 270px;
margin-left: auto;
margin-right: auto;
top: 20px;
right: 0;
left: 0;
}
.intro-slogan {
top: 100%;
}
.intro-slogan h1 {
font-size: 1.5rem;
line-height: normal;
}
.intro-slogan h3 {
font-size: 1.1rem;
}
}
@media (min-width: 992px) {
.intro-logo {
width: 264px;
top: 57px;
}
.intro-slogan {
top: 78%;
}
.intro-slogan h3 {
font-size: 1.5rem;
}
}
@media (min-width: 1200px) {
.intro-bg {
image-rendering: -webkit-optimize-contrast;
}
.intro-slogan {
top: 76%;
}
.intro-logo {
width: 308px;
top: 69px;
}
.intro-slogan h1 {
font-size: 2.6rem;
}
}
@media (min-width: 1350px) {
.intro-logo {
/* width: 378px;
top: 75px; */
width: 530px;
top: 26px;
}
.intro-slogan {
top: 79%;
}
} | src/app/home/home.component.css | .intro {
position: relative;
margin-top: -10px;
}
.intro-bg {
display: none;
/* opacity: 0.6;
image-rendering: unset; */
}
.intro-logo {
display: none;
}
.intro-slogan {
/*position: absolute;
width: 100%;
top: 50%;
left: 50%;*/
text-align: center;
/*transform: translate(-50%, -50%);*/
}
.intro-slogan h1 {
/* color: #736d68; */
/* color: #827c78; */
color: #928d8b;
font-weight: 600;
font-size: 1.4rem;
letter-spacing: 2px;
line-height: 35px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.intro-slogan h3 {
/* color: #736d68; */
/* color: #827c78; */
/* color: #928d8b; */
font-weight: 600;
font-size: 1.3rem;
letter-spacing: 2px;
line-height: 25px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.media img {
opacity: 0.9;
}
@media (max-width: 576px) {
.media-body {
font-size: 1.13rem;
padding: 0 30px;
}
.media img {
max-height: 144px;
}
}
@media (min-width: 576px) {
.intro-bg {
display: block;
opacity: 0.6;
image-rendering: unset;
}
.background {
display: block;
}
.intro-slogan {
position: absolute;
width: 100%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.intro-slogan h1 {
font-size: 2rem;
line-height: 50px;
}
.intro-slogan h3 {
font-size: 1.5rem;
line-height: 35px;
}
}
@media (min-width: 768px) {
.intro-bg {
opacity: 1;
}
.intro-logo {
display: block;
position: absolute;
width: 270px;
margin-left: auto;
margin-right: auto;
top: 20px;
right: 0;
left: 0;
}
.intro-slogan {
top: 100%;
}
.intro-slogan h1 {
font-size: 1.5rem;
line-height: normal;
}
.intro-slogan h3 {
font-size: 1.1rem;
}
}
@media (min-width: 992px) {
.intro-logo {
width: 264px;
top: 57px;
}
.intro-slogan {
top: 78%;
}
.intro-slogan h3 {
font-size: 1.5rem;
}
}
@media (min-width: 1200px) {
.intro-bg {
image-rendering: -webkit-optimize-contrast;
}
.intro-slogan {
top: 76%;
}
.intro-logo {
width: 308px;
top: 69px;
}
.intro-slogan h1 {
font-size: 2.6rem;
}
}
@media (min-width: 1350px) {
.intro-logo {
/* width: 378px;
top: 75px; */
width: 530px;
top: 26px;
}
.intro-slogan {
top: 79%;
}
} | 0.470007 | 0.101634 |
body {
width: 100%;
height: 100%;
font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
color: #000;
background-color: #000;
}
html {
width: 100%;
height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 35px;
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
letter-spacing: 1px;
}
p {
margin: 0 0 25px;
font-size: 18px;
line-height: 1.5;
}
footer {
color: white;
}
tbody select.form-control {
min-width: 50%;
width: auto;
}
.panel-body {
font-size: 20px;
background-color:rgba(51, 181, 229, 0.4);
padding-top: 40px;
}
.panel-footer {
color: black;
margin-bottom: 60px;
padding: 20px 120px 20px 120px;
}
.panel-footer li {
right: 0px;
text-align: center;
list-style-position: inside;
}
.stroke
{
color: white;
text-shadow: 0px 0px 8px #000;
}
@media(min-width:768px) {
p {
margin: 0 0 35px;
font-size: 20px;
line-height: 1.6;
}
}
a {
color: #2784d4;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
a:hover,
a:focus {
text-decoration: none;
color: #ffbd6b;
}
.light {
font-weight: 400;
}
@media(min-width:768px) {
.navbar-custom {
padding: 20px 0;
border-bottom: 0;
letter-spacing: 1px;
/*background: 0 0;*/
background: rgba(0,0,0,0.6);
-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
transition: background .5s ease-in-out,padding .5s ease-in-out;
}
.navbar-custom.top-nav-collapse {
padding: 0;
border-bottom: 1px solid rgba(255,255,255,.3);
background: #000;
}
}
.intro {
display: table;
width: 100%;
height: auto;
padding: 50px 0;
text-align: center;
color: #fff;
/*background: url(../img/surfer2.jpg) no-repeat bottom center scroll;*/
/*background-color: #000;*/
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.intro .intro-body {
display: table-cell;
vertical-align: middle;
/*background: url('img/haas.png') no-repeat;
background-size: cover;
transition: 1s opacity;*/
}
video {
padding: 0px;
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
transform: translateX(-50%) translateY(-50%);
background: url('../img/haas.png') no-repeat;
transition: 1s opacity;
}
.intro .intro-body .brand-heading {
font-size: 32px;
padding-top: 48px;
}
.intro .intro-body .intro-text {
font-size: 16px;
}
@media(min-width:768px) {
.intro {
height: 100%;
padding: 0;
}
.intro .intro-body .brand-heading {
font-size: 100px;
}
.intro .intro-body .intro-text {
font-size: 26px;
}
.intro-body {
padding-top:96px;
}
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-moz-keyframes pulse {
0% {
-moz-transform: scale(1);
transform: scale(1);
}
50% {
-moz-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-moz-transform: scale(1);
transform: scale(1);
}
}
.main-content {
background-color:#FFF;
}
.content-section {
padding-top: 100px;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
.fadein {
animation-name: fadein;
animation-duration: 3s;
}
.container-light {
margin-top: 000px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+15 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 40%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 40%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.btn {
border-radius: 0;
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 400;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.btn-default {
border: 1px solid #98c5ec;
color: #98c5ec;
background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
border: 1px solid #98c5ec;
outline: 0;
color: #000;
background-color: #98c5ec;
}
ul.banner-affiliates {
margin-top: 0px;
}
ul.banner-affiliates li {
padding: 20px;
}
ul.banner-affiliates li img{
padding: 20px;
}
@media(max-width:1199px) {
ul.banner-social-buttons {
margin-top: 15px;
}
}
@media(max-width:767px) {
ul.banner-affiliates li {
display: block;
margin-bottom: 20px;
padding: 0;
}
ul.banner-affiliates li:last-child {
margin-bottom: 0;
}
}
footer {
padding: 50px 0;
background: #000;
}
footer p {
margin: 0;
}
::-moz-selection {
text-shadow: none;
background: #fcfcfc;
background: rgba(255,255,255,.2);
}
::selection {
text-shadow: none;
background: #fcfcfc;
background: rgba(255,255,255,.2);
}
img::selection {
background: 0 0;
}
img::-moz-selection {
background: 0 0;
}
body {
webkit-tap-highlight-color: rgba(255,255,255,.2);
}
.dropdown-backdrop {
position: static;
}
.wrapper {
margin-left:24px;
margin-right:24px;
}
#dxfView {
border: 1px solid #333;
margin: 10px 0;
width: 100%;
height: 100%;
min-width: 200px;
min-height: 300px;
}
#dxfView > canvas {
width: 100%;
height: 100%;
min-width: 200px;
min-height: 300px;
}
.scroll-area{
width:100%;
max-height: 600px;
float:left;
overflow-y:scroll;
}
table {
border-collapse: separate;
}
th, td {
padding: 0.1em 0.5em 0.1em 0.5em;
}
tbody input {
width:100%;
}
::selection {
background: #ffb7b7; /* WebKit/Blink Browsers */
}
#gCodeView {
margin: 10px 0;
border: 1px solid #666;
width: 100%;
min-width: 200px;
min-height: 300px;
resize: both;
overflow: auto;
}
#gcode-gui {
margin: 10px;
position: absolute;
}
#gcode-info {
position: absolute;
top: 10px;
width: 100%;
text-align: center;
z-index: 100;
display:block;
}
.loader {
border: 16px solid #f3f3f3; /* Light grey */
border-top: 16px solid #3498db; /* Blue */
border-radius: 50%;
width: 120px;
height: 120px;
animation: spin 2s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
/*
.progress {
opacity: 0;
-webkit-transition: opacity 1s linear;
-moz-transition: opacity 1s linear;
-ms-transition: opacity 1s linear;
-o-transition: opacity 1s linear;
transition: opacity 1s linear;
}
.progress.loading {
opacity: 1;
}
*/ | css/styles.css | body {
width: 100%;
height: 100%;
font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
color: #000;
background-color: #000;
}
html {
width: 100%;
height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 35px;
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
letter-spacing: 1px;
}
p {
margin: 0 0 25px;
font-size: 18px;
line-height: 1.5;
}
footer {
color: white;
}
tbody select.form-control {
min-width: 50%;
width: auto;
}
.panel-body {
font-size: 20px;
background-color:rgba(51, 181, 229, 0.4);
padding-top: 40px;
}
.panel-footer {
color: black;
margin-bottom: 60px;
padding: 20px 120px 20px 120px;
}
.panel-footer li {
right: 0px;
text-align: center;
list-style-position: inside;
}
.stroke
{
color: white;
text-shadow: 0px 0px 8px #000;
}
@media(min-width:768px) {
p {
margin: 0 0 35px;
font-size: 20px;
line-height: 1.6;
}
}
a {
color: #2784d4;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
a:hover,
a:focus {
text-decoration: none;
color: #ffbd6b;
}
.light {
font-weight: 400;
}
@media(min-width:768px) {
.navbar-custom {
padding: 20px 0;
border-bottom: 0;
letter-spacing: 1px;
/*background: 0 0;*/
background: rgba(0,0,0,0.6);
-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
transition: background .5s ease-in-out,padding .5s ease-in-out;
}
.navbar-custom.top-nav-collapse {
padding: 0;
border-bottom: 1px solid rgba(255,255,255,.3);
background: #000;
}
}
.intro {
display: table;
width: 100%;
height: auto;
padding: 50px 0;
text-align: center;
color: #fff;
/*background: url(../img/surfer2.jpg) no-repeat bottom center scroll;*/
/*background-color: #000;*/
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.intro .intro-body {
display: table-cell;
vertical-align: middle;
/*background: url('img/haas.png') no-repeat;
background-size: cover;
transition: 1s opacity;*/
}
video {
padding: 0px;
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
transform: translateX(-50%) translateY(-50%);
background: url('../img/haas.png') no-repeat;
transition: 1s opacity;
}
.intro .intro-body .brand-heading {
font-size: 32px;
padding-top: 48px;
}
.intro .intro-body .intro-text {
font-size: 16px;
}
@media(min-width:768px) {
.intro {
height: 100%;
padding: 0;
}
.intro .intro-body .brand-heading {
font-size: 100px;
}
.intro .intro-body .intro-text {
font-size: 26px;
}
.intro-body {
padding-top:96px;
}
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-moz-keyframes pulse {
0% {
-moz-transform: scale(1);
transform: scale(1);
}
50% {
-moz-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-moz-transform: scale(1);
transform: scale(1);
}
}
.main-content {
background-color:#FFF;
}
.content-section {
padding-top: 100px;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
.fadein {
animation-name: fadein;
animation-duration: 3s;
}
.container-light {
margin-top: 000px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+15 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 40%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 40%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.btn {
border-radius: 0;
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 400;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.btn-default {
border: 1px solid #98c5ec;
color: #98c5ec;
background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
border: 1px solid #98c5ec;
outline: 0;
color: #000;
background-color: #98c5ec;
}
ul.banner-affiliates {
margin-top: 0px;
}
ul.banner-affiliates li {
padding: 20px;
}
ul.banner-affiliates li img{
padding: 20px;
}
@media(max-width:1199px) {
ul.banner-social-buttons {
margin-top: 15px;
}
}
@media(max-width:767px) {
ul.banner-affiliates li {
display: block;
margin-bottom: 20px;
padding: 0;
}
ul.banner-affiliates li:last-child {
margin-bottom: 0;
}
}
footer {
padding: 50px 0;
background: #000;
}
footer p {
margin: 0;
}
::-moz-selection {
text-shadow: none;
background: #fcfcfc;
background: rgba(255,255,255,.2);
}
::selection {
text-shadow: none;
background: #fcfcfc;
background: rgba(255,255,255,.2);
}
img::selection {
background: 0 0;
}
img::-moz-selection {
background: 0 0;
}
body {
webkit-tap-highlight-color: rgba(255,255,255,.2);
}
.dropdown-backdrop {
position: static;
}
.wrapper {
margin-left:24px;
margin-right:24px;
}
#dxfView {
border: 1px solid #333;
margin: 10px 0;
width: 100%;
height: 100%;
min-width: 200px;
min-height: 300px;
}
#dxfView > canvas {
width: 100%;
height: 100%;
min-width: 200px;
min-height: 300px;
}
.scroll-area{
width:100%;
max-height: 600px;
float:left;
overflow-y:scroll;
}
table {
border-collapse: separate;
}
th, td {
padding: 0.1em 0.5em 0.1em 0.5em;
}
tbody input {
width:100%;
}
::selection {
background: #ffb7b7; /* WebKit/Blink Browsers */
}
#gCodeView {
margin: 10px 0;
border: 1px solid #666;
width: 100%;
min-width: 200px;
min-height: 300px;
resize: both;
overflow: auto;
}
#gcode-gui {
margin: 10px;
position: absolute;
}
#gcode-info {
position: absolute;
top: 10px;
width: 100%;
text-align: center;
z-index: 100;
display:block;
}
.loader {
border: 16px solid #f3f3f3; /* Light grey */
border-top: 16px solid #3498db; /* Blue */
border-radius: 50%;
width: 120px;
height: 120px;
animation: spin 2s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
/*
.progress {
opacity: 0;
-webkit-transition: opacity 1s linear;
-moz-transition: opacity 1s linear;
-ms-transition: opacity 1s linear;
-o-transition: opacity 1s linear;
transition: opacity 1s linear;
}
.progress.loading {
opacity: 1;
}
*/ | 0.45181 | 0.070816 |
body{
background-color: #202027;
display:flex;
font-family: poppins, sans-serif;
flex-direction: column;
font-size: .5 rem;
font-style: poppins;
color: #ddd;
}
.home-section {
background-color:#202027 ;
color:white;;
min-height: 80vh;
}
.home-section-container{
display:flex;
margin: 80px;
align-items: center;
}
.section-img{
background-image: url('/images/justicerv.png');
min-height:65vh;
min-width: 40vw;
background-image: contain;
background-repeat: no-repeat;
}
.section-img h1{
color:#DBB479;
font-size: 60px;
font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-weight: bold;
margin:325px 0 0 121px;
}
.section-btn {
color:white;
border-color: #7952b3;
text-decoration:none;
font-weight: bold;
border-radius: 4px;
font-size: 1em;
padding: 10px;
background-color: #7952b3;
}
.section-btn:hover{
text-decoration: none;
color:white;
background-color: #7111b3;
}
.btn {
font-weight: bold;
border-radius: 4px;
font-size: 1em;
padding:10px;
}
@media (max-width:1100px){
.home-section{
display:flex;
flex-direction:column;
}
}
.item-section {
display:flex;
justify-content: center;
margin-top: 30px;
}
.proced-item {
background-color:whitesmoke;
box-shadow: 0px 0px 0 2px white;
margin-right: 20px;
border-radius: 9px;
display: flex;
flex-direction: column;
justify-content: center;
box-sizing: box;
border: 5px solid #f1f1f1;
width:200px
}
.item-section div:first-child i {
font-size: 80px;
margin-left:55px;
color: black;
}
.item-section div:first-child a {
margin-left:18px;
text-decoration: none;
}
.item-section div:last-child i {
font-size: 80px;
margin-left:55px;
color: black;
}
.item-section div:last-child a {
margin-left:35px;
text-decoration: none;
}
.btn-outline {
border-radius: 5px;
border-width: 0.4px;
padding: 4px;
font-weight: lighter;
font-size: small;
color:white;
font-family: cursive;
}
button[class~="update"]{
background-color: green;
}
button[class~="supp"]{
background-color : red;
}
a[class~="detail"]{
background-color : teal;
}
.rech-input{
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
outline:none;
width: 60%;
height: 40px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color:#fff;;
background-color: #444;
border: 1px solid #222;
background-image: none;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
padding-left: 43px;
padding-right: 43px;
border-radius: 23px;
}
.rech-input:focus{
background-color: #444;
border-color:#ddd;
color:white;
}
.footer-section {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 25px;
}
footer {
background-color: #212529;
color:white;
min-height: 75px;
}
.proced-item-secton {
display:flex;
}
.fa-phone {
color: lightgreen;
}
.contact-section {
display:flex;
flex-direction:column;
}
.container {
min-height: 541px;
}
.fa-search {
color:white;
}
#selectRefere,#selectCivile{
color:#fff;
border-color: #444;
background-color: #444;
font-size: small;
}
input.form-control,textarea.form-control {
background-color: #444;
border-color:black;
color:white;
font-size:small;
}
input.form-control:focus,textarea.form-control:focus {
background-color: #444;
border-color:black;
color:white;
outline: none;
}
thead {
background-color:white;
}
tbody {
background-color: whitesmoke;
}
label.form-label {
font-size: 14px;
}
.flashy {
font-family: "Source Sans Pro", Arial, sans-serif;
border-radius: 4px;
font-weight: 400;
position: fixed;
bottom: 60px;
width:40%;
left: 20px;
font-size: 16px;
color: #fff;
} | public/css/style.css | body{
background-color: #202027;
display:flex;
font-family: poppins, sans-serif;
flex-direction: column;
font-size: .5 rem;
font-style: poppins;
color: #ddd;
}
.home-section {
background-color:#202027 ;
color:white;;
min-height: 80vh;
}
.home-section-container{
display:flex;
margin: 80px;
align-items: center;
}
.section-img{
background-image: url('/images/justicerv.png');
min-height:65vh;
min-width: 40vw;
background-image: contain;
background-repeat: no-repeat;
}
.section-img h1{
color:#DBB479;
font-size: 60px;
font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-weight: bold;
margin:325px 0 0 121px;
}
.section-btn {
color:white;
border-color: #7952b3;
text-decoration:none;
font-weight: bold;
border-radius: 4px;
font-size: 1em;
padding: 10px;
background-color: #7952b3;
}
.section-btn:hover{
text-decoration: none;
color:white;
background-color: #7111b3;
}
.btn {
font-weight: bold;
border-radius: 4px;
font-size: 1em;
padding:10px;
}
@media (max-width:1100px){
.home-section{
display:flex;
flex-direction:column;
}
}
.item-section {
display:flex;
justify-content: center;
margin-top: 30px;
}
.proced-item {
background-color:whitesmoke;
box-shadow: 0px 0px 0 2px white;
margin-right: 20px;
border-radius: 9px;
display: flex;
flex-direction: column;
justify-content: center;
box-sizing: box;
border: 5px solid #f1f1f1;
width:200px
}
.item-section div:first-child i {
font-size: 80px;
margin-left:55px;
color: black;
}
.item-section div:first-child a {
margin-left:18px;
text-decoration: none;
}
.item-section div:last-child i {
font-size: 80px;
margin-left:55px;
color: black;
}
.item-section div:last-child a {
margin-left:35px;
text-decoration: none;
}
.btn-outline {
border-radius: 5px;
border-width: 0.4px;
padding: 4px;
font-weight: lighter;
font-size: small;
color:white;
font-family: cursive;
}
button[class~="update"]{
background-color: green;
}
button[class~="supp"]{
background-color : red;
}
a[class~="detail"]{
background-color : teal;
}
.rech-input{
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
outline:none;
width: 60%;
height: 40px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color:#fff;;
background-color: #444;
border: 1px solid #222;
background-image: none;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
padding-left: 43px;
padding-right: 43px;
border-radius: 23px;
}
.rech-input:focus{
background-color: #444;
border-color:#ddd;
color:white;
}
.footer-section {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 25px;
}
footer {
background-color: #212529;
color:white;
min-height: 75px;
}
.proced-item-secton {
display:flex;
}
.fa-phone {
color: lightgreen;
}
.contact-section {
display:flex;
flex-direction:column;
}
.container {
min-height: 541px;
}
.fa-search {
color:white;
}
#selectRefere,#selectCivile{
color:#fff;
border-color: #444;
background-color: #444;
font-size: small;
}
input.form-control,textarea.form-control {
background-color: #444;
border-color:black;
color:white;
font-size:small;
}
input.form-control:focus,textarea.form-control:focus {
background-color: #444;
border-color:black;
color:white;
outline: none;
}
thead {
background-color:white;
}
tbody {
background-color: whitesmoke;
}
label.form-label {
font-size: 14px;
}
.flashy {
font-family: "Source Sans Pro", Arial, sans-serif;
border-radius: 4px;
font-weight: 400;
position: fixed;
bottom: 60px;
width:40%;
left: 20px;
font-size: 16px;
color: #fff;
} | 0.287768 | 0.073065 |
root {
display: block;
}
#menuholder{
background-color: white;
height: 70px;
width: 100%;
font-weight:800;
border-style: solid;
border-width: 1px;
border-color: #B0B0B0;
border-top-color:white;
/*effects*/
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
-moz-border-bottom-left-radius:2px; /* Firefox 3.6 and earlier */
-moz-border-bottom-right-radius:2px; /* Firefox 3.6 and earlier */
-ms-border-top-left-radius:2px; /* IE */
-ms-border-top-right-radius:2px; /* IE */
-webkit-border-top-left-radius:2px; /* Chrome or Safari */
-webkit-border-top-right-radius:2px; /* Chrome or Safari */
-o-border-top-left-radius:2px; /* Opera */
-o-border-top-right-radius:2px; /* Opera */
zoom: 1;
filter:
progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=2, Direction=90),
progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=3, Direction=180),
progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=2, Direction=270);
}
#menuholder li{
float: left;
list-style-type: none;
}
#menuholder li#last{
border-right-style: solid;
border-width: 1px;
border-color: #B0B0B0;
}
#menuholder a:link{
padding: 7px;
display: block;
color: #0069C3;
border-style: solid;
border-width: 1px;
border-color: #B0B0B0;
border-right-style: none;
box-shadow: 0px 3px 3px #CCCCCC ;
-webkit-box-shadow: 0px 2px 2px #CCCCCC ;
-moz-box-shadow: 0px 3px 3px #CCCCCC ;
-o-box-shadow:0px 2px 2px #CCCCCC ;
}
#menuholder a:visited{
padding: 7px;
display: block;
text-decoration: none;
color: #0069C3;
border-style: solid;
border-width: 1px;
border-color: #B0B0B0;
border-right-style: none;
box-shadow: 0px 2px 2px #CCCCCC ;
-webkit-box-shadow: 0px 2px 2px #CCCCCC ;
-moz-box-shadow: 0px 2px 2px #CCCCCC ;
-o-box-shadow:0px 2px 2px #CCCCCC ;
}
#menuholder a:hover{
padding: 7px;
display: block;
/*background-color: #B8DD00;*/
text-decoration: none;
color: #DC143C;
-webkit-box-shadow:0px 1px 1px #CCCCCC;
-moz-box-shadow:0px 1px 1px #CCCCCC;
box-shadow: 0px 1px 1px #CCCCCC ;
-o-box-shadow: 0px 1px 1px #CCCCCC ;
}
#menuholder li#last{
border-right-style: solid;
border-width: 1px;
border-color: #B0B0B0;
}
#menuholder a:active{
padding: 7px;
display: block;
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
-o-box-shadow:none;
} | WorkspaceGame/CovidGameTask3/Reports/other_files/styles/menu.css | root {
display: block;
}
#menuholder{
background-color: white;
height: 70px;
width: 100%;
font-weight:800;
border-style: solid;
border-width: 1px;
border-color: #B0B0B0;
border-top-color:white;
/*effects*/
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
-moz-border-bottom-left-radius:2px; /* Firefox 3.6 and earlier */
-moz-border-bottom-right-radius:2px; /* Firefox 3.6 and earlier */
-ms-border-top-left-radius:2px; /* IE */
-ms-border-top-right-radius:2px; /* IE */
-webkit-border-top-left-radius:2px; /* Chrome or Safari */
-webkit-border-top-right-radius:2px; /* Chrome or Safari */
-o-border-top-left-radius:2px; /* Opera */
-o-border-top-right-radius:2px; /* Opera */
zoom: 1;
filter:
progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=2, Direction=90),
progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=3, Direction=180),
progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=2, Direction=270);
}
#menuholder li{
float: left;
list-style-type: none;
}
#menuholder li#last{
border-right-style: solid;
border-width: 1px;
border-color: #B0B0B0;
}
#menuholder a:link{
padding: 7px;
display: block;
color: #0069C3;
border-style: solid;
border-width: 1px;
border-color: #B0B0B0;
border-right-style: none;
box-shadow: 0px 3px 3px #CCCCCC ;
-webkit-box-shadow: 0px 2px 2px #CCCCCC ;
-moz-box-shadow: 0px 3px 3px #CCCCCC ;
-o-box-shadow:0px 2px 2px #CCCCCC ;
}
#menuholder a:visited{
padding: 7px;
display: block;
text-decoration: none;
color: #0069C3;
border-style: solid;
border-width: 1px;
border-color: #B0B0B0;
border-right-style: none;
box-shadow: 0px 2px 2px #CCCCCC ;
-webkit-box-shadow: 0px 2px 2px #CCCCCC ;
-moz-box-shadow: 0px 2px 2px #CCCCCC ;
-o-box-shadow:0px 2px 2px #CCCCCC ;
}
#menuholder a:hover{
padding: 7px;
display: block;
/*background-color: #B8DD00;*/
text-decoration: none;
color: #DC143C;
-webkit-box-shadow:0px 1px 1px #CCCCCC;
-moz-box-shadow:0px 1px 1px #CCCCCC;
box-shadow: 0px 1px 1px #CCCCCC ;
-o-box-shadow: 0px 1px 1px #CCCCCC ;
}
#menuholder li#last{
border-right-style: solid;
border-width: 1px;
border-color: #B0B0B0;
}
#menuholder a:active{
padding: 7px;
display: block;
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
-o-box-shadow:none;
} | 0.132683 | 0.204243 |
:root {
--accent: #673ab7; }
::-webkit-scrollbar {
width: 1em;
}
::-webkit-scrollbar-thumb {
width: 0.5em;
background-color: rgba(255, 255, 255, 0.1);
background-clip: padding-box;
border: 0.5em solid transparent;
border-left: none;
}
::-webkit-scrollbar-button {
width: 0;
height: 0;
display: none;
}
/* fonts */
@font-face {
font-family: Arimo;
src: url(./font/Arimo-Regular.woff);
}
@font-face {
font-family: FiraMono;
src: url(./font/FiraMono-Regular.otf);
}
@font-face {
font-family: Righteous;
src: url(./font/Righteous-Regular.ttf);
}
/* elements */
html, body {
width: 100vw;
height: 100vh;
padding: 0;
margin: 0;
background: #212121;
color: #ccc;
font-size: 1em;
font-family: Arimo;
-webkit-user-select: none;
overflow: hidden;
}
h1, h2, h3, h4, h5, h6, p {
margin: 0;
font-weight: normal;
}
a {
color: var(--accent) !important;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
hr {
width: 80%;
height: 1px;
margin: 0.3em 10%;
background: rgba(255, 255, 255, 0.65);
border: none;
}
blockquote {
margin: 0.2em 0;
padding: 0.2em 0.5em;
background: rgba(0, 0, 0, 0.1);
border-left: 3px solid #161621;
}
input, textarea, select {
margin: 0.5em 0;
border: none;
outline: none !important;
-webkit-appearance: none;
}
input[type="text"]:not(#messagebox), input[type="password"], textarea {
height: 1.4em;
padding: 0.25em 0.75em;
margin: calc(0.5em + 5px) 5px;
background-color: transparent;
border: 1px solid rgba(255, 255, 255, 0.5);
color: rgba(255, 255, 255, 0.75);
font-family: Arimo;
transition: margin 0.3s, border 0.3s;
}
textarea {
resize: none;
}
input[type="text"]:not(#messagebox):focus, input[type="password"]:focus, textarea:focus {
margin: 0.5em 0 !important;
border: 6px solid var(--accent);
}
input[type="button"], input[type="submit"] {
height: 2.1em;
padding: 0.25em 0.75em;
background-color: rgba(0, 0, 0, 0.5);
color: rgba(255, 255, 255, 0.75);
cursor: pointer;
border-radius: 1.05em;
}
.checkbox-container {
width: 100%;
display: flex;
align-items: center;
}
input[type="checkbox"] {
height: 1.4em;
width: 2.4em;
padding: 0 0.2em;
background: rgba(0, 0, 0, 0.5);
color: #ddd;
position: relative;
left: 0.55em;
cursor: pointer;
border-radius: 0.7em;
transition: background 0.3s;
}
input[type="checkbox"]:checked {
background: var(--accent);
}
input[type="checkbox"] + .handle {
width: 0.8em;
height: 0.8em;
background: rgba(255, 255, 255, 0.3);
display: inline-block;
position: relative;
right: 1.45em;
border-radius: 50%;
pointer-events: none;
transition: right 0.3s, background 0.2s;
}
input[type="checkbox"]:hover + .handle {
background: rgba(255, 255, 255, 0.5);
}
input[type="checkbox"]:checked + .handle {
right: 0.55em;
}
select {
height: 1.9em;
padding: 0.25em 0.75em;
margin: calc(0.5em + 5px) 5px;
background-color: transparent;
background-image: url("img/button/dropdown.svg");
background-size: 1em;
background-position: calc(100% - 0.75em);
background-repeat: no-repeat;
border: 1px solid rgba(255, 255, 255, 0.5);
color: rgba(255, 255, 255, 0.75);
font-family: Arimo;
transition: border 0.3s;
}
select:focus {
color: black;
border: 1px solid var(--accent);
}
/* input[type="range"] { */
/* height: 1.4em; */
/* padding: 0 0.2em; */
/* background: rgba(0, 0, 0, 0.5); */
/* cursor: ew-resize; */
/* border-radius: 0.7em; */
/* } */
/* */
/* input[type="range"]::-webkit-slider-thumb { */
/* width: 1em; */
/* height: 1em; */
/* background: rgba(255, 255, 255, 0.3); */
/* border: none; */
/* outline: none; */
/* border-radius: 50%; */
/* -webkit-appearance: none; */
/* } */
@keyframes slide-in {
from {
left: 0;
width: 0;
}
to {
left: 0;
width: 100%;
}
}
/* util */
.hidden {
opacity: 0;
pointer-events: none;
}
.immortal {
pointer-events: none;
}
.disabled {
display: none !important;
}
.link {
text-decoration: underline;
cursor: pointer;
}
.button {
padding: 0.6em 0.7em;
margin-left: 0.8em;
background: rgba(0, 0, 0, 0.2);
display: inline-block;
border-radius: 0.5em;
font-size: 0.9em;
cursor: pointer;
}
.button.primary {
background: var(--accent);
}
.avatar {
width: 1em;
height: 1em;
background-size: cover;
background-position: center;
border-radius: 50%;
}
.avatar.none {
background: var(--accent);
display: flex;
align-items: center;
justify-content: center;
}
.avatar.none::before {
content: attr(data);
color: white;
text-transform: uppercase;
font-size: 0.6em;
}
.actions > * {
width: 1.4em;
height: 1.4em;
display: inline-block;
background-position: center;
background-size: contain;
cursor: pointer;
}
.actions > .settings {
background-image: url("img/button/settings.svg");
}
.actions > .logout {
background-image: url("img/button/logout.svg");
}
.actions > .minimize {
background-image: url("img/button/minimize.svg");
}
.actions > .maximize {
background-image: url("img/button/maximize.svg");
}
.actions > .close {
background-image: url("img/button/close.svg");
}
/* indicators */
.indicator-connection.hidden {
top: -2.5em;
}
.indicator-connection {
height: 2em;
padding: 0 0.65em;
background: #f44336;
display: flex;
align-items: center;
position: absolute;
top: 0.5em;
right: 0.5em;
z-index: 9999;
border-radius: 0.3em;
transition: top 0.3s, opacity 0.3s;
}
.indicator-connection::before {
content: "";
width: 0.5em;
height: 0.5em;
margin-right: 0.5em;
display: block;
border: 2px solid white;
border-top: 2px solid transparent;
border-radius: 50%;
animation: rotate 1s infinite linear;
}
.indicator-connection::after {
content: "No Internet Connection";
color: white;
}
/* titlebar */
.titlebar {
height: 2.4em;
display: flex;
align-items: center;
-webkit-app-region: drag;
cursor: default;
}
.titlebar > * {
-webkit-app-region: no-drag;
}
.titlebar > .left {
flex: 1;
}
.titlebar > .actions {
margin-right: 0.4em;
display: flex;
}
/* loading screen */
.splash {
width: 100vw;
height: 100vh;
background: #212121;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
position: absolute;
left: 0;
top: 0;
z-index: 999;
transition: opacity 0.3s;
}
.splash::before {
content: "";
width: 100vw;
height: 100vh;
background-image: url(img/loading.png);
background-size: 50%;
background-position: center;
background-repeat: no-repeat;
display: block;
position: absolute;
left: 0;
top: 0;
opacity: 0.2;
filter: blur(0.5em);
}
.splash > .logo {
width: 5em;
height: 5em;
position: relative;
}
.splash > .logo::before {
content: "";
width: 5em;
height: 5em;
display: block;
position: absolute;
top: 0;
left: 0;
border: 2px solid transparent;
border-left: 2px solid white;
border-right: 2px solid white;
border-radius: 50%;
animation: rotate 1s reverse infinite linear;
}
.splash > .logo::after {
content: "";
width: 2em;
height: 2em;
display: block;
position: absolute;
top: 1.5em;
left: 1.5em;
border: 2px solid transparent;
border-left: 2px solid white;
border-right: 2px solid white;
border-radius: 50%;
animation: rotate 1s infinite linear;
}
@keyframes rotate {
to {
transform: rotate(360deg);
}
}
/* context menu */
.context-container {
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.001);
position: absolute;
left: 0;
top: 0;
z-index: 999;
}
.context-container > .context {
padding: 0.5em 0;
background: #161616;
position: absolute;
box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.5);
border-radius: 0.3em;
}
.context-container > .context > div {
padding: 0.1em 1.5em;
cursor: default;
transition: background 0.2s;
}
.context-container > .context > div:hover {
background: rgba(255, 255, 255, 0.05);
}
/* dialogs */
.dialog {
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.8);
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0;
z-index: 99;
transition: opacity 0.3s;
}
.dialog .dialog-box {
background: #262626;
border-radius: 0.3em;
box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.8);
}
.dialog .dialog-content {
max-width: 50vw;
max-height: 50vh;
padding: 1.5em;
}
.dialog .dialog-box > .buttons {
padding: 0.8em;
background: #161616;
border-bottom-left-radius: 0.3em;
border-bottom-right-radius: 0.3em;
text-align: right;
}
.dialog .image-preview {
max-width: 70vw;
max-height: 70vh;
display: block;
box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.8);
}
.dialog .image-preview-link {
padding: 0.5em;
color: #ccc;
display: flex;
align-items: center;
font-size: 0.9em;
}
.dialog .image-preview-link span {
color: var(--accent);
text-decoration: underline;
cursor: pointer;
}
.dialog .image-preview-link .divider {
width: 1px;
height: 1.1em;
margin: 0 0.3em;
background: rgba(255, 255, 255, 0.2);
display: inline-block;
}
/* login layout */
.wrapper.login {
width: 100vw;
height: 100vh;
background: url(img/login.jpg) center / cover;
display: flex;
align-items: center;
justify-content: center;
}
.wrapper.login > .titlebar {
width: 100vw;
position: absolute;
left: 0;
top: 0;
z-index: 9;
}
.wrapper.login > .panel {
padding: 2em;
background: #161616;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
position: relative;
box-shadow: 0 0 1em 0 black;
border-radius: 0.5em;
}
.wrapper.login > .panel form {
display: flex;
justify-items: center;
flex-direction: column;
}
.wrapper.login input[type="text"], .wrapper.login input[type="password"] {
height: 1.4em !important;
padding: 0.25em 0.75em !important;
margin: 0.5em 0 !important;
background-color: transparent !important;
color: rgba(255, 255, 255, 0.75) !important;
border: none !important;
font-family: Arimo !important;
transition: none !important;
}
.wrapper.login input[type="text"]:focus, .wrapper.login input[type="password"]:focus {
border: none !important;
}
.wrapper.login input[type="text"] + div, .wrapper.login input[type="password"] + div {
content: "";
width: 0;
height: 2px;
background: white;
display: block;
position: relative;
left: 100%;
bottom: 0.5em;
transition: width 0.2s, left 0.2s;
}
.wrapper.login input[type="text"]:focus + div, .wrapper.login input[type="password"]:focus + div {
width: 100%;
left: 0;
animation: slide-in 0.2s;
}
/* chat layout */
.wrapper.chat {
width: 100vw;
height: 100vh;
display: flex;
}
.wrapper.chat > .room-list-container {
width: 240px;
display: flex;
flex-direction: column;
box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.5);
}
.room-list-container > .room-menu {
height: 2.4em;
background: #161616;
display: flex;
align-items: center;
}
.room-list-container > .room-list {
padding: 0.5em 0;
flex: 1;
overflow: auto;
overflow-y: auto;
}
.room-list-container > .main-menu {
height: 2.4em;
padding-left: 0.4em;
padding-right: 0.1em;
background: #161616;
display: flex;
align-items: center;
}
.wrapper.chat > .content {
display: flex;
flex-direction: column;
flex: 1;
}
.wrapper.chat > .content > .titlebar {
background: #161616;
}
.wrapper.chat > .content > .content-divider {
display: flex;
flex: 1;
}
.content-divider > .message-list-container {
display: flex;
flex-direction: column;
flex: 1;
position: relative;
}
.message-list-container > .message-list {
padding: 1em;
flex: 1;
font-size: 0.9em;
overflow-y: auto;
-webkit-user-select: text;
}
.message-list-container > .message-list:empty {
display: flex;
align-items: center;
justify-content: center;
}
.message-list-container > .message-list:empty::before {
content: "...welcome to the hollow abyss which is your dashboard...";
width: 240px;
color: rgba(255, 255, 255, 0.5);
display: block;
text-align: center;
font-style: italic;
}
.message-list-container > .messagebox {
height: 2.4em;
background: #161616;
position: relative;
z-index: 9;
}
.content-divider > .member-list {
width: 240px;
background: #161616;
overflow: auto;
}
/* main menu */
.room-list-container > .main-menu > .avatar {
width: 1.5em;
height: 1.5em;
margin-right: 0.5em;
}
.room-list-container > .main-menu > .user-info {
flex: 1;
font-size: 0.9em;
-webkit-user-select: text;
overflow: hidden;
}
.room-list-container > .main-menu > .user-info div {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.room-list-container > .main-menu > .user-info span {
color: rgba(255, 255, 255, 0.5);
font-size: 0.8em;
}
.room-list-container > .main-menu > .user-info > :last-child {
display: block;
margin-top: -0.4em;
}
.room-list-container > .main-menu > .actions {
display: flex;
align-items: center;
}
.room-list-container > .main-menu > .actions > * {
width: 1em;
height: 1em;
padding: 0.4em;
background-size: 50%;
background-repeat: no-repeat;
border-radius: 50%;
opacity: 0.8;
transition: background-color 0.2s;
}
.room-list-container > .main-menu > .actions > *:hover {
background-color: rgba(255, 255, 255, 0.08);
}
/* room menu */
.room-list-container > .room-menu > .back {
width: 1.4em;
height: 1.4em;
margin: 0 0.5em;
background: url("img/button/back.svg") center / contain;
cursor: pointer;
}
.room-list-container > .room-menu > .room-title {
height: 2.4em;
padding: 0 0.5em;
flex: 1;
cursor: pointer;
line-height: 2.4em;
vertical-align: middle;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
transition: background 0.2s;
}
.room-list-container > .room-menu > .room-title:hover {
background: rgba(0, 0, 0, 0.2);
}
.room-list-container > .room-menu > .back.disabled + .room-title {
padding-left: 0.8em;
background: transparent !important;
cursor: default;
}
/* room list */
.room-list > .category {
padding: 0 0.3em;
padding-bottom: 0.3em;
margin: 0 0.5em;
margin-bottom: 0.5em;
color: rgba(255, 255, 255, 0.65);
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
font-size: 0.9em;
cursor: pointer;
}
.room-list > .category.hidden {
opacity: 1;
pointer-events: initial;
}
.room-list > .category::after {
content: "";
width: 1em;
height: 1em;
display: block;
opacity: 0.65;
background: url("img/button/dropdown.svg") center / contain;
transition: transform 0.3s;
}
.room-list > .category.hidden::after {
transform: rotate(90deg);
}
.room-list > .list {
margin-bottom: 0.5em;
}
.room-list > .list.hidden {
display: none;
}
.room-list > .list > .room {
height: 2em;
padding: 0 1em;
background: linear-gradient(to right, rgba(0, 0, 0, 0.2), transparent) no-repeat;
background-position: -240px;
border-left: 3px solid transparent;
display: flex;
align-items: center;
font-size: 0.9em;
cursor: pointer;
transition: background-position 0.2s, border-left 0.2s;
}
.room-list > .list > .room:hover {
border-left: 3px solid var(--accent);
background-position: 0;
}
.room-list > .list > .room.selected {
border-left: 6px solid var(--accent);
background-position: 0;
}
.room-list > .list > .room > .avatar {
margin-right: 1em;
}
.room-list > .list > .room > span {
flex: 1;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
/* member list */
.member-list > .member {
height: 2em;
padding: 0 1em;
background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent) no-repeat;
background-position: 240px;
display: flex;
align-items: center;
font-size: 0.9em;
text-align: right;
cursor: pointer;
transition: background-position 0.2s;
}
.member-list > .member:hover {
background-position: 0;
}
.member-list > .member > .avatar {
margin-left: 1em;
}
.member-list > .member > span {
flex: 1;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
/* message list */
.message-list > .divider {
margin: 0.5em 0;
position: relative;
text-align: center;
}
.message-list > .divider:first-child {
margin-top: 0;
}
.message-list > .divider::before {
content: "";
width: 100%;
height: 1px;
display: block;
background: rgba(255, 255, 255, 0.2);
position: absolute;
top: 50%;
}
.message-list > .divider span {
padding: 0 0.5em;
background: #212121;
position: relative;
z-index: 9;
}
.message-list > .message > .author {
margin: 0 0.5em;
display: flex;
align-items: center;
word-break: break-word;
}
.message .avatar {
margin-right: 0.5em;
}
.message-list > .message > .author > .title {
margin-right: 0.5em;
color: rgba(255, 255, 255, 0.65);
}
.message-list > .message > .author > .timestamp {
color: rgba(255, 255, 255, 0.5);
font-size: 0.7em;
}
.message-list > .message > .content {
margin: 0 0.5em;
word-break: break-word;
}
.message-list > .message > img.content {
max-width: 50%;
max-height: 50vh;
margin-top: 0.3em;
cursor: pointer;
}
.message-list > .message > .content.redacted {
width: 240px;
border-radius: 3px;
overflow: hidden;
}
.message-list > .message > .content.redacted::before {
content: "";
width: 250px;
height: 1.6em;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="24">\
<rect fill="rgba(0, 0, 0, 0.2)" width="8" height="24"></rect>\
</svg>') left / contain;
display: block;
transform: skew(-45deg);
}
.message-list > .message + .message::before {
content: "";
width: 100%;
height: 1px;
margin: 0.3em 0;
display: block;
background: rgba(255, 255, 255, 0.1);
}
.message > .avatar {
margin-right: 0;
margin-left: 0.5em;
display: inline-block;
}
.message > .avatar.none {
display: inline-flex;
}
.message.no-author > .author > .title {
display: none;
}
.message.no-author > .author, .message.no-author > .content {
margin-right: 0;
display: inline-block;
}
/* message box */
.command-container {
width: 100%;
max-height: 35vh;
padding-top: 0.5em;
background: #161616;
border-top-left-radius: 0.7em;
border-top-right-radius: 0.7em;
display: block;
position: absolute;
left: 0;
bottom: 2.4em;
box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
overflow: auto;
}
.command-container::before {
content: "Commands Matching your Query;";
color: rgba(255, 255, 255, 0.65);
font-size: 0.7em;
position: relative;
top: -0.15em;
left: 2em;
z-index: 9;
}
.command-container > .command {
padding: 0.1em 1em;
cursor: pointer;
}
.command-container > .command.selected {
background: rgba(0, 0, 0, 0.1);
}
.command-container > .command::before {
content: "/";
margin-right: 0.5em;
color: rgba(255, 255, 255, 0.2);
}
.messagebox > form {
width: 100%;
height: 100%;
display: flex;
}
.messagebox > form > input {
height: 100%;
padding: 0 1em;
margin: 0;
background: transparent;
color: rgba(255, 255, 255, 0.75);
flex: 1;
font-family: Arimo;
}
/* settings */
.message-list.flex {
padding: 0;
display: flex;
-webkit-user-select: none;
}
.category-container {
width: 240px;
background: #161616;
box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.5);
overflow: auto;
}
.category-container > .category {
padding: 0.3em 0.6em;
margin: 0.5em 1em;
cursor: pointer;
border-radius: 0.2em;
transition: background 0.2s;
}
.category-container > .category:hover {
background: rgba(0, 0, 0, 0.1);
}
.category-container > .category.selected {
background: rgba(0, 0, 0, 0.2);
}
.options-wrapper {
display: flex;
flex: 1;
justify-content: center;
overflow: auto;
}
.options-container {
padding: 1em 0;
width: 80%;
max-width: 480px;
}
.options-container > .input-container {
padding: 0.75em;
width: 100%;
display: flex;
}
.options-container textarea {
height: 5em !important;
display: block;
}
.options-container > .input-container > .title {
flex: 1;
display: flex;
justify-content: center;
flex-direction: column;
text-align: left;
cursor: default;
}
.options-container > .input-container > .title > :last-child {
margin-top: -0.2em;
color: rgba(255, 255, 255, 0.5);
font-size: 0.8em;
}
.options-container > .input-container > .checkbox-container {
width: initial;
}
.options-container > .input-container > input[type="text"], .options-container > .input-container > input[type="password"], .options-container > .input-container > textarea {
width: 12em;
}
.options-container > .input-container > select {
width: 13.6em;
}
/* about page */
.options-container .about-container {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
cursor: default;
}
.options-container .about-container .logo {
width: 15em;
height: 11em;
background: url("img/logo/manexThick.png") center / cover;
}
.options-container .about-container .title {
margin-top: -0.2em;
color: white;
font-family: Righteous;
font-size: 4em;
letter-spacing: -0.02em;
text-transform: lowercase;
}
.options-container .about-container .subtitle {
margin-top: -0.5em;
color: rgba(255, 255, 255, 0.65);
font-family: Righteous;
font-size: 1.2em;
letter-spacing: -0.02em;
text-transform: lowercase;
}
.options-container .about-container .contributors {
margin-top: 0.7em;
width: 100%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: auto;
}
.options-container .about-container .contributor {
padding: 0.7em 1em;
margin: 1em 0.5em;
background: #161616;
border-radius: 0.5em;
display: inline-block;
text-align: center;
box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.5);
}
.options-container .about-container .contributor :first-child {
font-size: 1.1em;
}
.options-container .about-container .contributor :last-child {
font-size: 0.9em;
color: rgba(255, 255, 255, 0.5);
} | src/manex.css | :root {
--accent: #673ab7; }
::-webkit-scrollbar {
width: 1em;
}
::-webkit-scrollbar-thumb {
width: 0.5em;
background-color: rgba(255, 255, 255, 0.1);
background-clip: padding-box;
border: 0.5em solid transparent;
border-left: none;
}
::-webkit-scrollbar-button {
width: 0;
height: 0;
display: none;
}
/* fonts */
@font-face {
font-family: Arimo;
src: url(./font/Arimo-Regular.woff);
}
@font-face {
font-family: FiraMono;
src: url(./font/FiraMono-Regular.otf);
}
@font-face {
font-family: Righteous;
src: url(./font/Righteous-Regular.ttf);
}
/* elements */
html, body {
width: 100vw;
height: 100vh;
padding: 0;
margin: 0;
background: #212121;
color: #ccc;
font-size: 1em;
font-family: Arimo;
-webkit-user-select: none;
overflow: hidden;
}
h1, h2, h3, h4, h5, h6, p {
margin: 0;
font-weight: normal;
}
a {
color: var(--accent) !important;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
hr {
width: 80%;
height: 1px;
margin: 0.3em 10%;
background: rgba(255, 255, 255, 0.65);
border: none;
}
blockquote {
margin: 0.2em 0;
padding: 0.2em 0.5em;
background: rgba(0, 0, 0, 0.1);
border-left: 3px solid #161621;
}
input, textarea, select {
margin: 0.5em 0;
border: none;
outline: none !important;
-webkit-appearance: none;
}
input[type="text"]:not(#messagebox), input[type="password"], textarea {
height: 1.4em;
padding: 0.25em 0.75em;
margin: calc(0.5em + 5px) 5px;
background-color: transparent;
border: 1px solid rgba(255, 255, 255, 0.5);
color: rgba(255, 255, 255, 0.75);
font-family: Arimo;
transition: margin 0.3s, border 0.3s;
}
textarea {
resize: none;
}
input[type="text"]:not(#messagebox):focus, input[type="password"]:focus, textarea:focus {
margin: 0.5em 0 !important;
border: 6px solid var(--accent);
}
input[type="button"], input[type="submit"] {
height: 2.1em;
padding: 0.25em 0.75em;
background-color: rgba(0, 0, 0, 0.5);
color: rgba(255, 255, 255, 0.75);
cursor: pointer;
border-radius: 1.05em;
}
.checkbox-container {
width: 100%;
display: flex;
align-items: center;
}
input[type="checkbox"] {
height: 1.4em;
width: 2.4em;
padding: 0 0.2em;
background: rgba(0, 0, 0, 0.5);
color: #ddd;
position: relative;
left: 0.55em;
cursor: pointer;
border-radius: 0.7em;
transition: background 0.3s;
}
input[type="checkbox"]:checked {
background: var(--accent);
}
input[type="checkbox"] + .handle {
width: 0.8em;
height: 0.8em;
background: rgba(255, 255, 255, 0.3);
display: inline-block;
position: relative;
right: 1.45em;
border-radius: 50%;
pointer-events: none;
transition: right 0.3s, background 0.2s;
}
input[type="checkbox"]:hover + .handle {
background: rgba(255, 255, 255, 0.5);
}
input[type="checkbox"]:checked + .handle {
right: 0.55em;
}
select {
height: 1.9em;
padding: 0.25em 0.75em;
margin: calc(0.5em + 5px) 5px;
background-color: transparent;
background-image: url("img/button/dropdown.svg");
background-size: 1em;
background-position: calc(100% - 0.75em);
background-repeat: no-repeat;
border: 1px solid rgba(255, 255, 255, 0.5);
color: rgba(255, 255, 255, 0.75);
font-family: Arimo;
transition: border 0.3s;
}
select:focus {
color: black;
border: 1px solid var(--accent);
}
/* input[type="range"] { */
/* height: 1.4em; */
/* padding: 0 0.2em; */
/* background: rgba(0, 0, 0, 0.5); */
/* cursor: ew-resize; */
/* border-radius: 0.7em; */
/* } */
/* */
/* input[type="range"]::-webkit-slider-thumb { */
/* width: 1em; */
/* height: 1em; */
/* background: rgba(255, 255, 255, 0.3); */
/* border: none; */
/* outline: none; */
/* border-radius: 50%; */
/* -webkit-appearance: none; */
/* } */
@keyframes slide-in {
from {
left: 0;
width: 0;
}
to {
left: 0;
width: 100%;
}
}
/* util */
.hidden {
opacity: 0;
pointer-events: none;
}
.immortal {
pointer-events: none;
}
.disabled {
display: none !important;
}
.link {
text-decoration: underline;
cursor: pointer;
}
.button {
padding: 0.6em 0.7em;
margin-left: 0.8em;
background: rgba(0, 0, 0, 0.2);
display: inline-block;
border-radius: 0.5em;
font-size: 0.9em;
cursor: pointer;
}
.button.primary {
background: var(--accent);
}
.avatar {
width: 1em;
height: 1em;
background-size: cover;
background-position: center;
border-radius: 50%;
}
.avatar.none {
background: var(--accent);
display: flex;
align-items: center;
justify-content: center;
}
.avatar.none::before {
content: attr(data);
color: white;
text-transform: uppercase;
font-size: 0.6em;
}
.actions > * {
width: 1.4em;
height: 1.4em;
display: inline-block;
background-position: center;
background-size: contain;
cursor: pointer;
}
.actions > .settings {
background-image: url("img/button/settings.svg");
}
.actions > .logout {
background-image: url("img/button/logout.svg");
}
.actions > .minimize {
background-image: url("img/button/minimize.svg");
}
.actions > .maximize {
background-image: url("img/button/maximize.svg");
}
.actions > .close {
background-image: url("img/button/close.svg");
}
/* indicators */
.indicator-connection.hidden {
top: -2.5em;
}
.indicator-connection {
height: 2em;
padding: 0 0.65em;
background: #f44336;
display: flex;
align-items: center;
position: absolute;
top: 0.5em;
right: 0.5em;
z-index: 9999;
border-radius: 0.3em;
transition: top 0.3s, opacity 0.3s;
}
.indicator-connection::before {
content: "";
width: 0.5em;
height: 0.5em;
margin-right: 0.5em;
display: block;
border: 2px solid white;
border-top: 2px solid transparent;
border-radius: 50%;
animation: rotate 1s infinite linear;
}
.indicator-connection::after {
content: "No Internet Connection";
color: white;
}
/* titlebar */
.titlebar {
height: 2.4em;
display: flex;
align-items: center;
-webkit-app-region: drag;
cursor: default;
}
.titlebar > * {
-webkit-app-region: no-drag;
}
.titlebar > .left {
flex: 1;
}
.titlebar > .actions {
margin-right: 0.4em;
display: flex;
}
/* loading screen */
.splash {
width: 100vw;
height: 100vh;
background: #212121;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
position: absolute;
left: 0;
top: 0;
z-index: 999;
transition: opacity 0.3s;
}
.splash::before {
content: "";
width: 100vw;
height: 100vh;
background-image: url(img/loading.png);
background-size: 50%;
background-position: center;
background-repeat: no-repeat;
display: block;
position: absolute;
left: 0;
top: 0;
opacity: 0.2;
filter: blur(0.5em);
}
.splash > .logo {
width: 5em;
height: 5em;
position: relative;
}
.splash > .logo::before {
content: "";
width: 5em;
height: 5em;
display: block;
position: absolute;
top: 0;
left: 0;
border: 2px solid transparent;
border-left: 2px solid white;
border-right: 2px solid white;
border-radius: 50%;
animation: rotate 1s reverse infinite linear;
}
.splash > .logo::after {
content: "";
width: 2em;
height: 2em;
display: block;
position: absolute;
top: 1.5em;
left: 1.5em;
border: 2px solid transparent;
border-left: 2px solid white;
border-right: 2px solid white;
border-radius: 50%;
animation: rotate 1s infinite linear;
}
@keyframes rotate {
to {
transform: rotate(360deg);
}
}
/* context menu */
.context-container {
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.001);
position: absolute;
left: 0;
top: 0;
z-index: 999;
}
.context-container > .context {
padding: 0.5em 0;
background: #161616;
position: absolute;
box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.5);
border-radius: 0.3em;
}
.context-container > .context > div {
padding: 0.1em 1.5em;
cursor: default;
transition: background 0.2s;
}
.context-container > .context > div:hover {
background: rgba(255, 255, 255, 0.05);
}
/* dialogs */
.dialog {
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.8);
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0;
z-index: 99;
transition: opacity 0.3s;
}
.dialog .dialog-box {
background: #262626;
border-radius: 0.3em;
box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.8);
}
.dialog .dialog-content {
max-width: 50vw;
max-height: 50vh;
padding: 1.5em;
}
.dialog .dialog-box > .buttons {
padding: 0.8em;
background: #161616;
border-bottom-left-radius: 0.3em;
border-bottom-right-radius: 0.3em;
text-align: right;
}
.dialog .image-preview {
max-width: 70vw;
max-height: 70vh;
display: block;
box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.8);
}
.dialog .image-preview-link {
padding: 0.5em;
color: #ccc;
display: flex;
align-items: center;
font-size: 0.9em;
}
.dialog .image-preview-link span {
color: var(--accent);
text-decoration: underline;
cursor: pointer;
}
.dialog .image-preview-link .divider {
width: 1px;
height: 1.1em;
margin: 0 0.3em;
background: rgba(255, 255, 255, 0.2);
display: inline-block;
}
/* login layout */
.wrapper.login {
width: 100vw;
height: 100vh;
background: url(img/login.jpg) center / cover;
display: flex;
align-items: center;
justify-content: center;
}
.wrapper.login > .titlebar {
width: 100vw;
position: absolute;
left: 0;
top: 0;
z-index: 9;
}
.wrapper.login > .panel {
padding: 2em;
background: #161616;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
position: relative;
box-shadow: 0 0 1em 0 black;
border-radius: 0.5em;
}
.wrapper.login > .panel form {
display: flex;
justify-items: center;
flex-direction: column;
}
.wrapper.login input[type="text"], .wrapper.login input[type="password"] {
height: 1.4em !important;
padding: 0.25em 0.75em !important;
margin: 0.5em 0 !important;
background-color: transparent !important;
color: rgba(255, 255, 255, 0.75) !important;
border: none !important;
font-family: Arimo !important;
transition: none !important;
}
.wrapper.login input[type="text"]:focus, .wrapper.login input[type="password"]:focus {
border: none !important;
}
.wrapper.login input[type="text"] + div, .wrapper.login input[type="password"] + div {
content: "";
width: 0;
height: 2px;
background: white;
display: block;
position: relative;
left: 100%;
bottom: 0.5em;
transition: width 0.2s, left 0.2s;
}
.wrapper.login input[type="text"]:focus + div, .wrapper.login input[type="password"]:focus + div {
width: 100%;
left: 0;
animation: slide-in 0.2s;
}
/* chat layout */
.wrapper.chat {
width: 100vw;
height: 100vh;
display: flex;
}
.wrapper.chat > .room-list-container {
width: 240px;
display: flex;
flex-direction: column;
box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.5);
}
.room-list-container > .room-menu {
height: 2.4em;
background: #161616;
display: flex;
align-items: center;
}
.room-list-container > .room-list {
padding: 0.5em 0;
flex: 1;
overflow: auto;
overflow-y: auto;
}
.room-list-container > .main-menu {
height: 2.4em;
padding-left: 0.4em;
padding-right: 0.1em;
background: #161616;
display: flex;
align-items: center;
}
.wrapper.chat > .content {
display: flex;
flex-direction: column;
flex: 1;
}
.wrapper.chat > .content > .titlebar {
background: #161616;
}
.wrapper.chat > .content > .content-divider {
display: flex;
flex: 1;
}
.content-divider > .message-list-container {
display: flex;
flex-direction: column;
flex: 1;
position: relative;
}
.message-list-container > .message-list {
padding: 1em;
flex: 1;
font-size: 0.9em;
overflow-y: auto;
-webkit-user-select: text;
}
.message-list-container > .message-list:empty {
display: flex;
align-items: center;
justify-content: center;
}
.message-list-container > .message-list:empty::before {
content: "...welcome to the hollow abyss which is your dashboard...";
width: 240px;
color: rgba(255, 255, 255, 0.5);
display: block;
text-align: center;
font-style: italic;
}
.message-list-container > .messagebox {
height: 2.4em;
background: #161616;
position: relative;
z-index: 9;
}
.content-divider > .member-list {
width: 240px;
background: #161616;
overflow: auto;
}
/* main menu */
.room-list-container > .main-menu > .avatar {
width: 1.5em;
height: 1.5em;
margin-right: 0.5em;
}
.room-list-container > .main-menu > .user-info {
flex: 1;
font-size: 0.9em;
-webkit-user-select: text;
overflow: hidden;
}
.room-list-container > .main-menu > .user-info div {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.room-list-container > .main-menu > .user-info span {
color: rgba(255, 255, 255, 0.5);
font-size: 0.8em;
}
.room-list-container > .main-menu > .user-info > :last-child {
display: block;
margin-top: -0.4em;
}
.room-list-container > .main-menu > .actions {
display: flex;
align-items: center;
}
.room-list-container > .main-menu > .actions > * {
width: 1em;
height: 1em;
padding: 0.4em;
background-size: 50%;
background-repeat: no-repeat;
border-radius: 50%;
opacity: 0.8;
transition: background-color 0.2s;
}
.room-list-container > .main-menu > .actions > *:hover {
background-color: rgba(255, 255, 255, 0.08);
}
/* room menu */
.room-list-container > .room-menu > .back {
width: 1.4em;
height: 1.4em;
margin: 0 0.5em;
background: url("img/button/back.svg") center / contain;
cursor: pointer;
}
.room-list-container > .room-menu > .room-title {
height: 2.4em;
padding: 0 0.5em;
flex: 1;
cursor: pointer;
line-height: 2.4em;
vertical-align: middle;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
transition: background 0.2s;
}
.room-list-container > .room-menu > .room-title:hover {
background: rgba(0, 0, 0, 0.2);
}
.room-list-container > .room-menu > .back.disabled + .room-title {
padding-left: 0.8em;
background: transparent !important;
cursor: default;
}
/* room list */
.room-list > .category {
padding: 0 0.3em;
padding-bottom: 0.3em;
margin: 0 0.5em;
margin-bottom: 0.5em;
color: rgba(255, 255, 255, 0.65);
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
font-size: 0.9em;
cursor: pointer;
}
.room-list > .category.hidden {
opacity: 1;
pointer-events: initial;
}
.room-list > .category::after {
content: "";
width: 1em;
height: 1em;
display: block;
opacity: 0.65;
background: url("img/button/dropdown.svg") center / contain;
transition: transform 0.3s;
}
.room-list > .category.hidden::after {
transform: rotate(90deg);
}
.room-list > .list {
margin-bottom: 0.5em;
}
.room-list > .list.hidden {
display: none;
}
.room-list > .list > .room {
height: 2em;
padding: 0 1em;
background: linear-gradient(to right, rgba(0, 0, 0, 0.2), transparent) no-repeat;
background-position: -240px;
border-left: 3px solid transparent;
display: flex;
align-items: center;
font-size: 0.9em;
cursor: pointer;
transition: background-position 0.2s, border-left 0.2s;
}
.room-list > .list > .room:hover {
border-left: 3px solid var(--accent);
background-position: 0;
}
.room-list > .list > .room.selected {
border-left: 6px solid var(--accent);
background-position: 0;
}
.room-list > .list > .room > .avatar {
margin-right: 1em;
}
.room-list > .list > .room > span {
flex: 1;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
/* member list */
.member-list > .member {
height: 2em;
padding: 0 1em;
background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent) no-repeat;
background-position: 240px;
display: flex;
align-items: center;
font-size: 0.9em;
text-align: right;
cursor: pointer;
transition: background-position 0.2s;
}
.member-list > .member:hover {
background-position: 0;
}
.member-list > .member > .avatar {
margin-left: 1em;
}
.member-list > .member > span {
flex: 1;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
/* message list */
.message-list > .divider {
margin: 0.5em 0;
position: relative;
text-align: center;
}
.message-list > .divider:first-child {
margin-top: 0;
}
.message-list > .divider::before {
content: "";
width: 100%;
height: 1px;
display: block;
background: rgba(255, 255, 255, 0.2);
position: absolute;
top: 50%;
}
.message-list > .divider span {
padding: 0 0.5em;
background: #212121;
position: relative;
z-index: 9;
}
.message-list > .message > .author {
margin: 0 0.5em;
display: flex;
align-items: center;
word-break: break-word;
}
.message .avatar {
margin-right: 0.5em;
}
.message-list > .message > .author > .title {
margin-right: 0.5em;
color: rgba(255, 255, 255, 0.65);
}
.message-list > .message > .author > .timestamp {
color: rgba(255, 255, 255, 0.5);
font-size: 0.7em;
}
.message-list > .message > .content {
margin: 0 0.5em;
word-break: break-word;
}
.message-list > .message > img.content {
max-width: 50%;
max-height: 50vh;
margin-top: 0.3em;
cursor: pointer;
}
.message-list > .message > .content.redacted {
width: 240px;
border-radius: 3px;
overflow: hidden;
}
.message-list > .message > .content.redacted::before {
content: "";
width: 250px;
height: 1.6em;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="24">\
<rect fill="rgba(0, 0, 0, 0.2)" width="8" height="24"></rect>\
</svg>') left / contain;
display: block;
transform: skew(-45deg);
}
.message-list > .message + .message::before {
content: "";
width: 100%;
height: 1px;
margin: 0.3em 0;
display: block;
background: rgba(255, 255, 255, 0.1);
}
.message > .avatar {
margin-right: 0;
margin-left: 0.5em;
display: inline-block;
}
.message > .avatar.none {
display: inline-flex;
}
.message.no-author > .author > .title {
display: none;
}
.message.no-author > .author, .message.no-author > .content {
margin-right: 0;
display: inline-block;
}
/* message box */
.command-container {
width: 100%;
max-height: 35vh;
padding-top: 0.5em;
background: #161616;
border-top-left-radius: 0.7em;
border-top-right-radius: 0.7em;
display: block;
position: absolute;
left: 0;
bottom: 2.4em;
box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
overflow: auto;
}
.command-container::before {
content: "Commands Matching your Query;";
color: rgba(255, 255, 255, 0.65);
font-size: 0.7em;
position: relative;
top: -0.15em;
left: 2em;
z-index: 9;
}
.command-container > .command {
padding: 0.1em 1em;
cursor: pointer;
}
.command-container > .command.selected {
background: rgba(0, 0, 0, 0.1);
}
.command-container > .command::before {
content: "/";
margin-right: 0.5em;
color: rgba(255, 255, 255, 0.2);
}
.messagebox > form {
width: 100%;
height: 100%;
display: flex;
}
.messagebox > form > input {
height: 100%;
padding: 0 1em;
margin: 0;
background: transparent;
color: rgba(255, 255, 255, 0.75);
flex: 1;
font-family: Arimo;
}
/* settings */
.message-list.flex {
padding: 0;
display: flex;
-webkit-user-select: none;
}
.category-container {
width: 240px;
background: #161616;
box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.5);
overflow: auto;
}
.category-container > .category {
padding: 0.3em 0.6em;
margin: 0.5em 1em;
cursor: pointer;
border-radius: 0.2em;
transition: background 0.2s;
}
.category-container > .category:hover {
background: rgba(0, 0, 0, 0.1);
}
.category-container > .category.selected {
background: rgba(0, 0, 0, 0.2);
}
.options-wrapper {
display: flex;
flex: 1;
justify-content: center;
overflow: auto;
}
.options-container {
padding: 1em 0;
width: 80%;
max-width: 480px;
}
.options-container > .input-container {
padding: 0.75em;
width: 100%;
display: flex;
}
.options-container textarea {
height: 5em !important;
display: block;
}
.options-container > .input-container > .title {
flex: 1;
display: flex;
justify-content: center;
flex-direction: column;
text-align: left;
cursor: default;
}
.options-container > .input-container > .title > :last-child {
margin-top: -0.2em;
color: rgba(255, 255, 255, 0.5);
font-size: 0.8em;
}
.options-container > .input-container > .checkbox-container {
width: initial;
}
.options-container > .input-container > input[type="text"], .options-container > .input-container > input[type="password"], .options-container > .input-container > textarea {
width: 12em;
}
.options-container > .input-container > select {
width: 13.6em;
}
/* about page */
.options-container .about-container {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
cursor: default;
}
.options-container .about-container .logo {
width: 15em;
height: 11em;
background: url("img/logo/manexThick.png") center / cover;
}
.options-container .about-container .title {
margin-top: -0.2em;
color: white;
font-family: Righteous;
font-size: 4em;
letter-spacing: -0.02em;
text-transform: lowercase;
}
.options-container .about-container .subtitle {
margin-top: -0.5em;
color: rgba(255, 255, 255, 0.65);
font-family: Righteous;
font-size: 1.2em;
letter-spacing: -0.02em;
text-transform: lowercase;
}
.options-container .about-container .contributors {
margin-top: 0.7em;
width: 100%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: auto;
}
.options-container .about-container .contributor {
padding: 0.7em 1em;
margin: 1em 0.5em;
background: #161616;
border-radius: 0.5em;
display: inline-block;
text-align: center;
box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.5);
}
.options-container .about-container .contributor :first-child {
font-size: 1.1em;
}
.options-container .about-container .contributor :last-child {
font-size: 0.9em;
color: rgba(255, 255, 255, 0.5);
} | 0.265309 | 0.091261 |
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: 'Open Sans', sans-serif;
/* from css-tricks.com*/
/* 100% of the viewport height */
/* to adjust footer at end of page */
display: flex;
flex-direction: column;
height: 100vh; /* Avoid the IE 10-11 `min-height` bug. */
}
img,
video {
max-width: 100%;
}
.container {
padding: 20px;
/* from css-tricks.com*/
/* Prevent Chrome, Opera, and Safari from letting these items
shrink to smaller than their content's default minimum size. */
/* to adjust footer at end of page */
flex: 1 0 auto;
}
.text_center {
text-align: center;
}
.section_padding {
padding: 20px 0;
}
.btn {
padding: 14px 0;
/* to set width relative to parent width
to get width of all buttons equal */
Width: 15em;
margin-bottom: 30px;
font-size: 16px;
cursor: pointer;
}
.default_btn {
border: 1px solid #02b3e4;
background-color: #02b3e4;
color: #fff;
}
.secondary_btn {
border: 1px solid #333;
background-color: transparent;
color: #333;
}
.control_btn {
padding: 15px 20px;
margin-right: 20px;
border: 1px solid #333;
background-color: transparent;
color: #333;
border-radius: 100%;
font-size: 16px;
font-weight: bold;
cursor: pointer;
}
/* footer */
.footer {
/* from css-tricks.com*/
/* Prevent Chrome, Opera, and Safari from letting these items
shrink to smaller than their content's default minimum size. */
/* to adjust footer at end of page */
flex-shrink: 0;
}
/* start page */
.start_page {
display: flex;
max-width: 400px; /* to force 2 buttons to wrap*/
flex-wrap: wrap; /* to get elements wrap you should add max-width to parent */
justify-content: center;
margin: 0 auto;
}
/* top quiz panel */
.top_Quiz_panel {
display: flex;
flex-wrap: wrap;
}
.question_num {
width: 100%;
margin-bottom: 20px;
}
.score_section {
width: 100%;
}
/* quiz container */
.quiz_container {
display: flex;
flex-wrap: wrap;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
#question {
width: 100%;
margin-bottom: 15px;
}
.choice_container {
width: 100%;
margin-top: 15px;
display: flex;
flex-wrap: nowrap;
background-color: #eee;
}
.choice_container .choice_prefix {
width: 15%;
padding: 10px;
text-align: center;
background-color: #02b3e4;
color: #fff;
}
.choice_container .choice_text {
width: 85%;
padding: 10px;
}
/* quiz controls */
.quiz_controls {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.controls_btns {
width: 100%;
margin-bottom: 20px;
}
/* media queries */
/* for medium screens */
@media screen and (min-width: 450px){
/* to display control btns and submit btn in the one line -nowrap- */
.quiz_controls {
flex-wrap: nowrap;
justify-content: center;
}
.controls_btns {
width: 50%;
}
}
@media screen and (min-width: 450px) and (max-width: 600px){
/* to display top panel elements in the one line -nowrap- */
.question_num {
width: 50%;
}
.score_section {
width: 50%;
}
}
@media screen and (min-width:601px) {
/* to display every 2 choice in the one line */
.quiz_container {
justify-content: space-between;
}
.choice_container {
width: 45%;
}
}
/* for large screens */
@media screen and (min-width: 900px) {
/* this layout use mostly fluid pattern
so we center container in large screens */
.container {
width: 900px;
padding: 30px;
margin-left: auto;
margin-right: auto;
}
} | css/styles.css | * {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: 'Open Sans', sans-serif;
/* from css-tricks.com*/
/* 100% of the viewport height */
/* to adjust footer at end of page */
display: flex;
flex-direction: column;
height: 100vh; /* Avoid the IE 10-11 `min-height` bug. */
}
img,
video {
max-width: 100%;
}
.container {
padding: 20px;
/* from css-tricks.com*/
/* Prevent Chrome, Opera, and Safari from letting these items
shrink to smaller than their content's default minimum size. */
/* to adjust footer at end of page */
flex: 1 0 auto;
}
.text_center {
text-align: center;
}
.section_padding {
padding: 20px 0;
}
.btn {
padding: 14px 0;
/* to set width relative to parent width
to get width of all buttons equal */
Width: 15em;
margin-bottom: 30px;
font-size: 16px;
cursor: pointer;
}
.default_btn {
border: 1px solid #02b3e4;
background-color: #02b3e4;
color: #fff;
}
.secondary_btn {
border: 1px solid #333;
background-color: transparent;
color: #333;
}
.control_btn {
padding: 15px 20px;
margin-right: 20px;
border: 1px solid #333;
background-color: transparent;
color: #333;
border-radius: 100%;
font-size: 16px;
font-weight: bold;
cursor: pointer;
}
/* footer */
.footer {
/* from css-tricks.com*/
/* Prevent Chrome, Opera, and Safari from letting these items
shrink to smaller than their content's default minimum size. */
/* to adjust footer at end of page */
flex-shrink: 0;
}
/* start page */
.start_page {
display: flex;
max-width: 400px; /* to force 2 buttons to wrap*/
flex-wrap: wrap; /* to get elements wrap you should add max-width to parent */
justify-content: center;
margin: 0 auto;
}
/* top quiz panel */
.top_Quiz_panel {
display: flex;
flex-wrap: wrap;
}
.question_num {
width: 100%;
margin-bottom: 20px;
}
.score_section {
width: 100%;
}
/* quiz container */
.quiz_container {
display: flex;
flex-wrap: wrap;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
#question {
width: 100%;
margin-bottom: 15px;
}
.choice_container {
width: 100%;
margin-top: 15px;
display: flex;
flex-wrap: nowrap;
background-color: #eee;
}
.choice_container .choice_prefix {
width: 15%;
padding: 10px;
text-align: center;
background-color: #02b3e4;
color: #fff;
}
.choice_container .choice_text {
width: 85%;
padding: 10px;
}
/* quiz controls */
.quiz_controls {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.controls_btns {
width: 100%;
margin-bottom: 20px;
}
/* media queries */
/* for medium screens */
@media screen and (min-width: 450px){
/* to display control btns and submit btn in the one line -nowrap- */
.quiz_controls {
flex-wrap: nowrap;
justify-content: center;
}
.controls_btns {
width: 50%;
}
}
@media screen and (min-width: 450px) and (max-width: 600px){
/* to display top panel elements in the one line -nowrap- */
.question_num {
width: 50%;
}
.score_section {
width: 50%;
}
}
@media screen and (min-width:601px) {
/* to display every 2 choice in the one line */
.quiz_container {
justify-content: space-between;
}
.choice_container {
width: 45%;
}
}
/* for large screens */
@media screen and (min-width: 900px) {
/* this layout use mostly fluid pattern
so we center container in large screens */
.container {
width: 900px;
padding: 30px;
margin-left: auto;
margin-right: auto;
}
} | 0.375592 | 0.085137 |
.form-control-sm, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .2rem;
}
.form-control-sm:not(textarea) {
height: 32px;
}
.active-white>a {
color: #fff !important;
}
/* Headings */
.post__items__custom {
cursor: pointer;
margin: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
.post__items__custom__selected {
background-color: rgba(128, 128, 128, 0.4);
}
.post__items__custom__img__selected {
width: 130px;
height: 80px;
filter: brightness(0.8);
}
.post__items__custom__img {
width: 130px;
height: 80px;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
z-index: 9999 !important;
}
.ul_tincazos {
display: flex;
margin: 0;
flex-direction: row;
/* Below sets up your display method: flex-start|flex-end|space-between|space-around */
justify-content: flex-start;
/* Below removes bullets and cleans white-space */
list-style: none;
padding: 0;
color: black;
/* Bonus: forces no word-wrap */
white-space: nowrap;
}
.ul_tincazos li {
margin-right: 3px;
}
.ul_tincazos li strong {
color: red;
}
.mitorneo[style='display: block;']+table {
filter: blur(3px);
}
.team-meta__logo_right {
width: 25px;
height: 20px;
text-align: center;
display: inline-block;
vertical-align: middle;
margin-right: 2px;
}
.team-meta__logo_right img {
position: relative;
top: 50%;
width: 100%;
height: 25px;
border-radius: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.team-meta__name_right {
font-size: 10px;
line-height: 1.2em;
font-weight: 400;
margin-bottom: 0;
text-transform: none;
}
.modal-header .close {
width: 33px;
height: 33px;
padding: 0;
line-height: 33px;
border-radius: 50%;
background-color: #31404b;
color: #fff;
opacity: 1;
margin: 0;
text-shadow: none;
position: absolute;
top: 0;
right: 0;
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.font-var {
font: normal normal normal 10px FontAwesome !important;
}
#tablepociciones>tbody>tr>td {
padding: 5px 5px !important;
font-size: 12px !important;
}
#table-pociciones-dia>tbody>tr:hover {
background-color: #cad0d6 !important;
}
/* #table-info-player-grupo>tbody>tr>td {
padding: 5px 5px !important;
font-size: 10px !important;
}
#table-info-player-grupo>thead>tr>th, #table-info-player-grupo>thead>tr>td, #table-info-player-grupo>tbody>tr>th, #table-info-player-grupo>tbody>tr>td, #table-info-player-grupo>tfoot>tr>th, #table-info-player-grupo>tfoot>tr>td {
padding: 6.5px;
vertical-align: middle;
border-top: 0px solid #e4e7ed;
font-family: "Montserrat", sans-serif;
font-size: 10px;
} */
/* #table-info-player-grupo-dia>tbody>tr>td {
padding: 5px 5px !important;
font-size: 10px !important;
} */
/* #table-info-player-grupo-dia>thead>tr>th, #table-info-player-grupo-dia>thead>tr>td, #table-info-player-grupo-dia>tbody>tr>th, #table-info-player-grupo-dia>tbody>tr>td, #table-info-player-grupo-dia>tfoot>tr>th, #table-info-player-grupo-dia>tfoot>tr>td {
padding: 6.5px;
vertical-align: middle;
border-top: 0px solid #e4e7ed;
font-family: "Montserrat", sans-serif;
font-size: 10px;
} */
#jprePercentage {
font-family: "Montserrat", sans-serif;
font-size: 18px;
line-height: 1.2em;
text-transform: uppercase;
font-weight: 700;
letter-spacing: -0.03em;
color: #38a9ff;
text-align: center;
width: 260px;
margin: 0 auto;
}
#jprePercentage::before {
content: "Cargando...";
color: #fff;
}
#jprePercentage::after {
content: "www.tincazo.com";
display: block;
font-size: 9px;
line-height: 1.5em;
color: #fff;
letter-spacing: 0;
}
#table-pociciones-dia>tbody>tr>td {
padding: 5px 5px !important;
font-size: 12px !important;
}
#table-tincazos-grupo>tbody>tr>td {
padding: 5px 5px !important;
font-size: 12px !important;
}
#tablepociciones>tbody>tr:hover {
background-color: #cad0d6 !important;
}
#tableinvitaciones>tbody>tr>td:first-child {
padding-left: 24px !important;
padding-top: 5px !important;
padding-bottom: 5px !important;
}
/*#tablepociciones>tbody>tr>td:first-child{
padding-left: 0px !important;
padding-top: 5px !important;
padding-bottom: 5px !important;
}*/
#tableinvitaciones>tbody>tr>td {
vertical-align: middle !important;
color: #31404b !important;
text-align: left !important;
}
#table-pociciones-dia>tbody>tr>td {
vertical-align: middle !important;
color: #31404b !important;
text-align: left !important;
}
.primero {
float: left !important;
text-align: center;
margin: 0 0 10px 0;
}
.segundo {
float: right !important;
text-align: center;
margin: 0 0 10px 0;
}
@media (max-width: 1199px) and (min-width: 992px) {
.primero {
float: left !important;
text-align: center;
margin: 0 0 10px 0;
}
}
@media (max-width: 1199px) and (min-width: 992px) {
.segundo {
float: right !important;
text-align: center;
margin: 0 0 10px 0;
}
}
.category-filter__link {
padding: 0 12px !important;
}
.nav-tabs {
border-bottom: 0px solid #ddd !important;
}
.team-meta__logo img {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
height: 30px;
}
.select-gb {
background-color : grey;
}
.game-result__header>h3:hover {
color: #38a9ff;
content: "";
width: 50%;
height: 2px;
bottom: 0;
left: 25%;
transition: all 0.35s ease-in-out;
transform: scale(1.1);
}
.game-result__header__modify {
margin-bottom: 5px !important;
padding-bottom: 0px !important;
border-top: 1px solid #e4e7ed !important;
}
.game-result__league__modify {
font-size: 12px !important;
font-weight: 600 !important;
}
.game-result__title>span {
font-size: 25px !important;
;
}
.avatar__modify {
float: none;
width: 36px !important;
height: 35px !important;
margin-right: 0px !important;
cursor: pointer !important;
border-radius: 0px !important;
}
.game-result__date__modify {
font-size: 12px !important;
font-weight: 600 !important;
color: #31404b !important;
}
.game-result__score__modify {
font-size: 34px !important;
line-height: 1em !important;
margin-bottom: 0px;
}
.padding-pos {
padding-left: 10px !important;
}
.btn-edit {
font-size: 20px;
cursor: pointer;
color: #e29d1a !important;
}
.btn-edit:hover, .btn-edit:active, .btn-edit:focus {
color: #e29d1ad9 !important;
}
.btn-eliminar {
cursor: pointer;
font-size: 20px;
color: #F44336 !important;
}
.btn-estado {
cursor: pointer;
font-size: 20px;
color: #46aefd !important;
}
.btn-fixture {
cursor: pointer;
font-size: 20px;
/*color: #F44336 !important;*/
}
.btn-refresh {
background-image: linear-gradient(to bottom, #1892ed 0%, #1892ed 100%) !important;
}
.btn-estado:hover, .btn-estado:active, .btn-estado:focus {
color: #46aefdd9 !important;
}
.btn-eliminar:hover, .btn-eliminar:active, .btn-eliminar:focus {
color: #f44336d9 !important;
}
.modal-body {
overflow-x: auto;
}
.modify {
height: 31px !important;
padding: 13px 13px !important;
font-size: 13px !important;
}
.position-processing {
margin-left: 100px !important;
margin-top: 16px !important;
}
#image-preview-admin-torneo {
flex-basis: 50%;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview-admin-torneo input {
line-height: 200px;
font-size: 200px;
position: absolute;
opacity: 0;
z-index: 10;
}
#image-preview-admin-torneo label {
position: absolute;
z-index: 5;
opacity: 0.8;
cursor: pointer;
background-color: #bdc3c7;
width: 200px;
height: 50px;
font-size: 20px;
line-height: 50px;
text-transform: uppercase;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
text-align: center;
}
#image-preview-admin-equipo {
flex-basis: 50%;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview-admin-equipo input {
line-height: 200px;
font-size: 200px;
position: absolute;
opacity: 0;
z-index: 10;
}
#image-preview-admin-equipo label {
position: absolute;
z-index: 5;
opacity: 0.8;
cursor: pointer;
background-color: #bdc3c7;
width: 200px;
height: 50px;
font-size: 20px;
line-height: 50px;
text-transform: uppercase;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
text-align: center;
}
.image-preview {
flex-basis: 50%;
flex-basis: 50%;
padding: 50px 38px;
}
#image-preview {
flex-basis: 50%;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview input {
line-height: 200px;
font-size: 200px;
position: absolute;
opacity: 0;
z-index: 10;
}
#image-preview label {
position: absolute;
z-index: 5;
opacity: 0.8;
cursor: pointer;
background-color: #bdc3c7;
width: 200px;
height: 50px;
font-size: 20px;
line-height: 50px;
text-transform: uppercase;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
text-align: center;
}
#image-preview5 {
flex-basis: 50%;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview5 input {
line-height: 200px;
font-size: 200px;
position: absolute;
opacity: 0;
z-index: 10;
}
#image-preview5 label {
position: absolute;
z-index: 5;
opacity: 0.8;
cursor: pointer;
background-color: #bdc3c7;
width: 200px;
height: 50px;
font-size: 20px;
line-height: 50px;
text-transform: uppercase;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
text-align: center;
}
#image-preview3 {
flex-basis: 50%;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview3 input {
line-height: 200px;
font-size: 200px;
position: absolute;
opacity: 0;
z-index: 10;
}
#image-preview3 label {
position: absolute;
z-index: 5;
opacity: 0.8;
cursor: pointer;
background-color: #bdc3c7;
width: 200px;
height: 50px;
font-size: 20px;
line-height: 50px;
text-transform: uppercase;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
text-align: center;
}
#image-preview1 {
flex-basis: 50%;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview1 label {
position: absolute;
z-index: 5;
opacity: 0.8;
cursor: pointer;
background-color: #bdc3c7;
width: 200px;
height: 50px;
font-size: 20px;
line-height: 50px;
text-transform: uppercase;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
text-align: center;
}
#image-preview1 input {
line-height: 200px;
font-size: 200px;
position: absolute;
opacity: 0;
z-index: 10;
}
#edit-perfil-image-preview {
flex-basis: 50%;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#edit-perfil-image-preview {
margin: auto auto;
width: 200px;
height: 200px;
max-width: 250px;
max-height: 250px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#edit-perfil-image-preview label {
position: absolute;
z-index: 5;
opacity: 0.8;
cursor: pointer;
background-color: #bdc3c7;
width: 200px;
height: 50px;
font-size: 20px;
line-height: 50px;
text-transform: uppercase;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
text-align: center;
}
#edit-perfil-image-preview input {
line-height: 200px;
font-size: 200px;
position: absolute;
opacity: 0;
z-index: 10;
}
#image-preview2 {
flex-basis: 50%;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview2 label {
position: absolute;
z-index: 5;
opacity: 0.8;
cursor: pointer;
background-color: #bdc3c7;
width: 200px;
height: 50px;
font-size: 20px;
line-height: 50px;
text-transform: uppercase;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
text-align: center;
}
#image-preview2 input {
line-height: 200px;
font-size: 200px;
position: absolute;
opacity: 0;
z-index: 10;
}
@media only screen and (max-width: 425px) {
#edit-perfil-image-preview {
flex-basis: 50%;
height: 400px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#main-nav-torneos {
padding: 20px 0px 20px 0px !important;
}
#image-preview {
flex-basis: 50%;
height: 400px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview1 {
flex-basis: 50%;
height: 400px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview-admin-torneo {
flex-basis: 50%;
height: 400px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
}
@media only screen and (max-width: 375px) {
#edit-perfil-image-preview {
width: 350px;
height: 350px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#main-nav-torneos {
padding: 20px 0px 20px 0px !important;
}
#image-preview {
width: 350px;
height: 350px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview1 {
width: 350px;
height: 350px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview-admin-torneo {
width: 350px;
height: 350px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
}
@media only screen and (max-width: 320px) {
#edit-perfil-image-preview {
width: 300px;
height: 300px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#main-nav-torneos {
padding: 20px 0px 20px 0px !important;
}
#image-preview {
width: 300px;
height: 300px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview1 {
width: 300px;
height: 300px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview-admin-torneo {
width: 300px;
height: 300px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
}
@media only screen and (max-width: 1024px) {
#edit-perfil-image-preview {
flex-basis: 50%;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview {
flex-basis: 50%;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview1 {
flex-basis: 50%;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview-admin-torneo {
flex-basis: 50%;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
}
@media only screen and (max-width: 768px) {
#edit-perfil-image-preview {
margin: auto auto;
width: 200px;
height: 200px;
max-width: 250px;
max-height: 250px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#main-nav-torneos {
padding: 20px 0px 20px 0px !important;
}
#image-preview {
margin: auto auto;
margin-top: 40px;
width: 200px;
height: 200px;
max-width: 250px;
max-height: 250px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview1 {
margin: auto auto;
margin-top: 40px;
width: 200px;
height: 200px;
max-width: 250px;
max-height: 250px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview-admin-torneo {
margin: auto auto;
margin-top: 40px;
width: 200px;
height: 200px;
max-width: 250px;
max-height: 250px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
}
.main-nav__list>li>.mitorneo:hover {
color: #fff;
background-color: transparent;
text-decoration: none;
}
.main-nav__list>li>.mitorneo {
display: block;
position: relative;
color: orange !important;
padding: 0 34px;
line-height: 62px;
text-decoration: none;
position: relative;
font-family: "Montserrat", sans-serif;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.mitorneo[style='display: block;']+table {
filter: blur(3px);
}
.main-nav__list>li>#enlace-invitacion {
display: block;
position: relative;
color: #ff7e1f;
padding: 0 34px;
line-height: 62px;
text-decoration: none;
position: relative;
font-family: "Montserrat", sans-serif;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.main-nav__list>li>#enlace-invitacion:hover {
color: #fff;
background-color: transparent;
text-decoration: none;
}
.category-filter__link.active {
color: #31404b;
}
.main-nav__list>li>#partidos:hover {
color: #5a3737;
background-color: transparent;
text-decoration: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
z-index: 9999 !important;
}
.main-nav__list>li>#partidos {
display: block;
position: relative;
color: #c2ff1f;
padding: 0 34px;
line-height: 62px;
text-decoration: none;
position: relative;
font-family: "Montserrat", sans-serif;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
@media (min-width: 992px) {
.album__item-title {
font-size: 12px;
}
}
@media (min-width: 992px) {
.album__item-meta {
right: 40%;
top: 70%;
}
}
.meta__item--likes .meta-like {
vertical-align: middle;
margin-right: 2px;
font-size: 12px;
}
.album__thumb img {
width: 100%;
height: 90px;
}
.meta__item--likes .meta-like--active {
color: #47ef47;
}
.btn-fab-eliminate {
display: block;
position: absolute;
right: 0;
top: 0;
width: 50px;
height: 50px;
overflow: hidden;
background-color: #1892ed;
border-radius: 50%;
}
.btn-fab-eliminate::before, .btn-fab-eliminate::after {
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-color: #fff;
-webkit-transition: -webkit-transform 0.25s ease;
transition: -webkit-transform 0.25s ease;
transition: transform 0.25s ease;
transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.btn-fab-eliminate::before {
width: 17px;
height: 3px;
}
.btn-fab-eliminate::after {
width: 3px;
height: 17px;
}
.btn-fab-eliminate:hover::before, .btn-fab-eliminate:hover::after {
-webkit-transform: translate(-50%, -50%) rotate(90deg);
transform: translate(-50%, -50%) rotate(90deg);
}
.btn-fab-eliminate--clean {
background-color: transparent;
}
.btn-fab-eliminate--clean::before, .btn-fab-eliminate--clean::after {
background-color: #38a9ff;
}
.btn-fab-eliminate--sm {
width: 30px;
height: 30px;
}
.btn-fab-eliminate--sm::before {
width: 10px;
height: 2px;
}
.btn-fab-eliminate--sm::after {
width: 2px;
height: 10px;
}
.btn-outline.btn-primary {
border-color: #007bff;
color: #31404b;
border-width: 2px;
}
.game-result__score-result--loser~.game-result__score-result--winner::after {
content: "";
display: block;
position: absolute;
right: -20px;
top: 50%;
width: 0;
height: 0;
border-right: 8px solid #38a9ff;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
-webkit-transform: translateY(-50%);
transform: translatey(-50%);
}
@media (max-width: 991px){
.game-result__score-result--draw1 {
display: block;
position: absolute;
bottom: 4px;
right: 0;
}
.game-result__score-result--draw2 {
display: block;
position: absolute;
top: 4px;
right: 0;
}
}
.game-result__score-result--loser~.game-result__score-result--winner::before {
display: none;
}
.btn-outline.btn-success {
border-color: #9fe900;
color: #9fe900 !important;
border-width: 2px;
}
.btn-outline.btn-success:hover {
background-color: #95da00;
border-color: #95da00;
color: #fff !important;
}
.btn-outline.btn-danger {
border-color: #f34141;
color: black !important;
border-width: 2px;
}
.btn-outline.btn-danger:hover {
background-color: #f23333;
border-color: #f23333;
color: #fff !important;
}
.table>tbody>tr>td>div>h6 {
color: black;
}
.table {
width: 100%;
max-width: 100%;
color: black;
}
@media (min-width: 992px) {
.table>thead>tr>th, .table>thead>tr>td, .table>tbody>tr>th, .table>tbody>tr>td, .table>tfoot>tr>th, .table>tfoot>tr>td {
padding: 10px 10px;
font-size: 12px;
}
}
/* .widthtable {
padding-left: 10px !important;
} */
select.form-control-sm:not([size]):not([multiple]) {
height: 31px;
}
.modal {
overflow-y: auto;
}
.modal-form .form-group--submit {
margin: 10px 0;
padding-top: 9px;
}
.team-stats__item {
-webkit-box-flex: 0;
-ms-flex: 0 1 33%;
flex: 0 1 33%;
max-width: 33%;
border-style: solid;
border-color: #e4e7ed;
border-width: 0 1px 1px 0;
text-align: center;
padding: 10px 0 10px 0;
background-image: none;
background-repeat: repeat-x;
background-size: 36px 24px, 36px 30px, 36px 34px, 36px 40px, 36px 37px, 36px 29px, 72px 30px, 108px 37px;
background-position: 0 100%, 6px 100%, 12px 100%, 18px 100%, 24px 100%, 30px 100%, 6px 100%, 24px 100%;
}
.hero-slider-thumbs__item {
opacity: .6;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.form-control:not(textarea) {
height: 36.5px;
}
.posts--simple-list .posts__item {
overflow: hidden;
margin-bottom: 18px;
margin-right: 18px;
}
input.header-mobile__search-control {
background-color: #292c31;
border-color: #292c31;
color: white;
}
.content-filter__item > a.content-filter__link.active::before {
height: 4px;
opacity: 1;
}
.content-filter__item > .nav-link.active {
color: #31404b;
background-color: #fff;
border-color: transparent;
border-left: 0px solid #e4e7ed;
}
.nav-item.content-filter__item .nav-link {
border: 1px solid transparent;
border-top-left-radius: .25rem;
border-top-right-radius: .25rem;
}
@media (min-width: 992px) {
.nav-account .nav-account__item.has-children ul {
list-style: none;
top: 40px;
right: 0;
min-width: 160px;
padding: 14px 0;
margin: 0;
border: 1px solid #e4e7ed;
-webkit-box-shadow: none;
box-shadow: none;
background-color: #fff;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateX(50%) rotateX(-75deg);
transform: translateX(50%) rotateX(-75deg);
visibility: hidden;
}
}
/* @media (min-width: 768px) {
.sponsors {
margin-top: -24px;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
padding: 35px 0 47px 0;
}
} */
.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true] {
background-color: #bdbdbd;
color: black;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
color: black;
border: 1px solid black;
border-radius: 0.5rem;
padding: 0 5px 0 0;
cursor: pointer;
float: left;
margin-top: .3em;
margin-right: 5px;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
color: black;
font-weight: 700;
margin-left: 3px;
margin-right: 1px;
padding-right: 3px;
padding-left: 3px;
float: left;
}
@media (min-width: 992px) {
.nav-account .nav-account__item.has-children:hover ul {
display: block;
-webkit-transform: translateX(50%) rotateX(0deg);
transform: translateX(0%) rotateX(0deg);
opacity: 1;
visibility: visible;
}
}
.game-result__header--alt .game-result__league {
font-size: 11px;
font-weight: bold;
color: #6c757d;
}
.game-result__date {
font-size: 11px;
}
.game-result__header--alt .game-result__date {
font-weight: bold;
color: #6c757d;
}
@media (min-width: 992px) {
.game-result__date {
font-size: 11px;
font-weight: bold;
color: #6c757d;
}
}
.main-nav__megamenu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 50%;
left: unset;
right: 0;
position: absolute;
top: 62px;
z-index: 1000;
margin: 0;
text-align: left;
padding: 13px 13px;
font-size: 15px;
border: solid 1px #292c31;
background-color: #1e2024;
opacity: 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transition: opacity .3s, -webkit-transform .3s;
transition: opacity .3s, -webkit-transform .3s;
transition: transform .3s, opacity .3s;
transition: transform .3s, opacity .3s, -webkit-transform .3s;
}
@media only screen and (max-width: 991px) {
.main-nav__megamenu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
left: 0;
position: absolute;
top: 62px;
z-index: 1000;
margin: 0;
text-align: left;
padding: 13px 13px;
font-size: 15px;
border: solid 1px #292c31;
background-color: #1e2024;
opacity: 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transition: opacity .3s, -webkit-transform .3s;
transition: opacity .3s, -webkit-transform .3s;
transition: transform .3s, opacity .3s;
transition: transform .3s, opacity .3s, -webkit-transform .3s;
}
}
.img-thumbnail-success {
padding: 0;
background-color: #25853c;
border: none;
border-radius: .0;
max-width: 100%;
height: auto;
}
.badge-success {
color: #fff;
background-color: #28a745 !important;
}
.badge-primary {
color: #fff;
background-color: #007bff !important;
}
.img-thumbnail-primary {
padding: .1rem;
background-color: #007bff;
border: 0px solid #007bff;
border-radius: 0;
max-width: 100%;
height: auto;
}
.modal-sm {
max-width: 500px;
width: 500px;
}
.tournament__select {
background-color: #80808045;
border-top-right-radius: 2%;
border-radius: 2%;
border: 1px solid rgb(30, 32, 36) !important;
border-left: 0px !important;
border-top-width: 80% !important;
border-bottom-width: 80% !important;
}
.tournament__select > figure > a > img {
filter: brightness(0.8)
}
.group__select > figure > a > img {
filter: brightness(0.8)
}
.group__select {
background-color: #80808045;
border-top-right-radius: 2%;
border-bottom-right-radius: 2%;
border: 1px solid rgb(30, 32, 36) !important;
border-left: 0px !important;
border-top-width: 80% !important;
border-bottom-width: 80% !important;
}
.lds-spinner-middle {
position: absolute !important;
top: 0;
bottom: 0;
left: 0;
display: flex;
right: 0;
margin: auto;
}
.lds-spinner {
color: official;
display: inline-block;
position: relative;
width: 64px;
height: 64px;
}
.lds-spinner div {
transform-origin: 32px 32px;
animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
content: " ";
display: block;
position: absolute;
top: 3px;
left: 29px;
width: 5px;
height: 14px;
border-radius: 20%;
background: #fff;
}
.lds-spinner div:nth-child(1) {
transform: rotate(0deg);
animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
transform: rotate(30deg);
animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
transform: rotate(60deg);
animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
transform: rotate(90deg);
animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
transform: rotate(120deg);
animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
transform: rotate(150deg);
animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
transform: rotate(180deg);
animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
transform: rotate(210deg);
animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
transform: rotate(240deg);
animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
transform: rotate(270deg);
animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
transform: rotate(300deg);
animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
transform: rotate(330deg);
animation-delay: 0s;
}
@keyframes lds-spinner {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.lds-ring {
display: inline-block;
position: relative;
width: 64px;
height: 64px;
z-index: 10000;
}
.lds-ring div {
box-sizing: border-box;
display: block;
position: absolute;
width: 51px;
height: 51px;
margin: 6px;
border: 6px solid #007bff;
border-radius: 50%;
animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: #007bff transparent transparent transparent;
}
.lds-ring {
top: 0;
bottom: 0;
left: 0;
display: flex;
right: 0;
margin: auto;
}
.lds-ring div:nth-child(1) {
animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
animation-delay: -0.15s;
}
@keyframes lds-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.form-control-success {
background-image: url('../images/descarga.svg') !important;
}.form-control-danger {
background-image: url('../images/x.png') !important;
}
.form-control-success {
border-color: #5cb85c !important;
}
.form-control-danger {
border-color: #dc3545 !important;
}
.form-control-danger, .form-control-success, .form-control-warning {
padding-right: 2.25rem !important;
background-repeat: no-repeat !important;
background-position: center right .5625rem !important;
background-size: 1.125rem 1.125rem !important;
}
.main-nav__megamenu{
padding: 13px 0;
}
.posts--simple-list .posts__item {
overflow: hidden;
margin-bottom: 18px;
margin-right: 0px;
}
.w-85 {
width: 85% !important;
}
.w-90 {
width: 90% !important;
}
@media (max-width: 991px) {
.modal-dialog {
max-width: 95%;
}
}
.game-result__team-logo-img{
height: 70px;
}
@media (max-width: 991px) {
.game-result__team-logo-img{
height: auto;
}
.game-result__score-wrap {
margin: 0 0 0 0;
text-align: right;
}
} | public/assets/css/custom.css |
.form-control-sm, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .2rem;
}
.form-control-sm:not(textarea) {
height: 32px;
}
.active-white>a {
color: #fff !important;
}
/* Headings */
.post__items__custom {
cursor: pointer;
margin: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
.post__items__custom__selected {
background-color: rgba(128, 128, 128, 0.4);
}
.post__items__custom__img__selected {
width: 130px;
height: 80px;
filter: brightness(0.8);
}
.post__items__custom__img {
width: 130px;
height: 80px;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
z-index: 9999 !important;
}
.ul_tincazos {
display: flex;
margin: 0;
flex-direction: row;
/* Below sets up your display method: flex-start|flex-end|space-between|space-around */
justify-content: flex-start;
/* Below removes bullets and cleans white-space */
list-style: none;
padding: 0;
color: black;
/* Bonus: forces no word-wrap */
white-space: nowrap;
}
.ul_tincazos li {
margin-right: 3px;
}
.ul_tincazos li strong {
color: red;
}
.mitorneo[style='display: block;']+table {
filter: blur(3px);
}
.team-meta__logo_right {
width: 25px;
height: 20px;
text-align: center;
display: inline-block;
vertical-align: middle;
margin-right: 2px;
}
.team-meta__logo_right img {
position: relative;
top: 50%;
width: 100%;
height: 25px;
border-radius: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.team-meta__name_right {
font-size: 10px;
line-height: 1.2em;
font-weight: 400;
margin-bottom: 0;
text-transform: none;
}
.modal-header .close {
width: 33px;
height: 33px;
padding: 0;
line-height: 33px;
border-radius: 50%;
background-color: #31404b;
color: #fff;
opacity: 1;
margin: 0;
text-shadow: none;
position: absolute;
top: 0;
right: 0;
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.font-var {
font: normal normal normal 10px FontAwesome !important;
}
#tablepociciones>tbody>tr>td {
padding: 5px 5px !important;
font-size: 12px !important;
}
#table-pociciones-dia>tbody>tr:hover {
background-color: #cad0d6 !important;
}
/* #table-info-player-grupo>tbody>tr>td {
padding: 5px 5px !important;
font-size: 10px !important;
}
#table-info-player-grupo>thead>tr>th, #table-info-player-grupo>thead>tr>td, #table-info-player-grupo>tbody>tr>th, #table-info-player-grupo>tbody>tr>td, #table-info-player-grupo>tfoot>tr>th, #table-info-player-grupo>tfoot>tr>td {
padding: 6.5px;
vertical-align: middle;
border-top: 0px solid #e4e7ed;
font-family: "Montserrat", sans-serif;
font-size: 10px;
} */
/* #table-info-player-grupo-dia>tbody>tr>td {
padding: 5px 5px !important;
font-size: 10px !important;
} */
/* #table-info-player-grupo-dia>thead>tr>th, #table-info-player-grupo-dia>thead>tr>td, #table-info-player-grupo-dia>tbody>tr>th, #table-info-player-grupo-dia>tbody>tr>td, #table-info-player-grupo-dia>tfoot>tr>th, #table-info-player-grupo-dia>tfoot>tr>td {
padding: 6.5px;
vertical-align: middle;
border-top: 0px solid #e4e7ed;
font-family: "Montserrat", sans-serif;
font-size: 10px;
} */
#jprePercentage {
font-family: "Montserrat", sans-serif;
font-size: 18px;
line-height: 1.2em;
text-transform: uppercase;
font-weight: 700;
letter-spacing: -0.03em;
color: #38a9ff;
text-align: center;
width: 260px;
margin: 0 auto;
}
#jprePercentage::before {
content: "Cargando...";
color: #fff;
}
#jprePercentage::after {
content: "www.tincazo.com";
display: block;
font-size: 9px;
line-height: 1.5em;
color: #fff;
letter-spacing: 0;
}
#table-pociciones-dia>tbody>tr>td {
padding: 5px 5px !important;
font-size: 12px !important;
}
#table-tincazos-grupo>tbody>tr>td {
padding: 5px 5px !important;
font-size: 12px !important;
}
#tablepociciones>tbody>tr:hover {
background-color: #cad0d6 !important;
}
#tableinvitaciones>tbody>tr>td:first-child {
padding-left: 24px !important;
padding-top: 5px !important;
padding-bottom: 5px !important;
}
/*#tablepociciones>tbody>tr>td:first-child{
padding-left: 0px !important;
padding-top: 5px !important;
padding-bottom: 5px !important;
}*/
#tableinvitaciones>tbody>tr>td {
vertical-align: middle !important;
color: #31404b !important;
text-align: left !important;
}
#table-pociciones-dia>tbody>tr>td {
vertical-align: middle !important;
color: #31404b !important;
text-align: left !important;
}
.primero {
float: left !important;
text-align: center;
margin: 0 0 10px 0;
}
.segundo {
float: right !important;
text-align: center;
margin: 0 0 10px 0;
}
@media (max-width: 1199px) and (min-width: 992px) {
.primero {
float: left !important;
text-align: center;
margin: 0 0 10px 0;
}
}
@media (max-width: 1199px) and (min-width: 992px) {
.segundo {
float: right !important;
text-align: center;
margin: 0 0 10px 0;
}
}
.category-filter__link {
padding: 0 12px !important;
}
.nav-tabs {
border-bottom: 0px solid #ddd !important;
}
.team-meta__logo img {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
height: 30px;
}
.select-gb {
background-color : grey;
}
.game-result__header>h3:hover {
color: #38a9ff;
content: "";
width: 50%;
height: 2px;
bottom: 0;
left: 25%;
transition: all 0.35s ease-in-out;
transform: scale(1.1);
}
.game-result__header__modify {
margin-bottom: 5px !important;
padding-bottom: 0px !important;
border-top: 1px solid #e4e7ed !important;
}
.game-result__league__modify {
font-size: 12px !important;
font-weight: 600 !important;
}
.game-result__title>span {
font-size: 25px !important;
;
}
.avatar__modify {
float: none;
width: 36px !important;
height: 35px !important;
margin-right: 0px !important;
cursor: pointer !important;
border-radius: 0px !important;
}
.game-result__date__modify {
font-size: 12px !important;
font-weight: 600 !important;
color: #31404b !important;
}
.game-result__score__modify {
font-size: 34px !important;
line-height: 1em !important;
margin-bottom: 0px;
}
.padding-pos {
padding-left: 10px !important;
}
.btn-edit {
font-size: 20px;
cursor: pointer;
color: #e29d1a !important;
}
.btn-edit:hover, .btn-edit:active, .btn-edit:focus {
color: #e29d1ad9 !important;
}
.btn-eliminar {
cursor: pointer;
font-size: 20px;
color: #F44336 !important;
}
.btn-estado {
cursor: pointer;
font-size: 20px;
color: #46aefd !important;
}
.btn-fixture {
cursor: pointer;
font-size: 20px;
/*color: #F44336 !important;*/
}
.btn-refresh {
background-image: linear-gradient(to bottom, #1892ed 0%, #1892ed 100%) !important;
}
.btn-estado:hover, .btn-estado:active, .btn-estado:focus {
color: #46aefdd9 !important;
}
.btn-eliminar:hover, .btn-eliminar:active, .btn-eliminar:focus {
color: #f44336d9 !important;
}
.modal-body {
overflow-x: auto;
}
.modify {
height: 31px !important;
padding: 13px 13px !important;
font-size: 13px !important;
}
.position-processing {
margin-left: 100px !important;
margin-top: 16px !important;
}
#image-preview-admin-torneo {
flex-basis: 50%;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview-admin-torneo input {
line-height: 200px;
font-size: 200px;
position: absolute;
opacity: 0;
z-index: 10;
}
#image-preview-admin-torneo label {
position: absolute;
z-index: 5;
opacity: 0.8;
cursor: pointer;
background-color: #bdc3c7;
width: 200px;
height: 50px;
font-size: 20px;
line-height: 50px;
text-transform: uppercase;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
text-align: center;
}
#image-preview-admin-equipo {
flex-basis: 50%;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview-admin-equipo input {
line-height: 200px;
font-size: 200px;
position: absolute;
opacity: 0;
z-index: 10;
}
#image-preview-admin-equipo label {
position: absolute;
z-index: 5;
opacity: 0.8;
cursor: pointer;
background-color: #bdc3c7;
width: 200px;
height: 50px;
font-size: 20px;
line-height: 50px;
text-transform: uppercase;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
text-align: center;
}
.image-preview {
flex-basis: 50%;
flex-basis: 50%;
padding: 50px 38px;
}
#image-preview {
flex-basis: 50%;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview input {
line-height: 200px;
font-size: 200px;
position: absolute;
opacity: 0;
z-index: 10;
}
#image-preview label {
position: absolute;
z-index: 5;
opacity: 0.8;
cursor: pointer;
background-color: #bdc3c7;
width: 200px;
height: 50px;
font-size: 20px;
line-height: 50px;
text-transform: uppercase;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
text-align: center;
}
#image-preview5 {
flex-basis: 50%;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview5 input {
line-height: 200px;
font-size: 200px;
position: absolute;
opacity: 0;
z-index: 10;
}
#image-preview5 label {
position: absolute;
z-index: 5;
opacity: 0.8;
cursor: pointer;
background-color: #bdc3c7;
width: 200px;
height: 50px;
font-size: 20px;
line-height: 50px;
text-transform: uppercase;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
text-align: center;
}
#image-preview3 {
flex-basis: 50%;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview3 input {
line-height: 200px;
font-size: 200px;
position: absolute;
opacity: 0;
z-index: 10;
}
#image-preview3 label {
position: absolute;
z-index: 5;
opacity: 0.8;
cursor: pointer;
background-color: #bdc3c7;
width: 200px;
height: 50px;
font-size: 20px;
line-height: 50px;
text-transform: uppercase;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
text-align: center;
}
#image-preview1 {
flex-basis: 50%;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview1 label {
position: absolute;
z-index: 5;
opacity: 0.8;
cursor: pointer;
background-color: #bdc3c7;
width: 200px;
height: 50px;
font-size: 20px;
line-height: 50px;
text-transform: uppercase;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
text-align: center;
}
#image-preview1 input {
line-height: 200px;
font-size: 200px;
position: absolute;
opacity: 0;
z-index: 10;
}
#edit-perfil-image-preview {
flex-basis: 50%;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#edit-perfil-image-preview {
margin: auto auto;
width: 200px;
height: 200px;
max-width: 250px;
max-height: 250px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#edit-perfil-image-preview label {
position: absolute;
z-index: 5;
opacity: 0.8;
cursor: pointer;
background-color: #bdc3c7;
width: 200px;
height: 50px;
font-size: 20px;
line-height: 50px;
text-transform: uppercase;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
text-align: center;
}
#edit-perfil-image-preview input {
line-height: 200px;
font-size: 200px;
position: absolute;
opacity: 0;
z-index: 10;
}
#image-preview2 {
flex-basis: 50%;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview2 label {
position: absolute;
z-index: 5;
opacity: 0.8;
cursor: pointer;
background-color: #bdc3c7;
width: 200px;
height: 50px;
font-size: 20px;
line-height: 50px;
text-transform: uppercase;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
text-align: center;
}
#image-preview2 input {
line-height: 200px;
font-size: 200px;
position: absolute;
opacity: 0;
z-index: 10;
}
@media only screen and (max-width: 425px) {
#edit-perfil-image-preview {
flex-basis: 50%;
height: 400px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#main-nav-torneos {
padding: 20px 0px 20px 0px !important;
}
#image-preview {
flex-basis: 50%;
height: 400px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview1 {
flex-basis: 50%;
height: 400px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview-admin-torneo {
flex-basis: 50%;
height: 400px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
}
@media only screen and (max-width: 375px) {
#edit-perfil-image-preview {
width: 350px;
height: 350px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#main-nav-torneos {
padding: 20px 0px 20px 0px !important;
}
#image-preview {
width: 350px;
height: 350px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview1 {
width: 350px;
height: 350px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview-admin-torneo {
width: 350px;
height: 350px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
}
@media only screen and (max-width: 320px) {
#edit-perfil-image-preview {
width: 300px;
height: 300px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#main-nav-torneos {
padding: 20px 0px 20px 0px !important;
}
#image-preview {
width: 300px;
height: 300px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview1 {
width: 300px;
height: 300px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview-admin-torneo {
width: 300px;
height: 300px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
}
@media only screen and (max-width: 1024px) {
#edit-perfil-image-preview {
flex-basis: 50%;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview {
flex-basis: 50%;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview1 {
flex-basis: 50%;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview-admin-torneo {
flex-basis: 50%;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
}
@media only screen and (max-width: 768px) {
#edit-perfil-image-preview {
margin: auto auto;
width: 200px;
height: 200px;
max-width: 250px;
max-height: 250px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#main-nav-torneos {
padding: 20px 0px 20px 0px !important;
}
#image-preview {
margin: auto auto;
margin-top: 40px;
width: 200px;
height: 200px;
max-width: 250px;
max-height: 250px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview1 {
margin: auto auto;
margin-top: 40px;
width: 200px;
height: 200px;
max-width: 250px;
max-height: 250px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
#image-preview-admin-torneo {
margin: auto auto;
margin-top: 40px;
width: 200px;
height: 200px;
max-width: 250px;
max-height: 250px;
position: relative;
overflow: hidden;
background-color: #ffffff;
color: #ecf0f1;
}
}
.main-nav__list>li>.mitorneo:hover {
color: #fff;
background-color: transparent;
text-decoration: none;
}
.main-nav__list>li>.mitorneo {
display: block;
position: relative;
color: orange !important;
padding: 0 34px;
line-height: 62px;
text-decoration: none;
position: relative;
font-family: "Montserrat", sans-serif;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.mitorneo[style='display: block;']+table {
filter: blur(3px);
}
.main-nav__list>li>#enlace-invitacion {
display: block;
position: relative;
color: #ff7e1f;
padding: 0 34px;
line-height: 62px;
text-decoration: none;
position: relative;
font-family: "Montserrat", sans-serif;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.main-nav__list>li>#enlace-invitacion:hover {
color: #fff;
background-color: transparent;
text-decoration: none;
}
.category-filter__link.active {
color: #31404b;
}
.main-nav__list>li>#partidos:hover {
color: #5a3737;
background-color: transparent;
text-decoration: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
z-index: 9999 !important;
}
.main-nav__list>li>#partidos {
display: block;
position: relative;
color: #c2ff1f;
padding: 0 34px;
line-height: 62px;
text-decoration: none;
position: relative;
font-family: "Montserrat", sans-serif;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
@media (min-width: 992px) {
.album__item-title {
font-size: 12px;
}
}
@media (min-width: 992px) {
.album__item-meta {
right: 40%;
top: 70%;
}
}
.meta__item--likes .meta-like {
vertical-align: middle;
margin-right: 2px;
font-size: 12px;
}
.album__thumb img {
width: 100%;
height: 90px;
}
.meta__item--likes .meta-like--active {
color: #47ef47;
}
.btn-fab-eliminate {
display: block;
position: absolute;
right: 0;
top: 0;
width: 50px;
height: 50px;
overflow: hidden;
background-color: #1892ed;
border-radius: 50%;
}
.btn-fab-eliminate::before, .btn-fab-eliminate::after {
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-color: #fff;
-webkit-transition: -webkit-transform 0.25s ease;
transition: -webkit-transform 0.25s ease;
transition: transform 0.25s ease;
transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.btn-fab-eliminate::before {
width: 17px;
height: 3px;
}
.btn-fab-eliminate::after {
width: 3px;
height: 17px;
}
.btn-fab-eliminate:hover::before, .btn-fab-eliminate:hover::after {
-webkit-transform: translate(-50%, -50%) rotate(90deg);
transform: translate(-50%, -50%) rotate(90deg);
}
.btn-fab-eliminate--clean {
background-color: transparent;
}
.btn-fab-eliminate--clean::before, .btn-fab-eliminate--clean::after {
background-color: #38a9ff;
}
.btn-fab-eliminate--sm {
width: 30px;
height: 30px;
}
.btn-fab-eliminate--sm::before {
width: 10px;
height: 2px;
}
.btn-fab-eliminate--sm::after {
width: 2px;
height: 10px;
}
.btn-outline.btn-primary {
border-color: #007bff;
color: #31404b;
border-width: 2px;
}
.game-result__score-result--loser~.game-result__score-result--winner::after {
content: "";
display: block;
position: absolute;
right: -20px;
top: 50%;
width: 0;
height: 0;
border-right: 8px solid #38a9ff;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
-webkit-transform: translateY(-50%);
transform: translatey(-50%);
}
@media (max-width: 991px){
.game-result__score-result--draw1 {
display: block;
position: absolute;
bottom: 4px;
right: 0;
}
.game-result__score-result--draw2 {
display: block;
position: absolute;
top: 4px;
right: 0;
}
}
.game-result__score-result--loser~.game-result__score-result--winner::before {
display: none;
}
.btn-outline.btn-success {
border-color: #9fe900;
color: #9fe900 !important;
border-width: 2px;
}
.btn-outline.btn-success:hover {
background-color: #95da00;
border-color: #95da00;
color: #fff !important;
}
.btn-outline.btn-danger {
border-color: #f34141;
color: black !important;
border-width: 2px;
}
.btn-outline.btn-danger:hover {
background-color: #f23333;
border-color: #f23333;
color: #fff !important;
}
.table>tbody>tr>td>div>h6 {
color: black;
}
.table {
width: 100%;
max-width: 100%;
color: black;
}
@media (min-width: 992px) {
.table>thead>tr>th, .table>thead>tr>td, .table>tbody>tr>th, .table>tbody>tr>td, .table>tfoot>tr>th, .table>tfoot>tr>td {
padding: 10px 10px;
font-size: 12px;
}
}
/* .widthtable {
padding-left: 10px !important;
} */
select.form-control-sm:not([size]):not([multiple]) {
height: 31px;
}
.modal {
overflow-y: auto;
}
.modal-form .form-group--submit {
margin: 10px 0;
padding-top: 9px;
}
.team-stats__item {
-webkit-box-flex: 0;
-ms-flex: 0 1 33%;
flex: 0 1 33%;
max-width: 33%;
border-style: solid;
border-color: #e4e7ed;
border-width: 0 1px 1px 0;
text-align: center;
padding: 10px 0 10px 0;
background-image: none;
background-repeat: repeat-x;
background-size: 36px 24px, 36px 30px, 36px 34px, 36px 40px, 36px 37px, 36px 29px, 72px 30px, 108px 37px;
background-position: 0 100%, 6px 100%, 12px 100%, 18px 100%, 24px 100%, 30px 100%, 6px 100%, 24px 100%;
}
.hero-slider-thumbs__item {
opacity: .6;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.form-control:not(textarea) {
height: 36.5px;
}
.posts--simple-list .posts__item {
overflow: hidden;
margin-bottom: 18px;
margin-right: 18px;
}
input.header-mobile__search-control {
background-color: #292c31;
border-color: #292c31;
color: white;
}
.content-filter__item > a.content-filter__link.active::before {
height: 4px;
opacity: 1;
}
.content-filter__item > .nav-link.active {
color: #31404b;
background-color: #fff;
border-color: transparent;
border-left: 0px solid #e4e7ed;
}
.nav-item.content-filter__item .nav-link {
border: 1px solid transparent;
border-top-left-radius: .25rem;
border-top-right-radius: .25rem;
}
@media (min-width: 992px) {
.nav-account .nav-account__item.has-children ul {
list-style: none;
top: 40px;
right: 0;
min-width: 160px;
padding: 14px 0;
margin: 0;
border: 1px solid #e4e7ed;
-webkit-box-shadow: none;
box-shadow: none;
background-color: #fff;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateX(50%) rotateX(-75deg);
transform: translateX(50%) rotateX(-75deg);
visibility: hidden;
}
}
/* @media (min-width: 768px) {
.sponsors {
margin-top: -24px;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
padding: 35px 0 47px 0;
}
} */
.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true] {
background-color: #bdbdbd;
color: black;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
color: black;
border: 1px solid black;
border-radius: 0.5rem;
padding: 0 5px 0 0;
cursor: pointer;
float: left;
margin-top: .3em;
margin-right: 5px;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
color: black;
font-weight: 700;
margin-left: 3px;
margin-right: 1px;
padding-right: 3px;
padding-left: 3px;
float: left;
}
@media (min-width: 992px) {
.nav-account .nav-account__item.has-children:hover ul {
display: block;
-webkit-transform: translateX(50%) rotateX(0deg);
transform: translateX(0%) rotateX(0deg);
opacity: 1;
visibility: visible;
}
}
.game-result__header--alt .game-result__league {
font-size: 11px;
font-weight: bold;
color: #6c757d;
}
.game-result__date {
font-size: 11px;
}
.game-result__header--alt .game-result__date {
font-weight: bold;
color: #6c757d;
}
@media (min-width: 992px) {
.game-result__date {
font-size: 11px;
font-weight: bold;
color: #6c757d;
}
}
.main-nav__megamenu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 50%;
left: unset;
right: 0;
position: absolute;
top: 62px;
z-index: 1000;
margin: 0;
text-align: left;
padding: 13px 13px;
font-size: 15px;
border: solid 1px #292c31;
background-color: #1e2024;
opacity: 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transition: opacity .3s, -webkit-transform .3s;
transition: opacity .3s, -webkit-transform .3s;
transition: transform .3s, opacity .3s;
transition: transform .3s, opacity .3s, -webkit-transform .3s;
}
@media only screen and (max-width: 991px) {
.main-nav__megamenu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
left: 0;
position: absolute;
top: 62px;
z-index: 1000;
margin: 0;
text-align: left;
padding: 13px 13px;
font-size: 15px;
border: solid 1px #292c31;
background-color: #1e2024;
opacity: 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transition: opacity .3s, -webkit-transform .3s;
transition: opacity .3s, -webkit-transform .3s;
transition: transform .3s, opacity .3s;
transition: transform .3s, opacity .3s, -webkit-transform .3s;
}
}
.img-thumbnail-success {
padding: 0;
background-color: #25853c;
border: none;
border-radius: .0;
max-width: 100%;
height: auto;
}
.badge-success {
color: #fff;
background-color: #28a745 !important;
}
.badge-primary {
color: #fff;
background-color: #007bff !important;
}
.img-thumbnail-primary {
padding: .1rem;
background-color: #007bff;
border: 0px solid #007bff;
border-radius: 0;
max-width: 100%;
height: auto;
}
.modal-sm {
max-width: 500px;
width: 500px;
}
.tournament__select {
background-color: #80808045;
border-top-right-radius: 2%;
border-radius: 2%;
border: 1px solid rgb(30, 32, 36) !important;
border-left: 0px !important;
border-top-width: 80% !important;
border-bottom-width: 80% !important;
}
.tournament__select > figure > a > img {
filter: brightness(0.8)
}
.group__select > figure > a > img {
filter: brightness(0.8)
}
.group__select {
background-color: #80808045;
border-top-right-radius: 2%;
border-bottom-right-radius: 2%;
border: 1px solid rgb(30, 32, 36) !important;
border-left: 0px !important;
border-top-width: 80% !important;
border-bottom-width: 80% !important;
}
.lds-spinner-middle {
position: absolute !important;
top: 0;
bottom: 0;
left: 0;
display: flex;
right: 0;
margin: auto;
}
.lds-spinner {
color: official;
display: inline-block;
position: relative;
width: 64px;
height: 64px;
}
.lds-spinner div {
transform-origin: 32px 32px;
animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
content: " ";
display: block;
position: absolute;
top: 3px;
left: 29px;
width: 5px;
height: 14px;
border-radius: 20%;
background: #fff;
}
.lds-spinner div:nth-child(1) {
transform: rotate(0deg);
animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
transform: rotate(30deg);
animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
transform: rotate(60deg);
animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
transform: rotate(90deg);
animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
transform: rotate(120deg);
animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
transform: rotate(150deg);
animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
transform: rotate(180deg);
animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
transform: rotate(210deg);
animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
transform: rotate(240deg);
animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
transform: rotate(270deg);
animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
transform: rotate(300deg);
animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
transform: rotate(330deg);
animation-delay: 0s;
}
@keyframes lds-spinner {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.lds-ring {
display: inline-block;
position: relative;
width: 64px;
height: 64px;
z-index: 10000;
}
.lds-ring div {
box-sizing: border-box;
display: block;
position: absolute;
width: 51px;
height: 51px;
margin: 6px;
border: 6px solid #007bff;
border-radius: 50%;
animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: #007bff transparent transparent transparent;
}
.lds-ring {
top: 0;
bottom: 0;
left: 0;
display: flex;
right: 0;
margin: auto;
}
.lds-ring div:nth-child(1) {
animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
animation-delay: -0.15s;
}
@keyframes lds-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.form-control-success {
background-image: url('../images/descarga.svg') !important;
}.form-control-danger {
background-image: url('../images/x.png') !important;
}
.form-control-success {
border-color: #5cb85c !important;
}
.form-control-danger {
border-color: #dc3545 !important;
}
.form-control-danger, .form-control-success, .form-control-warning {
padding-right: 2.25rem !important;
background-repeat: no-repeat !important;
background-position: center right .5625rem !important;
background-size: 1.125rem 1.125rem !important;
}
.main-nav__megamenu{
padding: 13px 0;
}
.posts--simple-list .posts__item {
overflow: hidden;
margin-bottom: 18px;
margin-right: 0px;
}
.w-85 {
width: 85% !important;
}
.w-90 {
width: 90% !important;
}
@media (max-width: 991px) {
.modal-dialog {
max-width: 95%;
}
}
.game-result__team-logo-img{
height: 70px;
}
@media (max-width: 991px) {
.game-result__team-logo-img{
height: auto;
}
.game-result__score-wrap {
margin: 0 0 0 0;
text-align: right;
}
} | 0.367497 | 0.068694 |
* {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
}
/*HEADER with NAVIGATION*/
header {
background: #d48db9;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
header h1 {
margin: 0;
padding: 0;
font-family: Brush Script MT, cursive;
font-size: 40px;
color: white;
}
header nav {
margin: 0;
padding: 0;
text-align: right;
}
header nav ul li {
display: inline;
list-style-type: none;
padding-right: 10px;
padding-left: 0px;
}
header nav ul li a {
text-decoration: none;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 20px;
color: white;
}
nav a:hover {
color: grey;
}
main {
background-color: #f0d9e7;
display: flex;
flex-wrap: wrap;
width: 100%;
}
/*SECTION WITH MY COMPLETED WORKS*/
#applicationsbox {
display: flex;
align-items: center;
flex-direction: column;
height: 100%;
width: 75%;
padding-left: 15px;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 12px;
text-align: center;
}
#PortfolioText {
display: block;
color: darkolivegreen;
font-size: 30px;
font-family: Georgia, 'Times New Roman', Times, serif;
font-weight: bold;
}
#Moreinfo {
display: none;
}
#PortfolioText:hover+#Moreinfo {
display: block;
}
/*MY FIRST COMPLETED APPLICATION (LARGER IMAGE)*/
#app1 {
width: 80%;
height: 18.75%;
margin-top: 10px;
border: 2px solid darkolivegreen;
}
#app1 img {
margin-bottom: 0px;
width: 100%;
height: 300px;
}
#one {
margin-top: 10px;
}
/*APPLICATION TEXT*/
.LinktoApp {
background-color: #d48db9;
text-decoration: none;
}
.LinktoApp a {
text-decoration: none;
text-align: center;
color: darkolivegreen;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 30px;
font-weight: bolder;
}
.LinktoApp:hover {
color: #111;
box-shadow: 0 0 100px yellowgreen;
}
/*SECTION WITH MY 4 OTHER COMPLETED APPLICATIONS (SMALLER IMAGES)*/
.fourotherapps {
align-items: center;
width: 90%;
display: flex;
flex-wrap: wrap;
}
.box {
width: 50%;
height: 18.75%;
margin-top: 10px;
margin-bottom: 10px;
border: 2px solid darkolivegreen;
}
.fourotherapps img {
width: 100%;
height: 100%;
}
/*ABOUT ME ASIDE*/
aside {
background-color: #f0d9e7;
width: 25%;
height: auto;
border-right: 3px solid grey;
}
#aboutme {
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: inherit;
}
aside img {
margin-left: 31px;
width: 250px;
height: 300px;
border-radius: 100%;
}
aside p {
margin: 0;
padding: 0;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 12px;
text-align: center;
}
.ImportantText {
display: block;
color: darkolivegreen;
font-size: 16px;
font-family: Georgia, 'Times New Roman', Times, serif;
font-weight: bold;
}
/*FOOTER with NAVIGATION*/
footer {
background: #d48db9;
display: flex;
flex-wrap: wrap;
justify-content: left;
align-items: center;
}
footer h3 {
margin: 0;
padding: 0;
font-family: Brush Script MT, cursive;
font-size: 40px;
color: white;
}
footer nav {
margin-left: 10px;
padding-left: 793px;
}
footer nav ul li {
display: inline;
list-style-type: none;
padding-right: 10px;
padding-left: 0px;
}
footer nav ul li a {
text-decoration: none;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 20px;
color: white;
}
/*MEDIA QUERIES*/
@media screen and (max-width: 768px) {
main {
flex-direction: column;
}
aside {
width: 100%;
height: auto;
order: 1;
}
#applicationsbox {
padding-left: 0px;
width: 100%;
height: auto;
order: 2;
}
.fourotherapps {
flex-direction: column;
}
.box {
width: 90%;
}
header {
justify-content: space-evenly;
vertical-align: center;
}
header nav ul li {
display: block;
text-align: center;
}
header h1,
header nav ul li a,
footer h3,
footer nav ul li a {
color: gray;
}
aside img {
display: block;
margin-left: auto;
margin-right: auto;
}
} | Assets/CSS/style.css |
* {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
}
/*HEADER with NAVIGATION*/
header {
background: #d48db9;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
header h1 {
margin: 0;
padding: 0;
font-family: Brush Script MT, cursive;
font-size: 40px;
color: white;
}
header nav {
margin: 0;
padding: 0;
text-align: right;
}
header nav ul li {
display: inline;
list-style-type: none;
padding-right: 10px;
padding-left: 0px;
}
header nav ul li a {
text-decoration: none;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 20px;
color: white;
}
nav a:hover {
color: grey;
}
main {
background-color: #f0d9e7;
display: flex;
flex-wrap: wrap;
width: 100%;
}
/*SECTION WITH MY COMPLETED WORKS*/
#applicationsbox {
display: flex;
align-items: center;
flex-direction: column;
height: 100%;
width: 75%;
padding-left: 15px;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 12px;
text-align: center;
}
#PortfolioText {
display: block;
color: darkolivegreen;
font-size: 30px;
font-family: Georgia, 'Times New Roman', Times, serif;
font-weight: bold;
}
#Moreinfo {
display: none;
}
#PortfolioText:hover+#Moreinfo {
display: block;
}
/*MY FIRST COMPLETED APPLICATION (LARGER IMAGE)*/
#app1 {
width: 80%;
height: 18.75%;
margin-top: 10px;
border: 2px solid darkolivegreen;
}
#app1 img {
margin-bottom: 0px;
width: 100%;
height: 300px;
}
#one {
margin-top: 10px;
}
/*APPLICATION TEXT*/
.LinktoApp {
background-color: #d48db9;
text-decoration: none;
}
.LinktoApp a {
text-decoration: none;
text-align: center;
color: darkolivegreen;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 30px;
font-weight: bolder;
}
.LinktoApp:hover {
color: #111;
box-shadow: 0 0 100px yellowgreen;
}
/*SECTION WITH MY 4 OTHER COMPLETED APPLICATIONS (SMALLER IMAGES)*/
.fourotherapps {
align-items: center;
width: 90%;
display: flex;
flex-wrap: wrap;
}
.box {
width: 50%;
height: 18.75%;
margin-top: 10px;
margin-bottom: 10px;
border: 2px solid darkolivegreen;
}
.fourotherapps img {
width: 100%;
height: 100%;
}
/*ABOUT ME ASIDE*/
aside {
background-color: #f0d9e7;
width: 25%;
height: auto;
border-right: 3px solid grey;
}
#aboutme {
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: inherit;
}
aside img {
margin-left: 31px;
width: 250px;
height: 300px;
border-radius: 100%;
}
aside p {
margin: 0;
padding: 0;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 12px;
text-align: center;
}
.ImportantText {
display: block;
color: darkolivegreen;
font-size: 16px;
font-family: Georgia, 'Times New Roman', Times, serif;
font-weight: bold;
}
/*FOOTER with NAVIGATION*/
footer {
background: #d48db9;
display: flex;
flex-wrap: wrap;
justify-content: left;
align-items: center;
}
footer h3 {
margin: 0;
padding: 0;
font-family: Brush Script MT, cursive;
font-size: 40px;
color: white;
}
footer nav {
margin-left: 10px;
padding-left: 793px;
}
footer nav ul li {
display: inline;
list-style-type: none;
padding-right: 10px;
padding-left: 0px;
}
footer nav ul li a {
text-decoration: none;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 20px;
color: white;
}
/*MEDIA QUERIES*/
@media screen and (max-width: 768px) {
main {
flex-direction: column;
}
aside {
width: 100%;
height: auto;
order: 1;
}
#applicationsbox {
padding-left: 0px;
width: 100%;
height: auto;
order: 2;
}
.fourotherapps {
flex-direction: column;
}
.box {
width: 90%;
}
header {
justify-content: space-evenly;
vertical-align: center;
}
header nav ul li {
display: block;
text-align: center;
}
header h1,
header nav ul li a,
footer h3,
footer nav ul li a {
color: gray;
}
aside img {
display: block;
margin-left: auto;
margin-right: auto;
}
} | 0.463687 | 0.063832 |
@import "~@angular/material/prebuilt-themes/indigo-pink.css";
*,
*::after,
*::before {
box-sizing: border-box;
}
@media screen and (min-width: 800px) {
body {
margin: 0;
padding: 0;
font-family: 'Source Sans Pro', sans-serif;
background-color: #fafafa0f;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow: hidden;
}
}
body {
margin: 0;
padding: 0;
font-family: 'Source Sans Pro', sans-serif;
background-color: #fafafa0f;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.headermain {
position: absolute;
width: 100%;
z-index: 3;
height: 44px;
background-color: #fff;
border-bottom: 3px solid #66a5ad;
}
/* logo in header(mobile version) and side-nav (tablet & desktop) */
.logo {
height: 44px;
padding: 10px;
font-weight: 700;
}
.headermain .logo {
color: #233245;
}
.side-nav .logo {
background-color: #6FB98F;
color: #fff;
}
.headermain .logo {
float: left;
}
.headermain .logo {
height: 44px;
z-index: 1;
padding: 10px;
font-weight: 700;
color: #233245;
}
.logo i {
font-size: 22px;
}
.logo span {
margin-left: 5px;
text-transform: uppercase;
}
.nav-trigger {
position: relative;
float: right;
width: 20px;
height: 44px;
right: 30px;
display: block;
}
.nav-trigger span,
.nav-trigger span:before,
span:after {
width: 20px;
height: 2px;
background-color: #2C7873;
position: absolute;
}
.nav-trigger span {
top: 50%;
}
.nav-trigger span:before,
.nav-trigger span:after {
content: '';
}
.nav-trigger span:before {
top: -6px;
}
.nav-trigger span:after {
top: 6px;
}
/* side navigation styles */
.side-nav {
position: absolute;
width: 100%;
height: 100vh;
background-color: #2C7873;
z-index: 1;
display: none;
}
.side-nav.visible {
display: block;
}
.side-nav ul {
margin: 0;
padding: 0;
}
.side-nav ul li {
padding: 16px 16px;
border-bottom: 1px solid #3c506a;
position: relative;
cursor: pointer;
}
.side-nav ul li a {
color: #fff;
display: block;
text-decoration: none;
}
.side-nav ul li i {
color: #0497df;
min-width: 20px;
text-align: center;
}
.side-nav ul li span:nth-child(2) {
margin-left: 10px;
font-size: 14px;
font-weight: 600;
}
/* main content styles */
.main-content {
padding: 40px;
margin-top: 0;
padding: 0;
padding-top: 44px;
height: 100%;
overflow: auto;
word-wrap: break-word;
}
.main-content .title {
background-color: #eef1f7;
border-bottom: 1px solid #b8bec9;
padding: 10px 20px;
font-weight: 700;
color: #333;
font-size: 18px;
}
/* set element styles to fit tablet and higher(desktop) */
@media screen and (min-width: 600px) {
.headermain {
background-color: #2c7873;
z-index: 1;
}
.headermain .logo {
display: none;
}
.nav-trigger {
display: none;
}
.nav-trigger span,
.nav-trigger span:before,
span:after {
background-color: #fff;
}
.side-nav {
display: block;
width: 70px;
z-index: 2;
}
.side-nav ul li span:nth-child(2) {
display: none;
}
.side-nav .logo i {
padding-left: 12px;
}
.side-nav .logo span {
display: none;
}
.side-nav ul li i {
font-size: 26px;
}
.side-nav ul li a {
text-align: center;
}
.main-content {
margin-left: 70px;
}
}
/* set element styles for desktop */
@media screen and (min-width: 800px) {
.side-nav {
width: 230px;
}
.side-nav ul li span:nth-child(2) {
display: inline-block;
}
.side-nav ul li i {
font-size: 16px;
}
.side-nav ul li a {
text-align: left;
}
.side-nav .logo i {
padding-left: 0;
}
.side-nav .logo span {
display: inline-block;
}
.main-content {
margin-left: 65px;
}
}
/* main box container */
.main {
display: flex;
flex-flow: row wrap;
}
.widget {
flex-basis: 300px;
flex-grow: 10;
height: 300px;
margin: 15px;
border-radius: 6px;
background-color: #ffffff;
position: relative;
}
.widget .title {
background-color: #eef1f7;
border-bottom: 1px solid #dfe4ec;
padding: 10px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
color: #617085;
font-weight: 600;
}
.over {
width: 100%;
height: 590px;
/* overflow-y: auto; */
}
#myUL {
list-style-type: none;
padding: 0;
margin: 0;
}
#myUL li a {
border: 1px solid #ddd;
margin-top: 0px;
/* Prevent double borders */
background-color: #2c7873;
cursor: pointer;
padding: 12px;
text-decoration: none;
font-size: 18px;
color: #ffffff;
display: block;
text-align: center
}
#myUL li a:hover:not(.header) {
background-color: #6fb98f;
}
.example-container {
display: flex;
flex-direction: column;
}
.example-container>* {
width: 100%;
}
.example-full-width {
width: 100%;
}
img {
object-fit: contain;
} | src/styles.css |
@import "~@angular/material/prebuilt-themes/indigo-pink.css";
*,
*::after,
*::before {
box-sizing: border-box;
}
@media screen and (min-width: 800px) {
body {
margin: 0;
padding: 0;
font-family: 'Source Sans Pro', sans-serif;
background-color: #fafafa0f;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow: hidden;
}
}
body {
margin: 0;
padding: 0;
font-family: 'Source Sans Pro', sans-serif;
background-color: #fafafa0f;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.headermain {
position: absolute;
width: 100%;
z-index: 3;
height: 44px;
background-color: #fff;
border-bottom: 3px solid #66a5ad;
}
/* logo in header(mobile version) and side-nav (tablet & desktop) */
.logo {
height: 44px;
padding: 10px;
font-weight: 700;
}
.headermain .logo {
color: #233245;
}
.side-nav .logo {
background-color: #6FB98F;
color: #fff;
}
.headermain .logo {
float: left;
}
.headermain .logo {
height: 44px;
z-index: 1;
padding: 10px;
font-weight: 700;
color: #233245;
}
.logo i {
font-size: 22px;
}
.logo span {
margin-left: 5px;
text-transform: uppercase;
}
.nav-trigger {
position: relative;
float: right;
width: 20px;
height: 44px;
right: 30px;
display: block;
}
.nav-trigger span,
.nav-trigger span:before,
span:after {
width: 20px;
height: 2px;
background-color: #2C7873;
position: absolute;
}
.nav-trigger span {
top: 50%;
}
.nav-trigger span:before,
.nav-trigger span:after {
content: '';
}
.nav-trigger span:before {
top: -6px;
}
.nav-trigger span:after {
top: 6px;
}
/* side navigation styles */
.side-nav {
position: absolute;
width: 100%;
height: 100vh;
background-color: #2C7873;
z-index: 1;
display: none;
}
.side-nav.visible {
display: block;
}
.side-nav ul {
margin: 0;
padding: 0;
}
.side-nav ul li {
padding: 16px 16px;
border-bottom: 1px solid #3c506a;
position: relative;
cursor: pointer;
}
.side-nav ul li a {
color: #fff;
display: block;
text-decoration: none;
}
.side-nav ul li i {
color: #0497df;
min-width: 20px;
text-align: center;
}
.side-nav ul li span:nth-child(2) {
margin-left: 10px;
font-size: 14px;
font-weight: 600;
}
/* main content styles */
.main-content {
padding: 40px;
margin-top: 0;
padding: 0;
padding-top: 44px;
height: 100%;
overflow: auto;
word-wrap: break-word;
}
.main-content .title {
background-color: #eef1f7;
border-bottom: 1px solid #b8bec9;
padding: 10px 20px;
font-weight: 700;
color: #333;
font-size: 18px;
}
/* set element styles to fit tablet and higher(desktop) */
@media screen and (min-width: 600px) {
.headermain {
background-color: #2c7873;
z-index: 1;
}
.headermain .logo {
display: none;
}
.nav-trigger {
display: none;
}
.nav-trigger span,
.nav-trigger span:before,
span:after {
background-color: #fff;
}
.side-nav {
display: block;
width: 70px;
z-index: 2;
}
.side-nav ul li span:nth-child(2) {
display: none;
}
.side-nav .logo i {
padding-left: 12px;
}
.side-nav .logo span {
display: none;
}
.side-nav ul li i {
font-size: 26px;
}
.side-nav ul li a {
text-align: center;
}
.main-content {
margin-left: 70px;
}
}
/* set element styles for desktop */
@media screen and (min-width: 800px) {
.side-nav {
width: 230px;
}
.side-nav ul li span:nth-child(2) {
display: inline-block;
}
.side-nav ul li i {
font-size: 16px;
}
.side-nav ul li a {
text-align: left;
}
.side-nav .logo i {
padding-left: 0;
}
.side-nav .logo span {
display: inline-block;
}
.main-content {
margin-left: 65px;
}
}
/* main box container */
.main {
display: flex;
flex-flow: row wrap;
}
.widget {
flex-basis: 300px;
flex-grow: 10;
height: 300px;
margin: 15px;
border-radius: 6px;
background-color: #ffffff;
position: relative;
}
.widget .title {
background-color: #eef1f7;
border-bottom: 1px solid #dfe4ec;
padding: 10px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
color: #617085;
font-weight: 600;
}
.over {
width: 100%;
height: 590px;
/* overflow-y: auto; */
}
#myUL {
list-style-type: none;
padding: 0;
margin: 0;
}
#myUL li a {
border: 1px solid #ddd;
margin-top: 0px;
/* Prevent double borders */
background-color: #2c7873;
cursor: pointer;
padding: 12px;
text-decoration: none;
font-size: 18px;
color: #ffffff;
display: block;
text-align: center
}
#myUL li a:hover:not(.header) {
background-color: #6fb98f;
}
.example-container {
display: flex;
flex-direction: column;
}
.example-container>* {
width: 100%;
}
.example-full-width {
width: 100%;
}
img {
object-fit: contain;
} | 0.398406 | 0.082586 |
@font-face {
font-family: "Roboto Mono";
src: url("../fonts/RobotoMono-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Roboto Mono Bold";
src: url("../fonts/RobotoMono-Bold.ttf") format("truetype");
font-weight: bold;
font-style: bold;
}
* {
box-sizing: border-box;
color: var(--foreground-color);
font-family: "Roboto Mono", monospace;
line-height: 1.8;
margin: 0;
overflow: hidden;
padding: 0;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Old versions of Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none;
}
*:focus {
outline: 1px solid #999;
}
body {
background: var(--background-color);
color: var(--foreground-color);
font-size: 12px;
font-weight: 400;
-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 1s; /* Firefox < 16 */
-ms-animation: fadein 1s; /* Internet Explorer */
-o-animation: fadein 1s; /* Opera < 12.1 */
animation: fadein 1s;
}
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Internet Explorer */
@-ms-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.container {
padding: 40px 20px 20px 20px;
}
.menu {
right: -220px;
position: absolute;
top: 320px;
transform: rotate(90deg);
width: 500px;
display: table; /* Allow the centering to work */
margin: 0 auto;
}
.right-menu {
justify-content: center;
display: flex;
}
.right-menu li {
padding: 0 10px;
}
.application-nav {
height: 40px;
padding: 20px;
position: absolute;
text-align: right;
width: 90%;
-webkit-app-region: drag;
}
#close-window {
position: absolute;
right: 20px;
top: 20px;
z-index: 1000;
}
#minimize-window {
position: absolute;
right: 50px;
top: 16px;
z-index: 1000;
}
section {
float: left;
padding: 0 20px;
width: 230px;
}
section.chart {
width: 400px;
}
.hidden {
display: none;
}
section.chart header,
.header {
text-align: center;
}
.top {
height: 220px;
padding-bottom: 20px;
}
.middle {
padding-bottom: 20px;
}
.last {
width: 270px;
}
.header {
height: 15px;
width: 10px;
margin-bottom: 0;
padding-bottom: 0;
}
section ul {
box-sizing: content-box; /* So the width will be 100% + 17px */
max-height: 115px;
overflow-y: scroll;
width: 100%;
}
section ul#item-list-5 {
max-height: 150px;
}
::-webkit-scrollbar {
height: 0;
/* WebKit */
width: 0;
}
header,
.menu,
.save-record,
.header,
.clone-record,
.delete-record,
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 12px;
font-weight: 600;
letter-spacing: 2px;
margin-bottom: 5px;
text-transform: uppercase;
font-family: "Roboto Mono Bold", monospace;
}
.edit,
.delete {
font-size: 10px;
}
.add-item {
margin-top: 10px;
}
button {
background: none;
border: none;
color: var(--foreground-color);
}
.rectangle {
background: var(--foreground-color);
height: 10px;
margin-top: 10px;
width: 80%;
}
.item-chart {
height: 2px;
margin-top: 10px;
overflow: hidden;
width: 90%;
}
.inner-rectangle {
background: var(--foreground-color);
float: left;
height: 10px;
}
.item-chart div:nth-child(2n + 1) {
background: var(--foreground-color);
}
.item-chart div:nth-child(2n + 2) {
background: #111;
}
/* Form */
form {
background: var(--background-color);
color: var(--foreground-color);
}
form input,
form .cancel-item {
background: none;
border: none;
border: 2px solid var(--foreground-color);
float: left;
margin-top: 10px;
padding: 5px;
padding: 5px 10px;
}
label {
float: left;
line-height: 50px;
width: 110px !important;
}
form input .add-button {
border: 0px;
}
.alert {
color: var(--alert-color);
}
#confirmation {
position: absolute;
bottom: 30px;
left: 200px;
width: 550px;
text-align: center;
}
.confirmation-message {
color: var(--confirmation-color);
animation: fadeIn ease 1s;
-webkit-animation: fadeIn ease 1s;
-moz-animation: fadeIn ease 1s;
-o-animation: fadeIn ease 1s;
-ms-animation: fadeIn ease 1s;
}
/** chart **/
.chart-outer {
height: 286px;
padding: 0 55px;
}
.chart-outer span {
width: 100%;
text-align: center;
float: left;
}
.chart-inner {
border: 2px solid var(--foreground-color);
border-radius: 125px;
height: 250px;
padding: 25px 10px 25px 20px;
width: 250px;
margin-top: 10px;
}
path {
stroke: var(--foreground-color);
stroke-width: 2;
}
.sankey path:hover {
stroke-width: 4;
opacity: 0.1;
}
/**bordered section **/
.bordered {
border: 2px solid var(--foreground-color);
padding: 15px 20px 20px;
}
/** dialog **/
.dialog {
display: none;
background: var(--background-color);
border: 2px solid var(--foreground-color);
left: 350px;
padding: 20px;
position: absolute;
right: 350px;
top: 200px;
}
.dialog input {
color: var(--foreground-color);
background: none;
border-width: 0px;
}
.dialog p {
padding-bottom: 10px;
}
/** modal **/
.form {
background: var(--background-color);
border: 2px solid var(--foreground-color);
left: 300px;
padding: 20px;
position: absolute;
right: 300px;
top: 200px;
}
#form-submit,
#form-cancel,
#form-edit-submit,
#form-calculator-cancel,
#form-calculator-submit,
#form-calculator-edit-submit {
border-width: 0px;
}
/**modal revised**/
.modal {
display: none;
}
.modal,
.modal-generated {
background: var(--background-color);
border: 2px solid var(--foreground-color);
left: 300px;
padding: 20px;
position: absolute;
right: 300px;
top: 200px;
z-index: 1;
}
#modal-close,
#modal-calculator-close,
#dialog-close {
float: right;
height: 15px;
width: 15px;
}
.modal #form-calculator-edit-submit {
display: none;
}
.edit #form-calculator-edit-submit {
display: block;
}
.edit #form-calculator-category,
.edit #form-calculator-submit {
display: none;
}
/** items **/
.list-item {
text-align: left;
width: 100%;
}
.item-menu {
float: left;
width: 100%;
}
/** history **/
path {
fill: none;
stroke: var(--foreground-color);
}
#timestamp {
float: right;
margin-right: 20px;
}
/** footer **/
footer {
padding-left: 20px;
}
.date {
bottom: 20px;
position: absolute;
right: 38px;
z-index: 1000;
}
/** focus and text area updates**/
:focus {
outline: none;
}
input[type="text"],
textarea,
input[type="button"] {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
input[type="text"]:focus,
textarea:focus {
box-shadow: 0 0 5px var(--foreground-color);
}
input[type="button"]:focus,
textarea:focus {
font-weight: 900;
}
input::placeholder {
color: var(--foreground-color);
}
/** dropdown **/
select {
background: none;
border: 2px solid var(--foreground-color);
margin: 10px 0 0;
padding: 8px 10px;
width: 195px;
}
option {
background: var(--background-color);
padding: 10px;
border: none;
}
/** SCROLLBAR **/
* {
scrollbar-width: thin;
scrollbar-color: var(--foreground-color);
}
*::-webkit-scrollbar {
width: 2px;
}
*::-webkit-scrollbar-track {
background: var(--background-color);
}
*::-webkit-scrollbar-thumb {
background-color: var(--foreground-color);
}
/** Fund Chart **/
.tick text {
color: var(--foreground-color);
fill: var(--foreground-color);
}
/** Tome **/
#tome {
float: left;
}
.tome-header {
padding: 40px 30px 0px 30px;
text-align: center;
}
.tome {
overflow: scroll;
height: 420px;
margin: 10px 25px 30px 30px;
padding-right: 20px;
}
.tome p {
margin-bottom: 20px;
}
/**begin child window css **/
.container a {
color: inherit;
}
.container #tooltip {
pointer-events: none;
position: absolute;
opacity: 0;
padding: 1rem;
/* box-shadow: 0 0 4px rgba(66, 66, 78, 0.2); */
background: var(--background-color);
line-height: 2;
transition: all 0.2s ease-out;
}
.tick-sankey {
paint-order: stroke;
stroke: var(--background-color);
stroke-width: 5px;
stroke-linecap: butt;
stroke-linejoin: miter;
font-weight: 400;
fill: var(--foreground-color);
}
.sankey-header,
.fund-header,
.debt-burndown-header {
padding: 35px 0 0 0;
text-align: center;
}
.spider-header {
padding: 30px 0 10px 0;
text-align: center;
}
.spider-chart {
display: inline-flex;
}
/** chart **/
#lineChild {
position: fixed;
left: 0;
right: 0;
top: 10px;
bottom: 0;
}
.line {
stroke: var(--foreground-color);
} | client/css/style.css | @font-face {
font-family: "Roboto Mono";
src: url("../fonts/RobotoMono-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Roboto Mono Bold";
src: url("../fonts/RobotoMono-Bold.ttf") format("truetype");
font-weight: bold;
font-style: bold;
}
* {
box-sizing: border-box;
color: var(--foreground-color);
font-family: "Roboto Mono", monospace;
line-height: 1.8;
margin: 0;
overflow: hidden;
padding: 0;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Old versions of Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none;
}
*:focus {
outline: 1px solid #999;
}
body {
background: var(--background-color);
color: var(--foreground-color);
font-size: 12px;
font-weight: 400;
-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 1s; /* Firefox < 16 */
-ms-animation: fadein 1s; /* Internet Explorer */
-o-animation: fadein 1s; /* Opera < 12.1 */
animation: fadein 1s;
}
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Firefox < 16 */
@-moz-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Internet Explorer */
@-ms-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* Opera < 12.1 */
@-o-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.container {
padding: 40px 20px 20px 20px;
}
.menu {
right: -220px;
position: absolute;
top: 320px;
transform: rotate(90deg);
width: 500px;
display: table; /* Allow the centering to work */
margin: 0 auto;
}
.right-menu {
justify-content: center;
display: flex;
}
.right-menu li {
padding: 0 10px;
}
.application-nav {
height: 40px;
padding: 20px;
position: absolute;
text-align: right;
width: 90%;
-webkit-app-region: drag;
}
#close-window {
position: absolute;
right: 20px;
top: 20px;
z-index: 1000;
}
#minimize-window {
position: absolute;
right: 50px;
top: 16px;
z-index: 1000;
}
section {
float: left;
padding: 0 20px;
width: 230px;
}
section.chart {
width: 400px;
}
.hidden {
display: none;
}
section.chart header,
.header {
text-align: center;
}
.top {
height: 220px;
padding-bottom: 20px;
}
.middle {
padding-bottom: 20px;
}
.last {
width: 270px;
}
.header {
height: 15px;
width: 10px;
margin-bottom: 0;
padding-bottom: 0;
}
section ul {
box-sizing: content-box; /* So the width will be 100% + 17px */
max-height: 115px;
overflow-y: scroll;
width: 100%;
}
section ul#item-list-5 {
max-height: 150px;
}
::-webkit-scrollbar {
height: 0;
/* WebKit */
width: 0;
}
header,
.menu,
.save-record,
.header,
.clone-record,
.delete-record,
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 12px;
font-weight: 600;
letter-spacing: 2px;
margin-bottom: 5px;
text-transform: uppercase;
font-family: "Roboto Mono Bold", monospace;
}
.edit,
.delete {
font-size: 10px;
}
.add-item {
margin-top: 10px;
}
button {
background: none;
border: none;
color: var(--foreground-color);
}
.rectangle {
background: var(--foreground-color);
height: 10px;
margin-top: 10px;
width: 80%;
}
.item-chart {
height: 2px;
margin-top: 10px;
overflow: hidden;
width: 90%;
}
.inner-rectangle {
background: var(--foreground-color);
float: left;
height: 10px;
}
.item-chart div:nth-child(2n + 1) {
background: var(--foreground-color);
}
.item-chart div:nth-child(2n + 2) {
background: #111;
}
/* Form */
form {
background: var(--background-color);
color: var(--foreground-color);
}
form input,
form .cancel-item {
background: none;
border: none;
border: 2px solid var(--foreground-color);
float: left;
margin-top: 10px;
padding: 5px;
padding: 5px 10px;
}
label {
float: left;
line-height: 50px;
width: 110px !important;
}
form input .add-button {
border: 0px;
}
.alert {
color: var(--alert-color);
}
#confirmation {
position: absolute;
bottom: 30px;
left: 200px;
width: 550px;
text-align: center;
}
.confirmation-message {
color: var(--confirmation-color);
animation: fadeIn ease 1s;
-webkit-animation: fadeIn ease 1s;
-moz-animation: fadeIn ease 1s;
-o-animation: fadeIn ease 1s;
-ms-animation: fadeIn ease 1s;
}
/** chart **/
.chart-outer {
height: 286px;
padding: 0 55px;
}
.chart-outer span {
width: 100%;
text-align: center;
float: left;
}
.chart-inner {
border: 2px solid var(--foreground-color);
border-radius: 125px;
height: 250px;
padding: 25px 10px 25px 20px;
width: 250px;
margin-top: 10px;
}
path {
stroke: var(--foreground-color);
stroke-width: 2;
}
.sankey path:hover {
stroke-width: 4;
opacity: 0.1;
}
/**bordered section **/
.bordered {
border: 2px solid var(--foreground-color);
padding: 15px 20px 20px;
}
/** dialog **/
.dialog {
display: none;
background: var(--background-color);
border: 2px solid var(--foreground-color);
left: 350px;
padding: 20px;
position: absolute;
right: 350px;
top: 200px;
}
.dialog input {
color: var(--foreground-color);
background: none;
border-width: 0px;
}
.dialog p {
padding-bottom: 10px;
}
/** modal **/
.form {
background: var(--background-color);
border: 2px solid var(--foreground-color);
left: 300px;
padding: 20px;
position: absolute;
right: 300px;
top: 200px;
}
#form-submit,
#form-cancel,
#form-edit-submit,
#form-calculator-cancel,
#form-calculator-submit,
#form-calculator-edit-submit {
border-width: 0px;
}
/**modal revised**/
.modal {
display: none;
}
.modal,
.modal-generated {
background: var(--background-color);
border: 2px solid var(--foreground-color);
left: 300px;
padding: 20px;
position: absolute;
right: 300px;
top: 200px;
z-index: 1;
}
#modal-close,
#modal-calculator-close,
#dialog-close {
float: right;
height: 15px;
width: 15px;
}
.modal #form-calculator-edit-submit {
display: none;
}
.edit #form-calculator-edit-submit {
display: block;
}
.edit #form-calculator-category,
.edit #form-calculator-submit {
display: none;
}
/** items **/
.list-item {
text-align: left;
width: 100%;
}
.item-menu {
float: left;
width: 100%;
}
/** history **/
path {
fill: none;
stroke: var(--foreground-color);
}
#timestamp {
float: right;
margin-right: 20px;
}
/** footer **/
footer {
padding-left: 20px;
}
.date {
bottom: 20px;
position: absolute;
right: 38px;
z-index: 1000;
}
/** focus and text area updates**/
:focus {
outline: none;
}
input[type="text"],
textarea,
input[type="button"] {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
input[type="text"]:focus,
textarea:focus {
box-shadow: 0 0 5px var(--foreground-color);
}
input[type="button"]:focus,
textarea:focus {
font-weight: 900;
}
input::placeholder {
color: var(--foreground-color);
}
/** dropdown **/
select {
background: none;
border: 2px solid var(--foreground-color);
margin: 10px 0 0;
padding: 8px 10px;
width: 195px;
}
option {
background: var(--background-color);
padding: 10px;
border: none;
}
/** SCROLLBAR **/
* {
scrollbar-width: thin;
scrollbar-color: var(--foreground-color);
}
*::-webkit-scrollbar {
width: 2px;
}
*::-webkit-scrollbar-track {
background: var(--background-color);
}
*::-webkit-scrollbar-thumb {
background-color: var(--foreground-color);
}
/** Fund Chart **/
.tick text {
color: var(--foreground-color);
fill: var(--foreground-color);
}
/** Tome **/
#tome {
float: left;
}
.tome-header {
padding: 40px 30px 0px 30px;
text-align: center;
}
.tome {
overflow: scroll;
height: 420px;
margin: 10px 25px 30px 30px;
padding-right: 20px;
}
.tome p {
margin-bottom: 20px;
}
/**begin child window css **/
.container a {
color: inherit;
}
.container #tooltip {
pointer-events: none;
position: absolute;
opacity: 0;
padding: 1rem;
/* box-shadow: 0 0 4px rgba(66, 66, 78, 0.2); */
background: var(--background-color);
line-height: 2;
transition: all 0.2s ease-out;
}
.tick-sankey {
paint-order: stroke;
stroke: var(--background-color);
stroke-width: 5px;
stroke-linecap: butt;
stroke-linejoin: miter;
font-weight: 400;
fill: var(--foreground-color);
}
.sankey-header,
.fund-header,
.debt-burndown-header {
padding: 35px 0 0 0;
text-align: center;
}
.spider-header {
padding: 30px 0 10px 0;
text-align: center;
}
.spider-chart {
display: inline-flex;
}
/** chart **/
#lineChild {
position: fixed;
left: 0;
right: 0;
top: 10px;
bottom: 0;
}
.line {
stroke: var(--foreground-color);
} | 0.380989 | 0.056888 |
body {
background-color: #f6f4e6;
font-family: "Jura", sans-serif;
color: #222831;
}
span {
text-decoration: underline;
}
h1 {
font-weight: bold;
color: #d5c455;
text-align: center;
}
h3 {
color: #d5c455;
}
hr {
line-height: 2rem;
margin: 5% auto 5% auto;
border-style: none;
border-top-style: dotted;
border-width: 10px;
width: 6%;
color: #dbdbdb;
}
/* blog styling */
.blog2-img {
height: 400px;
}
.blog-padding {
width: 50%;
padding-left: 50px;
}
/* Navbar and header */
#header {
background-color: #ede59a;
}
.navbar {
background-color: #ede59a;
padding: 10px;
margin: 0 5% 0 5%;
}
.homepage {
color: #d5c455;
}
.homepage:hover {
color: #fddb3a;
}
/* about + values */
#middle-container {
background-color: #f6f4e6;
padding: 3% 3%;
}
.myname {
margin: 5% auto 8% auto;
line-height: 2;
font-weight: bold;
text-align: center;
}
.about {
width: 60%;
margin: 5% auto 12.5% auto;
text-align: left;
}
.about-img {
float: left;
margin-right: 30px;
position: relative;
width: 200px;
height: 200px;
}
.value-img {
float: right;
margin-left: 30px;
position: relative;
border-radius: 50%;
width: 200px;
height: 200px;
}
/* blog */
#lower-container {
background-color: #ede59a;
padding: 3% 0%;
text-align: center;
}
.blog-img {
width: 100px;
height: 100px;
border-radius: 50%;
margin: 2% auto 2% auto;
}
.blog-img:hover {
width: 120px;
height: 120px;
border-radius: 50%;
margin: 2% auto 2% auto;
}
.blog-number {
text-decoration: underline;
}
.blog-text {
line-height: 2;
width: 40%;
margin: auto;
}
/* footer */
#footer {
background-color: #f6f4e6;
padding: 5% 3%;
text-align: center;
}
.footer-icon {
margin: 20px;
color: #d5c455;
}
.footer-icon:hover {
color: #fddb3a;
}
.BUTTON_BQK {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
color: #222831;
font-family: "Jura", sans-serif;
font-size: 20px;
font-weight: 400;
padding: 10px;
background-color: #ede59a;
border: solid #222831 3px;
text-decoration: none;
display: inline-block;
cursor: pointer;
text-align: center;
margin: 30px;
}
.BUTTON_BQK:hover {
background: #fddb3a;
border: solid #222831 3px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
text-decoration: none;
}
/* media queries */
@media only screen and (max-width: 600px) {
.about-img {
float: none;
text-align: left;
}
.value-img {
float: none;
text-align: left;
margin-left: 0;
}
}
@media only screen and (max-width: 768px) {
.about-img {
float: none;
text-align: left;
}
.value-img {
float: none;
text-align: left;
margin-left: 0;
}
} | styles/main.css |
body {
background-color: #f6f4e6;
font-family: "Jura", sans-serif;
color: #222831;
}
span {
text-decoration: underline;
}
h1 {
font-weight: bold;
color: #d5c455;
text-align: center;
}
h3 {
color: #d5c455;
}
hr {
line-height: 2rem;
margin: 5% auto 5% auto;
border-style: none;
border-top-style: dotted;
border-width: 10px;
width: 6%;
color: #dbdbdb;
}
/* blog styling */
.blog2-img {
height: 400px;
}
.blog-padding {
width: 50%;
padding-left: 50px;
}
/* Navbar and header */
#header {
background-color: #ede59a;
}
.navbar {
background-color: #ede59a;
padding: 10px;
margin: 0 5% 0 5%;
}
.homepage {
color: #d5c455;
}
.homepage:hover {
color: #fddb3a;
}
/* about + values */
#middle-container {
background-color: #f6f4e6;
padding: 3% 3%;
}
.myname {
margin: 5% auto 8% auto;
line-height: 2;
font-weight: bold;
text-align: center;
}
.about {
width: 60%;
margin: 5% auto 12.5% auto;
text-align: left;
}
.about-img {
float: left;
margin-right: 30px;
position: relative;
width: 200px;
height: 200px;
}
.value-img {
float: right;
margin-left: 30px;
position: relative;
border-radius: 50%;
width: 200px;
height: 200px;
}
/* blog */
#lower-container {
background-color: #ede59a;
padding: 3% 0%;
text-align: center;
}
.blog-img {
width: 100px;
height: 100px;
border-radius: 50%;
margin: 2% auto 2% auto;
}
.blog-img:hover {
width: 120px;
height: 120px;
border-radius: 50%;
margin: 2% auto 2% auto;
}
.blog-number {
text-decoration: underline;
}
.blog-text {
line-height: 2;
width: 40%;
margin: auto;
}
/* footer */
#footer {
background-color: #f6f4e6;
padding: 5% 3%;
text-align: center;
}
.footer-icon {
margin: 20px;
color: #d5c455;
}
.footer-icon:hover {
color: #fddb3a;
}
.BUTTON_BQK {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
color: #222831;
font-family: "Jura", sans-serif;
font-size: 20px;
font-weight: 400;
padding: 10px;
background-color: #ede59a;
border: solid #222831 3px;
text-decoration: none;
display: inline-block;
cursor: pointer;
text-align: center;
margin: 30px;
}
.BUTTON_BQK:hover {
background: #fddb3a;
border: solid #222831 3px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
text-decoration: none;
}
/* media queries */
@media only screen and (max-width: 600px) {
.about-img {
float: none;
text-align: left;
}
.value-img {
float: none;
text-align: left;
margin-left: 0;
}
}
@media only screen and (max-width: 768px) {
.about-img {
float: none;
text-align: left;
}
.value-img {
float: none;
text-align: left;
margin-left: 0;
}
} | 0.379263 | 0.091748 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: arial;
transition: all .2s linear;
}
:root{
--first-color: #1A73E8;
--input-color: #80868B;
--border-color: #DADCE0;
--normal-font-size: 1rem;
--small-font-size: .75rem;
}
.container {
min-height: 100vh;
width: 100vw;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
background: #f0f0f0;
}
.card {
height: 600px;
width: 500px;
background: #fff;
border-radius: 5px;
padding: 20px;
padding-top: 80px;
margin: 20px;
text-align: center;
letter-spacing: 1px;
box-shadow: 0 3px 5px rgba(0,0,0,.3);
overflow: hidden;
position: relative;
z-index: 0;
}
.card h3 {
font-size: 35px;
/* padding: 20px 0; */
padding-bottom: 20px;
color: #444;
}
.card p {
font-size: 15px;
color: #777;
}
.card button {
outline: none;
border: none;
background: #333;
color: #fff;
height: 35px;
width: 140px;
margin-top: 15px;
font-size: 17px;
cursor: pointer;
border-radius: 50px;
}
.form__div{
position: relative;
height: 48px;
margin-bottom: 1.5rem;
}
.form__input{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: var(--normal-font-size);
border: 1px solid var(--border-color);
border-radius: .5rem;
outline: none;
padding: 1rem;
background: none;
z-index: 1;
}
.form__label{
position: absolute;
left: 1rem;
top: 1rem;
padding: 0 .25rem;
background-color: #fff;
color: var(--input-color);
font-size: var(--normal-font-size);
transition: .3s;
}
/* Input focus move up label */
.form__input:focus + .form__label{
top: -.5rem;
left: .8rem;
color: var(--first-color);
font-size: var(--small-font-size);
font-weight: 500;
z-index: 10;
}
/* Input focus sticky top label */
.form__input:not(:placeholder-shown).form__input:not(:focus)+ .form__label{
top: -.5rem;
left: .8rem;
font-size: var(--small-font-size);
font-weight: 500;
z-index: 10;
}
/* Input focus */
.form__input:focus{
border: 1.5px solid var(--first-color);
}
#myMap {
position: relative;
width: 100%;
min-width: 290px;
height: 100vh;
}
.hidden {
display: none;
} | Indoor-Map/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: arial;
transition: all .2s linear;
}
:root{
--first-color: #1A73E8;
--input-color: #80868B;
--border-color: #DADCE0;
--normal-font-size: 1rem;
--small-font-size: .75rem;
}
.container {
min-height: 100vh;
width: 100vw;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
background: #f0f0f0;
}
.card {
height: 600px;
width: 500px;
background: #fff;
border-radius: 5px;
padding: 20px;
padding-top: 80px;
margin: 20px;
text-align: center;
letter-spacing: 1px;
box-shadow: 0 3px 5px rgba(0,0,0,.3);
overflow: hidden;
position: relative;
z-index: 0;
}
.card h3 {
font-size: 35px;
/* padding: 20px 0; */
padding-bottom: 20px;
color: #444;
}
.card p {
font-size: 15px;
color: #777;
}
.card button {
outline: none;
border: none;
background: #333;
color: #fff;
height: 35px;
width: 140px;
margin-top: 15px;
font-size: 17px;
cursor: pointer;
border-radius: 50px;
}
.form__div{
position: relative;
height: 48px;
margin-bottom: 1.5rem;
}
.form__input{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: var(--normal-font-size);
border: 1px solid var(--border-color);
border-radius: .5rem;
outline: none;
padding: 1rem;
background: none;
z-index: 1;
}
.form__label{
position: absolute;
left: 1rem;
top: 1rem;
padding: 0 .25rem;
background-color: #fff;
color: var(--input-color);
font-size: var(--normal-font-size);
transition: .3s;
}
/* Input focus move up label */
.form__input:focus + .form__label{
top: -.5rem;
left: .8rem;
color: var(--first-color);
font-size: var(--small-font-size);
font-weight: 500;
z-index: 10;
}
/* Input focus sticky top label */
.form__input:not(:placeholder-shown).form__input:not(:focus)+ .form__label{
top: -.5rem;
left: .8rem;
font-size: var(--small-font-size);
font-weight: 500;
z-index: 10;
}
/* Input focus */
.form__input:focus{
border: 1.5px solid var(--first-color);
}
#myMap {
position: relative;
width: 100%;
min-width: 290px;
height: 100vh;
}
.hidden {
display: none;
} | 0.438545 | 0.079496 |
body {
background-color: black;
text-align: center;
}
p {
color: white;
}
#closed-captions p {
opacity: 0;
transition: .05s;
position: absolute;
margin: 0 auto;
}
#closed-captions .on {
opacity: 1;
}
#closed-captions .off {
transition: .2s;
opacity: 0;
}
/* Video in midden van beeld
#video-placeholder {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
} */
/* Onzichtbare computer man */
.voice1 {
font-family: "brenner mono";
font-style: normal;
font-weight: 600;
font-size: 1.4rem;
position: absolute;
text-align: center;
width: 100%
}
/* Officer KD6-3.7 */
.voice2 {
font-family: "brenner sans";
font-style: normal;
font-weight: 400;
font-size: 1.2rem;
position: absolute;
text-align: center;
width: 100%;
}
/* Man in de gang */
.voice3 {
font-family: "brenner mono";
font-style: italic;
font-weight: 400;
font-size: 1.2rem;
position: absolute;
text-align: center;
width: 100%
}
/* Laatste stem */
.voice4 {
font-family: "brenner sans";
font-style: italic;
font-weight: 200;
font-size: 1.2rem;
position: absolute;
text-align: center;
width: 100%;
}
/* Within cells interliked 3x achter elkaar */
#closed-captions p:nth-of-type(42) {
top: 93%;
}
#closed-captions p:nth-of-type(43) {
top: 96%;
}
#closed-captions p:nth-of-type(44) {
top: 99%;
}
/* Sounds */
#sounds p {
opacity: 0;
text-align: center;
width: 100%;
position: fixed;
top: 55%;
color: orangered;
font-family: "Brenner sans";
font-size: 1.2em;
}
@keyframes first {
0% {
opacity: 1;
}
90% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.sound0 #sounds .nummer1 {
animation: first 8s;
}
.sound1 #sounds .nummer2 {
animation: first 1.5s;
}
.sound2 #sounds .nummer3 {
animation: first 1.5s;
}
.sound3 #sounds .nummer4 {
animation: first 1.5s;
}
.sound4 #sounds .nummer5 {
animation: first 0.5s;
}
.sound6 #sounds .nummer6 {
animation: first 1.5s;
}
.sound7 #sounds .nummer7 {
animation: first 1.5s;
}
.sound8 #sounds .nummer8 {
animation: first 1s;
}
.sound9 #sounds .nummer9 {
animation: first 1.5s;
}
.sound10 #sounds .nummer10 {
animation: first 43s;
}
.sound11 #sounds .nummer11 {
animation: first 10s;
}
.sound12 #sounds .nummer12 {
animation: first 40s;
}
@keyframes alarmshake{
0% {
transform: translate(0);
}
20%,
40%,
60%,
80%{
transform: translate(.8em);
}
10%,
30%,
50%{
transform: translate(-.2em);
}
70%,
100%{
transform: translate(0);
}
}
@keyframes beephigh{
0% {
transform: translate(0, 0);
}
50%{
transform: translate(0, -5em);
}
100%{
transform: translate(0);
}
}
@keyframes beeplow{
0% {
transform: translate(0, 0);
}
50%{
transform: translate(0, 5em);
}
100%{
transform: translate(0);
}
}
@keyframes beephighafterlow{
0% {
transform: scale(1, 1);
}
100%{
transform: scale(1.1, 1.1);
}
}
.sound1 iframe {
animation: alarmshake.8s ease-in;
}
.sound2 iframe {
animation: beephigh;
animation-duration: 1s;
}
.sound3 iframe {
animation: beeplow;
animation-duration: 2s;
}
.sound4 iframe {
animation: beephighafterlow;
animation-duration: 300ms;
}
.sound6 iframe {
animation: beeplow;
animation-duration: 2s;
}
.sound7 iframe {
animation: beephighafterlow;
animation-duration: 300ms;
}
.sound8 iframe {
animation: beeplow;
animation-duration: 2s;
}
.sound9 iframe {
animation: beephighafterlow;
animation-duration: 300ms;
}
@keyframes coloralarm {
0% {
background: #a71824;
}
100% {
background: black;
}
}
.sound1 {
background: black;
animation: coloralarm 1.5s;
}
@keyframes colorbeep {
0% {
background: black;
}
50% {
background: #a71824;
}
100% {
background: black;
}
}
@keyframes colorbass {
0% {
background: black;
}
100% {
background: #530c12;
}
}
@keyframes colorhighbeep {
0% {
background: #530c12;
}
50% {
background: #a71824;
}
100% {
background: black;
}
}
.sound2 {
animation: colorbeep;
animation-duration: 1.5s;
}
.sound3 {
animation: colorbass;
animation-duration: 1.5s;
}
.sound4 {
animation: colorhighbeep;
animation-duration: 0.5s;
}
.sound6 {
animation: colorbass;
animation-duration: 1.5s;
}
.sound7 {
animation: colorhighbeep;
animation-duration: 0.5s;
}
.sound8 {
animation: colorbass;
animation-duration: 1.5s;
}
.sound9 {
animation: colorhighbeep;
animation-duration: 0.5s;
}
@keyframes zoom {
0% {
transform: scale(1, 1);
background: black;
}
10% {
transform: scale(1.01, 1.01);
}
20% {
transform: scale(1.03, 1.03);
}
25% {
transform: scale(1.06, 1.06);
}
30% {
transform: scale(1.15, 1,15);
}
40% {
transform: scale(1.2, 1,2);
}
50% {
transform: scale(1.25, 1,25);
}
60% {
transform: scale(1.3, 1,3);
}
70% {
transform: scale(1.35, 1,35);
}
80% {
transform: scale(1.4, 1,4);
}
90% {
transform: scale(1.45, 1,45);
}
100% {
transform: scale(1.5, 1.5);
background: #a71824;
}
}
.sound10 {
animation: zoom;
animation-duration: 41s;
}
@keyframes waves {
0% {
transform: skewY(0deg);
}
10% {
transform: skewY(10deg);
}
20% {
transform: skewY(-10deg);
}
30% {
transform: skewY(10deg);
}
40% {
transform: skewY(-10deg);
}
50% {
transform: skewY(10deg);
}
60% {
transform: skewY(-10deg);
}
70% {
transform: skewY(10deg);
}
80% {
transform: skewY(-10deg);
}
90% {
transform: skewY(10deg);
}
100% {
transform: skewY(0deg);
}
}
.sound12 iframe {
animation: waves;
animation-duration: 50s;
}
@keyframes wavecolor {
0% {
background: black;
}
10% {
background: #a71824;
}
20% {
background: #530c12;
}
30% {
background: #a71824;
}
40% {
background: #530c12;
}
50% {
background: #a71824;
}
60% {
background: #530c12;
}
70% {
background: #a71824;
}
80% {
background: #530c12;
}
90% {
background: #a71824;
}
100% {
background: black;
}
}
.sound13 {
animation: wavecolor;
animation-duration: 49s;
} | closed-captions/css.css | body {
background-color: black;
text-align: center;
}
p {
color: white;
}
#closed-captions p {
opacity: 0;
transition: .05s;
position: absolute;
margin: 0 auto;
}
#closed-captions .on {
opacity: 1;
}
#closed-captions .off {
transition: .2s;
opacity: 0;
}
/* Video in midden van beeld
#video-placeholder {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
} */
/* Onzichtbare computer man */
.voice1 {
font-family: "brenner mono";
font-style: normal;
font-weight: 600;
font-size: 1.4rem;
position: absolute;
text-align: center;
width: 100%
}
/* Officer KD6-3.7 */
.voice2 {
font-family: "brenner sans";
font-style: normal;
font-weight: 400;
font-size: 1.2rem;
position: absolute;
text-align: center;
width: 100%;
}
/* Man in de gang */
.voice3 {
font-family: "brenner mono";
font-style: italic;
font-weight: 400;
font-size: 1.2rem;
position: absolute;
text-align: center;
width: 100%
}
/* Laatste stem */
.voice4 {
font-family: "brenner sans";
font-style: italic;
font-weight: 200;
font-size: 1.2rem;
position: absolute;
text-align: center;
width: 100%;
}
/* Within cells interliked 3x achter elkaar */
#closed-captions p:nth-of-type(42) {
top: 93%;
}
#closed-captions p:nth-of-type(43) {
top: 96%;
}
#closed-captions p:nth-of-type(44) {
top: 99%;
}
/* Sounds */
#sounds p {
opacity: 0;
text-align: center;
width: 100%;
position: fixed;
top: 55%;
color: orangered;
font-family: "Brenner sans";
font-size: 1.2em;
}
@keyframes first {
0% {
opacity: 1;
}
90% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.sound0 #sounds .nummer1 {
animation: first 8s;
}
.sound1 #sounds .nummer2 {
animation: first 1.5s;
}
.sound2 #sounds .nummer3 {
animation: first 1.5s;
}
.sound3 #sounds .nummer4 {
animation: first 1.5s;
}
.sound4 #sounds .nummer5 {
animation: first 0.5s;
}
.sound6 #sounds .nummer6 {
animation: first 1.5s;
}
.sound7 #sounds .nummer7 {
animation: first 1.5s;
}
.sound8 #sounds .nummer8 {
animation: first 1s;
}
.sound9 #sounds .nummer9 {
animation: first 1.5s;
}
.sound10 #sounds .nummer10 {
animation: first 43s;
}
.sound11 #sounds .nummer11 {
animation: first 10s;
}
.sound12 #sounds .nummer12 {
animation: first 40s;
}
@keyframes alarmshake{
0% {
transform: translate(0);
}
20%,
40%,
60%,
80%{
transform: translate(.8em);
}
10%,
30%,
50%{
transform: translate(-.2em);
}
70%,
100%{
transform: translate(0);
}
}
@keyframes beephigh{
0% {
transform: translate(0, 0);
}
50%{
transform: translate(0, -5em);
}
100%{
transform: translate(0);
}
}
@keyframes beeplow{
0% {
transform: translate(0, 0);
}
50%{
transform: translate(0, 5em);
}
100%{
transform: translate(0);
}
}
@keyframes beephighafterlow{
0% {
transform: scale(1, 1);
}
100%{
transform: scale(1.1, 1.1);
}
}
.sound1 iframe {
animation: alarmshake.8s ease-in;
}
.sound2 iframe {
animation: beephigh;
animation-duration: 1s;
}
.sound3 iframe {
animation: beeplow;
animation-duration: 2s;
}
.sound4 iframe {
animation: beephighafterlow;
animation-duration: 300ms;
}
.sound6 iframe {
animation: beeplow;
animation-duration: 2s;
}
.sound7 iframe {
animation: beephighafterlow;
animation-duration: 300ms;
}
.sound8 iframe {
animation: beeplow;
animation-duration: 2s;
}
.sound9 iframe {
animation: beephighafterlow;
animation-duration: 300ms;
}
@keyframes coloralarm {
0% {
background: #a71824;
}
100% {
background: black;
}
}
.sound1 {
background: black;
animation: coloralarm 1.5s;
}
@keyframes colorbeep {
0% {
background: black;
}
50% {
background: #a71824;
}
100% {
background: black;
}
}
@keyframes colorbass {
0% {
background: black;
}
100% {
background: #530c12;
}
}
@keyframes colorhighbeep {
0% {
background: #530c12;
}
50% {
background: #a71824;
}
100% {
background: black;
}
}
.sound2 {
animation: colorbeep;
animation-duration: 1.5s;
}
.sound3 {
animation: colorbass;
animation-duration: 1.5s;
}
.sound4 {
animation: colorhighbeep;
animation-duration: 0.5s;
}
.sound6 {
animation: colorbass;
animation-duration: 1.5s;
}
.sound7 {
animation: colorhighbeep;
animation-duration: 0.5s;
}
.sound8 {
animation: colorbass;
animation-duration: 1.5s;
}
.sound9 {
animation: colorhighbeep;
animation-duration: 0.5s;
}
@keyframes zoom {
0% {
transform: scale(1, 1);
background: black;
}
10% {
transform: scale(1.01, 1.01);
}
20% {
transform: scale(1.03, 1.03);
}
25% {
transform: scale(1.06, 1.06);
}
30% {
transform: scale(1.15, 1,15);
}
40% {
transform: scale(1.2, 1,2);
}
50% {
transform: scale(1.25, 1,25);
}
60% {
transform: scale(1.3, 1,3);
}
70% {
transform: scale(1.35, 1,35);
}
80% {
transform: scale(1.4, 1,4);
}
90% {
transform: scale(1.45, 1,45);
}
100% {
transform: scale(1.5, 1.5);
background: #a71824;
}
}
.sound10 {
animation: zoom;
animation-duration: 41s;
}
@keyframes waves {
0% {
transform: skewY(0deg);
}
10% {
transform: skewY(10deg);
}
20% {
transform: skewY(-10deg);
}
30% {
transform: skewY(10deg);
}
40% {
transform: skewY(-10deg);
}
50% {
transform: skewY(10deg);
}
60% {
transform: skewY(-10deg);
}
70% {
transform: skewY(10deg);
}
80% {
transform: skewY(-10deg);
}
90% {
transform: skewY(10deg);
}
100% {
transform: skewY(0deg);
}
}
.sound12 iframe {
animation: waves;
animation-duration: 50s;
}
@keyframes wavecolor {
0% {
background: black;
}
10% {
background: #a71824;
}
20% {
background: #530c12;
}
30% {
background: #a71824;
}
40% {
background: #530c12;
}
50% {
background: #a71824;
}
60% {
background: #530c12;
}
70% {
background: #a71824;
}
80% {
background: #530c12;
}
90% {
background: #a71824;
}
100% {
background: black;
}
}
.sound13 {
animation: wavecolor;
animation-duration: 49s;
} | 0.578924 | 0.126461 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
outline: none;
font-family: 'Baloo 2', cursive;
border: none;
}
ul{
list-style: none;
}
/*variables*/
:root{
--bg-linear: linear-gradient(to right, #e65763, #34073d);
--dark: #202020;
--white: #fff;
--purple: #34073d;
}
/*container principal*/
.principal-container{
width: 100%;
min-height: 100vh;
background: var(--bg-linear);
padding: 10px 60px;
}
/*header*/
#header-todo{
width: 100%;
color: var(--white);
border-bottom: 1px solid rgba(255,255,255, .5)
}
#header-todo h1{
font-size: 2.2rem;
font-weight: 300;
}
/*todo-content*/
#todo-content{
padding: 30px;
display: flex;
flex-direction: column;
align-items: center;
color: var(--white);
}
#date{
display: flex;
flex-direction: column;
}
#date span{
text-transform: capitalize;
}
#todo-content h2{
font-size: 3.3rem;
letter-spacing: 1px;
text-shadow: .2rem .2rem .3rem #000;
margin-bottom: 25px;
}
/*form*/
#form{
display: flex;
align-items: center;
margin-bottom: 20px;
}
.task-value{
width: 650px;
margin-right: 5px;
padding: 15px;
font-size: 1rem;
}
.task-value::placeholder{
color: var(--purple);
}
.btn-submit{
padding: 15px 20px;
cursor: pointer;
color: var(--purple);
transition: all .3s;
font-size: 1rem;
}
.btn-submit:hover{
background-color: var(--purple);
color: var(--white);
}
#my-todolist{
display: flex;
flex-direction: column;
}
/*todo-list*/
.template{
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px;
margin-bottom: 15px;
width: 600px;
background-color: var(--white);
color: var(--purple);
}
.template p{
margin-right: 15px;
}
.template .icons{
cursor: pointer;
}
.template .check{
margin-right: 15px;
}
.hide{
display: none;
}
.list-title{
text-align: left;
font-size: 1.5rem;
letter-spacing: 1px;
text-shadow: .2rem .2rem .2rem #000;
margin-bottom: 20px;
}
.item-checked{
background-color: var(--purple);
color: var(--white);
}
.template.item-checked p{
text-decoration: line-through;
}
.btn-close{
padding: 8px;
color: var(--purple);
background-color: var(--white);
border-radius: 4px;
font-size: .9rem;
cursor: pointer;
text-align: left;
transition: all .3s;
}
.btn-close i{
margin-left: 5px;
}
.btn-close:hover{
background-color: var(--purple);
color: var(--white);
}
.btn-close{
width: 120px;
margin-top: 20px;
}
footer{
background: linear-gradient(to right, #da4652, #450652);;
color: #fff;
text-align: center;
padding: 5px;
}
footer a{
color: #fff;
letter-spacing: 1px;
}
/*BREACKPOINT*/
@media (min-width: 420px) and (max-width: 780px){
#header-todo h1{
font-size: 1.5rem;
}
#todo-content h2{
font-size: 1.5rem;
}
.task-value{
width: 100%;
padding: 8px;
}
.list-title{
font-size: 1rem;
}
.template{
width: 100%;
}
.task-value::placeholder{
font-size: .8rem;
}
.btn-submit{
padding: 8px 15px;
}
} | assets/style.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
outline: none;
font-family: 'Baloo 2', cursive;
border: none;
}
ul{
list-style: none;
}
/*variables*/
:root{
--bg-linear: linear-gradient(to right, #e65763, #34073d);
--dark: #202020;
--white: #fff;
--purple: #34073d;
}
/*container principal*/
.principal-container{
width: 100%;
min-height: 100vh;
background: var(--bg-linear);
padding: 10px 60px;
}
/*header*/
#header-todo{
width: 100%;
color: var(--white);
border-bottom: 1px solid rgba(255,255,255, .5)
}
#header-todo h1{
font-size: 2.2rem;
font-weight: 300;
}
/*todo-content*/
#todo-content{
padding: 30px;
display: flex;
flex-direction: column;
align-items: center;
color: var(--white);
}
#date{
display: flex;
flex-direction: column;
}
#date span{
text-transform: capitalize;
}
#todo-content h2{
font-size: 3.3rem;
letter-spacing: 1px;
text-shadow: .2rem .2rem .3rem #000;
margin-bottom: 25px;
}
/*form*/
#form{
display: flex;
align-items: center;
margin-bottom: 20px;
}
.task-value{
width: 650px;
margin-right: 5px;
padding: 15px;
font-size: 1rem;
}
.task-value::placeholder{
color: var(--purple);
}
.btn-submit{
padding: 15px 20px;
cursor: pointer;
color: var(--purple);
transition: all .3s;
font-size: 1rem;
}
.btn-submit:hover{
background-color: var(--purple);
color: var(--white);
}
#my-todolist{
display: flex;
flex-direction: column;
}
/*todo-list*/
.template{
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px;
margin-bottom: 15px;
width: 600px;
background-color: var(--white);
color: var(--purple);
}
.template p{
margin-right: 15px;
}
.template .icons{
cursor: pointer;
}
.template .check{
margin-right: 15px;
}
.hide{
display: none;
}
.list-title{
text-align: left;
font-size: 1.5rem;
letter-spacing: 1px;
text-shadow: .2rem .2rem .2rem #000;
margin-bottom: 20px;
}
.item-checked{
background-color: var(--purple);
color: var(--white);
}
.template.item-checked p{
text-decoration: line-through;
}
.btn-close{
padding: 8px;
color: var(--purple);
background-color: var(--white);
border-radius: 4px;
font-size: .9rem;
cursor: pointer;
text-align: left;
transition: all .3s;
}
.btn-close i{
margin-left: 5px;
}
.btn-close:hover{
background-color: var(--purple);
color: var(--white);
}
.btn-close{
width: 120px;
margin-top: 20px;
}
footer{
background: linear-gradient(to right, #da4652, #450652);;
color: #fff;
text-align: center;
padding: 5px;
}
footer a{
color: #fff;
letter-spacing: 1px;
}
/*BREACKPOINT*/
@media (min-width: 420px) and (max-width: 780px){
#header-todo h1{
font-size: 1.5rem;
}
#todo-content h2{
font-size: 1.5rem;
}
.task-value{
width: 100%;
padding: 8px;
}
.list-title{
font-size: 1rem;
}
.template{
width: 100%;
}
.task-value::placeholder{
font-size: .8rem;
}
.btn-submit{
padding: 8px 15px;
}
} | 0.317744 | 0.075892 |
html,body{
width:100%; height:100%;
margin:0;
background: #fff;
color: #333;
font-family: 'Helvetica', 'Arial', sans-serif;
font-size: 23px;
font-weight: 100;
line-height: 1.4em;
}
#header, #content, #footer{
width: 100%;
max-width: 800px;
margin:0 auto;
}
strong, b{
font-weight: bold;
}
a{
color: #ff4040;
position: relative;
top:0px;
transition: 0.1s ease-in-out;
}
a:hover{
color: #ff8080;
top: -2px;
}
h1{
font-weight: bold;
font-size: 40px;
text-align: center;
letter-spacing: 3px;
margin-top:1.5em;
margin-bottom: 0;
}
h2{
margin-top:1.25em;
margin-bottom: 0;
}
#header{
margin-top: 15px;
height: 182px;
text-align: right;
font-size: 30px;
max-width: 870px;
position: relative;
width: calc(100% - 50px);
}
#header #nicky{
width: 250px;
height: 220px;
background: url(nicky.png);
background-size: 100% 100%;
position: relative;
left: -68px;
}
#header #nav{
position: absolute;
right: 10px;
bottom: 20px;
}
#header a{
color: #000;
transition: 0.15s ease-in-out;
text-decoration: none;
}
#header a:hover{
color: #888;
top: -3px;
}
#content{
padding: 15px 20px 20px 20px;
width: calc(100% - 50px);
text-align: center;
border: 5px solid #333;
border-radius: 25px;
margin-bottom: 50px;
}
#footer{
max-width: 550px;
text-align: center;
padding-bottom:80px;
}
.grid{
overflow:hidden;
/*margin-bottom: -0.5em;*/
margin-top: 5px;
}
.grid > a:first-child > div{
margin-top:20px;
}
.grid > a > div{
display: inline-block;
overflow: hidden;
width: 390px;
height:150px;
margin-bottom:10px;
transition: opacity 0.1s ease-in-out;
}
.grid > a{
text-decoration: none;
display: inline-block;
}
.grid > a:hover > div{
opacity: 0.5;
}
.grid > a > div > img{
width: 388px;
border: 1px solid #eee;
margin-bottom: 5px;
}
.grid > a > div > div{
color:#000;
font-size: 18px;
line-height: 21px;
text-align: left;
width:100%;
}
.grid > a > div > div > span{
color:#999;
}
.web10{
position: absolute;
width:70px;
height:70px;
background: url(web10.png);
background-size: 200% 100%;
bottom: 6px;
}
.web10#news{
left: calc(50% - 372px);
}
.web10#rss{
right: calc(50% - 372px);
background-position: -100%;
}
#waiver{
padding-top:11px;
color:#999;
font-size:0.8em;
width: calc(100% - 10px);
margin:0 auto;
}
.sidepage{
width:calc(100%-40px);
max-width:787px;
padding: 25px;
margin:50px auto;
line-height: 1.7em;
}
.sidepage h1{
text-align: left;
}
.sidepage input{
font-family: monospace;
font-weight: 100;
background: #333;
color: #fff;
border: none;
border-radius: 5px;
font-size: 15px;
padding: 4px;
position: relative;
top: -2px;
}
.sidepage img{
margin:0 auto;
display: block;
max-width: 100%;
}
hr{
border:none;
border-bottom: 3px dashed #ddd;
margin: 2em 0;
}
@media (max-width: 760px){
.web10{
display:none;
}
}
@media (max-width: 880px){
#header #nav{
width: 300px;
text-align: right;
top: 24px;
}
#header #nav span{
opacity: 0;
display: block;
height: 0px;
}
} | css/index.css | html,body{
width:100%; height:100%;
margin:0;
background: #fff;
color: #333;
font-family: 'Helvetica', 'Arial', sans-serif;
font-size: 23px;
font-weight: 100;
line-height: 1.4em;
}
#header, #content, #footer{
width: 100%;
max-width: 800px;
margin:0 auto;
}
strong, b{
font-weight: bold;
}
a{
color: #ff4040;
position: relative;
top:0px;
transition: 0.1s ease-in-out;
}
a:hover{
color: #ff8080;
top: -2px;
}
h1{
font-weight: bold;
font-size: 40px;
text-align: center;
letter-spacing: 3px;
margin-top:1.5em;
margin-bottom: 0;
}
h2{
margin-top:1.25em;
margin-bottom: 0;
}
#header{
margin-top: 15px;
height: 182px;
text-align: right;
font-size: 30px;
max-width: 870px;
position: relative;
width: calc(100% - 50px);
}
#header #nicky{
width: 250px;
height: 220px;
background: url(nicky.png);
background-size: 100% 100%;
position: relative;
left: -68px;
}
#header #nav{
position: absolute;
right: 10px;
bottom: 20px;
}
#header a{
color: #000;
transition: 0.15s ease-in-out;
text-decoration: none;
}
#header a:hover{
color: #888;
top: -3px;
}
#content{
padding: 15px 20px 20px 20px;
width: calc(100% - 50px);
text-align: center;
border: 5px solid #333;
border-radius: 25px;
margin-bottom: 50px;
}
#footer{
max-width: 550px;
text-align: center;
padding-bottom:80px;
}
.grid{
overflow:hidden;
/*margin-bottom: -0.5em;*/
margin-top: 5px;
}
.grid > a:first-child > div{
margin-top:20px;
}
.grid > a > div{
display: inline-block;
overflow: hidden;
width: 390px;
height:150px;
margin-bottom:10px;
transition: opacity 0.1s ease-in-out;
}
.grid > a{
text-decoration: none;
display: inline-block;
}
.grid > a:hover > div{
opacity: 0.5;
}
.grid > a > div > img{
width: 388px;
border: 1px solid #eee;
margin-bottom: 5px;
}
.grid > a > div > div{
color:#000;
font-size: 18px;
line-height: 21px;
text-align: left;
width:100%;
}
.grid > a > div > div > span{
color:#999;
}
.web10{
position: absolute;
width:70px;
height:70px;
background: url(web10.png);
background-size: 200% 100%;
bottom: 6px;
}
.web10#news{
left: calc(50% - 372px);
}
.web10#rss{
right: calc(50% - 372px);
background-position: -100%;
}
#waiver{
padding-top:11px;
color:#999;
font-size:0.8em;
width: calc(100% - 10px);
margin:0 auto;
}
.sidepage{
width:calc(100%-40px);
max-width:787px;
padding: 25px;
margin:50px auto;
line-height: 1.7em;
}
.sidepage h1{
text-align: left;
}
.sidepage input{
font-family: monospace;
font-weight: 100;
background: #333;
color: #fff;
border: none;
border-radius: 5px;
font-size: 15px;
padding: 4px;
position: relative;
top: -2px;
}
.sidepage img{
margin:0 auto;
display: block;
max-width: 100%;
}
hr{
border:none;
border-bottom: 3px dashed #ddd;
margin: 2em 0;
}
@media (max-width: 760px){
.web10{
display:none;
}
}
@media (max-width: 880px){
#header #nav{
width: 300px;
text-align: right;
top: 24px;
}
#header #nav span{
opacity: 0;
display: block;
height: 0px;
}
} | 0.271445 | 0.054803 |
@font-face {
font-family: 'PF DinDisplay Pro';
src: url('../fonts/PFDinDisplayPro-ThinItalic.eot');
src: url('../fonts/PFDinDisplayPro-ThinItalic.eot?#iefix') format('embedded-opentype'),
url('../fonts/PFDinDisplayPro-ThinItalic.woff') format('woff'),
url('../fonts/PFDinDisplayPro-ThinItalic.ttf') format('truetype');
font-weight: 100;
font-style: italic;
}
@font-face {
font-family: 'PF DinDisplay Pro ExtraThin';
src: url('P../fonts/FDinDisplayPro-ExtraThin.eot');
src: url('../fonts/PFDinDisplayPro-ExtraThin.eot?#iefix') format('embedded-opentype'),
url('../fonts/PFDinDisplayPro-ExtraThin.woff') format('woff'),
url('../fonts/PFDinDisplayPro-ExtraThin.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'PF DinDisplay Pro';
src: url('../fonts/PFDinDisplayPro-Light.eot');
src: url('../fonts/PFDinDisplayPro-Light.eot?#iefix') format('embedded-opentype'),
url('../fonts/PFDinDisplayPro-Light.woff') format('woff'),
url('../fonts/PFDinDisplayPro-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'PF DinDisplay Pro';
src: url('../fonts/PFDinDisplayPro-LightItalic.eot');
src: url('../fonts/PFDinDisplayPro-LightItalic.eot?#iefix') format('embedded-opentype'),
url('../fonts/PFDinDisplayPro-LightItalic.woff') format('woff'),
url('../fonts/PFDinDisplayPro-LightItalic.ttf') format('truetype');
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: 'PF DinDisplay Pro';
src: url('../fonts/PFDinDisplayPro-Thin.eot');
src: url('../fonts/PFDinDisplayPro-Thin.eot?#iefix') format('embedded-opentype'),
url('../fonts/PFDinDisplayPro-Thin.woff') format('woff'),
url('../fonts/PFDinDisplayPro-Thin.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'PF DinDisplay Pro';
src: url('../fonts/PFDinDisplayPro-BlackItalic.eot');
src: url('../fonts/PFDinDisplayPro-BlackItalic.eot?#iefix') format('embedded-opentype'),
url('../fonts/PFDinDisplayPro-BlackItalic.woff') format('woff'),
url('../fonts/PFDinDisplayPro-BlackItalic.ttf') format('truetype');
font-weight: 900;
font-style: italic;
}
@font-face {
font-family: 'PF DinDisplay Pro';
src: url('../fonts/PFDinDisplayPro-Black.eot');
src: url('../fonts/PFDinDisplayPro-Black.eot?#iefix') format('embedded-opentype'),
url('../fonts/PFDinDisplayPro-Black.woff') format('woff'),
url('../fonts/PFDinDisplayPro-Black.ttf') format('truetype');
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: 'PF DinDisplay Pro';
src: url('../fonts/PFDinDisplayPro-Italic.eot');
src: url('../fonts/PFDinDisplayPro-Italic.eot?#iefix') format('embedded-opentype'),
url('../fonts/PFDinDisplayPro-Italic.woff') format('woff'),
url('../fonts/PFDinDisplayPro-Italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'PF DinDisplay Pro ExtraThin';
src: url('../fonts/PFDinDisplayPro-ExtraThinItalic.eot');
src: url('../fonts/PFDinDisplayPro-ExtraThinItalic.eot?#iefix') format('embedded-opentype'),
url('../fonts/PFDinDisplayPro-ExtraThinItalic.woff') format('woff'),
url('../fonts/PFDinDisplayPro-ExtraThinItalic.ttf') format('truetype');
font-weight: 100;
font-style: italic;
}
@font-face {
font-family: 'PF DinDisplay Pro';
src: url('../fonts/PFDinDisplayPro-Bold.eot');
src: url('../fonts/PFDinDisplayPro-Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/PFDinDisplayPro-Bold.woff') format('woff'),
url('../fonts/PFDinDisplayPro-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'PF DinDisplay Pro';
src: url('../fonts/PFDinDisplayPro-Regular.eot');
src: url('../fonts/PFDinDisplayPro-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/PFDinDisplayPro-Regular.woff') format('woff'),
url('../fonts/PFDinDisplayPro-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'PF DinDisplay Pro';
src: url('../fonts/PFDinDisplayPro-BoldItalic.eot');
src: url('../fonts/PFDinDisplayPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
url('../fonts/PFDinDisplayPro-BoldItalic.woff') format('woff'),
url('../fonts/PFDinDisplayPro-BoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'PF DinDisplay Pro';
src: url('../fonts/PFDinDisplayPro-MediumItalic.eot');
src: url('../fonts/PFDinDisplayPro-MediumItalic.eot?#iefix') format('embedded-opentype'),
url('../fonts/PFDinDisplayPro-MediumItalic.woff') format('woff'),
url('../fonts/PFDinDisplayPro-MediumItalic.ttf') format('truetype');
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: 'PF DinDisplay Pro';
src: url('../fonts/PFDinDisplayPro-Medium.eot');
src: url('../fonts/PFDinDisplayPro-Medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/PFDinDisplayPro-Medium.woff') format('woff'),
url('../fonts/PFDinDisplayPro-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
} | frontend/web/css/fonts.css |
@font-face {
font-family: 'PF DinDisplay Pro';
src: url('../fonts/PFDinDisplayPro-ThinItalic.eot');
src: url('../fonts/PFDinDisplayPro-ThinItalic.eot?#iefix') format('embedded-opentype'),
url('../fonts/PFDinDisplayPro-ThinItalic.woff') format('woff'),
url('../fonts/PFDinDisplayPro-ThinItalic.ttf') format('truetype');
font-weight: 100;
font-style: italic;
}
@font-face {
font-family: 'PF DinDisplay Pro ExtraThin';
src: url('P../fonts/FDinDisplayPro-ExtraThin.eot');
src: url('../fonts/PFDinDisplayPro-ExtraThin.eot?#iefix') format('embedded-opentype'),
url('../fonts/PFDinDisplayPro-ExtraThin.woff') format('woff'),
url('../fonts/PFDinDisplayPro-ExtraThin.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'PF DinDisplay Pro';
src: url('../fonts/PFDinDisplayPro-Light.eot');
src: url('../fonts/PFDinDisplayPro-Light.eot?#iefix') format('embedded-opentype'),
url('../fonts/PFDinDisplayPro-Light.woff') format('woff'),
url('../fonts/PFDinDisplayPro-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'PF DinDisplay Pro';
src: url('../fonts/PFDinDisplayPro-LightItalic.eot');
src: url('../fonts/PFDinDisplayPro-LightItalic.eot?#iefix') format('embedded-opentype'),
url('../fonts/PFDinDisplayPro-LightItalic.woff') format('woff'),
url('../fonts/PFDinDisplayPro-LightItalic.ttf') format('truetype');
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: 'PF DinDisplay Pro';
src: url('../fonts/PFDinDisplayPro-Thin.eot');
src: url('../fonts/PFDinDisplayPro-Thin.eot?#iefix') format('embedded-opentype'),
url('../fonts/PFDinDisplayPro-Thin.woff') format('woff'),
url('../fonts/PFDinDisplayPro-Thin.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'PF DinDisplay Pro';
src: url('../fonts/PFDinDisplayPro-BlackItalic.eot');
src: url('../fonts/PFDinDisplayPro-BlackItalic.eot?#iefix') format('embedded-opentype'),
url('../fonts/PFDinDisplayPro-BlackItalic.woff') format('woff'),
url('../fonts/PFDinDisplayPro-BlackItalic.ttf') format('truetype');
font-weight: 900;
font-style: italic;
}
@font-face {
font-family: 'PF DinDisplay Pro';
src: url('../fonts/PFDinDisplayPro-Black.eot');
src: url('../fonts/PFDinDisplayPro-Black.eot?#iefix') format('embedded-opentype'),
url('../fonts/PFDinDisplayPro-Black.woff') format('woff'),
url('../fonts/PFDinDisplayPro-Black.ttf') format('truetype');
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: 'PF DinDisplay Pro';
src: url('../fonts/PFDinDisplayPro-Italic.eot');
src: url('../fonts/PFDinDisplayPro-Italic.eot?#iefix') format('embedded-opentype'),
url('../fonts/PFDinDisplayPro-Italic.woff') format('woff'),
url('../fonts/PFDinDisplayPro-Italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'PF DinDisplay Pro ExtraThin';
src: url('../fonts/PFDinDisplayPro-ExtraThinItalic.eot');
src: url('../fonts/PFDinDisplayPro-ExtraThinItalic.eot?#iefix') format('embedded-opentype'),
url('../fonts/PFDinDisplayPro-ExtraThinItalic.woff') format('woff'),
url('../fonts/PFDinDisplayPro-ExtraThinItalic.ttf') format('truetype');
font-weight: 100;
font-style: italic;
}
@font-face {
font-family: 'PF DinDisplay Pro';
src: url('../fonts/PFDinDisplayPro-Bold.eot');
src: url('../fonts/PFDinDisplayPro-Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/PFDinDisplayPro-Bold.woff') format('woff'),
url('../fonts/PFDinDisplayPro-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'PF DinDisplay Pro';
src: url('../fonts/PFDinDisplayPro-Regular.eot');
src: url('../fonts/PFDinDisplayPro-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/PFDinDisplayPro-Regular.woff') format('woff'),
url('../fonts/PFDinDisplayPro-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'PF DinDisplay Pro';
src: url('../fonts/PFDinDisplayPro-BoldItalic.eot');
src: url('../fonts/PFDinDisplayPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
url('../fonts/PFDinDisplayPro-BoldItalic.woff') format('woff'),
url('../fonts/PFDinDisplayPro-BoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'PF DinDisplay Pro';
src: url('../fonts/PFDinDisplayPro-MediumItalic.eot');
src: url('../fonts/PFDinDisplayPro-MediumItalic.eot?#iefix') format('embedded-opentype'),
url('../fonts/PFDinDisplayPro-MediumItalic.woff') format('woff'),
url('../fonts/PFDinDisplayPro-MediumItalic.ttf') format('truetype');
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: 'PF DinDisplay Pro';
src: url('../fonts/PFDinDisplayPro-Medium.eot');
src: url('../fonts/PFDinDisplayPro-Medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/PFDinDisplayPro-Medium.woff') format('woff'),
url('../fonts/PFDinDisplayPro-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
} | 0.242116 | 0.050988 |
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=cyrillic-ext);
*, *:before, *:after {
box-sizing: border-box;
}
.wrap {
max-width: 1120px;
margin-left: auto;
margin-right: auto;
}
.wrap:after {
content: " ";
display: block;
clear: both;
}
head {
display: block;
position: fixed;
right: 10px;
top: 10px;
z-index: 999;
color: #333;
background: rgba(255, 255, 255, 0.25);
}
head:before {
content: "|||";
display: block;
padding: 5px 10px;
font-family: sans-serif;
font-size: 16px;
font-weight: bold;
}
head:hover {
background: rgba(255, 255, 255, 0.5);
color: red;
}
head:hover ~ .wrap, head:hover ~ body .wrap {
position: relative;
}
head:hover ~ .wrap:before, head:hover ~ body .wrap:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
content: " ";
z-index: 998;
background-image: linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25) 80%, transparent 80%);
background-size: 8.47%;
background-origin: content-box;
background-clip: content-box;
background-position: left top;
}
@media (max-width: 700px) {
head:hover ~ .wrap, head:hover ~ body .wrap {
position: relative;
}
head:hover ~ .wrap:before, head:hover ~ body .wrap:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
content: " ";
z-index: 998;
background-image: linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25) 80%, transparent 80%);
background-size: 26.32%;
background-origin: content-box;
background-clip: content-box;
background-position: left top;
}
}
@media (min-width: 1200px) {
head:hover ~ .wrap, head:hover ~ body .wrap {
position: relative;
}
head:hover ~ .wrap:before, head:hover ~ body .wrap:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
content: " ";
z-index: 998;
background-image: linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25) 80%, transparent 80%);
background-size: 8.47%;
background-origin: content-box;
background-clip: content-box;
background-position: left top;
}
}
header .logo {
width: 32.2%;
float: left;
margin-right: 1.69%;
}
header .right-content {
width: 66.1%;
float: right;
margin-right: 0;
}
header .right-content .top-content:after {
content: "";
display: block;
clear: both;
}
body {
color: #2e3484;
font-family: "PT Sans" sans-serif;
}
body *, body *:before, body *:after {
box-sizing: border-box;
}
h1, h2 {
font-family: "PT Sans Narrow" sans-serif;
}
a.red-link {
background-color: #EA363F;
padding: 7px 10px;
border-radius: 10px;
color: #ffffff;
text-decoration: none;
display: inline-block;
margin: 10px;
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
}
a.red-link:active {
padding: 6px 9px;
margin: 11px;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
header {
border-bottom: 1px solid #dedede;
padding-bottom: 10px;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.front-page h2,
.front-page article {
text-align: center;
}
hr.fr-line {
height: 30px;
border: none;
border-top: 1px solid #dedede;
color: #dedede;
text-align: center;
margin: 30px 0;
line-height: 100%;
position: relative;
overflow: visible;
margin: 1px 0;
}
hr.fr-line:before {
background: #EA363F;
content: "";
height: 1px;
left: 25%;
position: absolute;
margin-top: -1px;
width: 50%;
}
hr.fr-line:after {
background: #ffffff;
color: #EA363F;
content: " ";
display: inline-block;
font-family: "fontello";
font-size: 30px;
line-height: 35px;
padding: 0 40px;
position: relative;
top: -15px;
}
.top-content {
text-align: right;
}
.city-phone {
display: inline-block;
}
.city-phone p span {
color: #EA363F;
font-size: 1.1rem;
}
.social-icons {
display: inline-block;
}
.social-icons ul {
list-style: none;
margin: 2px 3px;
padding: 0;
}
.social-icons ul li {
display: inline-block;
padding: 2px 3px;
}
.order-now-btn {
display: inline-block;
}
.order-now-btn a {
text-decoration: none;
color: #ffffff;
background-color: #EA363F;
padding: 5px 10px;
box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.35);
}
.order-now-btn a span {
text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
}
.order-now-btn a:active {
padding: 4px 9px;
margin: 1px 1px;
box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.35);
}
.top-menu {
text-align: right;
}
.top-menu ul {
list-style: none;
margin: 2px 3px;
padding: 0;
}
.top-menu ul li {
display: inline-block;
padding: 5px 10px;
}
.prepod-list {
text-align: center;
}
.prepod-list ul {
list-style: none;
margin: 0;
padding: 0;
}
.prepod-list ul li {
display: inline-block;
padding: 10px;
}
.prepod-list ul li a {
text-decoration: none;
}
.prepod-list ul li a figure {
box-shadow: inset 0 2px 20px 4px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.05), 0 -2px 1px rgba(255, 255, 255, 0.9), 0 2px 8px 1px rgba(0, 0, 0, 0.3);
transition: all 0.3s;
border-radius: 50%;
border: 5px solid #ffffff;
width: 150px;
height: 150px;
}
.prepod-list ul li a figure img {
border-radius: 50%;
position: relative;
z-index: -1;
vertical-align: middle;
width: 100%;
}
.prepod-list ul li a figure:hover {
border: bor solid #2e3484;
} | built/css/app_susy-academic.css | @import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=cyrillic-ext);
*, *:before, *:after {
box-sizing: border-box;
}
.wrap {
max-width: 1120px;
margin-left: auto;
margin-right: auto;
}
.wrap:after {
content: " ";
display: block;
clear: both;
}
head {
display: block;
position: fixed;
right: 10px;
top: 10px;
z-index: 999;
color: #333;
background: rgba(255, 255, 255, 0.25);
}
head:before {
content: "|||";
display: block;
padding: 5px 10px;
font-family: sans-serif;
font-size: 16px;
font-weight: bold;
}
head:hover {
background: rgba(255, 255, 255, 0.5);
color: red;
}
head:hover ~ .wrap, head:hover ~ body .wrap {
position: relative;
}
head:hover ~ .wrap:before, head:hover ~ body .wrap:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
content: " ";
z-index: 998;
background-image: linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25) 80%, transparent 80%);
background-size: 8.47%;
background-origin: content-box;
background-clip: content-box;
background-position: left top;
}
@media (max-width: 700px) {
head:hover ~ .wrap, head:hover ~ body .wrap {
position: relative;
}
head:hover ~ .wrap:before, head:hover ~ body .wrap:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
content: " ";
z-index: 998;
background-image: linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25) 80%, transparent 80%);
background-size: 26.32%;
background-origin: content-box;
background-clip: content-box;
background-position: left top;
}
}
@media (min-width: 1200px) {
head:hover ~ .wrap, head:hover ~ body .wrap {
position: relative;
}
head:hover ~ .wrap:before, head:hover ~ body .wrap:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
content: " ";
z-index: 998;
background-image: linear-gradient(to right, rgba(102, 102, 255, 0.25), rgba(179, 179, 255, 0.25) 80%, transparent 80%);
background-size: 8.47%;
background-origin: content-box;
background-clip: content-box;
background-position: left top;
}
}
header .logo {
width: 32.2%;
float: left;
margin-right: 1.69%;
}
header .right-content {
width: 66.1%;
float: right;
margin-right: 0;
}
header .right-content .top-content:after {
content: "";
display: block;
clear: both;
}
body {
color: #2e3484;
font-family: "PT Sans" sans-serif;
}
body *, body *:before, body *:after {
box-sizing: border-box;
}
h1, h2 {
font-family: "PT Sans Narrow" sans-serif;
}
a.red-link {
background-color: #EA363F;
padding: 7px 10px;
border-radius: 10px;
color: #ffffff;
text-decoration: none;
display: inline-block;
margin: 10px;
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
}
a.red-link:active {
padding: 6px 9px;
margin: 11px;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
header {
border-bottom: 1px solid #dedede;
padding-bottom: 10px;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.front-page h2,
.front-page article {
text-align: center;
}
hr.fr-line {
height: 30px;
border: none;
border-top: 1px solid #dedede;
color: #dedede;
text-align: center;
margin: 30px 0;
line-height: 100%;
position: relative;
overflow: visible;
margin: 1px 0;
}
hr.fr-line:before {
background: #EA363F;
content: "";
height: 1px;
left: 25%;
position: absolute;
margin-top: -1px;
width: 50%;
}
hr.fr-line:after {
background: #ffffff;
color: #EA363F;
content: " ";
display: inline-block;
font-family: "fontello";
font-size: 30px;
line-height: 35px;
padding: 0 40px;
position: relative;
top: -15px;
}
.top-content {
text-align: right;
}
.city-phone {
display: inline-block;
}
.city-phone p span {
color: #EA363F;
font-size: 1.1rem;
}
.social-icons {
display: inline-block;
}
.social-icons ul {
list-style: none;
margin: 2px 3px;
padding: 0;
}
.social-icons ul li {
display: inline-block;
padding: 2px 3px;
}
.order-now-btn {
display: inline-block;
}
.order-now-btn a {
text-decoration: none;
color: #ffffff;
background-color: #EA363F;
padding: 5px 10px;
box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.35);
}
.order-now-btn a span {
text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
}
.order-now-btn a:active {
padding: 4px 9px;
margin: 1px 1px;
box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.35);
}
.top-menu {
text-align: right;
}
.top-menu ul {
list-style: none;
margin: 2px 3px;
padding: 0;
}
.top-menu ul li {
display: inline-block;
padding: 5px 10px;
}
.prepod-list {
text-align: center;
}
.prepod-list ul {
list-style: none;
margin: 0;
padding: 0;
}
.prepod-list ul li {
display: inline-block;
padding: 10px;
}
.prepod-list ul li a {
text-decoration: none;
}
.prepod-list ul li a figure {
box-shadow: inset 0 2px 20px 4px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.05), 0 -2px 1px rgba(255, 255, 255, 0.9), 0 2px 8px 1px rgba(0, 0, 0, 0.3);
transition: all 0.3s;
border-radius: 50%;
border: 5px solid #ffffff;
width: 150px;
height: 150px;
}
.prepod-list ul li a figure img {
border-radius: 50%;
position: relative;
z-index: -1;
vertical-align: middle;
width: 100%;
}
.prepod-list ul li a figure:hover {
border: bor solid #2e3484;
} | 0.505859 | 0.090534 |
* {
color: whitesmoke;
}
body {
background: #131313;
font-family: sans-serif;
background-image: linear-gradient(#36454F 50px, black);
}
ul,
li {
list-style-type: none;
margin: 0;
padding: 0;
}
a {
color: currentColor;
text-decoration: none;
}
/* Dropdown menu shit */
.dropdown {
position: absolute;
width: 300px;
opacity: 0;
z-index: 2;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
display: flex;
align-items: center;
justify-content: space-around;
height: 3rem;
padding: 0.5rem;
box-shadow: rgba(2, 8, 20, 0.1) 0px 0.175em 0.5em;
transform: translateX(-40%);
transition: opacity 0.15s ease-out;
background-color: cadetblue;
}
.has-dropdown:focus-within .dropdown {
opacity: 1;
pointer-events: auto;
}
.dropdown-item a {
width: 100%;
height: 100%;
size: 0.7rem;
padding-left: 10px;
font-weight: bold;
}
.dropdown-item:hover {
filter: brightness(1);
}
/* Card Grid */
.card {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: #353535;
font-size: 2rem;
color: aliceblue;
box-shadow: rgba(3, 8, 20, 0.1) 0px 0.15rem 0.5rem, rgba(2, 8, 20, 0.1) 0px 0.075rem 0.175rem;
min-height: 200px;
height: 100%;
width: 100%;
border-radius: 4px;
transition: all 500ms;
overflow: hidden;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
animation: cardEntrance 700ms ease-out;
animation-fill-mode: backwards;
--stagger-delay: 150ms;
}
.card .Title {
font-size: 1.5rem;
width: 80%;
margin-top: 0px;
margin-bottom: 0;
color: #9c4442;
}
.card .Title a {
display: block;
margin-left: 5px;
position: relative;
right: 20px;
}
.card .Tag {
font-size: 1rem;
color: #dbb66f;
text-align: right;
margin-left: 140px;
margin-right: 25px;
margin-bottom: 0;
width: 50%;
float: right;
margin-top: 3px;
position: relative;
bottom: 25px;
}
.card .Description {
color: #c0fdff;
font-size: 1.2rem;
width: 90%;
height: 25%;
margin-left: auto;
margin-right: auto;
}
.card:hover {
box-shadow: rgba(2, 8, 20, 0.1) 0px 0.35rem 1.75rem, rgba(2, 8, 20, 0.08) 0px 0.175rem 0.5rem;
transform: translateY(-3px) scale(1.05);
z-index: 1;
}
.grid {
display: grid;
gap: 1rem;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
padding: 2rem;
}
/* Staggered entrance animation */
@keyframes cardEntrance {
from {
opacity: 0;
transform: scale(0.3);
filter: hue-rotate(180deg);
}
to {
opacity: 1;
transform: scale(1);
filter: hue-rotate(0deg);
}
}
@keyframes boxy {
0% {
filter: hue-rotate(0deg);
}
50% {
filter: hue-rotate(180deg);
}
100% {
filter: hue-rotate(0deg);
}
}
/* stagger calc */
.card:nth-child(1) {
animation-delay: calc(1 * var(--stagger-delay));
}
.card:nth-child(2) {
animation-delay: calc(2 * var(--stagger-delay));
}
.card:nth-child(3) {
animation-delay: calc(3 * var(--stagger-delay));
}
.card:nth-child(4) {
animation-delay: calc(4 * var(--stagger-delay));
}
.card:nth-child(5) {
animation-delay: calc(5 * var(--stagger-delay));
}
.card:nth-child(6) {
animation-delay: calc(6 * var(--stagger-delay));
}
.card:nth-child(7) {
animation-delay: calc(7 * var(--stagger-delay));
}
.card:nth-child(8) {
animation-delay: calc(8 * var(--stagger-delay));
}
.card:nth-child(9) {
animation-delay: calc(9 * var(--stagger-delay));
}
.card:nth-child(10) {
animation-delay: calc(10 * var(--stagger-delay));
}
.card:nth-child(11) {
animation-delay: calc(11 * var(--stagger-delay));
}
.card:nth-child(12) {
animation-delay: calc(12 * var(--stagger-delay));
}
.card:nth-child(13) {
animation-delay: calc(13 * var(--stagger-delay));
}
.card:nth-child(14) {
animation-delay: calc(14 * var(--stagger-delay));
}
.card:nth-child(15) {
animation-delay: calc(15 * var(--stagger-delay));
}
.card:nth-child(16) {
animation-delay: calc(16 * var(--stagger-delay));
}
.card:nth-child(17) {
animation-delay: calc(17 * var(--stagger-delay));
}
.card:nth-child(18) {
animation-delay: calc(18 * var(--stagger-delay));
}
.card:nth-child(19) {
animation-delay: calc(19 * var(--stagger-delay));
}
.card:nth-child(20) {
animation-delay: calc(20 * var(--stagger-delay));
}
.card:nth-child(21) {
animation-delay: calc(21 * var(--stagger-delay));
}
.card:nth-child(22) {
animation-delay: calc(22 * var(--stagger-delay));
}
.card:nth-child(23) {
animation-delay: calc(23 * var(--stagger-delay));
}
/* Navigation/Menu bar */
.navbar {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 50px;
background-color: #36454F;
margin-bottom: 2rem;
text-decoration: none;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
z-index: 100;
}
.navbar-nav {
display: flex;
align-items: center;
justify-content: space-evenly;
height: 100%;
}
.intro h2::before {
content: " ";
border: 3px inset #dbb66f;
border-radius: 50%;
width: 2.5rem;
height: 2.5rem;
display: inline-block;
vertical-align: middle;
margin-right: 5px;
font-size: medium;
}
/* Stuff to sort */
#hentie {
height: inherit;
}
.shiny {
width: min-content;
height: min-content;
margin-top: 10rem;
margin-bottom: 7.5rem;
border: 8px outset darkgoldenrod;
font-size: 3rem;
font-weight: bold;
animation: boxy 10s infinite ease-in-out;
}
.shiny ul,
.shiny li {
color: cornflowerblue;
padding: 20px;
animation: boxy 10s infinite ease-in-out;
}
#foot {
height: 100px;
}
.thumbnail {
width: 40px;
z-index: 101;
position: fixed;
margin-top: 25px;
margin-left: 2px;
}
.cover {
width: 100%;
display: initial;
object-fit: cover;
}
.tooltip .tooltiptext {
visibility: hidden;
width: max-content;
background-color: darkgoldenrod;
color: aliceblue;
text-align: center;
border-radius: 5px;
padding: 5px;
/* Position the tooltip */
position: absolute;
z-index: 1;
top: -5px;
left: 105%;
}
.tooltip:hover .tooltiptext {
visibility: visible;
}
/*# sourceMappingURL=beta.css.map */ | css/beta.css | * {
color: whitesmoke;
}
body {
background: #131313;
font-family: sans-serif;
background-image: linear-gradient(#36454F 50px, black);
}
ul,
li {
list-style-type: none;
margin: 0;
padding: 0;
}
a {
color: currentColor;
text-decoration: none;
}
/* Dropdown menu shit */
.dropdown {
position: absolute;
width: 300px;
opacity: 0;
z-index: 2;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
display: flex;
align-items: center;
justify-content: space-around;
height: 3rem;
padding: 0.5rem;
box-shadow: rgba(2, 8, 20, 0.1) 0px 0.175em 0.5em;
transform: translateX(-40%);
transition: opacity 0.15s ease-out;
background-color: cadetblue;
}
.has-dropdown:focus-within .dropdown {
opacity: 1;
pointer-events: auto;
}
.dropdown-item a {
width: 100%;
height: 100%;
size: 0.7rem;
padding-left: 10px;
font-weight: bold;
}
.dropdown-item:hover {
filter: brightness(1);
}
/* Card Grid */
.card {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: #353535;
font-size: 2rem;
color: aliceblue;
box-shadow: rgba(3, 8, 20, 0.1) 0px 0.15rem 0.5rem, rgba(2, 8, 20, 0.1) 0px 0.075rem 0.175rem;
min-height: 200px;
height: 100%;
width: 100%;
border-radius: 4px;
transition: all 500ms;
overflow: hidden;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
animation: cardEntrance 700ms ease-out;
animation-fill-mode: backwards;
--stagger-delay: 150ms;
}
.card .Title {
font-size: 1.5rem;
width: 80%;
margin-top: 0px;
margin-bottom: 0;
color: #9c4442;
}
.card .Title a {
display: block;
margin-left: 5px;
position: relative;
right: 20px;
}
.card .Tag {
font-size: 1rem;
color: #dbb66f;
text-align: right;
margin-left: 140px;
margin-right: 25px;
margin-bottom: 0;
width: 50%;
float: right;
margin-top: 3px;
position: relative;
bottom: 25px;
}
.card .Description {
color: #c0fdff;
font-size: 1.2rem;
width: 90%;
height: 25%;
margin-left: auto;
margin-right: auto;
}
.card:hover {
box-shadow: rgba(2, 8, 20, 0.1) 0px 0.35rem 1.75rem, rgba(2, 8, 20, 0.08) 0px 0.175rem 0.5rem;
transform: translateY(-3px) scale(1.05);
z-index: 1;
}
.grid {
display: grid;
gap: 1rem;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
padding: 2rem;
}
/* Staggered entrance animation */
@keyframes cardEntrance {
from {
opacity: 0;
transform: scale(0.3);
filter: hue-rotate(180deg);
}
to {
opacity: 1;
transform: scale(1);
filter: hue-rotate(0deg);
}
}
@keyframes boxy {
0% {
filter: hue-rotate(0deg);
}
50% {
filter: hue-rotate(180deg);
}
100% {
filter: hue-rotate(0deg);
}
}
/* stagger calc */
.card:nth-child(1) {
animation-delay: calc(1 * var(--stagger-delay));
}
.card:nth-child(2) {
animation-delay: calc(2 * var(--stagger-delay));
}
.card:nth-child(3) {
animation-delay: calc(3 * var(--stagger-delay));
}
.card:nth-child(4) {
animation-delay: calc(4 * var(--stagger-delay));
}
.card:nth-child(5) {
animation-delay: calc(5 * var(--stagger-delay));
}
.card:nth-child(6) {
animation-delay: calc(6 * var(--stagger-delay));
}
.card:nth-child(7) {
animation-delay: calc(7 * var(--stagger-delay));
}
.card:nth-child(8) {
animation-delay: calc(8 * var(--stagger-delay));
}
.card:nth-child(9) {
animation-delay: calc(9 * var(--stagger-delay));
}
.card:nth-child(10) {
animation-delay: calc(10 * var(--stagger-delay));
}
.card:nth-child(11) {
animation-delay: calc(11 * var(--stagger-delay));
}
.card:nth-child(12) {
animation-delay: calc(12 * var(--stagger-delay));
}
.card:nth-child(13) {
animation-delay: calc(13 * var(--stagger-delay));
}
.card:nth-child(14) {
animation-delay: calc(14 * var(--stagger-delay));
}
.card:nth-child(15) {
animation-delay: calc(15 * var(--stagger-delay));
}
.card:nth-child(16) {
animation-delay: calc(16 * var(--stagger-delay));
}
.card:nth-child(17) {
animation-delay: calc(17 * var(--stagger-delay));
}
.card:nth-child(18) {
animation-delay: calc(18 * var(--stagger-delay));
}
.card:nth-child(19) {
animation-delay: calc(19 * var(--stagger-delay));
}
.card:nth-child(20) {
animation-delay: calc(20 * var(--stagger-delay));
}
.card:nth-child(21) {
animation-delay: calc(21 * var(--stagger-delay));
}
.card:nth-child(22) {
animation-delay: calc(22 * var(--stagger-delay));
}
.card:nth-child(23) {
animation-delay: calc(23 * var(--stagger-delay));
}
/* Navigation/Menu bar */
.navbar {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 50px;
background-color: #36454F;
margin-bottom: 2rem;
text-decoration: none;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
z-index: 100;
}
.navbar-nav {
display: flex;
align-items: center;
justify-content: space-evenly;
height: 100%;
}
.intro h2::before {
content: " ";
border: 3px inset #dbb66f;
border-radius: 50%;
width: 2.5rem;
height: 2.5rem;
display: inline-block;
vertical-align: middle;
margin-right: 5px;
font-size: medium;
}
/* Stuff to sort */
#hentie {
height: inherit;
}
.shiny {
width: min-content;
height: min-content;
margin-top: 10rem;
margin-bottom: 7.5rem;
border: 8px outset darkgoldenrod;
font-size: 3rem;
font-weight: bold;
animation: boxy 10s infinite ease-in-out;
}
.shiny ul,
.shiny li {
color: cornflowerblue;
padding: 20px;
animation: boxy 10s infinite ease-in-out;
}
#foot {
height: 100px;
}
.thumbnail {
width: 40px;
z-index: 101;
position: fixed;
margin-top: 25px;
margin-left: 2px;
}
.cover {
width: 100%;
display: initial;
object-fit: cover;
}
.tooltip .tooltiptext {
visibility: hidden;
width: max-content;
background-color: darkgoldenrod;
color: aliceblue;
text-align: center;
border-radius: 5px;
padding: 5px;
/* Position the tooltip */
position: absolute;
z-index: 1;
top: -5px;
left: 105%;
}
.tooltip:hover .tooltiptext {
visibility: visible;
}
/*# sourceMappingURL=beta.css.map */ | 0.517327 | 0.111531 |
@charset "UTF-8";
/*
* Bootstrap v4.0.0 (https://getbootstrap.com)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
*,
::after,
::before {
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.active {
color: #f47629;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: transparent
}
@-ms-viewport {
width: device-width
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
display: block
}
[tabindex="-1"]:focus {
outline: 0!important
}
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible
}
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
margin-top: 0
}
abbr[data-original-title],
abbr[title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0
}
address {
font-style: normal;
line-height: inherit;
margin: 0
}
ol ol,
ol ul,
ul ol,
ul ul {
margin-bottom: 0
}
dt {
font-weight: 700
}
dd {
margin-bottom: .5rem;
margin-left: 0
}
dfn {
font-style: italic
}
b,
strong {
font-weight: bolder
}
small {
font-size: 80%
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
text-decoration: none;
outline: 0;
color: #f47629
}
a:hover {
color: #0056b3
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
color: inherit;
text-decoration: none
}
a:not([href]):not([tabindex]):focus {
outline: 0
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em
}
pre {
margin-top: 0;
overflow: auto;
-ms-overflow-style: scrollbar
}
img {
vertical-align: middle;
border-style: none;
max-width: 100%;
height: auto
}
svg:not(:root) {
overflow: hidden
}
table {
border-collapse: collapse
}
caption {
padding-top: .75rem;
padding-bottom: .75rem;
color: #6c757d;
text-align: left;
caption-side: bottom
}
th {
text-align: inherit
}
label,
output {
display: inline-block
}
button {
border-radius: 0
}
button:focus {
outline: -webkit-focus-ring-color auto 5px;
outline: 0
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit
}
button,
input {
overflow: visible
}
button,
select {
text-transform: none
}
[type=reset],
[type=submit],
button,
html [type=button] {
-webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
padding: 0;
border-style: none
}
input[type=checkbox],
input[type=radio] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0
}
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
-webkit-appearance: listbox
}
textarea {
overflow: auto;
resize: vertical
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
line-height: inherit;
color: inherit;
white-space: normal
}
progress {
vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto
}
[type=search] {
outline-offset: -2px;
-webkit-appearance: none
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button
}
summary {
display: list-item;
cursor: pointer
}
template {
display: none
}
[hidden] {
display: none!important
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
@media (min-width:576px) {
.container {
max-width: 546px
}
}
@media (min-width:767px) {
.container {
max-width: 737px
}
}
@media (min-width:1025px) {
.container {
max-width: 990px
}
}
@media (min-width:1230px) {
.container {
max-width: 1200px
}
}
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px
}
.no-gutters {
margin-right: 0;
margin-left: 0
}
.no-gutters>.col,
.no-gutters>[class*=col-] {
padding-right: 0;
padding-left: 0
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.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-lg-auto,
.col-md,
.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-md-auto,
.col-sm,
.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-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%
}
.col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%
}
.col-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%
}
.col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%
}
.col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%
}
.col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%
}
.col-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%
}
.col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%
}
.col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1
}
.order-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13
}
.order-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0
}
.order-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.order-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.order-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3
}
.order-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4
}
.order-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5
}
.order-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6
}
.order-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7
}
.order-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8
}
.order-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9
}
.order-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10
}
.order-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11
}
.order-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12
}
.offset-1 {
margin-left: 8.33333%
}
.offset-2 {
margin-left: 16.66667%
}
.offset-3 {
margin-left: 25%
}
.offset-4 {
margin-left: 33.33333%
}
.offset-5 {
margin-left: 41.66667%
}
.offset-6 {
margin-left: 50%
}
.offset-7 {
margin-left: 58.33333%
}
.offset-8 {
margin-left: 66.66667%
}
.offset-9 {
margin-left: 75%
}
.offset-10 {
margin-left: 83.33333%
}
.offset-11 {
margin-left: 91.66667%
}
@media (min-width:576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-sm-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%
}
.col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%
}
.col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%
}
.col-sm-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%
}
.col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%
}
.col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%
}
.col-sm-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%
}
.col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%
}
.col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-sm-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1
}
.order-sm-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13
}
.order-sm-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0
}
.order-sm-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.order-sm-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.order-sm-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3
}
.order-sm-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4
}
.order-sm-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5
}
.order-sm-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6
}
.order-sm-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7
}
.order-sm-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8
}
.order-sm-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9
}
.order-sm-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10
}
.order-sm-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11
}
.order-sm-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12
}
.offset-sm-0 {
margin-left: 0
}
.offset-sm-1 {
margin-left: 8.33333%
}
.offset-sm-2 {
margin-left: 16.66667%
}
.offset-sm-3 {
margin-left: 25%
}
.offset-sm-4 {
margin-left: 33.33333%
}
.offset-sm-5 {
margin-left: 41.66667%
}
.offset-sm-6 {
margin-left: 50%
}
.offset-sm-7 {
margin-left: 58.33333%
}
.offset-sm-8 {
margin-left: 66.66667%
}
.offset-sm-9 {
margin-left: 75%
}
.offset-sm-10 {
margin-left: 83.33333%
}
.offset-sm-11 {
margin-left: 91.66667%
}
}
@media (min-width:767px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-md-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%
}
.col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%
}
.col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%
}
.col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%
}
.col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%
}
.col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%
}
.col-md-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%
}
.col-md-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%
}
.col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-md-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1
}
.order-md-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13
}
.order-md-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0
}
.order-md-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.order-md-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.order-md-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3
}
.order-md-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4
}
.order-md-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5
}
.order-md-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6
}
.order-md-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7
}
.order-md-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8
}
.order-md-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9
}
.order-md-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10
}
.order-md-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11
}
.order-md-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12
}
.offset-md-0 {
margin-left: 0
}
.offset-md-1 {
margin-left: 8.33333%
}
.offset-md-2 {
margin-left: 16.66667%
}
.offset-md-3 {
margin-left: 25%
}
.offset-md-4 {
margin-left: 33.33333%
}
.offset-md-5 {
margin-left: 41.66667%
}
.offset-md-6 {
margin-left: 50%
}
.offset-md-7 {
margin-left: 58.33333%
}
.offset-md-8 {
margin-left: 66.66667%
}
.offset-md-9 {
margin-left: 75%
}
.offset-md-10 {
margin-left: 83.33333%
}
.offset-md-11 {
margin-left: 91.66667%
}
}
@media (min-width:1025px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-lg-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%
}
.col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%
}
.col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%
}
.col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%
}
.col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%
}
.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%
}
.col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%
}
.col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%
}
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-lg-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1
}
.order-lg-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13
}
.order-lg-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0
}
.order-lg-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.order-lg-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.order-lg-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3
}
.order-lg-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4
}
.order-lg-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5
}
.order-lg-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6
}
.order-lg-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7
}
.order-lg-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8
}
.order-lg-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9
}
.order-lg-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10
}
.order-lg-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11
}
.order-lg-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12
}
.offset-lg-0 {
margin-left: 0
}
.offset-lg-1 {
margin-left: 8.33333%
}
.offset-lg-2 {
margin-left: 16.66667%
}
.offset-lg-3 {
margin-left: 25%
}
.offset-lg-4 {
margin-left: 33.33333%
}
.offset-lg-5 {
margin-left: 41.66667%
}
.offset-lg-6 {
margin-left: 50%
}
.offset-lg-7 {
margin-left: 58.33333%
}
.offset-lg-8 {
margin-left: 66.66667%
}
.offset-lg-9 {
margin-left: 75%
}
.offset-lg-10 {
margin-left: 83.33333%
}
.offset-lg-11 {
margin-left: 91.66667%
}
}
@media (min-width:1230px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-xl-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%
}
.col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%
}
.col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%
}
.col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%
}
.col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%
}
.col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%
}
.col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%
}
.col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%
}
.col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-xl-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1
}
.order-xl-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13
}
.order-xl-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0
}
.order-xl-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.order-xl-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.order-xl-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3
}
.order-xl-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4
}
.order-xl-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5
}
.order-xl-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6
}
.order-xl-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7
}
.order-xl-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8
}
.order-xl-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9
}
.order-xl-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10
}
.order-xl-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11
}
.order-xl-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12
}
.offset-xl-0 {
margin-left: 0
}
.offset-xl-1 {
margin-left: 8.33333%
}
.offset-xl-2 {
margin-left: 16.66667%
}
.offset-xl-3 {
margin-left: 25%
}
.offset-xl-4 {
margin-left: 33.33333%
}
.offset-xl-5 {
margin-left: 41.66667%
}
.offset-xl-6 {
margin-left: 50%
}
.offset-xl-7 {
margin-left: 58.33333%
}
.offset-xl-8 {
margin-left: 66.66667%
}
.offset-xl-9 {
margin-left: 75%
}
.offset-xl-10 {
margin-left: 83.33333%
}
.offset-xl-11 {
margin-left: 91.66667%
}
}
.form-control {
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0;
-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
.form-control::-ms-expand {
background-color: transparent;
border: 0
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1
}
.form-control::-moz-placeholder {
color: #6c757d;
opacity: 1
}
.form-control:-ms-input-placeholder {
color: #6c757d;
opacity: 1
}
.form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1
}
.form-control::placeholder {
color: #6c757d;
opacity: 1
}
.form-control:disabled,
.form-control[readonly] {
background-color: #e9ecef;
opacity: 1
}
select.form-control:not([size]):not([multiple]) {
height: calc(2.25rem + 2px)
}
select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff
}
.form-control-file,
.form-control-range {
display: block;
width: 100%
}
.col-form-label {
padding-top: calc(.375rem + 1px);
padding-bottom: calc(.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5
}
.col-form-label-lg {
padding-top: calc(.5rem + 1px);
padding-bottom: calc(.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5
}
.col-form-label-sm {
padding-top: calc(.25rem + 1px);
padding-bottom: calc(.25rem + 1px);
font-size: .875rem;
line-height: 1.5
}
.form-control-plaintext {
display: block;
width: 100%;
padding-top: .375rem;
padding-bottom: .375rem;
margin-bottom: 0;
line-height: 1.5;
background-color: transparent;
border: solid transparent;
border-width: 1px 0
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
padding-right: 0;
padding-left: 0
}
.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: 0
}
.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
height: calc(1.8125rem + 2px)
}
.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0
}
.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
height: calc(2.875rem + 2px)
}
.form-group {
margin-bottom: 1rem
}
.form-text {
display: block;
margin-top: .25rem
}
.form-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px
}
.form-row>.col,
.form-row>[class*=col-] {
padding-right: 5px;
padding-left: 5px
}
.form-check {
position: relative;
display: block;
padding-left: 1.25rem
}
.form-check-input {
position: absolute;
margin-top: .3rem;
margin-left: -1.25rem
}
.form-check-input:disabled~.form-check-label {
color: #6c757d
}
.form-check-label {
margin-bottom: 0
}
.form-check-inline {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 0;
margin-right: .75rem
}
.form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: .3125rem;
margin-left: 0
}
.valid-feedback {
display: none;
width: 100%;
margin-top: .25rem;
font-size: 80%;
color: #28a745
}
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(40, 167, 69, .8);
border-radius: .2rem
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
border-color: #28a745
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
border-color: #28a745;
-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
display: block
}
.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
color: #28a745
}
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
display: block
}
.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
color: #28a745
}
.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
background-color: #71dd8a
}
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
display: block
}
.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
background-color: #34ce57
}
.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25);
box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
border-color: #28a745
}
.custom-file-input.is-valid~.custom-file-label::before,
.was-validated .custom-file-input:valid~.custom-file-label::before {
border-color: inherit
}
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
display: block
}
.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: .25rem;
font-size: 80%;
color: #dc3545
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(220, 53, 69, .8);
border-radius: .2rem
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
border-color: #dc3545
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
border-color: #dc3545;
-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
display: block
}
.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
color: #dc3545
}
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
display: block
}
.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
color: #dc3545
}
.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
background-color: #efa2a9
}
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
display: block
}
.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
background-color: #e4606d
}
.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25);
box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
border-color: #dc3545
}
.custom-file-input.is-invalid~.custom-file-label::before,
.was-validated .custom-file-input:invalid~.custom-file-label::before {
border-color: inherit
}
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
display: block
}
.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.form-inline {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.form-inline .form-check {
width: 100%
}
@media (min-width:576px) {
.form-inline label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 0
}
.form-inline .form-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 0
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle
}
.form-inline .form-control-plaintext {
display: inline-block
}
.form-inline .input-group {
width: auto
}
.form-inline .form-check {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: auto;
padding-left: 0
}
.form-inline .form-check-input {
position: relative;
margin-top: 0;
margin-right: .25rem;
margin-left: 0
}
.form-inline .custom-control {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.form-inline .custom-control-label {
margin-bottom: 0
}
}
.btn {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0;
-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
.btn:focus,
.btn:hover {
text-decoration: none
}
.btn.focus,
.btn:focus {
outline: 0;
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.btn.disabled,
.btn:disabled {
opacity: .65
}
.btn:not(:disabled):not(.disabled) {
cursor: pointer
}
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
background-image: none
}
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none
}
.btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc
}
.btn-primary.focus,
.btn-primary:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.btn-primary.disabled,
.btn-primary:disabled {
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
color: #fff;
background-color: #0062cc;
border-color: #005cbf
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}
.btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62
}
.btn-secondary.focus,
.btn-secondary:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-secondary.disabled,
.btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745
}
.btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34
}
.btn-success.focus,
.btn-success:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-success.disabled,
.btn-success:disabled {
color: #fff;
background-color: #28a745;
border-color: #28a745
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
color: #fff;
background-color: #1e7e34;
border-color: #1c7430
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}
.btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b
}
.btn-info.focus,
.btn-info:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-info.disabled,
.btn-info:disabled {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
color: #fff;
background-color: #117a8b;
border-color: #10707f
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}
.btn-warning:hover {
color: #212529;
background-color: #e0a800;
border-color: #d39e00
}
.btn-warning.focus,
.btn-warning:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-warning.disabled,
.btn-warning:disabled {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
color: #212529;
background-color: #d39e00;
border-color: #c69500
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}
.btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130
}
.btn-danger.focus,
.btn-danger:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-danger.disabled,
.btn-danger:disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
color: #fff;
background-color: #bd2130;
border-color: #b21f2d
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}
.btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5
}
.btn-light.focus,
.btn-light:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-light.disabled,
.btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40
}
.btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124
}
.btn-dark.focus,
.btn-dark:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-dark.disabled,
.btn-dark:disabled {
color: #fff;
background-color: #343a40;
border-color: #343a40
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
color: #fff;
background-color: #1d2124;
border-color: #171a1d
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-outline-primary {
color: #007bff;
background-color: transparent;
background-image: none;
border-color: #007bff
}
.btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
color: #007bff;
background-color: transparent
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.btn-outline-secondary {
color: #6c757d;
background-color: transparent;
background-image: none;
border-color: #6c757d
}
.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-outline-success {
color: #28a745;
background-color: transparent;
background-image: none;
border-color: #28a745
}
.btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745
}
.btn-outline-success.focus,
.btn-outline-success:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
color: #28a745;
background-color: transparent
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-outline-info {
color: #17a2b8;
background-color: transparent;
background-image: none;
border-color: #17a2b8
}
.btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}
.btn-outline-info.focus,
.btn-outline-info:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-outline-warning {
color: #ffc107;
background-color: transparent;
background-image: none;
border-color: #ffc107
}
.btn-outline-warning:hover {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-outline-danger {
color: #dc3545;
background-color: transparent;
background-image: none;
border-color: #dc3545
}
.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-outline-light {
color: #f8f9fa;
background-color: transparent;
background-image: none;
border-color: #f8f9fa
}
.btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}
.btn-outline-light.focus,
.btn-outline-light:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-outline-dark {
color: #343a40;
background-color: transparent;
background-image: none;
border-color: #343a40
}
.btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
color: #343a40;
background-color: transparent
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-link {
font-weight: 400;
color: #007bff;
background-color: transparent
}
.btn-link:hover {
color: #0056b3;
text-decoration: underline;
background-color: transparent;
border-color: transparent
}
.btn-link.focus,
.btn-link:focus {
text-decoration: underline;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none
}
.btn-link.disabled,
.btn-link:disabled {
color: #6c757d
}
.btn-lg {
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0
}
.btn-sm {
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: 0
}
.btn-block {
display: block;
width: 100%
}
.btn-block+.btn-block {
margin-top: .5rem
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
width: 100%
}
.input-group {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%
}
.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0
}
.input-group>.custom-file:focus,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
z-index: 3
}
.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
margin-left: -1px
}
.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.input-group>.custom-file {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::before {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.input-group>.custom-file:not(:first-child) .custom-file-label,
.input-group>.custom-file:not(:first-child) .custom-file-label::before {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.input-group-append,
.input-group-prepend {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.input-group-append .btn,
.input-group-prepend .btn {
position: relative;
z-index: 2
}
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
margin-left: -1px
}
.input-group-prepend {
margin-right: -1px
}
.input-group-append {
margin-left: -1px
}
.input-group-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: .375rem .75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0
}
.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
margin-top: 0
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
pointer-events: none
}
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out, -webkit-transform .3s ease-out;
-webkit-transform: translate(0, -25%);
transform: translate(0, -25%)
}
.modal.show .modal-dialog {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
.modal-dialog-centered {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (10px * 2))
}
.modal-content {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: transparent;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 0;
outline: 0
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 24
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.modal-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0;
border-bottom: 1px solid #e9ecef;
border-top-left-radius: 0;
border-top-right-radius: 0
}
.modal-header .close {
padding: 0;
margin: 0 0 0 auto
}
.modal-title {
margin-bottom: 0;
line-height: 1.5
}
.modal-body {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 15px
}
.modal-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 15px;
border-top: 1px solid #e9ecef
}
.modal-footer>:not(:first-child) {
margin-left: .25rem
}
.modal-footer>:not(:last-child) {
margin-right: .25rem
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll
}
@media (min-width:576px) {
.modal-dialog {
max-width: 500px;
margin: 30px auto
}
.modal-dialog-centered {
min-height: calc(100% - (30px * 2))
}
.modal-sm {
max-width: 300px
}
}
.align-baseline {
vertical-align: baseline!important
}
.align-top {
vertical-align: top!important
}
.align-middle {
vertical-align: middle!important
}
.align-bottom {
vertical-align: bottom!important
}
.align-text-bottom {
vertical-align: text-bottom!important
}
.align-text-top {
vertical-align: text-top!important
}
.bg-primary {
background-color: #007bff!important
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
background-color: #0062cc!important
}
.bg-secondary {
background-color: #6c757d!important
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
background-color: #545b62!important
}
.bg-success {
background-color: #28a745!important
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
background-color: #1e7e34!important
}
.bg-info {
background-color: #17a2b8!important
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
background-color: #117a8b!important
}
.bg-warning {
background-color: #ffc107!important
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
background-color: #d39e00!important
}
.bg-danger {
background-color: #dc3545!important
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
background-color: #bd2130!important
}
.bg-light {
background-color: #f8f9fa!important
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
background-color: #dae0e5!important
}
.bg-dark {
background-color: #343a40!important
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
background-color: #1d2124!important
}
.bg-white {
background-color: #fff!important
}
.bg-transparent {
background-color: transparent!important
}
.border {
border: 1px solid #dee2e6!important
}
.border-top {
border-top: 1px solid #dee2e6!important
}
.border-right {
border-right: 1px solid #dee2e6!important
}
.border-bottom {
border-bottom: 1px solid #dee2e6!important
}
.border-left {
border-left: 1px solid #dee2e6!important
}
.border-0 {
border: 0!important
}
.border-top-0 {
border-top: 0!important
}
.border-right-0 {
border-right: 0!important
}
.border-bottom-0 {
border-bottom: 0!important
}
.border-left-0 {
border-left: 0!important
}
.border-primary {
border-color: #007bff!important
}
.border-secondary {
border-color: #6c757d!important
}
.border-success {
border-color: #28a745!important
}
.border-info {
border-color: #17a2b8!important
}
.border-warning {
border-color: #ffc107!important
}
.border-danger {
border-color: #dc3545!important
}
.border-light {
border-color: #f8f9fa!important
}
.border-dark {
border-color: #343a40!important
}
.border-white {
border-color: #fff!important
}
.rounded {
border-radius: 0!important
}
.rounded-top {
border-top-left-radius: 0!important;
border-top-right-radius: 0!important
}
.rounded-right {
border-top-right-radius: 0!important;
border-bottom-right-radius: 0!important
}
.rounded-bottom {
border-bottom-right-radius: 0!important;
border-bottom-left-radius: 0!important
}
.rounded-left {
border-top-left-radius: 0!important;
border-bottom-left-radius: 0!important
}
.rounded-circle {
border-radius: 50%!important
}
.rounded-0 {
border-radius: 0!important
}
.clearfix::after {
display: block;
clear: both;
content: ""
}
.d-none {
display: none!important
}
.d-inline {
display: inline!important
}
.d-inline-block {
display: inline-block!important
}
.d-block {
display: block!important
}
.d-table {
display: table!important
}
.d-table-row {
display: table-row!important
}
.d-table-cell {
display: table-cell!important
}
.d-flex {
display: -webkit-box!important;
display: -ms-flexbox!important;
display: flex!important
}
.d-inline-flex {
display: -webkit-inline-box!important;
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
@media (min-width:576px) {
.d-sm-none {
display: none!important
}
.d-sm-inline {
display: inline!important
}
.d-sm-inline-block {
display: inline-block!important
}
.d-sm-block {
display: block!important
}
.d-sm-table {
display: table!important
}
.d-sm-table-row {
display: table-row!important
}
.d-sm-table-cell {
display: table-cell!important
}
.d-sm-flex {
display: -webkit-box!important;
display: -ms-flexbox!important;
display: flex!important
}
.d-sm-inline-flex {
display: -webkit-inline-box!important;
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
@media (min-width:767px) {
.d-md-none {
display: none!important
}
.d-md-inline {
display: inline!important
}
.d-md-inline-block {
display: inline-block!important
}
.d-md-block {
display: block!important
}
.d-md-table {
display: table!important
}
.d-md-table-row {
display: table-row!important
}
.d-md-table-cell {
display: table-cell!important
}
.d-md-flex {
display: -webkit-box!important;
display: -ms-flexbox!important;
display: flex!important
}
.d-md-inline-flex {
display: -webkit-inline-box!important;
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
@media (min-width:1025px) {
.modal-lg {
max-width: 800px
}
.d-lg-none {
display: none!important
}
.d-lg-inline {
display: inline!important
}
.d-lg-inline-block {
display: inline-block!important
}
.d-lg-block {
display: block!important
}
.d-lg-table {
display: table!important
}
.d-lg-table-row {
display: table-row!important
}
.d-lg-table-cell {
display: table-cell!important
}
.d-lg-flex {
display: -webkit-box!important;
display: -ms-flexbox!important;
display: flex!important
}
.d-lg-inline-flex {
display: -webkit-inline-box!important;
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
@media (min-width:1230px) {
.d-xl-none {
display: none!important
}
.d-xl-inline {
display: inline!important
}
.d-xl-inline-block {
display: inline-block!important
}
.d-xl-block {
display: block!important
}
.d-xl-table {
display: table!important
}
.d-xl-table-row {
display: table-row!important
}
.d-xl-table-cell {
display: table-cell!important
}
.d-xl-flex {
display: -webkit-box!important;
display: -ms-flexbox!important;
display: flex!important
}
.d-xl-inline-flex {
display: -webkit-inline-box!important;
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
@media print {
.d-print-none {
display: none!important
}
.d-print-inline {
display: inline!important
}
.d-print-inline-block {
display: inline-block!important
}
.d-print-block {
display: block!important
}
.d-print-table {
display: table!important
}
.d-print-table-row {
display: table-row!important
}
.d-print-table-cell {
display: table-cell!important
}
.d-print-flex {
display: -webkit-box!important;
display: -ms-flexbox!important;
display: flex!important
}
.d-print-inline-flex {
display: -webkit-inline-box!important;
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden
}
.embed-responsive::before {
display: block;
content: ""
}
.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-21by9::before {
padding-top: 42.85714%
}
.embed-responsive-16by9::before {
padding-top: 56.25%
}
.embed-responsive-4by3::before {
padding-top: 75%
}
.embed-responsive-1by1::before {
padding-top: 100%
}
.flex-row {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-column {
-webkit-box-orient: vertical!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-row-reverse {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: reverse!important;
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-column-reverse {
-webkit-box-orient: vertical!important;
-webkit-box-direction: reverse!important;
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.justify-content-start {
-webkit-box-pack: start!important;
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-end {
-webkit-box-pack: end!important;
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-center {
-webkit-box-pack: center!important;
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-between {
-webkit-box-pack: justify!important;
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-start {
-webkit-box-align: start!important;
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-end {
-webkit-box-align: end!important;
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-center {
-webkit-box-align: center!important;
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-baseline {
-webkit-box-align: baseline!important;
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-stretch {
-webkit-box-align: stretch!important;
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
@media (min-width:576px) {
.flex-sm-row {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-sm-column {
-webkit-box-orient: vertical!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-sm-row-reverse {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: reverse!important;
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-sm-column-reverse {
-webkit-box-orient: vertical!important;
-webkit-box-direction: reverse!important;
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-sm-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-sm-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.justify-content-sm-start {
-webkit-box-pack: start!important;
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-sm-end {
-webkit-box-pack: end!important;
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-sm-center {
-webkit-box-pack: center!important;
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-sm-between {
-webkit-box-pack: justify!important;
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-sm-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-sm-start {
-webkit-box-align: start!important;
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-sm-end {
-webkit-box-align: end!important;
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-sm-center {
-webkit-box-align: center!important;
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-sm-baseline {
-webkit-box-align: baseline!important;
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-sm-stretch {
-webkit-box-align: stretch!important;
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-sm-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-sm-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-sm-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-sm-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-sm-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-sm-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-sm-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-sm-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-sm-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-sm-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-sm-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-sm-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
}
.float-left {
float: left!important
}
.float-right {
float: right!important
}
.float-none {
float: none!important
}
@media (min-width:576px) {
.float-sm-left {
float: left!important
}
.float-sm-right {
float: right!important
}
.float-sm-none {
float: none!important
}
}
.position-static {
position: static!important
}
.position-relative {
position: relative!important
}
.position-absolute {
position: absolute!important
}
.position-fixed {
position: fixed!important
}
.position-sticky {
position: sticky!important
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 23
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 23
}
@supports (position:sticky) {
.sticky-top {
position: sticky;
top: 0;
z-index: 22
}
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal;
-webkit-clip-path: none;
clip-path: none
}
.w-25 {
width: 25%!important
}
.w-50 {
width: 50%!important
}
.w-75 {
width: 75%!important
}
.w-100 {
width: 100%!important
}
.h-25 {
height: 25%!important
}
.h-50 {
height: 50%!important
}
.h-75 {
height: 75%!important
}
.h-100 {
height: 100%!important
}
.mw-100 {
max-width: 100%!important
}
.mh-100 {
max-height: 100%!important
}
.m-0 {
margin: 0!important
}
.mt-0,
.my-0 {
margin-top: 0!important
}
.mr-0,
.mx-0 {
margin-right: 0!important
}
.mb-0,
.my-0 {
margin-bottom: 0!important
}
.ml-0,
.mx-0 {
margin-left: 0!important
}
.m-1 {
margin: .25rem!important
}
.mt-1,
.my-1 {
margin-top: .25rem!important
}
.mr-1,
.mx-1 {
margin-right: .25rem!important
}
.mb-1,
.my-1 {
margin-bottom: .25rem!important
}
.ml-1,
.mx-1 {
margin-left: .25rem!important
}
.m-2 {
margin: .5rem!important
}
.mt-2,
.my-2 {
margin-top: .5rem!important
}
.mr-2,
.mx-2 {
margin-right: .5rem!important
}
.mb-2,
.my-2 {
margin-bottom: .5rem!important
}
.ml-2,
.mx-2 {
margin-left: .5rem!important
}
.m-3 {
margin: 1rem!important
}
.mt-3,
.my-3 {
margin-top: 1rem!important
}
.mr-3,
.mx-3 {
margin-right: 1rem!important
}
.mb-3,
.my-3 {
margin-bottom: 1rem!important
}
.ml-3,
.mx-3 {
margin-left: 1rem!important
}
.m-4 {
margin: 1.5rem!important
}
.mt-4,
.my-4 {
margin-top: 1.5rem!important
}
.mr-4,
.mx-4 {
margin-right: 1.5rem!important
}
.mb-4,
.my-4 {
margin-bottom: 1.5rem!important
}
.ml-4,
.mx-4 {
margin-left: 1.5rem!important
}
.m-5 {
margin: 3rem!important
}
.mt-5,
.my-5 {
margin-top: 3rem!important
}
.mr-5,
.mx-5 {
margin-right: 3rem!important
}
.mb-5,
.my-5 {
margin-bottom: 3rem!important
}
.ml-5,
.mx-5 {
margin-left: 3rem!important
}
.p-0 {
padding: 0!important
}
.pt-0,
.py-0 {
padding-top: 0!important
}
.pr-0,
.px-0 {
padding-right: 0!important
}
.pb-0,
.py-0 {
padding-bottom: 0!important
}
.pl-0,
.px-0 {
padding-left: 0!important
}
.p-1 {
padding: .25rem!important
}
.pt-1,
.py-1 {
padding-top: .25rem!important
}
.pr-1,
.px-1 {
padding-right: .25rem!important
}
.pb-1,
.py-1 {
padding-bottom: .25rem!important
}
.pl-1,
.px-1 {
padding-left: .25rem!important
}
.p-2 {
padding: .5rem!important
}
.pt-2,
.py-2 {
padding-top: .5rem!important
}
.pr-2,
.px-2 {
padding-right: .5rem!important
}
.pb-2,
.py-2 {
padding-bottom: .5rem!important
}
.pl-2,
.px-2 {
padding-left: .5rem!important
}
.p-3 {
padding: 1rem!important
}
.pt-3,
.py-3 {
padding-top: 1rem!important
}
.pr-3,
.px-3 {
padding-right: 1rem!important
}
.pb-3,
.py-3 {
padding-bottom: 1rem!important
}
.pl-3,
.px-3 {
padding-left: 1rem!important
}
.p-4 {
padding: 1.5rem!important
}
.pt-4,
.py-4 {
padding-top: 1.5rem!important
}
.pr-4,
.px-4 {
padding-right: 1.5rem!important
}
.pb-4,
.py-4 {
padding-bottom: 1.5rem!important
}
.pl-4,
.px-4 {
padding-left: 1.5rem!important
}
.p-5 {
padding: 3rem!important
}
.pt-5,
.py-5 {
padding-top: 3rem!important
}
.pr-5,
.px-5 {
padding-right: 3rem!important
}
.pb-5,
.py-5 {
padding-bottom: 3rem!important
}
.pl-5,
.px-5 {
padding-left: 3rem!important
}
.m-auto {
margin: auto!important
}
.mt-auto,
.my-auto {
margin-top: auto!important
}
.mr-auto,
.mx-auto {
margin-right: auto!important
}
.mb-auto,
.my-auto {
margin-bottom: auto!important
}
.ml-auto,
.mx-auto {
margin-left: auto!important
}
@media (min-width:576px) {
.m-sm-0 {
margin: 0!important
}
.mt-sm-0,
.my-sm-0 {
margin-top: 0!important
}
.mr-sm-0,
.mx-sm-0 {
margin-right: 0!important
}
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0!important
}
.ml-sm-0,
.mx-sm-0 {
margin-left: 0!important
}
.m-sm-1 {
margin: .25rem!important
}
.mt-sm-1,
.my-sm-1 {
margin-top: .25rem!important
}
.mr-sm-1,
.mx-sm-1 {
margin-right: .25rem!important
}
.mb-sm-1,
.my-sm-1 {
margin-bottom: .25rem!important
}
.ml-sm-1,
.mx-sm-1 {
margin-left: .25rem!important
}
.m-sm-2 {
margin: .5rem!important
}
.mt-sm-2,
.my-sm-2 {
margin-top: .5rem!important
}
.mr-sm-2,
.mx-sm-2 {
margin-right: .5rem!important
}
.mb-sm-2,
.my-sm-2 {
margin-bottom: .5rem!important
}
.ml-sm-2,
.mx-sm-2 {
margin-left: .5rem!important
}
.m-sm-3 {
margin: 1rem!important
}
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem!important
}
.mr-sm-3,
.mx-sm-3 {
margin-right: 1rem!important
}
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem!important
}
.ml-sm-3,
.mx-sm-3 {
margin-left: 1rem!important
}
.m-sm-4 {
margin: 1.5rem!important
}
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem!important
}
.mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem!important
}
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem!important
}
.ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem!important
}
.m-sm-5 {
margin: 3rem!important
}
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem!important
}
.mr-sm-5,
.mx-sm-5 {
margin-right: 3rem!important
}
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem!important
}
.ml-sm-5,
.mx-sm-5 {
margin-left: 3rem!important
}
.p-sm-0 {
padding: 0!important
}
.pt-sm-0,
.py-sm-0 {
padding-top: 0!important
}
.pr-sm-0,
.px-sm-0 {
padding-right: 0!important
}
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0!important
}
.pl-sm-0,
.px-sm-0 {
padding-left: 0!important
}
.p-sm-1 {
padding: .25rem!important
}
.pt-sm-1,
.py-sm-1 {
padding-top: .25rem!important
}
.pr-sm-1,
.px-sm-1 {
padding-right: .25rem!important
}
.pb-sm-1,
.py-sm-1 {
padding-bottom: .25rem!important
}
.pl-sm-1,
.px-sm-1 {
padding-left: .25rem!important
}
.p-sm-2 {
padding: .5rem!important
}
.pt-sm-2,
.py-sm-2 {
padding-top: .5rem!important
}
.pr-sm-2,
.px-sm-2 {
padding-right: .5rem!important
}
.pb-sm-2,
.py-sm-2 {
padding-bottom: .5rem!important
}
.pl-sm-2,
.px-sm-2 {
padding-left: .5rem!important
}
.p-sm-3 {
padding: 1rem!important
}
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem!important
}
.pr-sm-3,
.px-sm-3 {
padding-right: 1rem!important
}
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem!important
}
.pl-sm-3,
.px-sm-3 {
padding-left: 1rem!important
}
.p-sm-4 {
padding: 1.5rem!important
}
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem!important
}
.pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem!important
}
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem!important
}
.pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem!important
}
.p-sm-5 {
padding: 3rem!important
}
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem!important
}
.pr-sm-5,
.px-sm-5 {
padding-right: 3rem!important
}
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem!important
}
.pl-sm-5,
.px-sm-5 {
padding-left: 3rem!important
}
.m-sm-auto {
margin: auto!important
}
.mt-sm-auto,
.my-sm-auto {
margin-top: auto!important
}
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto!important
}
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto!important
}
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto!important
}
}
.text-justify {
text-align: justify!important
}
.text-nowrap {
white-space: nowrap!important
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.text-left {
text-align: left!important
}
.text-right {
text-align: right!important
}
.text-center {
text-align: center!important
}
@media (min-width:576px) {
.text-sm-left {
text-align: left!important
}
.text-sm-right {
text-align: right!important
}
.text-sm-center {
text-align: center!important
}
}
@media (min-width:767px) {
.flex-md-row {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-md-column {
-webkit-box-orient: vertical!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-md-row-reverse {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: reverse!important;
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-md-column-reverse {
-webkit-box-orient: vertical!important;
-webkit-box-direction: reverse!important;
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-md-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-md-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.justify-content-md-start {
-webkit-box-pack: start!important;
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-md-end {
-webkit-box-pack: end!important;
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-md-center {
-webkit-box-pack: center!important;
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-md-between {
-webkit-box-pack: justify!important;
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-md-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-md-start {
-webkit-box-align: start!important;
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-md-end {
-webkit-box-align: end!important;
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-md-center {
-webkit-box-align: center!important;
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-md-baseline {
-webkit-box-align: baseline!important;
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-md-stretch {
-webkit-box-align: stretch!important;
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-md-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-md-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-md-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-md-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-md-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-md-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-md-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-md-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-md-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-md-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-md-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-md-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
.float-md-left {
float: left!important
}
.float-md-right {
float: right!important
}
.float-md-none {
float: none!important
}
.m-md-0 {
margin: 0!important
}
.mt-md-0,
.my-md-0 {
margin-top: 0!important
}
.mr-md-0,
.mx-md-0 {
margin-right: 0!important
}
.mb-md-0,
.my-md-0 {
margin-bottom: 0!important
}
.ml-md-0,
.mx-md-0 {
margin-left: 0!important
}
.m-md-1 {
margin: .25rem!important
}
.mt-md-1,
.my-md-1 {
margin-top: .25rem!important
}
.mr-md-1,
.mx-md-1 {
margin-right: .25rem!important
}
.mb-md-1,
.my-md-1 {
margin-bottom: .25rem!important
}
.ml-md-1,
.mx-md-1 {
margin-left: .25rem!important
}
.m-md-2 {
margin: .5rem!important
}
.mt-md-2,
.my-md-2 {
margin-top: .5rem!important
}
.mr-md-2,
.mx-md-2 {
margin-right: .5rem!important
}
.mb-md-2,
.my-md-2 {
margin-bottom: .5rem!important
}
.ml-md-2,
.mx-md-2 {
margin-left: .5rem!important
}
.m-md-3 {
margin: 1rem!important
}
.mt-md-3,
.my-md-3 {
margin-top: 1rem!important
}
.mr-md-3,
.mx-md-3 {
margin-right: 1rem!important
}
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem!important
}
.ml-md-3,
.mx-md-3 {
margin-left: 1rem!important
}
.m-md-4 {
margin: 1.5rem!important
}
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem!important
}
.mr-md-4,
.mx-md-4 {
margin-right: 1.5rem!important
}
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem!important
}
.ml-md-4,
.mx-md-4 {
margin-left: 1.5rem!important
}
.m-md-5 {
margin: 3rem!important
}
.mt-md-5,
.my-md-5 {
margin-top: 3rem!important
}
.mr-md-5,
.mx-md-5 {
margin-right: 3rem!important
}
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem!important
}
.ml-md-5,
.mx-md-5 {
margin-left: 3rem!important
}
.p-md-0 {
padding: 0!important
}
.pt-md-0,
.py-md-0 {
padding-top: 0!important
}
.pr-md-0,
.px-md-0 {
padding-right: 0!important
}
.pb-md-0,
.py-md-0 {
padding-bottom: 0!important
}
.pl-md-0,
.px-md-0 {
padding-left: 0!important
}
.p-md-1 {
padding: .25rem!important
}
.pt-md-1,
.py-md-1 {
padding-top: .25rem!important
}
.pr-md-1,
.px-md-1 {
padding-right: .25rem!important
}
.pb-md-1,
.py-md-1 {
padding-bottom: .25rem!important
}
.pl-md-1,
.px-md-1 {
padding-left: .25rem!important
}
.p-md-2 {
padding: .5rem!important
}
.pt-md-2,
.py-md-2 {
padding-top: .5rem!important
}
.pr-md-2,
.px-md-2 {
padding-right: .5rem!important
}
.pb-md-2,
.py-md-2 {
padding-bottom: .5rem!important
}
.pl-md-2,
.px-md-2 {
padding-left: .5rem!important
}
.p-md-3 {
padding: 1rem!important
}
.pt-md-3,
.py-md-3 {
padding-top: 1rem!important
}
.pr-md-3,
.px-md-3 {
padding-right: 1rem!important
}
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem!important
}
.pl-md-3,
.px-md-3 {
padding-left: 1rem!important
}
.p-md-4 {
padding: 1.5rem!important
}
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem!important
}
.pr-md-4,
.px-md-4 {
padding-right: 1.5rem!important
}
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem!important
}
.pl-md-4,
.px-md-4 {
padding-left: 1.5rem!important
}
.p-md-5 {
padding: 3rem!important
}
.pt-md-5,
.py-md-5 {
padding-top: 3rem!important
}
.pr-md-5,
.px-md-5 {
padding-right: 3rem!important
}
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem!important
}
.pl-md-5,
.px-md-5 {
padding-left: 3rem!important
}
.m-md-auto {
margin: auto!important
}
.mt-md-auto,
.my-md-auto {
margin-top: auto!important
}
.mr-md-auto,
.mx-md-auto {
margin-right: auto!important
}
.mb-md-auto,
.my-md-auto {
margin-bottom: auto!important
}
.ml-md-auto,
.mx-md-auto {
margin-left: auto!important
}
.text-md-left {
text-align: left!important
}
.text-md-right {
text-align: right!important
}
.text-md-center {
text-align: center!important
}
}
@media (min-width:1025px) {
.flex-lg-row {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-lg-column {
-webkit-box-orient: vertical!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-lg-row-reverse {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: reverse!important;
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-lg-column-reverse {
-webkit-box-orient: vertical!important;
-webkit-box-direction: reverse!important;
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-lg-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-lg-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.justify-content-lg-start {
-webkit-box-pack: start!important;
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-lg-end {
-webkit-box-pack: end!important;
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-lg-center {
-webkit-box-pack: center!important;
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-lg-between {
-webkit-box-pack: justify!important;
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-lg-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-lg-start {
-webkit-box-align: start!important;
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-lg-end {
-webkit-box-align: end!important;
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-lg-center {
-webkit-box-align: center!important;
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-lg-baseline {
-webkit-box-align: baseline!important;
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-lg-stretch {
-webkit-box-align: stretch!important;
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-lg-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-lg-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-lg-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-lg-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-lg-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-lg-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-lg-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-lg-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-lg-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-lg-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-lg-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-lg-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
.float-lg-left {
float: left!important
}
.float-lg-right {
float: right!important
}
.float-lg-none {
float: none!important
}
.m-lg-0 {
margin: 0!important
}
.mt-lg-0,
.my-lg-0 {
margin-top: 0!important
}
.mr-lg-0,
.mx-lg-0 {
margin-right: 0!important
}
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0!important
}
.ml-lg-0,
.mx-lg-0 {
margin-left: 0!important
}
.m-lg-1 {
margin: .25rem!important
}
.mt-lg-1,
.my-lg-1 {
margin-top: .25rem!important
}
.mr-lg-1,
.mx-lg-1 {
margin-right: .25rem!important
}
.mb-lg-1,
.my-lg-1 {
margin-bottom: .25rem!important
}
.ml-lg-1,
.mx-lg-1 {
margin-left: .25rem!important
}
.m-lg-2 {
margin: .5rem!important
}
.mt-lg-2,
.my-lg-2 {
margin-top: .5rem!important
}
.mr-lg-2,
.mx-lg-2 {
margin-right: .5rem!important
}
.mb-lg-2,
.my-lg-2 {
margin-bottom: .5rem!important
}
.ml-lg-2,
.mx-lg-2 {
margin-left: .5rem!important
}
.m-lg-3 {
margin: 1rem!important
}
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem!important
}
.mr-lg-3,
.mx-lg-3 {
margin-right: 1rem!important
}
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem!important
}
.ml-lg-3,
.mx-lg-3 {
margin-left: 1rem!important
}
.m-lg-4 {
margin: 1.5rem!important
}
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem!important
}
.mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem!important
}
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem!important
}
.ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem!important
}
.m-lg-5 {
margin: 3rem!important
}
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem!important
}
.mr-lg-5,
.mx-lg-5 {
margin-right: 3rem!important
}
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem!important
}
.ml-lg-5,
.mx-lg-5 {
margin-left: 3rem!important
}
.p-lg-0 {
padding: 0!important
}
.pt-lg-0,
.py-lg-0 {
padding-top: 0!important
}
.pr-lg-0,
.px-lg-0 {
padding-right: 0!important
}
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0!important
}
.pl-lg-0,
.px-lg-0 {
padding-left: 0!important
}
.p-lg-1 {
padding: .25rem!important
}
.pt-lg-1,
.py-lg-1 {
padding-top: .25rem!important
}
.pr-lg-1,
.px-lg-1 {
padding-right: .25rem!important
}
.pb-lg-1,
.py-lg-1 {
padding-bottom: .25rem!important
}
.pl-lg-1,
.px-lg-1 {
padding-left: .25rem!important
}
.p-lg-2 {
padding: .5rem!important
}
.pt-lg-2,
.py-lg-2 {
padding-top: .5rem!important
}
.pr-lg-2,
.px-lg-2 {
padding-right: .5rem!important
}
.pb-lg-2,
.py-lg-2 {
padding-bottom: .5rem!important
}
.pl-lg-2,
.px-lg-2 {
padding-left: .5rem!important
}
.p-lg-3 {
padding: 1rem!important
}
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem!important
}
.pr-lg-3,
.px-lg-3 {
padding-right: 1rem!important
}
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem!important
}
.pl-lg-3,
.px-lg-3 {
padding-left: 1rem!important
}
.p-lg-4 {
padding: 1.5rem!important
}
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem!important
}
.pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem!important
}
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem!important
}
.pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem!important
}
.p-lg-5 {
padding: 3rem!important
}
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem!important
}
.pr-lg-5,
.px-lg-5 {
padding-right: 3rem!important
}
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem!important
}
.pl-lg-5,
.px-lg-5 {
padding-left: 3rem!important
}
.m-lg-auto {
margin: auto!important
}
.mt-lg-auto,
.my-lg-auto {
margin-top: auto!important
}
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto!important
}
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto!important
}
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto!important
}
.text-lg-left {
text-align: left!important
}
.text-lg-right {
text-align: right!important
}
.text-lg-center {
text-align: center!important
}
}
@media (min-width:1230px) {
.flex-xl-row {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-xl-column {
-webkit-box-orient: vertical!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-xl-row-reverse {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: reverse!important;
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-xl-column-reverse {
-webkit-box-orient: vertical!important;
-webkit-box-direction: reverse!important;
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-xl-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-xl-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.justify-content-xl-start {
-webkit-box-pack: start!important;
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-xl-end {
-webkit-box-pack: end!important;
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-xl-center {
-webkit-box-pack: center!important;
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-xl-between {
-webkit-box-pack: justify!important;
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-xl-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-xl-start {
-webkit-box-align: start!important;
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-xl-end {
-webkit-box-align: end!important;
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-xl-center {
-webkit-box-align: center!important;
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-xl-baseline {
-webkit-box-align: baseline!important;
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-xl-stretch {
-webkit-box-align: stretch!important;
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-xl-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-xl-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-xl-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-xl-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-xl-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-xl-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-xl-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-xl-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-xl-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-xl-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-xl-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-xl-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
.float-xl-left {
float: left!important
}
.float-xl-right {
float: right!important
}
.float-xl-none {
float: none!important
}
.m-xl-0 {
margin: 0!important
}
.mt-xl-0,
.my-xl-0 {
margin-top: 0!important
}
.mr-xl-0,
.mx-xl-0 {
margin-right: 0!important
}
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0!important
}
.ml-xl-0,
.mx-xl-0 {
margin-left: 0!important
}
.m-xl-1 {
margin: .25rem!important
}
.mt-xl-1,
.my-xl-1 {
margin-top: .25rem!important
}
.mr-xl-1,
.mx-xl-1 {
margin-right: .25rem!important
}
.mb-xl-1,
.my-xl-1 {
margin-bottom: .25rem!important
}
.ml-xl-1,
.mx-xl-1 {
margin-left: .25rem!important
}
.m-xl-2 {
margin: .5rem!important
}
.mt-xl-2,
.my-xl-2 {
margin-top: .5rem!important
}
.mr-xl-2,
.mx-xl-2 {
margin-right: .5rem!important
}
.mb-xl-2,
.my-xl-2 {
margin-bottom: .5rem!important
}
.ml-xl-2,
.mx-xl-2 {
margin-left: .5rem!important
}
.m-xl-3 {
margin: 1rem!important
}
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem!important
}
.mr-xl-3,
.mx-xl-3 {
margin-right: 1rem!important
}
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem!important
}
.ml-xl-3,
.mx-xl-3 {
margin-left: 1rem!important
}
.m-xl-4 {
margin: 1.5rem!important
}
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem!important
}
.mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem!important
}
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem!important
}
.ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem!important
}
.m-xl-5 {
margin: 3rem!important
}
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem!important
}
.mr-xl-5,
.mx-xl-5 {
margin-right: 3rem!important
}
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem!important
}
.ml-xl-5,
.mx-xl-5 {
margin-left: 3rem!important
}
.p-xl-0 {
padding: 0!important
}
.pt-xl-0,
.py-xl-0 {
padding-top: 0!important
}
.pr-xl-0,
.px-xl-0 {
padding-right: 0!important
}
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0!important
}
.pl-xl-0,
.px-xl-0 {
padding-left: 0!important
}
.p-xl-1 {
padding: .25rem!important
}
.pt-xl-1,
.py-xl-1 {
padding-top: .25rem!important
}
.pr-xl-1,
.px-xl-1 {
padding-right: .25rem!important
}
.pb-xl-1,
.py-xl-1 {
padding-bottom: .25rem!important
}
.pl-xl-1,
.px-xl-1 {
padding-left: .25rem!important
}
.p-xl-2 {
padding: .5rem!important
}
.pt-xl-2,
.py-xl-2 {
padding-top: .5rem!important
}
.pr-xl-2,
.px-xl-2 {
padding-right: .5rem!important
}
.pb-xl-2,
.py-xl-2 {
padding-bottom: .5rem!important
}
.pl-xl-2,
.px-xl-2 {
padding-left: .5rem!important
}
.p-xl-3 {
padding: 1rem!important
}
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem!important
}
.pr-xl-3,
.px-xl-3 {
padding-right: 1rem!important
}
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem!important
}
.pl-xl-3,
.px-xl-3 {
padding-left: 1rem!important
}
.p-xl-4 {
padding: 1.5rem!important
}
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem!important
}
.pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem!important
}
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem!important
}
.pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem!important
}
.p-xl-5 {
padding: 3rem!important
}
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem!important
}
.pr-xl-5,
.px-xl-5 {
padding-right: 3rem!important
}
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem!important
}
.pl-xl-5,
.px-xl-5 {
padding-left: 3rem!important
}
.m-xl-auto {
margin: auto!important
}
.mt-xl-auto,
.my-xl-auto {
margin-top: auto!important
}
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto!important
}
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto!important
}
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto!important
}
.text-xl-left {
text-align: left!important
}
.text-xl-right {
text-align: right!important
}
.text-xl-center {
text-align: center!important
}
#map {
width: 429px;
height: 246px
}
}
.text-lowercase {
text-transform: lowercase!important
}
.text-uppercase {
text-transform: uppercase!important
}
.text-capitalize {
text-transform: capitalize!important
}
.font-weight-light {
font-weight: 300!important
}
.font-weight-normal {
font-weight: 400!important
}
.font-weight-bold {
font-weight: 700!important
}
.font-italic {
font-style: italic!important
}
.text-white {
color: #fff!important
}
.text-primary {
color: #007bff!important
}
a.text-primary:focus,
a.text-primary:hover {
color: #0062cc!important
}
.text-secondary {
color: #6c757d!important
}
a.text-secondary:focus,
a.text-secondary:hover {
color: #545b62!important
}
.text-success {
color: #28a745!important
}
a.text-success:focus,
a.text-success:hover {
color: #1e7e34!important
}
.text-info {
color: #17a2b8!important
}
a.text-info:focus,
a.text-info:hover {
color: #117a8b!important
}
.text-warning {
color: #ffc107!important
}
a.text-warning:focus,
a.text-warning:hover {
color: #d39e00!important
}
.text-danger {
color: #dc3545!important
}
a.text-danger:focus,
a.text-danger:hover {
color: #bd2130!important
}
.text-light {
color: #f8f9fa!important
}
a.text-light:focus,
a.text-light:hover {
color: #dae0e5!important
}
.text-dark {
color: #343a40!important
}
a.text-dark:focus,
a.text-dark:hover {
color: #1d2124!important
}
.text-muted {
color: #6c757d!important
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0
}
.visible {
visibility: visible!important
}
.invisible {
visibility: hidden!important
}
@media print {
*,
::after,
::before {
text-shadow: none!important;
-webkit-box-shadow: none!important;
box-shadow: none!important
}
a:not(.btn) {
text-decoration: underline
}
abbr[title]::after {
content: " (" attr(title) ")"
}
pre {
white-space: pre-wrap!important
}
blockquote,
pre {
border: 1px solid #999;
page-break-inside: avoid
}
thead {
display: table-header-group
}
img,
tr {
page-break-inside: avoid
}
h2,
h3,
p {
orphans: 3;
widows: 3
}
h2,
h3 {
page-break-after: avoid
}
@page {
size: a3
}
.container,
body {
min-width: 1025px!important
}
.navbar {
display: none
}
.badge {
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
}
}
.slick-slider {
position: relative;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent
}
.slick-list {
position: relative;
overflow: hidden;
display: block;
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);
transform: translate3d(0, 0, 0)
}
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto
}
.slick-track:after,
.slick-track:before {
content: "";
display: table
}
.slick-track:after {
clear: both
}
.slick-loading .slick-track {
visibility: hidden
}
.slick-slide {
float: left;
min-height: 1px;
display: none
}
[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-loading .slick-slide {
visibility: hidden
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent
}
.slick-arrow.slick-hidden {
display: none
}
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: .8
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: 0!important;
-webkit-backface-visibility: hidden
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle
}
.mfp-align-top .mfp-container:before {
display: none
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
width: 100%;
cursor: auto
}
.mfp-ajax-cur {
cursor: progress
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -webkit-zoom-out;
cursor: zoom-out
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
cursor: auto
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.mfp-loading.mfp-figure {
display: none
}
.mfp-hide {
display: none!important
}
.mfp-preloader {
color: #ccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -.8em;
left: 8px;
right: 8px;
z-index: 1044
}
.mfp-preloader a {
color: #ccc
}
.mfp-preloader a:hover {
color: #fff
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
display: none
}
button.mfp-arrow,
button.mfp-close {
overflow: visible;
cursor: pointer;
background: 0 0;
border: 0;
-webkit-appearance: none;
display: block;
outline: 0;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none;
-ms-touch-action: manipulation;
touch-action: manipulation
}
button::-moz-focus-inner {
padding: 0;
border: 0
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: .65;
padding: 0 0 18px 10px;
color: #fff;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace
}
.mfp-close:focus,
.mfp-close:hover {
opacity: 1
}
.mfp-close:active {
top: 1px
}
.mfp-close-btn-in .mfp-close {
color: #333
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
color: #fff;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #ccc;
font-size: 12px;
line-height: 18px;
white-space: nowrap
}
.mfp-arrow {
position: absolute;
opacity: .65;
margin: -55px 0 0;
top: 50%;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent
}
.mfp-arrow:active {
margin-top: -54px
}
.mfp-arrow:focus,
.mfp-arrow:hover {
opacity: 1
}
.mfp-arrow:after,
.mfp-arrow:before {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: inset transparent
}
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px
}
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: .7
}
.mfp-arrow-left {
left: 0
}
.mfp-arrow-left:after {
border-right: 17px solid #fff;
margin-left: 31px
}
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3f3f3f
}
.mfp-arrow-right {
right: 0
}
.mfp-arrow-right:after {
border-left: 17px solid #fff;
margin-left: 39px
}
.mfp-arrow-right:before {
border-left: 27px solid #3f3f3f
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px
}
.mfp-iframe-holder .mfp-close {
top: -40px
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
box-shadow: 0 0 8px rgba(0, 0, 0, .6);
background: #000
}
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0;
margin: 0 auto
}
.mfp-figure {
line-height: 0
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
box-shadow: 0 0 8px rgba(0, 0, 0, .6);
background: #444
}
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px
}
.mfp-figure figure {
margin: 0
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-wrap: break-word;
padding-right: 36px
}
.mfp-image-holder .mfp-content {
max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer
}
@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0
}
.mfp-img-mobile img.mfp-img {
padding: 0
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, .6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, .6);
position: fixed;
text-align: center;
padding: 0
}
}
@media all and (max-width:900px) {
.mfp-arrow {
-webkit-transform: scale(.75);
transform: scale(.75)
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%
}
.mfp-container {
padding-left: 6px;
padding-right: 6px
}
}
.datepicker--cells {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.datepicker--cell {
border-radius: 4px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
position: relative;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
height: 32px;
z-index: 1
}
.datepicker--cell.-focus- {
background: #f0f0f0
}
.datepicker--cell.-current- {
color: #4eb5e6
}
.datepicker--cell.-current-.-focus- {
color: #4a4a4a
}
.datepicker--cell.-current-.-in-range- {
color: #4eb5e6
}
.datepicker--cell.-in-range- {
background: rgba(92, 196, 239, .1);
color: #4a4a4a;
border-radius: 0
}
.datepicker--cell.-in-range-.-focus- {
background-color: rgba(92, 196, 239, .2)
}
.datepicker--cell.-disabled- {
cursor: default;
color: #aeaeae
}
.datepicker--cell.-disabled-.-focus- {
color: #aeaeae
}
.datepicker--cell.-disabled-.-in-range- {
color: #a1a1a1
}
.datepicker--cell.-disabled-.-current-.-focus- {
color: #aeaeae
}
.datepicker--cell.-range-from- {
border: 1px solid rgba(92, 196, 239, .5);
background-color: rgba(92, 196, 239, .1);
border-radius: 4px 0 0 4px
}
.datepicker--cell.-range-to- {
border: 1px solid rgba(92, 196, 239, .5);
background-color: rgba(92, 196, 239, .1);
border-radius: 0 4px 4px 0
}
.datepicker--cell.-range-from-.-range-to- {
border-radius: 4px
}
.datepicker--cell.-selected- {
color: #fff;
border: none;
background: #5cc4ef
}
.datepicker--cell.-selected-.-current- {
color: #fff;
background: #5cc4ef
}
.datepicker--cell.-selected-.-focus- {
background: #45bced
}
.datepicker--cell:empty {
cursor: default
}
.datepicker--days-names {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 8px 0 3px
}
.datepicker--day-name {
color: #ff9a19;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
-ms-flex: 1;
-webkit-box-flex: 1;
flex: 1;
text-align: center;
text-transform: uppercase;
font-size: .8em
}
.datepicker--cell-day {
width: 14.28571%
}
.datepicker--cells-months {
height: 170px
}
.datepicker--cell-month {
width: 33.33%;
height: 25%
}
.datepicker--cells-years,
.datepicker--years {
height: 170px
}
.datepicker--cell-year {
width: 25%;
height: 33.33%
}
.datepickers-container {
position: absolute;
left: 0;
top: 0
}
@media print {
.datepickers-container {
display: none
}
}
.datepicker {
background: #fff;
border: 1px solid #dbdbdb;
-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
border-radius: 4px;
-webkit-box-sizing: content-box;
box-sizing: content-box;
font-family: Tahoma, sans-serif;
font-size: 14px;
color: #4a4a4a;
width: 250px;
position: absolute;
left: -100000px;
opacity: 0;
transition: opacity .3s, transform .3s, left .3s, -webkit-transform .3s;
-webkit-transition: opacity .3s, left .3s, -webkit-transform .3s;
z-index: 100
}
.datepicker.-from-top- {
-webkit-transform: translateY(-8px);
transform: translateY(-8px)
}
.datepicker.-from-right- {
-webkit-transform: translateX(8px);
transform: translateX(8px)
}
.datepicker.-from-bottom- {
-webkit-transform: translateY(8px);
transform: translateY(8px)
}
.datepicker.-from-left- {
-webkit-transform: translateX(-8px);
transform: translateX(-8px)
}
.datepicker.active {
opacity: 1;
-webkit-transform: translate(0);
transform: translate(0);
transition: opacity .3s, transform .3s, left, -webkit-transform .3s;
-webkit-transition: opacity .3s, left, -webkit-transform .3s
}
.datepicker-inline .datepicker {
border-color: #d7d7d7;
-webkit-box-shadow: none;
box-shadow: none;
position: static;
left: auto;
right: auto;
opacity: 1;
-webkit-transform: none;
transform: none
}
.datepicker-inline .datepicker--pointer {
display: none
}
.datepicker--content {
-webkit-box-sizing: content-box;
box-sizing: content-box;
padding: 4px
}
.-only-timepicker- .datepicker--content {
display: none
}
.datepicker--pointer {
position: absolute;
background: #fff;
border-top: 1px solid #dbdbdb;
border-right: 1px solid #dbdbdb;
width: 10px;
height: 10px;
z-index: -1
}
.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
top: calc(100% - 4px);
-webkit-transform: rotate(135deg);
transform: rotate(135deg)
}
.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
right: calc(100% - 4px);
-webkit-transform: rotate(225deg);
transform: rotate(225deg)
}
.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
bottom: calc(100% - 4px);
-webkit-transform: rotate(315deg);
transform: rotate(315deg)
}
.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
left: calc(100% - 4px);
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}
.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
left: 10px
}
.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
right: 10px
}
.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
left: calc(50% - 10px / 2)
}
.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
top: 10px
}
.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
bottom: 10px
}
.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
top: calc(50% - 10px / 2)
}
.datepicker--body {
display: none
}
.datepicker--body.active {
display: block
}
.datepicker--nav {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
border-bottom: 1px solid #efefef;
min-height: 32px;
padding: 4px
}
.-only-timepicker- .datepicker--nav {
display: none
}
.datepicker--nav-action,
.datepicker--nav-title {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
cursor: pointer;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center
}
.datepicker--nav-action {
width: 32px;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.datepicker--nav-action:hover {
background: #f0f0f0
}
.datepicker--nav-action.-disabled- {
visibility: hidden
}
.datepicker--nav-action svg {
width: 32px;
height: 32px
}
.datepicker--nav-action path {
fill: none;
stroke: #9c9c9c;
stroke-width: 2px
}
.datepicker--nav-title {
border-radius: 4px;
padding: 0 8px
}
.datepicker--nav-title i {
font-style: normal;
color: #9c9c9c;
margin-left: 5px
}
.datepicker--nav-title:hover {
background: #f0f0f0
}
.datepicker--nav-title.-disabled- {
cursor: default;
background: 0 0
}
.datepicker--buttons {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
padding: 4px;
border-top: 1px solid #efefef
}
.datepicker--button {
color: #4eb5e6;
cursor: pointer;
border-radius: 4px;
-ms-flex: 1;
-webkit-box-flex: 1;
flex: 1;
display: -ms-inline-flexbox;
display: -webkit-inline-box;
display: inline-flex;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
height: 32px
}
.datepicker--button:hover {
color: #4a4a4a;
background: #f0f0f0
}
.datepicker--time {
border-top: 1px solid #efefef;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
padding: 4px;
position: relative
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
-ms-flex: 0 1 138px;
-webkit-box-flex: 0;
flex: 0 1 138px;
max-width: 138px
}
.-only-timepicker- .datepicker--time {
border-top: none
}
.datepicker--time-sliders {
-ms-flex: 0 1 153px;
-webkit-box-flex: 0;
flex: 0 1 153px;
margin-right: 10px;
max-width: 153px
}
.datepicker--time-label {
display: none;
font-size: 12px
}
.datepicker--time-current {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex: 1;
-webkit-box-flex: 1;
flex: 1;
font-size: 14px;
text-align: center;
margin: 0 0 0 10px
}
.datepicker--time-current-colon {
margin: 0 2px 3px;
line-height: 1
}
.datepicker--time-current-hours,
.datepicker--time-current-minutes {
line-height: 1;
font-size: 19px;
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
position: relative;
z-index: 1
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
content: '';
background: #f0f0f0;
border-radius: 4px;
position: absolute;
left: -2px;
top: -3px;
right: -2px;
bottom: -2px;
z-index: -1;
opacity: 0
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
opacity: 1
}
.datepicker--time-current-ampm {
text-transform: uppercase;
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
color: #9c9c9c;
margin-left: 6px;
font-size: 11px;
margin-bottom: 1px
}
.datepicker--time-row {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
font-size: 11px;
height: 17px;
background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat
}
.datepicker--time-row:first-child {
margin-bottom: 4px
}
.datepicker--time-row input[type=range] {
background: 0 0;
cursor: pointer;
-ms-flex: 1;
-webkit-box-flex: 1;
flex: 1;
height: 100%;
padding: 0;
margin: 0;
-webkit-appearance: none
}
.datepicker--time-row input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 12px;
width: 12px;
border-radius: 3px;
border: 1px solid #dedede;
background: #fff;
cursor: pointer;
-webkit-transition: background .2s;
transition: background .2s;
margin-top: -6px
}
.datepicker--time-row input[type=range]::-ms-tooltip {
display: none
}
.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
border-color: #b8b8b8
}
.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
border-color: #b8b8b8
}
.datepicker--time-row input[type=range]:hover::-ms-thumb {
border-color: #b8b8b8
}
.datepicker--time-row input[type=range]:focus {
outline: 0
}
.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
background: #5cc4ef;
border-color: #5cc4ef
}
.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
background: #5cc4ef;
border-color: #5cc4ef
}
.datepicker--time-row input[type=range]:focus::-ms-thumb {
background: #5cc4ef;
border-color: #5cc4ef
}
.datepicker--time-row input[type=range]::-moz-range-thumb {
box-sizing: border-box;
height: 12px;
width: 12px;
border-radius: 3px;
border: 1px solid #dedede;
background: #fff;
cursor: pointer;
-moz-transition: background .2s;
transition: background .2s
}
.datepicker--time-row input[type=range]::-ms-thumb {
box-sizing: border-box;
height: 12px;
width: 12px;
border-radius: 3px;
border: 1px solid #dedede;
background: #fff;
cursor: pointer;
-ms-transition: background .2s;
transition: background .2s
}
.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
border: none;
height: 1px;
cursor: pointer;
color: transparent;
background: 0 0
}
.datepicker--time-row input[type=range]::-moz-range-track {
border: none;
height: 1px;
cursor: pointer;
color: transparent;
background: 0 0
}
.datepicker--time-row input[type=range]::-ms-track {
border: none;
height: 1px;
cursor: pointer;
color: transparent;
background: 0 0
}
.datepicker--time-row input[type=range]::-ms-fill-lower {
background: 0 0
}
.datepicker--time-row input[type=range]::-ms-fill-upper {
background: 0 0
}
.datepicker--time-row span {
padding: 0 12px
}
.datepicker--time-icon {
color: #9c9c9c;
border: 1px solid;
border-radius: 50%;
font-size: 16px;
position: relative;
margin: 0 5px -1px 0;
width: 1em;
height: 1em
}
.datepicker--time-icon:after,
.datepicker--time-icon:before {
content: '';
background: currentColor;
position: absolute
}
.datepicker--time-icon:after {
height: .4em;
width: 1px;
left: calc(50% - 1px);
top: calc(50% + 1px);
-webkit-transform: translateY(-100%);
transform: translateY(-100%)
}
.datepicker--time-icon:before {
width: .4em;
height: 1px;
top: calc(50% + 1px);
left: calc(50% - 1px)
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
color: #dedede
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
color: #c5c5c5
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
color: #dedede
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
color: #fff;
background: #a2ddf6
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
background: #8ad5f4
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, .1);
color: #ccc
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, .2)
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
background: 0 0;
border: none
}
.ps-container {
-ms-touch-action: none;
touch-action: none;
overflow: hidden!important;
-ms-overflow-style: none
}
@supports (-ms-overflow-style:none) {
.ps-container {
overflow: auto!important
}
}
@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
.ps-container {
overflow: auto!important
}
}
.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
display: block;
background-color: transparent
}
.ps-container.ps-in-scrolling {
pointer-events: none
}
.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;
border-radius: 4px;
opacity: 0;
-webkit-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 {
position: absolute;
background-color: #aaa;
border-radius: 4px;
-webkit-transition: background-color .2s linear;
transition: background-color .2s linear;
bottom: 0;
height: 8px
}
.ps-container>.ps-scrollbar-y-rail {
display: none;
position: absolute;
z-index: 21;
border-radius: 4px;
opacity: 0;
-webkit-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;
border-radius: 4px;
-webkit-transition: background-color .2s linear;
transition: background-color .2s linear;
right: 0;
width: 5px
}
.ps-container:hover.ps-in-scrolling {
pointer-events: none
}
.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
}
@font-face {
font-family: electrician;
src: url(../font-icons/fonts/electrician85f0.eot?7vnpbd);
src: url(../font-icons/fonts/electrician85f0.eot?7vnpbd#iefix) format("embedded-opentype"), url(../font-icons/fonts/electrician85f0.ttf?7vnpbd) format("truetype"), url(../font-icons/fonts/electrician85f0.woff?7vnpbd) format("woff"), url(../font-icons/fonts/electrician85f0.svg?7vnpbd#electrician) format("svg");
font-weight: 400;
font-style: normal;
font-display: block
}
[class*=" icon-"],
[class^=icon-] {
font-family: electrician!important;
speak: never;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.icon-arrow_left:before {
content: "\e92d"
}
.icon-arrow_right:before {
content: "\e92e"
}
.icon-search:before {
content: "\e92f"
}
.icon-icon-filter:before {
content: "\e930"
}
.icon-lightning:before {
content: "\e900"
}
.icon-linkedin-logo-button:before {
content: "\e901"
}
.icon-map-marker:before {
content: "\e902"
}
.icon-people:before {
content: "\e903"
}
.icon-plug-1:before {
content: "\e904"
}
.icon-price-tag:before {
content: "\e905"
}
.icon-printer:before {
content: "\e906"
}
.icon-right-quote-sign:before {
content: "\e907"
}
.icon-rubbish-bin-delete-button:before {
content: "\e908"
}
.icon-screwdriver-and-wrench-crossed:before {
content: "\e909"
}
.icon-security-camera:before {
content: "\e90a"
}
.icon-shopping-basket-button:before {
content: "\e90b"
}
.icon-star-black-fivepointed-shape:before {
content: "\e90c"
}
.icon-technology:before {
content: "\e90d"
}
.icon-technology1:before {
content: "\e90e"
}
.icon-telephone:before {
content: "\e90f"
}
.icon-tool:before {
content: "\e910"
}
.icon-tool2:before {
content: "\e911"
}
.icon-transport:before {
content: "\e912"
}
.icon-tumblr-logo-button:before {
content: "\e913"
}
.icon-twitter-logo-button:before {
content: "\e914"
}
.icon-hours:before {
content: "\e915"
}
.icon-482948:before {
content: "\e916"
}
.icon-545705:before {
content: "\e917"
}
.icon-621023:before {
content: "\e918"
}
.icon-747993:before {
content: "\e919"
}
.icon-808584:before {
content: "\e91a"
}
.icon-860796:before {
content: "\e91b"
}
.icon-867257:before {
content: "\e91c"
}
.icon-1384031:before {
content: "\e91d"
}
.icon-1716894:before {
content: "\e91e"
}
.icon-1895474:before {
content: "\e91f"
}
.icon-air-conditioner:before {
content: "\e920"
}
.icon-arrowhead-pointing-to-the-right-1:before {
content: "\e921"
}
.icon-check:before {
content: "\e922"
}
.icon-circle:before {
content: "\e923"
}
.icon-clock-circular-outline-1:before {
content: "\e924"
}
.icon-computer:before {
content: "\e925"
}
.icon-facebook-logo-button:before {
content: "\e926"
}
.icon-favorite:before {
content: "\e927"
}
.icon-google-plus-logo-button:before {
content: "\e928"
}
.icon-instagram-logo:before {
content: "\e929"
}
.icon-interface:before {
content: "\e92a"
}
.icon-left-quote:before {
content: "\e92b"
}
.icon-light:before {
content: "\e92c"
}
.icon-2919521:before {
content: "\e931"
}
.icon-icon-search02:before {
content: "\e932"
}
.icon-eye:before {
content: "\e9ce"
}
body {
font-family: Roboto, sans-serif;
color: #7b7b7b;
background: #fff;
margin: 0;
overflow-x: hidden;
overflow-y: scroll
}
@media (min-width:1025px) {
body {
font-size: 16px;
line-height: 27px
}
}
a:hover {
outline: 0;
text-decoration: none
}
a:active,
a:focus,
a:visited {
text-decoration: none;
outline: 0
}
input[type=text] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
ul {
list-style: none;
/* margin: 0;
padding: 0 */
}
p {
margin: 28px 0 0
}
audio {
width: 100%;
display: block
}
input::-ms-clear {
display: none
}
.divider {
height: 50px;
clear: both;
overflow: hidden;
width: 100%
}
@media (max-width:1024px) {
body {
font-size: 15px;
line-height: 24px
}
.divider {
height: 40px
}
}
@media (max-width:575px) {
p {
margin: 16px 0 0
}
.divider {
height: 40px
}
}
.no-gutters.container-fluid {
padding-left: 0;
padding-right: 0
}
.row.no-gutters {
margin-right: 0;
margin-left: 0
}
.row.no-gutters>[class*=" col-"],
.row.no-gutters>[class^=col-] {
padding-right: 0;
padding-left: 0
}
.tt-btn {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 14px;
line-height: 17px;
padding: 10px 23px;
height: 48px;
color: #fff;
cursor: pointer;
position: relative;
font-family: Poppins, sans-serif;
text-align: center;
-webkit-box-shadow: none;
box-shadow: none;
outline: 0;
border: 1px solid transparent;
border-radius: 4px;
font-weight: 600;
-webkit-transition: color .2s, background-color .2s, border-color .2s;
transition: color .2s, background-color .2s, border-color .2s;
white-space: nowrap
}
.tt-btn.btn__color01 {
background-color: #f47629;
color: #fff
}
.tt-btn.btn__color02 {
background-color: #303442;
color: #fff
}
.tt-btn.btn__color02 [class^=icon-] {
color: #f47629
}
.tt-btn [class^=icon-] {
margin-right: 6px;
display: inline-block;
color: #fff;
-webkit-transition: color .2s;
transition: color .2s;
font-size: 14px
}
@media (min-width:1025px) {
.tt-btn.tt-btn__wide {
padding-left: 30px;
padding-right: 30px
}
}
.tt-btn:hover {
border-color: #f47629;
background-color: #fff;
color: #f47629
}
.tt-btn:hover [class^=icon-] {
color: #f47629
}
.tt-btn:active,
.tt-btn:focus,
.tt-btn:visited {
outline: 0;
-webkit-box-shadow: none;
box-shadow: none
}
.tt-base-color {
color: #f47629
}
.tt-base-dark {
color: #303442
}
.tt-row-btn {
position: relative;
margin-top: -20px;
margin-left: -20px
}
.tt-row-btn>* {
margin-top: 20px;
margin-left: 20px
}
@media (max-width:1024.98px) {
.tt-btn {
font-size: 12px;
padding: 9px 16px 10px;
height: 40px
}
.tt-btn [class^=icon-] {
font-size: 12px;
margin-right: 4px
}
.tt-row-btn {
margin-left: -9px
}
.tt-row-btn>* {
margin-top: 20px;
margin-left: 9px
}
}
@media (max-width:766.98px) {
.tt-row-btn {
margin-left: -9px
}
.tt-row-btn>* {
margin-top: 15px;
margin-left: 9px
}
.section-title br {
display: none
}
}
.tt-btn-top {
margin-top: 40px
}
.tt-link {
font-family: Poppins, sans-serif;
color: #303442;
-webkit-transition: color .2s;
transition: color .2s;
font-weight: 600;
font-size: 14px;
line-height: 14px
}
.tt-link [class^=icon-] {
display: inline-block;
color: #f47629;
margin-left: 11px;
font-size: 8px;
line-height: 8px;
position: relative;
top: -1px
}
.tt-link:hover {
color: #f47629
}
@media (max-width:1024.98px) {
.tt-link {
font-size: 12px
}
.tt-link [class^=icon-] {
margin-left: 10px;
font-size: 7px
}
}
.tt-link-simple {
color: #7b7b7b;
-webkit-transition: color .2s;
transition: color .2s
}
.tt-link-simple:hover {
color: #f47629
}
.section-title {
text-align: center;
padding-bottom: 22px;
position: relative;
top: 0;
padding-left: 15px;
padding-right: 15px
}
.section-title.section-title_indent-01 {
padding-bottom: 25px;
margin-top: -7px
}
.section-title.section-title_indent-02 {
padding-bottom: 32px
}
.section-title .section-title__01 {
font-size: 16px;
line-height: 26px;
color: #f47629;
font-weight: 600;
font-family: Poppins, sans-serif
}
.section-title .section-title__01 a {
display: inline-block;
position: relative;
color: #f47629
}
.section-title .section-title__01 a:before {
content: '';
display: block;
position: absolute;
bottom: 2px;
width: 0%;
height: 2px;
margin: auto;
left: 0;
right: 0;
background-color: #f47629;
-webkit-transition: width .2s linear;
transition: width .2s linear
}
.section-title .section-title__01 a:hover:before {
width: 100%
}
.section-title .section-title__02 {
font-size: 36px;
line-height: 46px;
color: #303442;
font-weight: 600;
font-family: Poppins, sans-serif;
margin: 7px auto 0
}
.section-title .section-title__03 {
font-size: 16px;
line-height: 27px;
max-width: 600px;
margin-left: auto;
margin-right: auto;
margin-top: 22px;
padding-bottom: 9px
}
.section-title.max-width-01 .section-title__02 {
max-width: 600px
}
.section-title+* {
margin-top: 0
}
.section-title .bg-marker01 {
position: absolute;
bottom: 25px;
left: -105px;
pointer-events: none;
opacity: .08
}
.section-title.text-left {
padding-left: 0
}
.section-title.text-left .section-title__03 {
margin-left: 0;
margin-right: 0;
max-width: inherit
}
.section-title.text-right {
padding-right: 0
}
@media (max-width:1024.98px) {
.section-title {
padding-bottom: 18px
}
.section-title .section-title__01 {
font-size: 12px
}
.section-title .section-title__02 {
font-size: 24px;
line-height: 30px;
margin-top: 0
}
.section-title .section-title__03 {
font-size: 15px;
line-height: 24px;
margin-top: 13px;
padding-bottom: 4px;
max-width: 470px
}
.section-title .bg-marker01 {
width: 65px;
height: 65px;
left: 13px
}
.section-title.section-title_indent-01 {
padding-bottom: 14px;
margin-top: -7px
}
.container.container-md-fluid {
max-width: 100%
}
}
.tt-layout-title {
font-size: 24px;
line-height: 34px;
color: #303442;
font-family: Poppins, sans-serif;
padding: 0 0 15px;
margin-bottom: 0
}
.tt-layout-title+* {
margin-top: 0
}
.tt-layout-title__top {
margin-top: 32px
}
.tt-list-top {
margin-top: 25px
}
.tt-list01 li {
color: #303442;
padding: 0 0 0 27px;
position: relative
}
.tt-list01 li:before {
content: '\e922';
font-family: electrician;
color: #f47629;
position: absolute;
top: 6px;
left: 0;
font-size: 13px;
line-height: 1
}
.tt-list01 li a {
color: #303442
}
.tt-list01 li a:hover {
color: #f47629
}
.tt-list01 li:not(:first-child) {
margin-top: 5px
}
@media (max-width:1229.98px) {
.tt-list-top {
margin-top: 12px
}
.tt-list01 li {
padding: 0 0 0 20px
}
.tt-list01 li:before {
font-size: 9px;
top: 7px
}
.container.container-lg-fluid {
max-width: 100%
}
.container.container-lg__no-gutters {
padding-left: 0;
padding-right: 0
}
}
.tt-list02 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-left: -10px;
margin-top: -2px
}
.tt-list02 li {
margin-left: 10px;
margin-top: 10px
}
.tt-list02 li a {
background-color: #f3f3f4;
border-radius: 3px;
color: #303442;
display: inline-block;
padding: 5px 8px;
-webkit-transition: color .2s, background-color .2s;
transition: color .2s, background-color .2s
}
.tt-list02 li a:hover {
background-color: #f47629;
color: #fff
}
@media (max-width:766.98px) {
.tt-list02 {
margin-left: -7px
}
.tt-list02 li {
margin-left: 7px;
margin-top: 7px
}
}
.tt-social {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: -10px;
margin-top: -10px
}
.tt-social li {
margin-left: 10px;
margin-top: 10px
}
.tt-social li a {
font-size: 30px;
line-height: 1;
color: #303442;
-webkit-transition: color .2s;
transition: color .2s
}
.tt-social li a:hover {
color: #f47629
}
.container.container-xl-fluid {
max-width: 100%
}
.blockquote01 {
position: relative;
padding: 0 0 0 25px;
margin: 0
}
.blockquote01:before {
content: '';
display: block;
width: 4px;
height: calc(100% - 10px);
background-color: #f47629;
position: absolute;
top: 5px;
left: 0
}
.blockquote01.blockquote01__max-width01 {
max-width: 560px
}
.blockquote02 {
border-top: 1px solid #d3d4d7;
border-bottom: 1px solid #d3d4d7;
padding: 34px 20px 33px 26px;
margin: 0;
color: #303442;
position: relative;
font-weight: 700
}
.blockquote02:before {
content: '\e900';
font-family: electrician;
width: 52px;
height: 52px;
display: block;
background-color: #fff;
color: #f47629;
font-size: 29px;
line-height: 37px;
position: absolute;
top: -19px;
left: 28px;
text-align: center;
font-weight: 400
}
@media (max-width:1024.98px) {
.blockquote02 {
padding: 24px 0 23px
}
.blockquote02:before {
width: 40px;
height: 40px;
font-size: 20px;
left: 20px
}
}
.blockquote02__top {
margin-top: 43px
}
.blockquote03 {
position: relative;
padding: 0 0 0 26px;
margin: 0 0 0 32px;
font-size: 16px;
line-height: 27px
}
.blockquote03:before {
content: '';
display: block;
width: 4px;
height: calc(100% - 10px);
background-color: #f47629;
position: absolute;
top: 5px;
left: 0
}
.blockquote03.blockquote01__max-width01 {
max-width: 560px
}
.blockquote03 p {
margin-top: 15px;
font-weight: 600
}
.blockquote03 strong {
font-family: Poppins, sans-serif
}
@media (max-width:1024.98px) {
.blockquote03 {
margin: 0 0 0 22px
}
.holder-top-desktop .tt-obj.tt-obj-cart {
display: none!important
}
}
.blockquote03__top {
margin-top: 28px
}
.tt-indent-top {
margin-top: 27px
}
.tt-block-marker {
position: relative
}
.tt-block-marker .block-marker__obj {
opacity: .08;
position: absolute;
top: -30px;
left: -45px
}
.tt-block-marker .block-marker__obj+* {
position: relative;
z-index: 1
}
@media (max-width:1229.98px) {
.tt-block-marker .block-marker__obj {
display: none
}
}
.tt-table01 table {
width: 100%
}
.tt-table01 table thead {
background-color: #f47629;
color: #fff
}
.tt-table01 table thead th {
font-family: Poppins, sans-serif;
font-weight: 600
}
.tt-table01 table tr th {
padding: 15px 5px
}
.tt-table01 table tr td {
padding: 12px 5px
}
.tt-table01 table tr>* {
vertical-align: baseline
}
.tt-table01 table tr>:nth-child(01) {
width: 51%;
padding-left: 20px
}
.tt-table01 table tr>:nth-child(02) {
width: 16%
}
.tt-table01 table tr>:nth-child(03) {
width: 33%
}
.tt-table01 table tr:nth-child(even) {
background-color: #f8f8fa
}
@media (max-width:766.98px) {
.blockquote03 {
margin-left: 0;
padding: 0 0 0 22px
}
.blockquote03:before {
width: 3px
}
.tt-table-responsive-md {
overflow-y: hidden;
overflow-x: scroll
}
.tt-table-responsive-md table {
width: 700px
}
}
.tt-video__holder {
position: absolute;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: 2;
top: 0;
left: 0
}
.tt-post-music embed,
.tt-post-music iframe,
.tt-post-music object {
width: 100%;
height: auto;
border: 0
}
.checkbox-group {
position: relative;
display: inline-block;
z-index: 2;
margin-top: 9px
}
.checkbox-group label {
padding-left: 33px;
cursor: pointer;
font-size: 16px;
line-height: 23px;
color: #7b7b7b!important;
text-align: left;
position: relative;
-webkit-transition: .2s;
transition: .2s
}
.checkbox-group label span {
display: block;
position: absolute;
left: 0;
-webkit-transition-duration: .12s;
transition-duration: .12s
}
.checkbox-group label .box {
background: 0 0;
height: 23px;
width: 23px;
z-index: 9;
border: 2px solid #ebebeb;
border-radius: 3px;
-webkit-box-shadow: 0 2px 4px rgba(171, 171, 171, .13);
box-shadow: 0 2px 4px rgba(171, 171, 171, .13)
}
.checkbox-group label .check {
top: 0;
left: 0;
opacity: 0;
z-index: 10;
background: 0 0;
width: 23px;
height: 23px;
line-height: 1;
-webkit-transform: scale(0);
transform: scale(0)
}
.checkbox-group label .check:before {
display: block;
content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNS4xNjY2N0w2LjM4NDYyIDExTDE1IDEiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjYiLz4KPC9zdmc+Cg==);
position: relative;
left: 4px;
top: 5px
}
.checkbox-group:hover label {
color: #7b7b7b
}
.checkbox-group:hover label .box {
border-color: #303442
}
.checkbox-group input[type=checkbox] {
display: none
}
.checkbox-group input[type=checkbox]:checked~label .check {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1)
}
.checkbox-group input[type=checkbox]:checked~label .box {
border-color: #e9e9eb
}
.checkbox-group input[type=checkbox]:checked:hover~label .box {
border-color: #303442
}
.checkbox-group.pt-disabled {
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.checkbox-group.pt-disabled .box,
.checkbox-group.pt-disabled .check {
opacity: .5!important
}
html.ie:not(.edge) .checkbox-group label .check {
width: 17px;
height: 17px
}
.holder-top-desktop {
background-color: #303442;
height: 52px
}
.holder-top-desktop .tt-obj {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin-left: 41px
}
.h-info01 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: -45px;
padding: 12px 0
}
.h-info01 .tt-item {
color: #bbbdc3;
margin-left: 45px
}
.h-info01 .tt-item a {
color: #bbbdc3
}
.h-info01 .tt-item a:hover {
color: #f47629
}
.h-info01 .tt-item [class^=icon-] {
color: #f47629;
display: inline-block;
margin-right: 11px;
font-size: 16px;
position: relative;
top: 1px
}
@media (max-width:900px) {
.h-info01 .tt-item [class^=icon-] {
margin-right: 7px;
font-size: 15px
}
.h-info01 .tt-item:not(:first-child) {
margin-left: 17px
}
}
.h-info02 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: -45px;
padding: 12px 0
}
.h-info02 .tt-item {
color: #f47629;
font-weight: 700;
margin-left: 45px
}
.h-info02 .tt-item a,
.h-info02 .tt-item a:hover {
color: #f47629
}
.h-info02 .tt-item [class^=icon-] {
color: #fff;
display: inline-block;
margin-right: 11px;
font-size: 16px;
position: relative;
top: 1px
}
@media (max-width:900px) {
.h-info02 .tt-item {
margin-left: 17px
}
.h-info02 .tt-item [class^=icon-] {
font-size: 15px;
margin-right: 7px
}
}
.holder-top-mobile {
background-color: #f6f6f7;
color: #7b7b7b
}
.holder-top-mobile a {
color: #7b7b7b;
-webkit-transition: color .2s;
transition: color .2s
}
.holder-top-mobile a:hover {
color: #f47629
}
.holder-top-mobile .h-topbox__content {
display: none;
padding: 13px 15px 15px
}
.holder-top-mobile .h-topbox__content .tt-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start
}
.holder-top-mobile .h-topbox__content .tt-item:not(:first-child) {
margin-top: 6px
}
.holder-top-mobile .h-topbox__content .tt-item .tt-item__icon {
color: #f47629;
display: inline-block;
position: relative;
font-size: 14px;
top: 2px
}
.holder-top-mobile .h-topbox__content .tt-item .tt-item__icon+.tt-item__text {
margin-left: 13px
}
.holder-top-mobile .h-topbox__btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #303442;
color: #fff;
text-align: center;
padding: 5px 15px;
height: 32px
}
.holder-top-mobile .h-topbox__btn.active .tt-arrow {
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
top: 2px
}
.tt-arrow {
border: solid #fff;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 3px;
position: relative
}
.tt-arrow.right {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.tt-arrow.left {
-webkit-transform: rotate(135deg);
transform: rotate(135deg)
}
.tt-arrow.up {
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg)
}
.tt-arrow.down {
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}
.tt-holder {
background-color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
min-height: 114px
}
.tt-holder .tt-col-wide {
-webkit-box-flex: 2;
-ms-flex: 2 1 auto;
flex: 2 1 auto
}
.tt-holder .tt-col-objects {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.tt-holder .tt-col-objects:not(.text-center) {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.tt-holder .tt-col-objects.text-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.tt-holder .tt-btn {
position: relative;
top: -1px
}
#js-init-sticky {
min-height: 114px
}
#js-init-sticky.fixed .tt-holder-wrapper {
position: fixed;
top: 0;
width: 100%;
z-index: 3;
left: 0;
-webkit-box-shadow: 0 0 15px rgba(48, 52, 66, .1);
box-shadow: 0 0 15px rgba(48, 52, 66, .1)
}
#js-init-sticky.fixed .tt-holder {
min-height: 86px;
-webkit-transition: min-height .5s;
transition: min-height .5s
}
#js-init-sticky .tt-holder-wrapper {
background-color: #fff
}
#tt-nav ul li.is-hover>a {
color: #f47629
}
@media (min-width:1025px) {
#tt-nav {
position: relative
}
#tt-nav>ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
#tt-nav>ul>li {
display: inline-block;
position: relative
}
#tt-nav>ul>li>a {
display: inline-block;
font-size: 16px;
line-height: 26px;
font-weight: 600;
font-family: Poppins, sans-serif;
color: #303442;
padding: 6px 16px;
text-decoration: none;
position: relative
}
#tt-nav>ul>li>a:hover {
color: #f47629
}
#tt-nav>ul>li>a:hover .electric-btn .text {
-webkit-animation: .8s both fade-in;
animation: .8s both fade-in
}
#tt-nav>ul>li>a:hover .electric-btn .mask {
display: block
}
#tt-nav>ul>li>a:hover .electric-btn .mask:nth-child(6),
#tt-nav>ul>li>a:hover .electric-btn .mask:nth-child(7) {
display: none!important
}
#tt-nav>ul>li>a:hover .electric-btn .mask:nth-child(4) {
-webkit-animation: .3s both electric-20-23-8;
animation: .3s both electric-20-23-8
}
#tt-nav>ul>li>a:hover .electric-btn .mask:nth-child(3) {
-webkit-animation: .3s both electric-20-22-8;
animation: .3s both electric-20-22-8
}
#tt-nav>ul>li>a:hover .electric-btn .mask:nth-child(2) {
-webkit-animation: .3s both electric-20-21-8;
animation: .3s both electric-20-21-8
}
#tt-nav>ul>li ul {
position: absolute;
z-index: 5;
top: 100%;
left: 0;
width: 185px;
padding-top: 14px;
padding-bottom: 15px;
background: #fff;
-webkit-transition: .2s;
transition: .2s;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(20px);
transform: translateY(20px);
-webkit-box-shadow: 0 0 20px rgba(48, 52, 66, .2);
box-shadow: 0 0 20px rgba(48, 52, 66, .2)
}
#tt-nav>ul>li ul li {
margin: 0;
padding: 0;
text-align: left;
position: relative
}
#tt-nav>ul>li ul li a {
font-size: 14px;
line-height: 25px;
display: block;
color: #3d3b42;
font-family: Poppins, sans-serif;
padding: 0 23px;
-webkit-transition: color .2s;
transition: color .2s
}
#tt-nav>ul>li .is-hover>a,
#tt-nav>ul>li ul li a:hover {
color: #f47629
}
#tt-nav>ul>li ul li ul {
position: absolute;
left: 100%;
top: -14px
}
#tt-nav>ul>li:hover>ul {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: .15s;
transition-delay: .15s
}
#tt-nav>ul>li .is-hover>ul {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: .15s;
transition-delay: .15s
}
}
@media (min-width:1025px) and (max-width:1229.98px) {
#tt-nav>ul>li>a {
padding-left: 10px;
padding-right: 10px
}
}
.electric-btn {
z-index: 1;
position: relative;
display: block
}
.electric-btn .mask {
position: absolute;
-webkit-backface-visibility: hidden;
height: 20%;
width: 100%;
overflow: hidden;
display: none
}
.electric-btn .mask span {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 100%
}
.electric-btn .mask:nth-child(6) {
top: 100%
}
.electric-btn .mask:nth-child(6) span {
top: -500%
}
.electric-btn .mask:nth-child(5) {
top: 80%
}
.electric-btn .mask:nth-child(5) span {
top: -400%
}
.electric-btn .mask:nth-child(4) {
top: 60%
}
.electric-btn .mask:nth-child(4) span {
top: -300%
}
.electric-btn .mask:nth-child(3) {
top: 40%
}
.electric-btn .mask:nth-child(3) span {
top: -200%
}
.electric-btn .mask:nth-child(2) {
top: 20%
}
.electric-btn .mask:nth-child(2) span {
top: -100%
}
@-webkit-keyframes fade-in {
from {
opacity: 0
}
to {
opacity: 1
}
}
@keyframes fade-in {
from {
opacity: 0
}
to {
opacity: 1
}
}
@-webkit-keyframes electric-20-20-8 {
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
95% {
-webkit-transform: translate(-.2px, -.05px);
transform: translate(-.2px, -.05px)
}
90% {
-webkit-transform: translate(.1px, -.3px);
transform: translate(.1px, -.3px)
}
85% {
-webkit-transform: translate(.9px, .3px);
transform: translate(.9px, .3px)
}
80% {
-webkit-transform: translate(1.2px, .2px);
transform: translate(1.2px, .2px)
}
75% {
-webkit-transform: translate(.5px, -.75px);
transform: translate(.5px, -.75px)
}
70% {
-webkit-transform: translate(.9px, .9px);
transform: translate(.9px, .9px)
}
65% {
-webkit-transform: translate(1.75px, 1.4px);
transform: translate(1.75px, 1.4px)
}
60% {
-webkit-transform: translate(2.6px, .8px);
transform: translate(2.6px, .8px)
}
55% {
-webkit-transform: translate(0, .45px);
transform: translate(0, .45px)
}
50% {
-webkit-transform: translate(-.5px, 2px);
transform: translate(-.5px, 2px)
}
45% {
-webkit-transform: translate(-.55px, -1.1px);
transform: translate(-.55px, -1.1px)
}
40% {
-webkit-transform: translate(0, -1.8px);
transform: translate(0, -1.8px)
}
35% {
-webkit-transform: translate(-1.95px, .65px);
transform: translate(-1.95px, .65px)
}
30% {
-webkit-transform: translate(-2.8px, 2.1px);
transform: translate(-2.8px, 2.1px)
}
25% {
-webkit-transform: translate(-3.5px, 3px);
transform: translate(-3.5px, 3px)
}
20% {
-webkit-transform: translate(3.6px, 2.4px);
transform: translate(3.6px, 2.4px)
}
15% {
-webkit-transform: translate(-4.65px, .85px);
transform: translate(-4.65px, .85px)
}
10% {
-webkit-transform: translate(-.9px, 2.7px);
transform: translate(-.9px, 2.7px)
}
5% {
-webkit-transform: translate(-.95px, -.95px);
transform: translate(-.95px, -.95px)
}
}
@keyframes electric-20-20-8 {
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
95% {
-webkit-transform: translate(-.2px, -.05px);
transform: translate(-.2px, -.05px)
}
90% {
-webkit-transform: translate(.1px, -.3px);
transform: translate(.1px, -.3px)
}
85% {
-webkit-transform: translate(.9px, .3px);
transform: translate(.9px, .3px)
}
80% {
-webkit-transform: translate(1.2px, .2px);
transform: translate(1.2px, .2px)
}
75% {
-webkit-transform: translate(.5px, -.75px);
transform: translate(.5px, -.75px)
}
70% {
-webkit-transform: translate(.9px, .9px);
transform: translate(.9px, .9px)
}
65% {
-webkit-transform: translate(1.75px, 1.4px);
transform: translate(1.75px, 1.4px)
}
60% {
-webkit-transform: translate(2.6px, .8px);
transform: translate(2.6px, .8px)
}
55% {
-webkit-transform: translate(0, .45px);
transform: translate(0, .45px)
}
50% {
-webkit-transform: translate(-.5px, 2px);
transform: translate(-.5px, 2px)
}
45% {
-webkit-transform: translate(-.55px, -1.1px);
transform: translate(-.55px, -1.1px)
}
40% {
-webkit-transform: translate(0, -1.8px);
transform: translate(0, -1.8px)
}
35% {
-webkit-transform: translate(-1.95px, .65px);
transform: translate(-1.95px, .65px)
}
30% {
-webkit-transform: translate(-2.8px, 2.1px);
transform: translate(-2.8px, 2.1px)
}
25% {
-webkit-transform: translate(-3.5px, 3px);
transform: translate(-3.5px, 3px)
}
20% {
-webkit-transform: translate(3.6px, 2.4px);
transform: translate(3.6px, 2.4px)
}
15% {
-webkit-transform: translate(-4.65px, .85px);
transform: translate(-4.65px, .85px)
}
10% {
-webkit-transform: translate(-.9px, 2.7px);
transform: translate(-.9px, 2.7px)
}
5% {
-webkit-transform: translate(-.95px, -.95px);
transform: translate(-.95px, -.95px)
}
}
@-webkit-keyframes electric-20-21-8 {
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
95% {
-webkit-transform: translate(.175px, -.1px);
transform: translate(.175px, -.1px)
}
90% {
-webkit-transform: translate(-.65px, 0);
transform: translate(-.65px, 0)
}
85% {
-webkit-transform: translate(.375px, 0);
transform: translate(.375px, 0)
}
80% {
-webkit-transform: translate(-1.7px, -.4px);
transform: translate(-1.7px, -.4px)
}
75% {
-webkit-transform: translate(-.875px, -.25px);
transform: translate(-.875px, -.25px)
}
70% {
-webkit-transform: translate(-1.05px, -.3px);
transform: translate(-1.05px, -.3px)
}
65% {
-webkit-transform: translate(3.675px, 0);
transform: translate(3.675px, 0)
}
60% {
-webkit-transform: translate(1.4px, 0);
transform: translate(1.4px, 0)
}
55% {
-webkit-transform: translate(4.725px, 1.8px);
transform: translate(4.725px, 1.8px)
}
50% {
-webkit-transform: translate(-2.75px, .5px);
transform: translate(-2.75px, .5px)
}
45% {
-webkit-transform: translate(-4.675px, -1.65px);
transform: translate(-4.675px, -1.65px)
}
40% {
-webkit-transform: translate(-.3px, -.6px);
transform: translate(-.3px, -.6px)
}
35% {
-webkit-transform: translate(-6.175px, -1.95px);
transform: translate(-6.175px, -1.95px)
}
30% {
-webkit-transform: translate(3.85px, 2.1px);
transform: translate(3.85px, 2.1px)
}
25% {
-webkit-transform: translate(-6.375px, -2.25px);
transform: translate(-6.375px, -2.25px)
}
20% {
-webkit-transform: translate(7.6px, -2.4px);
transform: translate(7.6px, -2.4px)
}
15% {
-webkit-transform: translate(8.075px, 0);
transform: translate(8.075px, 0)
}
10% {
-webkit-transform: translate(-4.95px, 0);
transform: translate(-4.95px, 0)
}
5% {
-webkit-transform: translate(8.075px, .95px);
transform: translate(8.075px, .95px)
}
}
@keyframes electric-20-21-8 {
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
95% {
-webkit-transform: translate(.175px, -.1px);
transform: translate(.175px, -.1px)
}
90% {
-webkit-transform: translate(-.65px, 0);
transform: translate(-.65px, 0)
}
85% {
-webkit-transform: translate(.375px, 0);
transform: translate(.375px, 0)
}
80% {
-webkit-transform: translate(-1.7px, -.4px);
transform: translate(-1.7px, -.4px)
}
75% {
-webkit-transform: translate(-.875px, -.25px);
transform: translate(-.875px, -.25px)
}
70% {
-webkit-transform: translate(-1.05px, -.3px);
transform: translate(-1.05px, -.3px)
}
65% {
-webkit-transform: translate(3.675px, 0);
transform: translate(3.675px, 0)
}
60% {
-webkit-transform: translate(1.4px, 0);
transform: translate(1.4px, 0)
}
55% {
-webkit-transform: translate(4.725px, 1.8px);
transform: translate(4.725px, 1.8px)
}
50% {
-webkit-transform: translate(-2.75px, .5px);
transform: translate(-2.75px, .5px)
}
45% {
-webkit-transform: translate(-4.675px, -1.65px);
transform: translate(-4.675px, -1.65px)
}
40% {
-webkit-transform: translate(-.3px, -.6px);
transform: translate(-.3px, -.6px)
}
35% {
-webkit-transform: translate(-6.175px, -1.95px);
transform: translate(-6.175px, -1.95px)
}
30% {
-webkit-transform: translate(3.85px, 2.1px);
transform: translate(3.85px, 2.1px)
}
25% {
-webkit-transform: translate(-6.375px, -2.25px);
transform: translate(-6.375px, -2.25px)
}
20% {
-webkit-transform: translate(7.6px, -2.4px);
transform: translate(7.6px, -2.4px)
}
15% {
-webkit-transform: translate(8.075px, 0);
transform: translate(8.075px, 0)
}
10% {
-webkit-transform: translate(-4.95px, 0);
transform: translate(-4.95px, 0)
}
5% {
-webkit-transform: translate(8.075px, .95px);
transform: translate(8.075px, .95px)
}
}
@-webkit-keyframes electric-20-22-8 {
100%,
15% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
95% {
-webkit-transform: translate(-.35px, 0);
transform: translate(-.35px, 0)
}
90% {
-webkit-transform: translate(.3px, 0);
transform: translate(.3px, 0)
}
85% {
-webkit-transform: translate(1.35px, -.3px);
transform: translate(1.35px, -.3px)
}
80% {
-webkit-transform: translate(.8px, .8px);
transform: translate(.8px, .8px)
}
75% {
-webkit-transform: translate(1.75px, -.5px);
transform: translate(1.75px, -.5px)
}
70% {
-webkit-transform: translate(1.5px, .6px);
transform: translate(1.5px, .6px)
}
65% {
-webkit-transform: translate(-3.15px, .35px);
transform: translate(-3.15px, .35px)
}
60% {
-webkit-transform: translate(3.6px, 1.6px);
transform: translate(3.6px, 1.6px)
}
55% {
-webkit-transform: translate(-4.05px, 1.8px);
transform: translate(-4.05px, 1.8px)
}
50% {
-webkit-transform: translate(1.5px, 0);
transform: translate(1.5px, 0)
}
45% {
-webkit-transform: translate(-5.5px, -1.65px);
transform: translate(-5.5px, -1.65px)
}
40% {
-webkit-transform: translate(4.2px, 2.4px);
transform: translate(4.2px, 2.4px)
}
35% {
-webkit-transform: translate(.65px, -.65px);
transform: translate(.65px, -.65px)
}
30% {
-webkit-transform: translate(-7px, -1.4px);
transform: translate(-7px, -1.4px)
}
25% {
-webkit-transform: translate(-6.65px, -.75px);
transform: translate(-6.65px, -.75px)
}
20% {
-webkit-transform: translate(-2.4px, .8px);
transform: translate(-2.4px, .8px)
}
10% {
-webkit-transform: translate(4.5px, 2.7px);
transform: translate(4.5px, 2.7px)
}
5% {
-webkit-transform: translate(-6.65px, 2.85px);
transform: translate(-6.65px, 2.85px)
}
}
@keyframes electric-20-22-8 {
100%,
15% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
95% {
-webkit-transform: translate(-.35px, 0);
transform: translate(-.35px, 0)
}
90% {
-webkit-transform: translate(.3px, 0);
transform: translate(.3px, 0)
}
85% {
-webkit-transform: translate(1.35px, -.3px);
transform: translate(1.35px, -.3px)
}
80% {
-webkit-transform: translate(.8px, .8px);
transform: translate(.8px, .8px)
}
75% {
-webkit-transform: translate(1.75px, -.5px);
transform: translate(1.75px, -.5px)
}
70% {
-webkit-transform: translate(1.5px, .6px);
transform: translate(1.5px, .6px)
}
65% {
-webkit-transform: translate(-3.15px, .35px);
transform: translate(-3.15px, .35px)
}
60% {
-webkit-transform: translate(3.6px, 1.6px);
transform: translate(3.6px, 1.6px)
}
55% {
-webkit-transform: translate(-4.05px, 1.8px);
transform: translate(-4.05px, 1.8px)
}
50% {
-webkit-transform: translate(1.5px, 0);
transform: translate(1.5px, 0)
}
45% {
-webkit-transform: translate(-5.5px, -1.65px);
transform: translate(-5.5px, -1.65px)
}
40% {
-webkit-transform: translate(4.2px, 2.4px);
transform: translate(4.2px, 2.4px)
}
35% {
-webkit-transform: translate(.65px, -.65px);
transform: translate(.65px, -.65px)
}
30% {
-webkit-transform: translate(-7px, -1.4px);
transform: translate(-7px, -1.4px)
}
25% {
-webkit-transform: translate(-6.65px, -.75px);
transform: translate(-6.65px, -.75px)
}
20% {
-webkit-transform: translate(-2.4px, .8px);
transform: translate(-2.4px, .8px)
}
10% {
-webkit-transform: translate(4.5px, 2.7px);
transform: translate(4.5px, 2.7px)
}
5% {
-webkit-transform: translate(-6.65px, 2.85px);
transform: translate(-6.65px, 2.85px)
}
}
@-webkit-keyframes electric-20-23-8 {
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
95% {
-webkit-transform: translate(.525px, -.15px);
transform: translate(.525px, -.15px)
}
90% {
-webkit-transform: translate(-.95px, -.2px);
transform: translate(-.95px, -.2px)
}
85% {
-webkit-transform: translate(.225px, -.45px);
transform: translate(.225px, -.45px)
}
80% {
-webkit-transform: translate(-1.3px, .8px);
transform: translate(-1.3px, .8px)
}
75% {
-webkit-transform: translate(-.875px, .5px);
transform: translate(-.875px, .5px)
}
70% {
-webkit-transform: translate(-2.25px, -.3px);
transform: translate(-2.25px, -.3px)
}
65% {
-webkit-transform: translate(2.625px, -.35px);
transform: translate(2.625px, -.35px)
}
60% {
-webkit-transform: translate(-1px, 0);
transform: translate(-1px, 0)
}
55% {
-webkit-transform: translate(1.575px, 1.8px);
transform: translate(1.575px, 1.8px)
}
50% {
-webkit-transform: translate(-3.75px, -1px);
transform: translate(-3.75px, -1px)
}
45% {
-webkit-transform: translate(5.325px, .55px);
transform: translate(5.325px, .55px)
}
40% {
-webkit-transform: translate(.3px, 2.4px);
transform: translate(.3px, 2.4px)
}
35% {
-webkit-transform: translate(2.275px, 0);
transform: translate(2.275px, 0)
}
30% {
-webkit-transform: translate(2.45px, -.7px);
transform: translate(2.45px, -.7px)
}
25% {
-webkit-transform: translate(1.125px, .75px);
transform: translate(1.125px, .75px)
}
20% {
-webkit-transform: translate(-4.4px, 3.2px);
transform: translate(-4.4px, 3.2px)
}
15% {
-webkit-transform: translate(4.075px, 2.55px);
transform: translate(4.075px, 2.55px)
}
10% {
-webkit-transform: translate(1.35px, -1.8px);
transform: translate(1.35px, -1.8px)
}
5% {
-webkit-transform: translate(4.275px, -1.9px);
transform: translate(4.275px, -1.9px)
}
}
@keyframes electric-20-23-8 {
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
95% {
-webkit-transform: translate(.525px, -.15px);
transform: translate(.525px, -.15px)
}
90% {
-webkit-transform: translate(-.95px, -.2px);
transform: translate(-.95px, -.2px)
}
85% {
-webkit-transform: translate(.225px, -.45px);
transform: translate(.225px, -.45px)
}
80% {
-webkit-transform: translate(-1.3px, .8px);
transform: translate(-1.3px, .8px)
}
75% {
-webkit-transform: translate(-.875px, .5px);
transform: translate(-.875px, .5px)
}
70% {
-webkit-transform: translate(-2.25px, -.3px);
transform: translate(-2.25px, -.3px)
}
65% {
-webkit-transform: translate(2.625px, -.35px);
transform: translate(2.625px, -.35px)
}
60% {
-webkit-transform: translate(-1px, 0);
transform: translate(-1px, 0)
}
55% {
-webkit-transform: translate(1.575px, 1.8px);
transform: translate(1.575px, 1.8px)
}
50% {
-webkit-transform: translate(-3.75px, -1px);
transform: translate(-3.75px, -1px)
}
45% {
-webkit-transform: translate(5.325px, .55px);
transform: translate(5.325px, .55px)
}
40% {
-webkit-transform: translate(.3px, 2.4px);
transform: translate(.3px, 2.4px)
}
35% {
-webkit-transform: translate(2.275px, 0);
transform: translate(2.275px, 0)
}
30% {
-webkit-transform: translate(2.45px, -.7px);
transform: translate(2.45px, -.7px)
}
25% {
-webkit-transform: translate(1.125px, .75px);
transform: translate(1.125px, .75px)
}
20% {
-webkit-transform: translate(-4.4px, 3.2px);
transform: translate(-4.4px, 3.2px)
}
15% {
-webkit-transform: translate(4.075px, 2.55px);
transform: translate(4.075px, 2.55px)
}
10% {
-webkit-transform: translate(1.35px, -1.8px);
transform: translate(1.35px, -1.8px)
}
5% {
-webkit-transform: translate(4.275px, -1.9px);
transform: translate(4.275px, -1.9px)
}
}
@-webkit-keyframes electric-20-24-8 {
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
95% {
-webkit-transform: translate(-.2px, -.05px);
transform: translate(-.2px, -.05px)
}
90% {
-webkit-transform: translate(-.2px, -.2px);
transform: translate(-.2px, -.2px)
}
85% {
-webkit-transform: translate(1.8px, .6px);
transform: translate(1.8px, .6px)
}
80% {
-webkit-transform: translate(1.4px, .2px);
transform: translate(1.4px, .2px)
}
75% {
-webkit-transform: translate(-1px, 1px);
transform: translate(-1px, 1px)
}
40%,
70% {
-webkit-transform: translate(-3px, .6px);
transform: translate(-3px, .6px)
}
65% {
-webkit-transform: translate(-3.5px, 1.05px);
transform: translate(-3.5px, 1.05px)
}
60% {
-webkit-transform: translate(-2.8px, 1.6px);
transform: translate(-2.8px, 1.6px)
}
55% {
-webkit-transform: translate(1.35px, 1.35px);
transform: translate(1.35px, 1.35px)
}
50% {
-webkit-transform: translate(-2px, 1px);
transform: translate(-2px, 1px)
}
45% {
-webkit-transform: translate(-4.4px, 0);
transform: translate(-4.4px, 0)
}
35% {
-webkit-transform: translate(-6.5px, 0);
transform: translate(-6.5px, 0)
}
30% {
-webkit-transform: translate(4.4px, -1.4px);
transform: translate(4.4px, -1.4px)
}
25% {
-webkit-transform: translate(6.65px, 0);
transform: translate(6.65px, 0)
}
20% {
-webkit-transform: translate(-4.8px, 2.4px);
transform: translate(-4.8px, 2.4px)
}
15% {
-webkit-transform: translate(3.8px, -2.55px);
transform: translate(3.8px, -2.55px)
}
10% {
-webkit-transform: translate(2.7px, 0);
transform: translate(2.7px, 0)
}
5% {
-webkit-transform: translate(-4.75px, 1.9px);
transform: translate(-4.75px, 1.9px)
}
}
@keyframes electric-20-24-8 {
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
95% {
-webkit-transform: translate(-.2px, -.05px);
transform: translate(-.2px, -.05px)
}
90% {
-webkit-transform: translate(-.2px, -.2px);
transform: translate(-.2px, -.2px)
}
85% {
-webkit-transform: translate(1.8px, .6px);
transform: translate(1.8px, .6px)
}
80% {
-webkit-transform: translate(1.4px, .2px);
transform: translate(1.4px, .2px)
}
75% {
-webkit-transform: translate(-1px, 1px);
transform: translate(-1px, 1px)
}
40%,
70% {
-webkit-transform: translate(-3px, .6px);
transform: translate(-3px, .6px)
}
65% {
-webkit-transform: translate(-3.5px, 1.05px);
transform: translate(-3.5px, 1.05px)
}
60% {
-webkit-transform: translate(-2.8px, 1.6px);
transform: translate(-2.8px, 1.6px)
}
55% {
-webkit-transform: translate(1.35px, 1.35px);
transform: translate(1.35px, 1.35px)
}
50% {
-webkit-transform: translate(-2px, 1px);
transform: translate(-2px, 1px)
}
45% {
-webkit-transform: translate(-4.4px, 0);
transform: translate(-4.4px, 0)
}
35% {
-webkit-transform: translate(-6.5px, 0);
transform: translate(-6.5px, 0)
}
30% {
-webkit-transform: translate(4.4px, -1.4px);
transform: translate(4.4px, -1.4px)
}
25% {
-webkit-transform: translate(6.65px, 0);
transform: translate(6.65px, 0)
}
20% {
-webkit-transform: translate(-4.8px, 2.4px);
transform: translate(-4.8px, 2.4px)
}
15% {
-webkit-transform: translate(3.8px, -2.55px);
transform: translate(3.8px, -2.55px)
}
10% {
-webkit-transform: translate(2.7px, 0);
transform: translate(2.7px, 0)
}
5% {
-webkit-transform: translate(-4.75px, 1.9px);
transform: translate(-4.75px, 1.9px)
}
}
.mmpanels,
.mmpanels>.mmpanel,
.panel-menu {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: inherit
}
.panel-menu ul {
list-style-type: none;
margin: 0;
padding: 0
}
.panel-menu ul li {
margin: 0;
width: 100%
}
.panel-menu ul li a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 9px 27px 9px 30px;
font-size: 15px;
line-height: 22px;
text-decoration: none;
color: #fff;
background: 0 0;
position: relative;
-webkit-transition: .2s linear;
transition: .2s linear
}
.panel-menu ul li a:hover {
color: #f47629;
background: 0 0
}
.panel-menu #mm0.mmpanel a:not(.mm-close) {
font-family: Poppins, sans-serif;
font-weight: 700;
color: #fff;
background-color: transparent
}
.panel-menu #mm0.mmpanel a:not(.mm-close):after {
color: #fff
}
.panel-menu #mm0.mmpanel a:not(.mm-close):hover {
color: #f47629;
background-color: transparent
}
.panel-menu #mm0.mmpanel a:not(.mm-close):hover:after {
color: #f47629
}
.panel-menu #mm0.mmpanel .mm-next-level:after {
top: 13px
}
.panel-menu .mmpanel:not(#mm0) a:not(.mm-original-link) {
font-family: Poppins, sans-serif;
font-weight: 400
}
.panel-menu .mmpanel .mm-original-link .tt-badge {
top: -1px
}
.panel-menu .mm-close,
.panel-menu .mm-original-link,
.panel-menu .mm-prev-level {
display: block;
color: #fff;
background-color: transparent;
text-transform: uppercase
}
.panel-menu .mm-close:before,
.panel-menu .mm-next-level:after,
.panel-menu .mm-prev-level:before {
font-family: electrician;
font-size: 14px;
line-height: 14px;
font-weight: 700;
-webkit-transition: .2s linear;
transition: .2s linear;
color: #fff
}
.panel-menu .mm-close:hover,
.panel-menu .mm-next-level:hover,
.panel-menu .mm-prev-level:hover {
color: #f47629;
background-color: transparent
}
.panel-menu .mm-close:hover:before .mm-prev-level:hover:before,
.panel-menu .mm-next-level:hover:after {
color: #f47629
}
.panel-menu li.mm-close-parent {
margin-bottom: 32px
}
.panel-menu li.mm-close-parent .mm-close {
padding: 14px 16px 15px 29px;
color: #fff;
border-bottom: 1px solid #fff;
background-color: transparent;
font-family: Poppins, sans-serif;
font-weight: 700
}
.panel-menu li.mm-close-parent .mm-close:before {
content: "\e91b";
padding-right: 10px;
position: relative;
top: 1px;
color: #fff
}
.panel-menu li.mm-close-parent .mm-close:hover {
color: #f47629;
background-color: transparent
}
.panel-menu li.mm-close-parent .mm-close:hover:before {
color: #f47629
}
.panel-menu .mm-prev-level {
padding: 14px 16px 15px 29px;
color: #fff;
background-color: transparent;
border-bottom: 1px solid #fff;
margin-bottom: 15px
}
.panel-menu .mm-prev-level:before {
content: "\e92d";
padding-right: 10px;
position: relative;
top: 1px;
color: #fff;
display: inline-block
}
.panel-menu .mm-prev-level:hover {
color: #f47629;
background-color: transparent
}
.panel-menu .mm-prev-level:hover:before {
color: #f47629
}
.panel-menu .mm-next-level {
color: #3d3b42;
background-color: transparent
}
.panel-menu .mm-next-level:after {
content: "\e92e";
padding-left: 10px;
top: 12px;
right: 30px;
position: absolute;
color: #fff
}
.panel-menu .mm-next-level:hover {
color: #f47629;
background-color: transparent
}
.panel-menu .mm-next-level:hover:after {
color: #f47629
}
.panel-menu .mm-original-link {
font-family: Poppins, sans-serif;
font-weight: 700;
color: #fff;
background-color: transparent
}
.panel-menu .mm-original-link:before {
padding-right: 10px;
color: #fff
}
.panel-menu .mm-original-link:hover {
color: #f47629;
background-color: transparent
}
.panel-menu .mm-original-link:hover:before {
color: #f47629
}
.mm-open {
overflow: hidden
}
.mm-open .mm-fullscreen-bg {
cursor: pointer;
background-color: rgba(0, 0, 0, .55);
position: fixed;
top: 0;
left: 0;
overflow: hidden;
width: 100%;
height: 100%;
z-index: 21;
display: none
}
.mmitemopen.panel-menu,
.mmitemopen.panel-menu.mm-right {
-webkit-transition: -webkit-transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.panel-menu {
width: 320px;
background: #303442;
position: fixed;
z-index: 50;
-webkit-transform: translate(-100%, 0);
transform: translate(-100%, 0);
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
.mmitemopen.panel-menu.mm-right.mmhide,
.panel-menu.mm-right {
left: auto;
right: 0;
-webkit-transform: translate(100%, 0);
transform: translate(100%, 0);
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
.mmitemopen.panel-menu.mmhide {
-webkit-transform: translate(-100%, 0);
transform: translate(-100%, 0);
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
.mmpanel {
-webkit-transition: -webkit-transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s;
-webkit-transform: translate(100%, 0);
transform: translate(100%, 0);
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
.mmpanels {
overflow: hidden
}
.mmpanel.mmopened {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.mmpanel.mmsubopened {
-webkit-transform: translate(-80%, 0);
transform: translate(-80%, 0);
-webkit-transform: translate3d(-80%, 0, 0);
transform: translate3d(-80%, 0, 0)
}
.mmpanels>.mmpanel {
overflow: scroll;
overflow-x: hidden;
overflow-y: auto
}
.mmpanels,
.mmpanels>.mmpanel {
background: inherit;
border-color: inherit
}
.mmpanels>.mmpanel:not(.mmhidden) {
display: block
}
.mmpanels>.mmpanel:after {
content: '';
display: block;
height: 20px
}
.mm-nav-btn,
.mmhidden {
display: none
}
.mm-fullscreen-bg,
.mm-fullscreen-bg:active,
.mm-fullscreen-bg:focus,
.mm-fullscreen-bg:hover {
outline: 0
}
.tt-menu-slider {
max-height: 389px
}
@media (min-width:1025px) {
.tt-obj-cart .tt-obj__btn {
position: relative;
display: inline-block;
font-size: 19px;
line-height: 19px;
top: 4px;
color: #fff;
padding: 8px 8px 8px 5px;
-webkit-transition: color .2s linear;
transition: color .2s linear
}
.tt-obj-cart .tt-obj__btn .tt-obj__badge {
position: absolute;
right: -5px;
top: -1px;
pointer-events: none;
background-color: #f47629;
border-radius: 50%;
width: 17px;
height: 17px;
font-size: 10px;
line-height: 18px;
color: #fff;
text-align: center
}
.tt-obj-cart .tt-obj__btn:hover {
color: #f47629
}
}
@media (max-width:1024.98px) {
.tt-holder .tt-col-objects .tt-col__item {
margin-left: 25px
}
#js-init-sticky,
#js-init-sticky.fixed .tt-holder,
.tt-holder {
min-height: 60px
}
#tt-nav {
display: none
}
.tt-obj-cart .tt-obj__btn {
position: relative;
display: inline-block;
font-size: 19px;
line-height: 19px;
top: 3px;
color: #303442;
padding: 5px;
-webkit-transition: color .2s linear;
transition: color .2s linear
}
.tt-obj-cart .tt-obj__btn .tt-obj__badge {
position: absolute;
right: -5px;
top: -1px;
pointer-events: none;
background-color: #f47629;
border-radius: 50%;
width: 17px;
height: 17px;
font-size: 10px;
line-height: 18px;
color: #fff;
text-align: center
}
.tt-obj-cart .tt-obj__btn:hover {
color: #f47629
}
}
.tt-obj-cart .tt-obj__dropdown {
position: absolute;
opacity: 0;
width: 349px;
margin: -8px 0 0;
padding: 32px 0 40px;
text-align: left;
-webkit-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: .2s;
transition: .2s;
background: #fff;
right: 0;
top: 100%;
z-index: 22;
-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .1);
box-shadow: 0 0 40px rgba(0, 0, 0, .1);
pointer-events: none
}
.tt-obj-cart .tt-obj__dropdown-close {
position: absolute;
right: 16px;
top: 15px;
display: inline-block;
padding: 5px;
color: #303442;
-webkit-transition: color .2s linear;
transition: color .2s linear;
cursor: pointer;
font-size: 11px;
line-height: 1
}
.tt-obj-cart .tt-obj__dropdown-close:hover,
.tt-obj-cart.active .tt-obj__btn {
color: #f47629
}
.tt-obj-cart.active .tt-obj__dropdown {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: .3s .15s;
transition: .3s .15s;
pointer-events: auto
}
.tt-obj-cart .tt-obj__title {
font-size: 24px;
line-height: 34px;
color: #303442;
font-family: Poppins, sans-serif;
font-weight: 600;
margin: 0;
padding: 0 35px 16px
}
@media (max-width:1024.98px) {
.tt-obj-cart .tt-obj__title {
font-size: 20px;
line-height: 30px
}
.tt-obj-cart .tt-obj__dropdown {
width: 300px
}
}
@media (max-width:766.98px) {
.tt-holder .tt-col-objects .tt-col__item {
margin-left: 15px
}
.tt-obj-cart .tt-obj__dropdown {
width: 274px
}
}
.tt-cart-list {
padding: 0 35px
}
.tt-cart-list .tt-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
position: relative
}
.tt-cart-list .tt-item:not(:first-child) {
margin-top: 19px
}
.tt-cart-list .tt-item__remove {
position: absolute;
right: -5px;
top: 2px;
color: #c7c7c8;
-webkit-transition: color .2s linear;
transition: color .2s linear;
padding: 5px;
font-size: 14px
}
.tt-cart-list .tt-item__remove:hover {
color: #f47629
}
.tt-cart-list .tt-item__img {
width: 88px;
min-width: 88px;
position: relative;
top: 6px
}
.tt-cart-list .tt-item__content {
margin-left: 18px;
padding-right: 15px
}
.tt-cart-list .tt-item__title {
font-size: 16px;
line-height: 27px;
color: #7b7b7b;
padding-right: 5px
}
.tt-cart-list .tt-item__title a {
color: #7b7b7b;
-webkit-transition: color .2s linear;
transition: color .2s linear
}
.tt-cart-list .tt-item__title a:hover {
color: #f47629
}
.tt-cart-list .tt-item__price {
font-size: 20px;
font-family: Poppins, sans-serif;
font-weight: 600;
color: #303442;
margin-top: 14px
}
.tt-cart-list .tt-item__price .new-price {
font-size: 20px;
color: #f47629
}
.tt-cart-list .tt-item__price .old-price {
font-size: 16px;
text-decoration: line-through;
margin-left: 7px
}
@media (max-width:1024.98px) {
.tt-cart-list {
padding: 0 25px
}
.tt-cart-list .tt-item__title {
font-size: 14px;
line-height: 23px
}
.tt-cart-list .tt-item__price {
font-size: 18px;
margin-top: 7px
}
.tt-cart-list .tt-item__img {
width: 75px;
min-width: 75px
}
}
.tt-cart-total {
border-top: 1px solid #e9e9eb;
font-size: 24px;
line-height: 1;
font-family: Poppins, sans-serif;
font-weight: 600;
color: #303442;
padding: 27px 35px 0;
margin-top: 28px
}
.tt-cart-total .tt-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start
}
.tt-cart-total .tt-btn {
margin-top: 25px;
width: 100%
}
@media (max-width:1024.98px) {
.tt-cart-total {
font-size: 20px;
padding: 23px 25px 0
}
.tt-cart-total .tt-btn {
font-size: 16px;
height: 50px;
margin-top: 20px
}
}
.tt-logo {
font-size: 40px;
line-height: 40px;
color: #303442;
font-family: Poppins, sans-serif;
font-weight: 600;
position: relative;
padding: 9px 0 13px 25px;
letter-spacing: -1.3px;
overflow: hidden;
display: inline-block;
top: 4px
}
.tt-logo .tt-icon {
position: absolute;
top: 4px;
left: 3px
}
.tt-logo:before {
content: "";
z-index: 1;
position: absolute;
left: 0;
top: -100%;
width: 45px;
height: 23px;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, #fff), to(rgba(255, 255, 255, 0)));
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 50%, rgba(255, 255, 255, 0) 100%);
-webkit-transition: ease-in-out;
transition: ease-in-out;
pointer-events: none;
-webkit-animation: 2s ease-in infinite lightning;
animation: 2s ease-in infinite lightning
}
.tt-logo:hover {
color: #303442
}
.tt-logo:hover:before {
top: 0
}
@media (max-width:1229.98px) {
.tt-logo {
font-size: 32px;
line-height: 32px
}
.tt-logo .tt-icon img {
max-width: 30px
}
}
@media (max-width:1024.98px) {
.tt-logo {
font-size: 30px;
line-height: 30px;
letter-spacing: -1px;
top: 6px;
padding-left: 19px
}
.tt-logo .tt-icon {
top: 4px
}
.tt-logo .tt-icon img {
max-width: 28px
}
}
@-webkit-keyframes lightning {
from {
top: -100%;
width: 45px
}
50% {
top: 100%;
width: 20px
}
to {
top: 100%;
width: 10px
}
}
@keyframes lightning {
from {
top: -100%;
width: 45px
}
50% {
top: 100%;
width: 20px
}
to {
top: 100%;
width: 10px
}
}
#tt-menu-toggle {
padding: 8px 0 5px 5px;
font-size: 24px;
display: inline-block;
color: #303442;
position: relative
}
#tt-menu-toggle:hover {
color: #f47629
}
@media (min-width:1025px) {
.section-indent:not(.no-margin) {
margin-top: 120px
}
.mainSlider .slide .slide-content .tt-title-01 {
font-size: 18px;
line-height: 28px
}
.mainSlider .slide .slide-content .tt-title-02 {
font-size: 58px;
line-height: 64px;
margin-top: 15px
}
}
@media (max-width:1024px) {
.section-indent:not(.no-margin) {
margin-top: 70px
}
}
.section-indent-extra {
margin-top: -70px;
position: relative
}
.section_hr {
border-top: 1px solid #e9e9eb;
padding-top: 48px
}
.section__wrapper {
background-color: #303442;
color: #fff
}
.section__wrapper02 {
background: #fff;
overflow: hidden
}
.container__p-r {
position: relative
}
.section-marker {
position: absolute;
opacity: .08
}
.section-marker.section-marker_b-l {
bottom: 0;
left: 0
}
@media (max-width:1500px) {
.section-marker {
display: none
}
}
.mainSlider-layout {
position: relative;
z-index: 1;
background: #252427
}
.mainSlider-wrapper {
position: relative;
z-index: 1
}
.mainSlider {
height: 774px
}
.mainSlider .container {
position: relative
}
.mainSlider .slide .img--holder {
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
height: 774px;
-webkit-transition: -webkit-transform 6s;
transition: transform 6s;
transition: transform 6s, -webkit-transform 6s
}
@media (max-width:1239px) {
.mainSlider .slide .img--holder {
height: 774px
}
}
@media (max-width:1024px) and (min-width:551px) {
.mainSlider,
.mainSlider .slide .img--holder {
height: 365px
}
}
@media (max-width:790px) {
.section-indent:not(.no-margin) {
margin-top: 50px
}
.mainSlider,
.mainSlider .slide .img--holder {
height: 250px
}
}
.mainSlider .slide .slide-content {
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding-bottom: 9px
}
.mainSlider .slide .slide-content .container:first-child {
margin-top: -50px
}
@media (max-width:1024px) and (min-width:551px) {
.mainSlider .slide .slide-content .container:first-child {
margin-top: 0
}
}
.mainSlider .slide .slide-content .container .tt-title-01,
.mainSlider .slide .slide-content .container .tt-title-02 {
color: #fff;
font-weight: 600;
font-family: Poppins, sans-serif
}
.mainSlider .slide .slide-content .container:not(.text-center):not(.text-right) .tt-row-btn {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start
}
@media (max-width:1024px) {
.mainSlider .slide .slide-content {
padding-bottom: 0
}
.mainSlider .slide .slide-content .tt-title-01 {
font-size: 14px;
line-height: 14px
}
.mainSlider .slide .slide-content .tt-title-02 {
font-size: 48px;
line-height: 54px;
margin-top: 20px
}
}
.mainSlider .slick-arrow {
position: absolute;
top: 50%;
margin-top: -18px;
z-index: 7;
font-size: 0;
line-height: 0;
background: 0 0;
border: none;
color: #fff
}
.mainSlider .slick-arrow:hover {
color: #f47629
}
.mainSlider .slick-arrow:before {
font-family: electrician;
display: block;
font-size: 40px;
line-height: 1em
}
.mainSlider .slick-prev {
left: 20px
}
.mainSlider .slick-prev:before {
content: '\e916'
}
.mainSlider .slick-next {
right: 20px
}
.mainSlider .slick-next:before {
content: '\e917'
}
.fadeInLeftSm {
-webkit-animation-name: fadeInLeftSm;
animation-name: fadeInLeftSm;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
.fadeInRightSm {
-webkit-animation-name: fadeInRightSm;
animation-name: fadeInRightSm;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
.fadeInUpSm {
-webkit-animation-name: fadeInUpSm;
animation-name: fadeInUpSm;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
.animated.fadeInLeftSm,
.animated.fadeInRightSm,
.animated.fadeInUpSm {
-webkit-animation-duration: .75s;
animation-duration: .75s
}
@-webkit-keyframes fadeInUpSm {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0)
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@keyframes fadeInUpSm {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0)
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@-webkit-keyframes fadeInLeftSm {
0% {
opacity: 0;
-webkit-transform: translate3d(-20%, 0, 0);
transform: translate3d(-20%, 0, 0)
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@keyframes fadeInLeftSm {
0% {
opacity: 0;
-webkit-transform: translate3d(-20%, 0, 0);
transform: translate3d(-20%, 0, 0)
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@-webkit-keyframes fadeInRightSm {
from {
opacity: 0;
-webkit-transform: translate3d(20%, 0, 0);
transform: translate3d(20%, 0, 0)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@keyframes fadeInRightSm {
from {
opacity: 0;
-webkit-transform: translate3d(20%, 0, 0);
transform: translate3d(20%, 0, 0)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
body.is-loaded .loading-content {
opacity: 0;
visibility: hidden
}
.loading-content {
height: 100%;
width: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
z-index: 3;
background-color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
opacity: 1;
pointer-events: none;
visibility: visible;
-webkit-transition: .5s;
transition: .5s
}
.loading-content.disable {
opacity: 0
}
.loading-content img {
margin-top: -100px
}
@media (max-width:1024.98px) {
.loading-content img {
max-width: 45px;
height: auto;
margin-top: -30px
}
}
@media (max-width:790px) {
.mainSlider .slide .slide-content .tt-title-01 {
font-size: 12px;
line-height: 12px
}
.mainSlider .slide .slide-content .tt-title-02 {
font-size: 24px;
line-height: 30px;
margin-top: 16px
}
.loading-content img {
max-width: 35px;
height: auto
}
}
.load-mainslider .mainSlider .slide.slick-current .img--holder {
-webkit-transform: scale(1.2);
transform: scale(1.2)
}
.order-form-wrapper {
position: relative;
z-index: 2
}
@media (min-width:1025px) {
.order-form-wrapper {
margin-top: -159px
}
}
.order-form .order-form__title {
font-size: 20px;
line-height: 26px;
color: #fff;
background-color: #f47629;
font-family: Poppins, sans-serif;
font-weight: 600;
display: inline-block;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
padding: 9px 36px;
margin-top: 7px
}
.order-form .order-form__content {
background-color: #303442;
padding: 30px 38px 10px
}
.order-form .order-form__content form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.order-form .order-form__content form .form-group {
margin-bottom: 20px
}
.order-form .order-form__content form .form-group:not(:first-child) {
margin-left: 20px
}
.order-form .order-form__content form .form-group:not(:last-child) {
width: 19.5%
}
@media (min-width:790px) {
.order-form .order-form__content {
display: block!important
}
}
.order-form ::-webkit-input-placeholder {
color: #7b7b7b
}
.order-form ::-moz-placeholder {
color: #7b7b7b
}
.order-form :-moz-placeholder {
color: #7b7b7b
}
.order-form :-ms-input-placeholder {
color: #7b7b7b
}
.order-form :-moz-placeholder,
.order-form ::-moz-placeholder {
opacity: 1
}
.order-form input:focus::-webkit-input-placeholder {
color: transparent
}
.order-form input:focus:-moz-placeholder {
color: transparent
}
.order-form input:focus::-moz-placeholder {
color: transparent
}
.order-form input:focus:-ms-input-placeholder {
color: transparent
}
.order-form .form-order .form-group {
position: relative
}
.order-form .form-order .form-group label.error {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 56px;
left: 0;
padding: 8px 12px 6px;
background: red;
color: #fff;
font-size: 14px;
line-height: 22px;
z-index: 1;
width: 100%
}
.order-form .form-order .form-group label.error:after {
content: '';
position: absolute;
top: -12px;
left: 50%;
border: 6px solid transparent;
border-bottom: 6px solid #f8353e
}
.order-form .form-order .form-group .icon {
position: absolute;
right: 17px;
top: 13px;
color: #7b7b7b
}
.order-form .form-order .pt-disabled {
pointer-events: none;
opacity: .5;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.order-form .form-order .form-control {
background: #fff;
font-size: 16px;
line-height: 25px;
border: 1px solid transparent;
color: #888;
padding: 13px 12px 12px 15px;
-webkit-box-shadow: none;
box-shadow: none;
outline: 0;
font-family: Roboto, sans-serif;
-webkit-transition: .3s;
transition: .3s;
box-shadow: none;
border-radius: 4px
}
.order-form .form-order .form-control.is-invalid {
border: 1px solid red
}
.order-form .form-order .form-control:not(textarea) {
height: 44px
}
.order-form .form-order .form-control.error {
border-color: red;
-webkit-box-shadow: none;
box-shadow: none
}
.order-form .form-order .form-control:focus {
border-color: #f47629
}
.order-form .form-order .pt-required {
display: inline-block;
float: right;
position: relative;
top: 4px;
color: red;
padding-left: 5px;
font-size: 14px;
line-height: 22px
}
.order-form .form-order .invalid-feedback {
margin-top: 2px;
font-size: 14px;
line-height: 24px
}
@media (max-width:1024.98px) {
.order-form-wrapper {
margin-top: -47px
}
.order-form .order-form__title {
font-size: 18px;
padding: 7px 15px
}
.order-form .order-form__content {
padding: 18px 15px 8px 5px
}
.order-form .order-form__content form .form-group {
margin-bottom: 10px;
margin-left: 10px
}
.order-form .form-order .form-control {
font-size: 15px;
padding: 12px 12px 12px 15px
}
.order-form .form-order .form-control:not(textarea) {
height: 40px
}
.tt-slideinfo-wrapper {
margin-left: -15px;
margin-right: -15px
}
.tt-slideinfo-wrapper .tt-slideinfo:nth-child(2) {
margin-left: 0;
margin-right: 0
}
}
@media (max-width:767px) {
.order-form .order-form__content form {
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.order-form .order-form__content form .form-group:nth-child(1),
.order-form .order-form__content form .form-group:nth-child(4),
.order-form .order-form__content form .form-group:nth-child(5) {
width: calc(100% - 10px)
}
.order-form .order-form__content form .form-group:nth-child(2),
.order-form .order-form__content form .form-group:nth-child(3) {
width: calc(50% - 10px)
}
.order-form .order-form__content form .form-group:nth-child(5) .tt-btn {
width: 100%
}
.order-form .order-form__content form .form-group:not(:first-child) {
margin-left: 10px
}
}
@media (min-width:767px) {
.order-form .order-form__title {
pointer-events: none
}
.order-form .order-form__title i {
display: none
}
}
@media (max-width:766.98px) {
.order-form-wrapper {
margin-top: -41px
}
.order-form {
text-align: center
}
.order-form .order-form__title {
font-size: 14px;
padding: 4px 15px;
cursor: pointer
}
.order-form .order-form__title i {
display: inline-block;
margin-right: 7px;
position: relative;
top: -2px
}
.order-form .order-form__title.active i {
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
top: 1px
}
.order-form .order-form__content {
display: none
}
}
.tt-slideinfo-wrapper {
overflow: hidden;
position: relative
}
@media (min-width:1025px) {
.tt-slideinfo-wrapper {
margin-bottom: -13px
}
.tt-slideinfo-wrapper:after,
.tt-slideinfo-wrapper:before {
content: '';
display: block;
position: absolute;
z-index: 3;
left: 0;
width: 100%;
height: 20px;
background-color: #fff;
-webkit-transition: height .13s;
transition: height .13s
}
.tt-slideinfo-wrapper:before {
top: 0
}
.tt-slideinfo-wrapper:after {
bottom: 0
}
.tt-slideinfo-wrapper:hover:before {
height: 0
}
.tt-slideinfo-wrapper:hover:after {
height: 1px
}
}
@media (min-width:767px) {
.tt-slideinfo-wrapper {
margin-left: -75px;
margin-right: -75px
}
.tt-slideinfo-wrapper .tt-slideinfo:nth-child(2) {
margin-left: -4px;
margin-right: -4px
}
.tt-slideinfo-wrapper:not(.slick-initialized) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start
}
.tt-slideinfo-wrapper .tt-slideinfo {
-webkit-transition: width .13s;
transition: width .13s;
position: relative
}
.tt-slideinfo-wrapper .tt-slideinfo:not(.active) {
width: 33.333%
}
.tt-slideinfo-wrapper .tt-slideinfo.wide {
width: calc(33.333% + 30px)
}
.tt-slideinfo-wrapper .tt-slideinfo.short {
width: calc(33.333% - 15px)
}
.tt-slideinfo-wrapper .tt-slideinfo .tt-item__bg {
margin-left: -76px;
width: calc(100% + 76px)
}
.tt-slideinfo-wrapper .tt-slideinfo:nth-child(1) {
z-index: 2;
padding-left: 70px
}
.tt-slideinfo-wrapper .tt-slideinfo:nth-child(2) {
z-index: 1
}
.tt-slideinfo-wrapper .tt-slideinfo:nth-child(3) {
z-index: 0;
padding-right: 70px
}
.tt-col-img img {
width: 100%
}
}
@media (min-width:767px) and (max-width:1024px) {
.tt-slideinfo-wrapper {
margin-left: -52px;
margin-right: -52px
}
}
.tt-slideinfo {
position: relative;
height: 730px
}
.tt-slideinfo .tt-item__bg {
position: absolute;
z-index: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: skew(12deg, 0);
transform: skew(12deg, 0);
overflow: hidden;
background-color: #333
}
.tt-slideinfo .tt-item__bg:before {
content: "";
z-index: 1;
position: absolute;
left: -100%;
top: 0;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .25)), to(rgba(255, 255, 255, 0)));
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .25) 50%, rgba(255, 255, 255, 0) 100%);
-webkit-transition: ease-in-out;
transition: ease-in-out;
pointer-events: none;
opacity: .5
}
.tt-slideinfo .tt-item__bg .tt-item__bg-img {
position: absolute;
z-index: 0;
top: 0;
left: 0;
width: 130%;
height: 100%;
opacity: .6;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
-webkit-transition: opacity .2s;
transition: opacity .2s;
-webkit-transform: skew(-12deg);
transform: skew(-12deg);
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.tt-slideinfo .tt-item__bg .tt-item__bg-top {
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%
}
.tt-slideinfo .tt-item__bg .tt-item__bg-top:after,
.tt-slideinfo .tt-item__bg .tt-item__bg-top:before {
content: '';
width: calc(100% + 4px);
height: 20px;
background-color: #fff;
display: block;
position: absolute;
left: -2px;
-webkit-transition: height .13s;
transition: height .13s
}
.tt-slideinfo .tt-item__bg .tt-item__bg-top:before {
top: 0
}
.tt-slideinfo .tt-item__bg .tt-item__bg-top:after {
bottom: 0
}
.tt-slideinfo .tt-item__content {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #fff;
text-align: center;
padding-left: 25px;
padding-right: 25px
}
.tt-slideinfo .tt-item__title {
font-size: 36px;
line-height: 1;
width: 100%;
font-family: Poppins, sans-serif;
font-weight: 600;
position: relative
}
.tt-slideinfo .tt-item__title .tt-icon {
display: inline-block;
position: absolute;
top: -85px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 1;
opacity: .44
}
.tt-slideinfo .tt-item__title span {
position: relative;
z-index: 2
}
.tt-slideinfo .tt-item__description {
max-width: 397px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
display: none
}
.tt-slideinfo .tt-item__btn {
margin-top: 28px;
width: 100%
}
.tt-slideinfo .tt-item__btn a {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 59px;
height: 59px;
border-radius: 50%;
background-color: #f47629;
font-size: 30px;
line-height: 30px;
color: #fff;
position: relative;
-webkit-transition: background-color .3s, color .3s;
transition: background-color .3s, color .3s
}
.tt-slideinfo .tt-item__btn a:before {
position: relative;
z-index: 2
}
.tt-slideinfo .tt-item__btn a::after {
content: '';
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
border-radius: 50%;
background: #f47629;
opacity: .5;
-webkit-animation: 1.3s linear infinite pulse;
animation: 1.3s linear infinite pulse;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: .3s;
transition: .3s;
pointer-events: none
}
.tt-slideinfo .tt-item__btn a:hover {
background-color: #fff;
color: #f47629
}
.tt-slideinfo .tt-item__btn a:hover:after {
display: none
}
.tt-slideinfo:hover .tt-item__bg {
overflow: hidden
}
.tt-slideinfo:hover .tt-item__bg:before {
left: 100%;
-webkit-transition: .5s ease-in-out;
transition: .5s ease-in-out
}
.tt-slideinfo:hover .tt-item__bg .tt-item__bg-top:after,
.tt-slideinfo:hover .tt-item__bg .tt-item__bg-top:before {
height: 0
}
.tt-slideinfo.open-info .tt-item__title {
position: static
}
.tt-slideinfo.open-info .tt-item__title .tt-icon {
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin-top: -25px
}
.tt-slideinfo.open-info .tt-item__description {
display: block
}
@media (max-width:1500px) {
.tt-slideinfo .tt-item__description {
max-width: 337px
}
}
@media (max-width:1229.98px) {
.tt-slideinfo {
height: 600px
}
.tt-slideinfo .tt-item__title {
font-size: 33px
}
}
@media (max-width:1024px) {
.tt-slideinfo {
height: 411px
}
.tt-slideinfo .tt-item__description {
max-width: 250px
}
.tt-slideinfo.slick-slide {
height: 411px
}
.tt-slideinfo .tt-item__title {
font-size: 24px
}
.tt-slideinfo .tt-item__title .tt-icon {
top: -53px
}
.tt-slideinfo .tt-item__title .tt-icon img {
max-width: 46px
}
.tt-slideinfo .tt-item__content {
padding-left: 15px;
padding-right: 15px
}
.tt-slideinfo .tt-item__btn {
margin-top: 15px;
width: 100%
}
.tt-slideinfo .tt-item__btn a {
width: 36px;
height: 36px;
font-size: 20px;
line-height: 20px
}
.tt-slideinfo .tt-item__btn a:hover {
background-color: #fff;
color: #f47629
}
.tt-slideinfo .tt-item__bg .tt-item__bg-top:after,
.tt-slideinfo .tt-item__bg .tt-item__bg-top:before,
.tt-slideinfo .tt-item__btn a:hover:after {
display: none
}
}
@media (max-width:766px) {
.tt-slideinfo-wrapper {
margin-left: 0;
margin-right: 0
}
.tt-slideinfo,
.tt-slideinfo.slick-slide {
height: 411px
}
.tt-slideinfo .tt-item__title {
font-size: 24px
}
.tt-slideinfo .tt-item__title .tt-icon {
top: -53px
}
.tt-slideinfo .tt-item__title .tt-icon img {
max-width: 46px
}
.tt-slideinfo .tt-item__bg .tt-item__bg-img {
-webkit-transform: skew(0);
transform: skew(0);
width: 100%
}
.tt-slideinfo .tt-item__content {
padding-left: 15px;
padding-right: 15px
}
.tt-slideinfo .tt-item__btn {
margin-top: 15px;
width: 100%
}
.tt-slideinfo .tt-item__btn a {
width: 36px;
height: 36px;
font-size: 20px;
line-height: 20px
}
.tt-slideinfo .tt-item__btn a:hover {
background-color: #fff;
color: #f47629
}
.tt-slideinfo .tt-item__btn a:hover:after {
display: none
}
.tt-slideinfo .tt-item__bg,
.tt-slideinfo .tt-item__bg .tt-item__bg-top {
-webkit-transform: skew(0deg, 0);
transform: skew(0deg, 0)
}
.tt-slideinfo .tt-item__bg .tt-item__bg-top:after,
.tt-slideinfo .tt-item__bg .tt-item__bg-top:before {
display: none
}
.tt-slideinfo .tt-item__description {
max-width: 337px
}
}
@media (max-width:575px) {
.tt-slideinfo {
height: 310px!important
}
.tt-slideinfo .tt-item__content {
padding-left: 0;
padding-right: 0
}
}
@-webkit-keyframes pulse {
from {
width: 100%;
height: 100%;
opacity: .8
}
50% {
width: 140%;
height: 140%;
opacity: 0
}
to {
width: 100%;
height: 100%;
opacity: 0
}
}
.tt-box01 {
background-position: center top;
background-size: cover;
padding: 96px 0;
overflow: hidden
}
.tt-box01 .tt-box01__description {
background-color: #fff;
display: inline-block;
padding: 77px 100px 120px 90px;
max-width: 584px
}
.tt-box01 .tt-box01__title {
font-size: 36px;
line-height: 46px;
color: #303442;
font-family: Poppins, sans-serif;
position: relative;
padding: 0 0 0 37px;
margin: 0 0 23px
}
.tt-box01 .tt-box01__title:before {
content: '';
width: 4px;
height: calc(100% - 20px);
background-color: #f47629;
display: block;
position: absolute;
top: 9px;
left: 0
}
.tt-box01 .tt-box01__title+* {
margin-top: 0
}
.tt-box01 .tt-row-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
top: 35px
}
.tt-box01 .tt-box01__holder {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.tt-box01 .tt-box01__video {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 2;
-ms-flex: 2 1 auto;
flex: 2 1 auto
}
@media (max-width:1024.98px) {
.tt-box01 {
padding: 33px 0
}
.tt-box01 .tt-box01__description {
padding: 26px 35px 49px 30px;
max-width: 345px
}
.tt-box01 .tt-box01__title {
font-size: 24px;
line-height: 30px;
padding: 0 0 0 20px;
margin-bottom: 12px
}
.tt-box01 .tt-box01__title:before {
width: 2px;
top: 6px;
height: calc(100% - 14px)
}
.tt-box01 .tt-row-btn {
top: 19px
}
}
@media (max-width:575px) {
.tt-box01 {
background-position: right top;
padding: 70px 0 33px
}
.tt-box01 .tt-box01__holder {
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.tt-box01 .tt-box01__holder .tt-box01__description {
max-width: inherit;
width: 100%;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
padding: 26px 35px 49px 30px
}
.tt-box01 .tt-box01__holder .tt-box01__video {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
margin-top: 42px;
margin-bottom: 9px
}
}
.tt-video {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 89px;
height: 89px;
background-color: #f47629;
border: 2px solid #f47629;
border-radius: 50%;
color: #fff;
-webkit-transition: .3s;
transition: .3s;
position: relative;
font-size: 20px
}
.tt-video:before {
position: relative;
z-index: 2
}
.tt-video::after {
content: '';
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
border-radius: 50%;
background: #f47629;
opacity: .5;
-webkit-animation: 1.3s linear infinite pulse;
animation: 1.3s linear infinite pulse;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: .3s;
transition: .3s;
pointer-events: none
}
.tt-video:hover {
color: #fff
}
.tt-video:hover:after {
display: none
}
@media (max-width:1024.98px) {
.tt-video {
width: 66px;
height: 66px;
font-size: 14px
}
.tt-video::after {
font-size: 15px
}
}
@media (max-width:766.98px) {
.tt-video {
width: 49px;
height: 49px;
font-size: 11px
}
.tt-video::after {
font-size: 15px
}
}
@keyframes pulse {
from {
width: 100%;
height: 100%;
opacity: .8
}
50% {
width: 140%;
height: 140%;
opacity: 0
}
to {
width: 100%;
height: 100%;
opacity: 0
}
}
.tt-box02_wrapper {
margin-top: -50px
}
.tt-box02_wrapper .tt-box02 {
margin-top: 50px
}
.tt-box02_wrapper.slick-type01 .slick-dots {
margin-top: -22px
}
@media (max-width:1024px) {
.tt-box02_wrapper.slick-type01 .slick-dots {
margin-top: 0
}
}
@media (max-width:575px) {
.tt-box02_wrapper.slick-type01 .slick-dots {
margin-top: 16px
}
}
.tt-box02 {
text-align: center
}
.tt-box02 .tt-box02__img {
position: relative;
margin-bottom: 73px;
display: block
}
.tt-box02 .tt-box02__img img {
max-width: 142px;
height: auto
}
.tt-box02 .tt-box02__img img.tt-img-main {
opacity: .3;
-webkit-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out
}
.tt-box02 .tt-box02__img img.tt-img-mask {
position: absolute;
z-index: 2;
max-width: 142px;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%)
}
.tt-box02 .tt-box02__img .tt-bg-dark {
background-color: #242835;
display: inline-block;
max-width: 142px;
margin-left: auto;
margin-right: auto
}
.tt-box02 .tt-box02__img:before {
color: #fff;
font-size: 54px;
line-height: 1;
position: absolute;
z-index: 3;
top: 47px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: color .2s linear;
transition: color .2s linear
}
.tt-box02 .tt-box02__title {
font-size: 24px;
line-height: 34px;
font-family: Poppins, sans-serif;
font-weight: 600;
color: #303442;
padding: 0 0 14px;
margin: 0
}
.tt-box02 .tt-box02__title a {
color: #303442;
-webkit-transition: color .2s linear;
transition: color .2s linear
}
.tt-box02 .tt-box02__title a:hover {
color: #f47629
}
.tt-box02 .tt-box02__title+p {
margin-top: 0;
max-width: 265px;
margin-left: auto;
margin-right: auto
}
.tt-box02 .tt-row-btn {
margin-top: 14px
}
.tt-box02:hover .tt-box02__img img.tt-img-main {
opacity: 1
}
.tt-box02:hover .tt-box02__img:before {
color: #f47629
}
@media (max-width:1024.98px) {
.tt-box02 .tt-box02__img {
margin-bottom: 45px
}
.tt-box02 .tt-box02__img .tt-bg-dark,
.tt-box02 .tt-box02__img img,
.tt-box02 .tt-box02__img img.tt-img-mask {
max-width: 104px
}
.tt-box02 .tt-box02__img:before {
top: 32px;
font-size: 44px
}
.tt-box02 .tt-box02__title {
font-size: 20px;
line-height: 34px;
padding-bottom: 5px
}
.tt-box02 .tt-row-btn {
margin-top: 7px
}
}
.tt-box03 {
position: relative;
overflow: hidden
}
.tt-box03.tt-box03__extraindent {
margin-top: -120px
}
.tt-box03.tt-box03__extraindent .tt-box03__content {
margin: 121px 0 0;
padding: 90px 90px 90px 0
}
.tt-box03 .tt-box03__content {
background-color: #fff;
padding: 70px 60px 0 0;
margin: 35px 0 0;
position: relative;
z-index: 2
}
.tt-box03 .tt-box03__content .slick-dots {
margin-left: 171px
}
.tt-box03 .tt-box03__img {
position: absolute;
z-index: 0;
top: 0;
right: 0;
width: 59.8%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: 84% top
}
@media (min-width:766px) {
.tt-box03 .tt-box03__img.tt-visible-mobile {
display: none
}
}
@media (max-width:766px) {
.tt-box03 .tt-box03__img.tt-visible-desktop {
display: none
}
}
.tt-box03 .item .item__row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-bottom: -10px
}
.tt-box03 .item .tt-item__img {
position: relative;
top: 12px
}
.tt-box03 .item .tt-item__img img {
border-radius: 50%;
min-width: 119px;
width: 119px;
height: auto;
margin-left: 30px
}
.tt-box03 .item .tt-item__img:before {
content: '\e92b';
font-family: electrician;
display: block;
position: absolute;
top: 0;
left: 0;
font-size: 59px;
color: #f47629
}
.tt-box03 .item .tt-item__title {
margin-left: 30px
}
.tt-box03 .item .tt-item__content {
margin: 10px 0 0 183px
}
.tt-box03 .item blockquote {
margin: -7px 0 0;
padding: 0
}
.tt-box03 .item blockquote cite {
display: block;
margin-top: 25px;
color: #303442;
font-family: Poppins, sans-serif;
font-weight: 600;
font-style: normal
}
.tt-box03 .tt-box03__extra {
background-color: #f47629;
color: #fff;
position: absolute;
right: 0;
bottom: 95px;
width: 338px;
-webkit-transform: translateX(100%);
transform: translateX(100%);
margin-right: 33px;
padding: 33px 20px 35px 38px;
z-index: 2;
-webkit-box-shadow: 0 0 50px rgba(48, 52, 66, .2);
box-shadow: 0 0 50px rgba(48, 52, 66, .2)
}
.tt-box03 .tt-box03__extra .tt-title {
font-size: 24px;
line-height: 32px;
font-family: Poppins, sans-serif;
font-weight: 600;
padding: 0 0 10px;
margin: 0
}
.tt-box03 .tt-box03__extra .tt-title+p {
margin-top: 0
}
.tt-box03 .tt-box03__extra address {
font-family: Poppins, sans-serif;
font-weight: 600;
font-size: 24px;
line-height: 30px;
margin-top: 15px
}
.tt-box03 .tt-box03__extra address a {
color: #fff
}
.tt-box03 .tt-box03__extra address i {
font-size: 16px;
margin-right: 2px
}
.tt-box03 .tt-box03__bg-marker {
position: absolute;
z-index: 2;
top: -49px;
opacity: .08
}
.tt-box03 .tt-box03__bg-marker:before {
content: '';
width: 76px;
height: 76px;
background: #fff;
position: absolute;
display: block;
z-index: 2;
bottom: 0;
right: 0
}
@media (max-width:1024.98px) {
.tt-box03.tt-box03__extraindent {
margin-top: -42px
}
.tt-box03.tt-box03__extraindent .tt-box03__content {
padding: 27px 90px 42px 0;
margin: 42px 0 0
}
.tt-box03 .tt-box03__content {
padding: 27px 90px 39px 0;
margin: 42px 0 0
}
.tt-box03 .tt-box03__content .slick-dots {
margin-left: 0;
margin-top: 10px
}
.tt-box03 .item .tt-item__img img {
min-width: 55px;
width: 55px
}
.tt-box03 .item .tt-item__img:before {
font-size: 26px;
top: -5px;
left: 13px
}
.tt-box03 .item .tt-item__title {
margin-left: 17px;
margin-top: 5px
}
.tt-box03 .item .tt-item__content {
margin: 0
}
.tt-box03 .item blockquote {
margin: -7px 0 0;
padding: 0
}
.tt-box03 .item blockquote cite {
display: block;
margin-top: 11px;
color: #303442;
font-family: Poppins, sans-serif;
font-weight: 600;
font-style: normal;
font-size: 14px
}
.tt-box03 .tt-box03__extra {
right: 0;
bottom: 36px;
width: 338px;
-webkit-transform: translateX(100%);
transform: translateX(100%);
margin-right: 33px;
padding: 26px 20px 28px 34px
}
.tt-box03 .tt-box03__extra .tt-title {
font-size: 20px;
padding: 0 0 10px
}
.tt-box03 .tt-box03__extra address {
font-size: 20px;
line-height: 30px;
margin-top: 10px
}
.tt-box03 .tt-box03__extra address i {
font-size: 14px;
margin-right: 5px
}
}
@media (max-width:766px) {
.tt-box03.tt-box03__extraindent {
margin-top: -42px;
margin-bottom: -43px
}
.tt-box03.tt-box03__extraindent .tt-box03__content {
padding: 33px 40px 30px 0;
margin: 42px 0 0
}
.tt-box03 .tt-box03__extra {
position: relative;
-webkit-transform: translateX(0);
transform: translateX(0);
float: right;
max-width: 304px;
width: calc(100% + 15px);
-webkit-box-shadow: 0 0 40px rgba(48, 52, 66, .2);
box-shadow: 0 0 40px rgba(48, 52, 66, .2);
padding: 27px 20px 28px 34px;
right: -15px;
margin: 0
}
.tt-box03 .tt-box03__extra .tt-title {
font-size: 20px;
line-height: 30px;
padding-bottom: 11px
}
.tt-box03 .tt-box03__extra address {
font-size: 20px
}
.tt-box03 .tt-box03__content,
.tt-box03 .tt-box03__extra .tt-box03__content {
width: calc(100% + 15px);
margin: 0 0 0 -15px;
padding: 27px 25px 39px 15px
}
.tt-box03 .tt-box03__content:before {
content: '';
width: 15px;
height: 100%;
background-color: #303442;
display: block;
position: absolute;
right: 0;
top: 0
}
.tt-box03 .tt-box03__img {
height: 234px;
width: calc(100% + 30px);
position: relative;
margin-left: -15px;
margin-right: -15px
}
.tt-box03 .item .tt-item__img:before {
left: 0
}
.tt-box03 .item .tt-item__img img {
margin-left: 15px
}
.tt-box03 .item .tt-item__content {
margin: 5px 0 0
}
.tt-box03.tt-box03__mobile-revers [class^=col-] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.tt-box03.tt-box03__mobile-revers .tt-box03__img {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.tt-box03.tt-box03__mobile-revers .tt-box03__content {
margin-top: -43px;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.tt-box03.tt-box03__mobile-revers .tt-box03__content:before {
display: none
}
}
.tt-box05_wrapper {
margin-top: -50px
}
.tt-box05_wrapper .tt-box05 {
margin-top: 50px
}
.tt-box05 {
text-align: center;
display: block
}
.tt-box05 .tt-box05__img {
position: relative;
margin-bottom: 61px
}
.tt-box05 .tt-box05__img img {
max-width: 224px;
height: auto;
display: inline-block
}
.tt-box05 .tt-box05__img img.tt-img-mask {
position: absolute;
z-index: 2;
max-width: 224px;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%)
}
.tt-box05 .tt-box05__title {
padding: 0 0 14px;
margin: 0;
width: 100%
}
.tt-box05 .tt-box05__title .tt-text-01 {
font-size: 20px;
line-height: 30px;
font-family: Poppins, sans-serif;
font-weight: 600;
color: #303442;
-webkit-transition: color .2s;
transition: color .2s
}
.tt-box05 .tt-box05__title .tt-text-02 {
font-size: 16px;
line-height: 32px;
margin-top: 2px;
color: #7b7b7b
}
.tt-box05 .tt-row-btn {
margin-top: 14px
}
.tt-box05:hover .tt-box05__title .tt-text-01 {
color: #f47629
}
@media (max-width:1024.98px) {
.tt-box05 .tt-box05__img {
margin-bottom: 47px
}
.tt-box05 .tt-box05__img img,
.tt-box05 .tt-box05__img img.tt-img-mask {
max-width: 180px
}
.tt-box05 .tt-box05__title {
padding: 0 0 14px;
margin: 0;
width: 100%
}
.tt-box05 .tt-box05__title .tt-text-01 {
font-size: 18px;
line-height: 28px
}
.tt-box05 .tt-box05__title .tt-text-02 {
font-size: 15px;
line-height: 24px;
margin-top: 2px
}
}
.layout01 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
position: relative
}
.layout01 .layout01__img {
-webkit-box-flex: 0;
-ms-flex: 0 0 57.5%;
flex: 0 0 57.5%;
max-width: 57.5%;
position: relative
}
.layout01 .layout01__img .tt-img-main img {
width: 100%;
height: auto
}
.layout01 .layout01__img .tt-img-more {
position: absolute
}
.layout01 .layout01__img .tt-img-more img {
max-width: 436px;
-webkit-box-shadow: 0 0 50px rgba(48, 52, 66, .2);
box-shadow: 0 0 50px rgba(48, 52, 66, .2)
}
.layout01 .layout01__img .tt-img-more.left-bottom {
left: -98px;
bottom: -63px
}
.layout01 .layout01__content {
-webkit-box-flex: 0;
-ms-flex: 0 0 42.5%;
flex: 0 0 42.5%;
max-width: 42.5%
}
@media (min-width:1025px) {
.layout01.layout01__img-more .layout01__img {
margin-bottom: 61px
}
}
.layout01 .layout01__content-wrapper {
background-color: #fff;
position: relative;
margin: 35px 0 0 -85px;
padding: 62px 0 0 75px
}
@media (max-width:1024.98px) {
.layout01.layout01__img-more .layout01__img {
margin-bottom: 129px
}
.layout01.layout01__small-layout .layout01__content-wrapper {
padding-bottom: 22px!important
}
}
.layout01 .layout01__bg-marker {
position: absolute;
z-index: 2;
top: -26px;
opacity: .08
}
.layout01 .layout01__bg-marker:before {
content: '';
width: 64px;
height: 64px;
background: #fff;
position: absolute;
display: block;
z-index: 2;
bottom: 0
}
.layout01.layout01__revers .layout01__img {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.layout01.layout01__revers .layout01__img .tt-img-more.left-bottom {
left: inherit;
right: -98px
}
.layout01.layout01__revers .layout01__content {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.layout01.layout01__revers .layout01__content-wrapper {
margin-left: 0;
margin-right: -85px;
padding: 62px 75px 85px 0
}
.layout01.layout01__revers .layout01__bg-marker {
left: -129px
}
.layout01.layout01__revers .layout01__bg-marker:before {
right: 0
}
.layout01:not(.layout01__revers) .layout01__bg-marker {
right: -129px
}
.layout01:not(.layout01__revers) .layout01__bg-marker:before {
left: 0
}
@media (max-width:1500px) {
.layout01 .layout01__bg-marker,
.tt-box03 .tt-box03__bg-marker {
display: none
}
.layout01 .layout01__img .tt-img-more img {
max-width: 370px
}
.layout01 .layout01__img .tt-img-more.left-bottom {
left: -27px;
bottom: -63px
}
.layout01.layout01__revers .layout01__img .tt-img-more.left-bottom {
left: auto;
right: -27px
}
}
@media (max-width:1229px) {
.layout01.layout01__revers .layout01__content-wrapper {
padding-bottom: 20px
}
}
@media (max-width:1250px) {
.layout01 .layout01__img .tt-img-more img {
max-width: 370px
}
.layout01 .layout01__img .tt-img-more.left-bottom {
left: -15px
}
.layout01.layout01__revers .layout01__img .tt-img-more.left-bottom {
left: auto;
right: -15px
}
}
@media (max-width:1024.98px) {
.layout01 .layout01__img .tt-img-more img {
max-width: 232px;
-webkit-box-shadow: 0 0 30px rgba(48, 52, 66, .2);
box-shadow: 0 0 30px rgba(48, 52, 66, .2)
}
.layout01 .layout01__img .tt-img-more.left-bottom {
left: -15px;
bottom: -109px
}
.layout01 .layout01__content-wrapper {
margin: 32px 0 0 -85px;
padding: 25px 0 0 35px
}
.layout01.layout01__revers .layout01__img .tt-mg-more.left-bottom {
right: -15px;
left: auto
}
.layout01.layout01__revers .layout01__content-wrapper {
padding: 25px 35px 0 0
}
.layout01 .layout01__bg-marker {
display: none
}
}
@media (max-width:766.98px) {
.layout01 {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 0
}
.layout01.layout01__img-more .layout01__img {
margin-bottom: 0
}
.layout01 .layout01__img {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 458px;
padding-bottom: 21px;
padding-left: 35px
}
.layout01 .layout01__img .tt-img-more img {
max-width: 53%;
min-width: 146px;
-webkit-box-shadow: 0 0 20px rgba(48, 52, 66, .2);
box-shadow: 0 0 20px rgba(48, 52, 66, .2)
}
.layout01 .layout01__img .tt-img-more.left-bottom {
left: 0;
bottom: 0
}
.layout01 .layout01__content {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin: 0;
padding: 0
}
.layout01 .layout01__content-wrapper,
.layout01.layout01__revers .layout01__content-wrapper {
margin: 33px 0 0;
padding: 0
}
.layout01.layout01__revers .layout01__img .tt-img-more.left-bottom {
right: inherit;
left: 0
}
.layout01.layout01__revers .layout01__content {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.layout01.layout01__single-img .layout01__img {
padding-left: 0;
padding-bottom: 0
}
}
.tt-data-info {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 32px;
margin-left: -40px
}
.tt-data-info .tt-item {
margin-left: 40px
}
@media (max-width:1024.98px) {
.tt-data-info {
margin-left: -25px
}
.tt-data-info .tt-item {
margin-left: 25px
}
.tt-data-info .tt-item:last-child img {
max-width: 90px
}
}
@media (max-width:766.98px) {
.tt-data-info {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding-left: 26px;
padding-right: 26px
}
.tt-data-info .tt-item {
margin: 0;
padding: 0;
width: 100%
}
.tt-data-info .tt-item:last-child {
margin-top: 25px
}
}
.personal-box {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
padding: 0 51px 0 0
}
.personal-box:before {
content: '';
display: inline-block;
position: absolute;
top: 10px;
right: 0;
width: 1px;
height: calc(100% - 20px);
background-color: #d3d4d7
}
.personal-box .personal-box__img img {
border-radius: 50%;
max-width: 67px
}
.personal-box .personal-box__content {
margin: 0 0 0 25px;
font-size: 14px;
line-height: 24px
}
.personal-box .personal-box__title {
color: #303442;
font-family: Poppins, sans-serif;
font-size: 16px;
line-height: 26px;
font-weight: 600;
margin-bottom: -4px
}
@media (max-width:1024.98px) {
.personal-box {
padding: 0 26px 0 0
}
.personal-box:before {
top: 5px;
height: calc(100% - 10px)
}
.personal-box .personal-box__img img {
max-width: 49px
}
.personal-box .personal-box__content {
margin: 0 0 0 13px
}
.personal-box .personal-box__title {
font-size: 14px;
margin-bottom: -2px
}
}
.tt-box04 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start
}
.tt-box04 .tt-box04__figure {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 70px;
min-width: 70px;
height: 70px;
background-color: #f47629;
border-radius: 50%;
color: #fff;
font-size: 28px;
line-height: 28px
}
.tt-box04 .tt-box04__figure+.tt-box04__content {
margin-left: 20px
}
.tt-box04 .tt-box04__figure .icon-1716894 {
position: relative;
top: -2px
}
.tt-box04 .tt-box04__content {
color: #303442
}
.tt-box04 .tt-title {
color: #303442;
font-size: 42px;
line-height: 32px;
font-family: Poppins, sans-serif;
font-weight: 600;
margin: 0;
padding: 0 0 10px
}
.tt-box04 .tt-title+p {
margin-top: 0
}
@media (max-width:1024.98px) {
.tt-box04 {
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.tt-box04 .tt-box04__figure {
width: 60px;
min-width: 60px;
height: 60px;
font-size: 24px;
line-height: 42px
}
.tt-box04 .tt-box04__figure+.tt-box04__content {
margin-left: 0;
margin-top: 20px;
width: 100%
}
.tt-box04 .tt-title {
font-size: 35px;
line-height: 24px
}
}
.tt-box04-wrapper {
margin-top: 10px
}
.tt-box04-wrapper [class^=col-],
.tt-info__top {
margin-top: 28px
}
.tt-info .tt-info__title {
font-size: 16px;
line-height: 26px;
font-weight: 700;
color: #303442;
padding-bottom: 4px
}
.tt-info address {
font-family: Poppins, sans-serif;
font-weight: 600;
font-size: 24px;
line-height: 34px;
color: #f47629;
padding-bottom: 4px
}
.tt-info address .tt-icon {
margin-right: 3px;
font-size: 16px;
position: relative;
top: -1px
}
.tt-info address a {
color: #f47629
}
.layout01-fluid {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch
}
.layout01-fluid .layout01__img {
width: 50%;
height: 100%;
position: absolute;
left: 0;
background-position: center top;
background-size: cover;
background-repeat: no-repeat
}
.layout01-fluid .layout01__content {
margin-top: 35px;
background-color: #fff;
max-width: 56.8%;
float: right;
position: relative;
padding: 63px 30px 65px 75px
}
@media (max-width:1024.98px) {
.layout01-fluid .layout01__content {
padding: 25px 30px 25px 35px
}
}
@media (max-width:766.98px) {
.layout01-fluid .layout01__img {
width: 100%;
height: 250px;
position: relative
}
.layout01-fluid .layout01__content {
max-width: inherit;
width: calc(100% - 15px);
float: inherit;
margin-top: -43px;
margin-right: -15px;
padding: 25px 15px
}
.layout01-fluid .container {
padding-left: 0;
padding-right: 0
}
}
.tt-layout02 {
text-align: center;
padding: 39px 30px 35px 40px;
-webkit-box-shadow: 0 0 15px rgba(48, 52, 66, .1);
box-shadow: 0 0 15px rgba(48, 52, 66, .1);
-webkit-transition: -webkit-box-shadow .2s;
transition: box-shadow .2s;
transition: box-shadow .2s, -webkit-box-shadow .2s;
background-color: #fff
}
.tt-layout02 .tt-layout02__icon {
font-size: 49px;
color: #f47629
}
.tt-layout02 .tt-layout02__title {
color: #303442;
font-weight: 600;
font-family: Poppins, sans-serif;
font-size: 24px;
line-height: 34px;
margin: 25px 0 0;
padding: 0 0 14px
}
.tt-layout02 .tt-layout02__list {
text-align: left
}
.tt-layout02 .tt-layout02__list li {
color: #7b7b7b;
padding: 0 0 0 30px;
position: relative;
font-style: 16px
}
.tt-layout02 .tt-layout02__list li:before {
content: '\e922';
font-family: electrician;
color: #f47629;
position: absolute;
top: 9px;
left: 0;
font-size: 10px;
line-height: 1
}
.tt-layout02 .tt-layout02__list li a {
color: #303442
}
.tt-layout02 .tt-layout02__list li a:hover {
color: #f47629
}
.tt-layout02 .tt-layout02__list li:not(:first-child) {
margin-top: 5px
}
.tt-layout02 .tt-layout02__hr {
margin: 23px 0 0;
border: none;
outline: 0;
height: 1px;
width: 100%;
background-color: #e9e9eb
}
.tt-layout02 .tt-layout02__price {
color: #8f939f;
font-weight: 600;
font-family: Poppins, sans-serif;
font-size: 36px;
line-height: 46px;
margin: 24px 0 0
}
.tt-layout02 .tt-layout02__link {
margin-top: 8px
}
.tt-layout02:hover {
-webkit-box-shadow: 0 0 15px rgba(48, 52, 66, .18);
box-shadow: 0 0 15px rgba(48, 52, 66, .18)
}
@media (max-width:1024px) {
.tt-layout02 {
padding: 26px 30px 20px
}
.tt-layout02 .tt-layout02__icon {
font-size: 39px
}
.tt-layout02 .tt-layout02__title {
font-size: 20px;
line-height: 30px;
margin-top: 15px;
padding: 0 0 10px
}
.tt-layout02 .tt-layout02__list li {
padding: 0 0 0 20px
}
.tt-layout02 .tt-layout02__price {
font-size: 24px;
line-height: 36px;
margin-top: 17px
}
.tt-layout02 .tt-layout02__link {
margin-top: 2px
}
}
.tt-layout02-wrapper {
margin-top: -30px
}
.tt-layout02-wrapper .tt-layout02 {
margin-top: 30px;
margin-bottom: 30px
}
.tt-layout02-wrapper.slick-type01 .slick-dots {
margin-top: 4px;
z-index: 2;
position: relative
}
@media (max-width:767px) {
.tt-layout02 {
max-width: 368px;
margin-left: auto;
margin-right: auto
}
.tt-layout02-wrapper {
padding-left: 0;
padding-right: 0
}
.tt-layout02-wrapper.slick-type01 .slick-dots {
margin-top: -15px
}
}
.tt-logo-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: -8px
}
.tt-logo-list a {
outline: 0;
-webkit-transition: opacity .2s linear;
transition: opacity .2s linear;
display: block
}
.tt-logo-list a:hover {
opacity: .6
}
.tt-logo-list .tt-item {
width: 16.666%
}
.tt-logo-list .tt-item:not(:first-child) {
padding-left: 24px
}
.tt-logo-list .tt-item img {
max-width: 100%;
height: auto
}
@media (max-width:766.98px) {
.tt-logo-list .tt-item {
padding-left: 6px;
padding-right: 6px
}
}
#filter-nav {
position: relative
}
#filter-nav ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: -7px;
padding: 0 0 8px
}
#filter-nav ul li>a {
color: #303442;
font-size: 14px;
line-height: 24px;
font-weight: 600;
font-family: Poppins, sans-serif;
display: inline-block;
padding: 10px 15px;
-webkit-transition: color .2s linear;
transition: color .2s linear
}
#filter-nav ul li.active a,
#filter-nav ul li>a:hover {
color: #f47629
}
@media (max-width:1024.98px) {
#filter-nav ul {
padding: 0
}
#filter-nav ul li>a {
font-size: 12px;
padding: 5px 12px
}
}
@media (max-width:790px) {
#filter-nav ul {
padding: 0
}
#filter-nav ul li>a {
font-size: 12px;
padding: 2px 12px
}
}
#js-more-include {
padding: 0;
display: block!important
}
.tt-info-value {
padding: 85px 0 158px;
overflow: hidden
}
.tt-info-value .tt-col-title {
position: relative
}
.tt-info-value .tt-col-title .tt-title__01 {
font-size: 16px;
line-height: 26px;
font-weight: 600;
font-family: Poppins, sans-serif;
color: #f47629
}
.tt-info-value .tt-col-title .tt-title__02 {
font-size: 36px;
line-height: 46px;
color: #fff;
font-weight: 600;
margin-top: 7px;
font-family: Poppins, sans-serif
}
.tt-info-value .tt-col-title .bg-marker {
position: absolute;
bottom: -38px;
left: 55px;
opacity: .08;
pointer-events: none
}
.tt-info-value .col-auto {
min-width: 20%
}
.tt-info-value .col-auto .tt-value {
font-size: 42px;
line-height: 50px;
font-family: Poppins, sans-serif;
font-weight: 600
}
@media (max-width:1024.98px) {
.tt-info-value {
padding: 43px 0 63px
}
.tt-info-value .tt-col-title .tt-title__01 {
font-size: 12px;
line-height: 25px
}
.tt-info-value .tt-col-title .tt-title__02 {
font-size: 24px;
line-height: 30px;
margin-top: 1px
}
.tt-info-value .tt-col-title .bg-marker {
width: 65px;
height: 65px;
bottom: -10px;
left: 58px
}
.tt-info-value .col-auto {
margin-top: -1px
}
.tt-info-value .col-auto .tt-value {
font-size: 32px;
line-height: 42px
}
.tt-info-value .col-auto:not(:first-child) {
margin-top: 15px
}
}
@media (max-width:766px) {
.tt-info-value {
padding: 58px 0 44px
}
.tt-info-value .tt-col-title {
text-align: center;
padding-bottom: 0
}
.tt-info-value .tt-col-title .bg-marker {
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
bottom: inherit;
margin-top: -10px
}
.tt-info-value .col-auto {
min-width: inherit;
width: 100%;
margin: 0;
padding: 0;
text-align: center
}
.tt-info-value .col-auto .tt-item {
margin-top: 10px
}
}
.tt-news-list .tt-item .tt-item_data {
font-size: 14px;
line-height: 24px;
color: #a0a0a0
}
.tt-news-list .tt-item .tt-item__title {
position: relative;
padding: 0 0 0 23px;
color: #303442;
font-weight: 600;
font-family: Poppins, sans-serif;
margin: 6px 0 12px;
font-size: 20px;
line-height: 26px;
max-width: 263px
}
.tt-news-list .tt-item .tt-item__title a {
color: #303442;
-webkit-transition: color .2s linear;
transition: color .2s linear
}
.tt-news-list .tt-item .tt-item__title a:hover {
color: #f47629
}
.tt-news-list .tt-item .tt-item__title:before {
content: '';
width: 3px;
height: calc(100% - 10px);
background-color: #f47629;
position: absolute;
top: 5px;
left: 0;
display: block
}
.tt-news-list .tt-item .tt-item__title+* {
margin-top: 0
}
.tt-news-list .tt-item:not(:first-child) {
margin-top: 32px;
padding-top: 32px;
border-top: 1px solid #e9e9eb
}
.tt-news-obj .tt-news-obj__img img {
width: 100%;
height: auto
}
.tt-news-obj .tt-news-obj__wrapper {
background-color: #fff;
overflow: hidden;
position: relative;
width: calc(100% - 40px);
margin-top: -65px;
padding: 40px 40px 0 30px
}
.tt-news-obj .tt-news-obj__data {
font-size: 14px;
line-height: 22px;
color: #a0a0a0
}
.tt-news-obj .tt-news-obj__title {
position: relative;
padding: 0 0 0 23px;
color: #303442;
font-weight: 600;
font-family: Poppins, sans-serif;
margin: 6px 0 12px;
font-size: 20px;
line-height: 26px
}
.tt-news-obj .tt-news-obj__title a {
color: #303442;
-webkit-transition: color .2s linear;
transition: color .2s linear
}
.tt-news-obj .tt-news-obj__title a:hover {
color: #f47629
}
.tt-news-obj .tt-news-obj__title:before {
content: '';
width: 3px;
height: calc(100% - 10px);
background-color: #f47629;
position: absolute;
top: 5px;
left: 0;
display: block
}
.tt-news-obj .tt-news-obj__title+* {
margin-top: 0
}
.tt-news-obj .row-btn {
margin-top: 13px;
display: inline-block
}
@media (max-width:1229.98px) {
.tt-news-obj .tt-news-obj__wrapper {
padding: 40px 20px 0 30px
}
}
@media (max-width:1024.98px) {
.tt-news-list .tt-item .tt-item_data {
font-size: 12px;
line-height: 22px
}
.tt-news-list .tt-item .tt-item__title {
font-size: 18px;
line-height: 27px;
padding: 0 0 0 16px;
margin: 2px 0 7px
}
.tt-news-list .tt-item:not(:first-child) {
margin-top: 21px;
padding-top: 21px;
border-top: 1px solid #e9e9eb
}
.tt-news-obj .tt-news-obj__wrapper {
padding: 24px 20px 0
}
.tt-news-obj .tt-news-obj__data {
font-size: 12px;
line-height: 22px
}
.tt-news-obj .tt-news-obj__title {
font-size: 18px;
line-height: 26px;
margin: 2px 0 8px;
padding: 0 0 0 20px
}
.tt-news-obj .row-btn {
margin-top: 9px
}
}
@media (min-width:1025px) {
.tt-news-list {
max-width: 344px
}
.tt-obj-wrapper {
margin-top: -41px
}
.tt-obj-wrapper [class^=col-] {
padding-left: 15px;
padding-right: 15px;
margin-top: 61px
}
.tt-obj-wrapper .col-custom-item5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%
}
}
@media (max-width:1024px) {
.tt-obj-wrapper {
margin-top: -15px
}
.tt-obj-wrapper [class^=col-] {
padding-left: 15px;
padding-right: 15px;
margin-top: 31px
}
.tt-obj-wrapper .col-custom-item5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%
}
}
#tt-pageContent .tt-obj .tt-obj__img img {
width: 100%;
height: auto
}
#tt-pageContent .tt-obj .tt-obj__wrapper {
background-color: #fff;
overflow: hidden;
position: relative;
width: calc(100% - 40px);
margin-top: -73px;
padding: 32px 50px 0 18px
}
#tt-pageContent .tt-obj .tt-obj__title {
position: relative;
color: #303442;
font-weight: 600;
font-family: Poppins, sans-serif;
margin: 0;
padding: 0 0 9px;
font-size: 24px;
line-height: 34px
}
#tt-pageContent .tt-obj .tt-obj__title a {
color: #303442;
-webkit-transition: color .2s linear;
transition: color .2s linear
}
#tt-pageContent .tt-obj .tt-obj__title a:hover {
color: #f47629
}
#tt-pageContent .tt-obj .tt-obj__title+* {
margin-top: 0
}
#tt-pageContent .tt-obj .row-btn {
margin-top: 8px;
display: inline-block
}
.tt-breadcrumb {
background-position: 0 0;
background-size: cover;
padding: 10px 0
}
.tt-breadcrumb ul {
margin: 0 0 0 -7px;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: 145px
}
.tt-breadcrumb ul li {
color: #bbbdc3;
padding: 0 8px
}
.tt-breadcrumb ul li a {
color: #bbbdc3;
display: inline-block;
-webkit-transition: color .2s;
transition: color .2s
}
.tt-breadcrumb ul li a:hover {
color: #f47629
}
.tt-breadcrumb ul li:not(:first-child):before {
content: '/';
display: inline-block;
margin-right: 14px
}
.tt-services-promo__list {
margin-top: -30px
}
.tt-services-promo__list .tt-services-promo {
margin-top: 30px
}
.tt-services-promo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative
}
.tt-services-promo .tt-value {
font-family: Poppins, sans-serif;
font-weight: 600;
font-size: 170px;
line-height: 46px;
color: #e0e1e4;
position: absolute;
top: 50%;
left: -14px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%)
}
.tt-services-promo .tt-value.tt-value__indent {
left: 5px;
margin-top: -5px
}
.tt-services-promo .tt-bg-marker {
position: absolute;
right: 10px;
top: 0;
margin-top: 30px;
background-image: url(../images/services-promo-bg.png);
background-position: 0 top;
background-repeat: no-repeat;
width: 52px;
height: calc(100% - 60px)
}
.tt-services-promo .tt-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-shadow: 0 0 20px rgba(48, 52, 66, .05);
box-shadow: 0 0 20px rgba(48, 52, 66, .05);
background-color: #fff;
min-height: 182px;
margin-left: 40px;
padding: 27px 35px 27px 25px;
text-align: left;
position: relative
}
.tt-services-promo .tt-wrapper .tt-col-icon {
font-size: 38px;
line-height: 34px;
color: #f47629;
width: 56px;
min-width: 56px;
position: relative;
top: 6px
}
.tt-services-promo .tt-wrapper .tt-title {
font-size: 24px;
line-height: 34px;
color: #303442;
font-family: Poppins, sans-serif;
font-weight: 600;
padding: 0 0 8px;
margin: 0
}
.tt-services-promo .tt-wrapper .tt-title+* {
margin-top: 0
}
@media (max-width:1229.98px) {
#tt-pageContent .tt-obj .tt-obj__wrapper {
padding: 32px 15px 0;
width: calc(100% - 20px)
}
#tt-pageContent .tt-obj .tt-obj__title {
font-size: 22px;
line-height: 32px
}
.tt-services-promo .tt-wrapper {
padding: 27px 15px 27px 25px
}
.tt-services-promo .tt-wrapper .tt-col-icon {
font-size: 30px;
line-height: 26px;
width: 47px;
min-width: 47px
}
.tt-services-promo .tt-wrapper .tt-title {
font-size: 21px;
line-height: 31px
}
}
@media (max-width:758px) {
.tt-services-promo {
max-width: 360px;
margin-left: auto;
margin-right: auto
}
}
.tt-slick-shadow-indent .tt-services-promo {
margin-top: 15px;
margin-bottom: 15px
}
.tt-col-img__top {
margin-top: 33px
}
.tt-col-img {
margin-top: -20px
}
.tt-col-img [class^=col-] {
margin-top: 20px
}
.services-item__img img {
width: 100%
}
.services-item__layout {
background-color: #fff;
width: calc(100% - 40px);
margin-top: -75px;
position: relative;
padding: 64px 0 0
}
@media (max-width:1024.98px) {
#tt-pageContent .tt-obj .tt-obj__wrapper {
padding: 24px 20px 0
}
#tt-pageContent .tt-obj .tt-obj__title {
font-size: 18px;
line-height: 26px
}
#tt-pageContent .tt-obj .row-btn {
margin-top: 9px
}
.tt-breadcrumb ul {
min-height: 60px
}
.tt-breadcrumb ul li {
padding: 0 5px
}
.tt-breadcrumb ul li:not(:first-child):before {
margin-right: 10px
}
.tt-services-promo .tt-wrapper {
padding: 27px 15px 27px 25px;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.tt-services-promo .tt-wrapper .tt-col-icon {
font-size: 30px;
line-height: 26px;
width: 47px;
min-width: 47px
}
.tt-services-promo .tt-wrapper .tt-title {
font-size: 20px;
line-height: 30px
}
.tt-services-promo .tt-wrapper .tt-col-layout {
margin-top: 15px
}
.services-item__layout {
padding: 34px 0 0;
width: calc(100% - 30px)
}
}
@media (min-width:1025px) {
.tt-selected-block {
margin-left: 45px;
padding-bottom: 56px
}
}
.tt-block-aside {
margin-top: 0
}
.tt-block-aside .tt-aside-title {
font-size: 24px;
line-height: 34px;
color: #303442;
font-family: Poppins, sans-serif;
font-weight: 600;
padding: 0 0 17px;
margin: 0
}
.tt-block-aside.tt-block-aside__shadow {
padding: 33px 34px 41px;
-webkit-box-shadow: 0 0 20px rgba(48, 52, 66, .1);
box-shadow: 0 0 20px rgba(48, 52, 66, .1)
}
.tt-block-aside.tt-block-aside__shadow .tt-aside-title {
padding: 0 0 14px
}
@media (max-width:1024.98px) {
.tt-selected-block {
margin-left: 0;
padding-bottom: 36px
}
.tt-block-aside .tt-aside-title {
font-size: 20px;
line-height: 30px
}
.tt-block-aside.tt-block-aside__shadow {
padding: 27px 24px 35px
}
}
@media (max-width:766.98px) {
.tt-block-aside.tt-block-aside__shadow {
padding: 27px 20px 35px
}
}
.tt-block-aside+.tt-block-aside.tt-block-aside__shadow {
margin-top: 41px
}
.tt-block-aside.tt-block-aside__shadow+.tt-block-aside {
margin-top: 34px
}
.tt-block-aside.tt-block-aside__shadow+.tt-block-aside.tt-block-aside__shadow {
margin-top: 20px
}
.asideColumn-left {
padding-right: 53px
}
.submenu-aside .tt-item {
position: relative
}
.submenu-aside .tt-item .tt-item__title {
background-color: #f4f5f5;
color: #303442;
font-size: 20px;
line-height: 30px;
position: relative;
padding: 15px 5px 15px 23px;
font-family: Poppins, sans-serif;
font-weight: 600;
-webkit-transition: .2s;
transition: .2s
}
.submenu-aside .tt-item .tt-item__title:before {
content: '';
display: block;
width: 4px;
height: 100%;
background-color: #f47629;
position: absolute;
top: 0;
left: 0
}
.submenu-aside .tt-item .tt-item__title:hover {
color: #f47629
}
.submenu-aside .tt-item .tt-item__content {
display: none;
padding: 11px 0 17px
}
.submenu-aside .tt-item.tt-item__open .tt-item__title {
background-color: #f47629;
color: #fff
}
.submenu-aside .tt-item.tt-item__open .tt-item__content {
display: block!important
}
.submenu-aside .tt-item:not(.tt-item__open) {
cursor: pointer
}
.submenu-aside .tt-item:not(:first-child) {
margin-top: 6px
}
.submenu-aside ul {
padding: 0 15px 0 25px
}
.submenu-aside ul li {
position: relative
}
.submenu-aside ul li:before {
content: '\e921';
font-family: electrician;
color: #f47629;
font-size: 9px;
line-height: 15px;
position: absolute;
top: 6px;
left: 0
}
.submenu-aside ul li a {
color: #303442;
-webkit-transition: color .2s;
transition: color .2s;
display: inline-block;
padding: 0 0 0 18px;
font-size: 16px
}
.submenu-aside ul li a:hover {
color: #f47629
}
.submenu-aside ul li:not(:first-child) {
margin-top: 5px
}
@media (max-width:1024.98px) {
.submenu-aside .tt-item .tt-item__title {
font-size: 18px;
line-height: 28px;
padding: 10px 5px 9px 23px
}
}
.box-aside-info li {
position: relative;
padding: 0 0 0 25px
}
.box-aside-info li [class^=icon-] {
color: #f47629;
position: absolute;
top: 5px;
left: 0
}
.box-aside-info li:not(:first-child) {
margin-top: 5px
}
.box-aside-info li a {
color: #7b7b7b
}
.box-aside-info+[class^=tt-btn] {
margin-top: 22px
}
.nav-categories li a {
color: #303442;
-webkit-transition: color .2s;
transition: color .2s;
display: inline-block;
position: relative;
padding: 0 0 0 20px
}
.nav-categories li a:hover {
color: #f47629
}
.nav-categories li a:before {
content: '\e921';
font-family: electrician;
display: block;
position: absolute;
top: 0;
left: 0;
font-size: 9px;
color: #f47629
}
.nav-categories li:not(:first-child) {
margin-top: 5px
}
.tt-popular .tt-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start
}
.tt-popular .tt-item .tt-item__img {
width: 70px;
min-width: 70px;
position: relative;
top: 5px
}
.tt-popular .tt-item .tt-item__img img {
width: 100%;
height: auto
}
.tt-popular .tt-item .tt-item__layout {
margin-left: 19px
}
.tt-popular .tt-item .tt-title {
font-size: 16px;
line-height: 27px
}
.tt-popular .tt-item .tt-title a {
color: #7b7b7b;
display: inline-block
}
.tt-popular .tt-item .tt-title a:hover {
color: #f47629
}
.tt-popular .tt-item .tt-value {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-top: 10px
}
.tt-popular .tt-item .tt-value .tt-icon-btn {
margin-right: 6px
}
.tt-popular .tt-item .tt-value .tt-price {
font-size: 20px;
line-height: 1;
color: #303442;
font-family: Poppins, sans-serif;
font-weight: 600;
display: inline-block;
position: relative;
top: 2px
}
.tt-popular .tt-item:not(:first-child) {
margin-top: 25px
}
.tt-aside-search {
position: relative;
margin-top: 5px
}
.tt-aside-search input {
border: 1px solid #e9e9eb;
padding: 10px 0 10px 15px;
border-radius: 2px;
width: 100%;
height: 46px;
-webkit-box-shadow: none;
box-shadow: none;
outline: 0;
-webkit-transition: border-color .2s;
transition: border-color .2s
}
.tt-aside-search input:focus {
border-color: #f47629
}
.tt-aside-search .tt-btn-icon {
position: absolute;
right: 5px;
top: 5px;
font-size: 15px;
line-height: 1;
color: #7b7b7b;
display: inline-block;
padding: 10px;
-webkit-transition: color .2s;
transition: color .2s
}
.tt-aside-search .tt-btn-icon:hover {
color: #f47629
}
.tt-aside-search02 {
position: relative;
margin-top: 5px
}
.tt-aside-search02 input {
border: 2px solid #f4f4f4;
padding: 12px 0 10px 20px;
border-radius: 3px;
width: 100%;
height: 50px;
-webkit-box-shadow: 0 2px 5px rgba(171, 171, 171, .18);
box-shadow: 0 2px 5px rgba(171, 171, 171, .18);
outline: 0;
-webkit-transition: border-color .2s;
transition: border-color .2s
}
.tt-aside-search02 input:focus {
border-color: #f47629
}
.tt-aside-search02 .tt-btn-icon {
position: absolute;
right: 5px;
top: 5px;
font-size: 18px;
line-height: 1;
color: #7b7b7b;
display: inline-block;
padding: 10px;
-webkit-transition: color .2s;
transition: color .2s
}
.tt-aside-search02 .tt-btn-icon:hover {
color: #f47629
}
@media (max-width:1024.98px) {
.tt-popular .tt-item .tt-title {
font-size: 14px;
line-height: 24px
}
#aside-js {
position: fixed;
display: block;
margin: 0;
padding-top: 20px;
padding-bottom: 20px;
background: #fff;
z-index: 14;
top: 0;
left: -150%;
height: 100%;
width: 280px;
max-width: inherit;
text-align: left;
-webkit-transition: left .3s linear;
transition: left .3s linear
}
#aside-js.column-open {
left: 0
}
#aside-js.column-open .tt-block-aside.tt-block-aside__shadow {
-webkit-box-shadow: none;
box-shadow: none;
padding: 0 10px
}
}
#modal-filter {
background-color: rgba(0, 0, 0, .55);
position: fixed;
top: 0;
left: 0;
overflow: hidden;
width: 100%;
height: 100%;
z-index: 11;
display: block;
opacity: 0;
-webkit-transition: background .2s linear;
transition: background .2s linear
}
body.no-scroll:not(.touch),
html.win.ie body.no-scroll {
padding-right: 17px
}
body.no-scroll {
overflow: hidden;
width: 100%;
position: fixed;
z-index: 0
}
.rightColumn {
padding-left: 51px;
margin-top: -8px
}
.tt-coupons {
position: relative;
border: 5px solid #f3f3f3;
background-color: #fff
}
.tt-coupons:after,
.tt-coupons:before {
content: '';
display: block;
position: absolute;
height: 1px;
width: 100%;
left: 0;
z-index: 1;
background: url(../images/border-dashed-x.png) repeat-x
}
.tt-coupons:after {
top: 1px
}
.tt-coupons:before {
bottom: 1px
}
.tt-coupons .tt-coupons__bg {
height: 251px
}
.tt-coupons .tt-coupons__bg:after,
.tt-coupons .tt-coupons__bg:before {
content: '';
display: block;
position: absolute;
top: 0
}
.tt-coupons .tt-coupons__bg:after {
height: 100%;
width: 1px;
right: 1px;
background: url(../images/border-dashed-y.png) repeat-y;
z-index: 1
}
.tt-coupons .tt-coupons__bg:before {
background: url(../images/coupons__bg.png) no-repeat;
width: 228px;
height: 100%;
z-index: 2
}
.tt-coupons .btn-custom {
text-decoration: none;
text-align: center;
display: inline-block;
color: #fff
}
.tt-coupons .btn-custom .tt-icon {
font-size: 23px;
line-height: 1
}
.tt-coupons .btn-custom span {
display: inline-block;
position: relative;
font-size: 14px;
line-height: 1;
top: 3px
}
.tt-coupons .btn-custom span:before {
content: '';
display: block;
position: absolute;
bottom: -1px;
width: 100%;
height: 2px;
margin: auto;
left: 0;
right: 0;
background-color: #87888e;
-webkit-transition: width .2s linear;
transition: width .2s linear
}
.tt-coupons .btn-custom:hover {
color: #fff
}
.tt-coupons .btn-custom:hover span:before {
width: 0
}
.tt-coupons .tt-top-left {
position: absolute;
top: 22px;
left: 20px;
color: #fff;
font-size: 14px;
line-height: 22px;
z-index: 3
}
.tt-coupons .tt-top-left a {
color: #fff
}
.tt-coupons .tt-bottom-left {
position: absolute;
bottom: 22px;
left: 22px;
z-index: 3
}
.tt-coupons .tt-right-top {
width: 64%;
float: right;
padding: 18px 24px 50px 0;
position: relative;
z-index: 3
}
.tt-coupons .tt-right-top .tt-title {
font-family: Poppins, sans-serif;
font-weight: 600;
padding-bottom: 14px
}
.tt-coupons .tt-right-top .tt-title+* {
margin-top: 0
}
.tt-coupons .tt-right-top .tt-title__01 {
color: #303442;
font-size: 24px;
line-height: 34px
}
.tt-coupons .tt-right-top .tt-title__02 {
color: #f47629;
font-size: 36px;
line-height: 34px;
margin-top: 8px
}
.tt-coupons .tt-right-bottom {
position: absolute;
padding: 0 24px 0 0;
width: 70%;
right: 0;
bottom: 16px
}
.tt-coupons .tt-right-bottom .tt-row-bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
position: absolute;
bottom: 0;
right: 24px;
width: 100%;
font-size: 14px;
color: #252936
}
.tt-coupons .tt-right-bottom .tt-row-bottom .tt-col {
display: inline-block
}
.tt-coupons .tt-right-bottom .tt-row-bottom .tt-col:not(:last-child) {
margin-left: 30px
}
.tt-coupons .tt-right-bottom .tt-coupons__logo {
font-size: 19px;
line-height: 19px;
color: #303442;
font-family: Poppins, sans-serif;
font-weight: 600;
display: inline-block;
position: relative;
letter-spacing: -.02em
}
.tt-coupons .tt-right-bottom .tt-coupons__logo .tt-icon {
position: absolute;
top: -4px;
left: -11px;
max-width: 20px
}
.tt-coupons .tt-right-bottom .tt-text {
display: inline-block;
position: relative;
top: -2px
}
@media (max-width:1229.98px) {
.asideColumn-left {
padding-right: 20px
}
.tt-coupons {
max-width: 570px;
margin-left: auto;
margin-right: auto
}
.tt-coupons .tt-right-top {
width: 58%
}
}
@media (max-width:575.98px) {
.tt-coupons .tt-coupons__bg {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
height: inherit
}
.tt-coupons .tt-top-left {
position: relative;
top: inherit;
left: inherit;
width: 62%;
background: #303442;
overflow: hidden;
padding: 20px 10px 20px 20px
}
.tt-coupons .tt-bottom-left {
width: 38%;
position: relative;
bottom: inherit;
left: inherit;
background: #303442;
overflow: hidden;
padding: 20px 20px 20px 10px;
text-align: right
}
.tt-coupons .tt-coupons__bg:before {
display: none
}
.tt-coupons .tt-right-top {
width: 100%;
padding: 18px 20px 35px
}
.tt-coupons .tt-right-top .tt-title__01 {
font-size: 18px;
line-height: 28px
}
.tt-coupons .tt-right-top .tt-title__02 {
font-size: 26px;
line-height: 24px
}
.tt-coupons .tt-right-bottom {
width: 100%;
position: relative;
padding: 0;
text-align: right
}
.tt-coupons .tt-right-bottom .tt-row-bottom {
padding: 0;
position: inherit;
display: block
}
.tt-coupons .tt-right-bottom .tt-row-bottom .tt-col:first-child {
text-align: right;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.tt-coupons .tt-right-bottom .tt-row-bottom .tt-col:last-child {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
display: none
}
}
.tt-coupons-wrapper {
margin-left: -15px;
margin-right: -15px
}
.tt-coupons-wrapper .tt-item {
padding-left: 15px;
padding-right: 15px
}
.gallery01 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin: -20px 0 0 -20px
}
.gallery01 li {
margin: 20px 0 0 20px
}
.gallery01 li a {
opacity: 1;
display: inline-block;
-webkit-transition: opacity .2s;
transition: opacity .2s;
opacity: 1
}
.gallery01 li a:hover {
opacity: .75
}
@media (max-width:1024.98px) {
.rightColumn {
padding-left: 15px
}
.gallery01 {
margin: -15px 0 0 -15px
}
.gallery01 li img {
max-width: 151px;
max-width: 121px
}
.gallery01 li {
margin: 15px 0 0 15px
}
}
.gallery01-top {
margin-top: 13px
}
.tt-gallery-wrapper {
margin-top: 2px;
margin-left: -7px;
margin-right: -7px
}
.tt-gallery-wrapper [class^=col-] {
margin-top: 14px;
padding-left: 7px;
padding-right: 7px
}
.tt-gallery {
overflow: hidden;
display: block;
position: relative
}
.tt-gallery img {
width: 100%;
-webkit-transition: -webkit-transform .5s;
transition: transform .5s;
transition: transform .5s, -webkit-transform .5s
}
.tt-gallery:before {
content: '';
position: absolute;
display: block;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: rgba(0, 0, 0, .55);
-webkit-transition: opacity .5s;
transition: opacity .5s
}
.tt-gallery .gallery__icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: transparent;
-webkit-transition: background-color .3s;
transition: background-color .3s
}
.tt-gallery .gallery__icon:before {
content: '\e9ce';
display: block;
font-family: electrician;
color: #fff;
font-size: 33px;
line-height: 33px;
-webkit-transition: -webkit-transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s;
-webkit-transform: scale(0);
transform: scale(0)
}
.tt-gallery:hover:before {
opacity: .8
}
.tt-gallery:hover .gallery__icon {
background-color: rgba(0, 0, 0, .55)
}
.tt-gallery:hover .gallery__icon:before {
-webkit-transform: scale(1);
transform: scale(1)
}
.tt-gallery:hover img {
-webkit-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1)
}
@media (min-width:1025px) {
.gallery-innerlayout-wrapper [class^=col-] {
padding-left: 7px;
padding-right: 7px;
padding-top: 15px
}
.gallery-innerlayout-wrapper .col-custom-item5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%
}
}
.tt-top-more,
.tt-top-more#js-more-include {
margin-top: 30px
}
.tt-top-more02 {
margin-top: 53px
}
@media (max-width:1024px) {
.gallery-innerlayout-wrapper [class^=col-] {
padding-left: 6px;
padding-right: 6px;
padding-top: 15px
}
.tt-top-more02 {
margin-top: 30px
}
}
#filter-layout>:not(.show) {
display: none
}
.tt-faq {
margin-top: -15px
}
.tt-faq .tt-item {
margin-top: 33px;
position: relative;
padding: 0
}
.tt-faq .tt-item .tt-item__marker {
width: 50px;
height: 50px;
background-color: #f4f4f5;
border-radius: 50%;
display: block;
position: absolute;
top: -14px;
left: 0;
pointer-events: none
}
.tt-faq .tt-item .tt-item__marker:before {
content: '+';
display: block;
position: absolute;
color: #303442;
font-size: 27px;
line-height: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%)
}
.tt-faq .tt-item .tt-item__content {
display: none;
padding: 0 0 0 77px
}
.tt-faq .tt-item.tt-item__open .tt-item__marker:before {
content: '-'
}
.tt-faq .tt-item.tt-item__open .tt-item__content {
display: block
}
.tt-faq .tt-item:not(.tt-item__open) {
cursor: pointer
}
.tt-faq .tt-item__title {
font-size: 16px;
line-height: 27px;
font-weight: 600;
font-family: Poppins, sans-serif;
color: #303442;
-webkit-transition: color .2s;
transition: color .2s;
padding: 0 0 6px 77px
}
.tt-faq .tt-item__title:hover {
color: #f47629
}
@media (max-width:1024.98px) {
.tt-gallery .gallery__icon:before {
font-size: 27px;
line-height: 27px
}
.tt-faq .tt-item__title {
line-height: 26px;
padding: 0 0 6px 58px
}
.tt-faq .tt-item {
margin-top: 25px
}
.tt-faq .tt-item .tt-item__marker {
width: 40px;
height: 40px;
top: -8px
}
.tt-faq .tt-item .tt-item__marker:before {
font-size: 20px
}
.tt-faq .tt-item .tt-item__content {
padding: 0 0 0 58px
}
.tt-faq .tt-item .tt-item__content br {
display: none
}
}
@media (max-width:766.98px) {
.tt-faq .tt-item__title {
font-size: 16px;
line-height: 24px;
padding: 0 0 6px 50px
}
.tt-faq .tt-item {
margin-top: 20px
}
.tt-faq .tt-item .tt-item__marker {
width: 35px;
height: 35px;
top: -7px
}
.tt-faq .tt-item .tt-item__marker:before {
font-size: 20px
}
.tt-faq .tt-item .tt-item__content {
padding: 0 0 0 50px
}
}
.tt-testimonials-wrapper {
margin-bottom: -10px
}
.tt-testimonials-wrapper [class^=col-] {
margin-top: 46px
}
@media (max-width:1024.98px) {
.tt-testimonials-wrapper [class^=col-] {
margin-top: 36px
}
}
.tt-testimonials {
-webkit-box-shadow: 0 5px 20px rgba(48, 52, 66, .08);
box-shadow: 0 5px 20px rgba(48, 52, 66, .08);
padding: 65px 35px 35px 33px;
position: relative;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start
}
.tt-testimonials .tt-testimonials__marker {
font-size: 200px;
line-height: 1;
font-family: Poppins, sans-serif;
color: #f47629;
font-weight: 600;
position: absolute;
top: -22px;
left: 28px
}
.tt-testimonials .tt-testimonials__title {
font-size: 20px;
line-height: 30px;
color: #303442;
font-family: Poppins, sans-serif;
font-weight: 600;
padding: 0 0 15px;
margin: 0
}
.tt-testimonials .tt-testimonials__title+* {
margin-top: 0
}
.tt-testimonials .tt-testimonials_top-layout {
-webkit-box-flex: 2;
-ms-flex: 2 1 auto;
flex: 2 1 auto
}
.tt-testimonials .tt-testimonials__data {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 3px;
margin-left: -20px;
padding-bottom: 10px
}
.tt-testimonials .tt-testimonials__data .tt-col {
margin-top: 20px;
margin-left: 20px
}
.tt-testimonials .tt-testimonials__data img {
width: 69px;
height: auto;
border-radius: 50%
}
.tt-testimonials .tt-testimonials__data .tt-title__text01 {
font-size: 16px;
line-height: 22px;
font-family: Poppins, sans-serif;
font-weight: 600;
color: #303442
}
.tt-testimonials .tt-testimonials__data .tt-title__text02 {
color: #a0a0a0;
font-size: 14px;
line-height: 20px
}
.map-contact {
width: 100%;
height: 451px
}
@media (max-width:1024.98px) {
.tt-testimonials {
padding: 55px 25px 35px
}
.tt-testimonials .tt-testimonials__marker {
font-size: 165px;
top: -18px;
left: 28px
}
.tt-testimonials .tt-testimonials__title {
font-size: 18px;
line-height: 28px;
padding-bottom: 10px
}
.tt-testimonials .tt-testimonials__data {
margin-top: 3px;
margin-left: -14px;
padding-bottom: 10px
}
.tt-testimonials .tt-testimonials__data .tt-col {
margin-top: 14px;
margin-left: 14px
}
.tt-testimonials .tt-testimonials__data img {
width: 50px
}
.tt-testimonials .tt-testimonials__data .tt-title__text01 {
font-size: 14px;
line-height: 20px
}
.tt-testimonials .tt-testimonials__data .tt-title__text02 {
font-size: 12px;
line-height: 18px
}
.map-contact {
height: 400px
}
}
@media (max-width:766.98px) {
.tt-testimonials {
padding: 45px 20px 25px
}
.tt-testimonials .tt-testimonials__marker {
font-size: 140px;
top: -18px;
left: 20px
}
.map-contact {
height: 300px
}
}
.tt-contact-wrapper {
padding: 5px 77px 0;
margin-top: -40px
}
.tt-contact-wrapper [class^=col-] {
margin-top: 40px
}
@media (max-width:1229.98px) {
.tt-contact-wrapper {
padding: 15px 20px 0
}
}
.tt-contact {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start
}
.tt-contact .tt-icon {
color: #f47629;
font-size: 26px;
line-height: 1;
position: relative;
top: 4px
}
.tt-contact .tt-content {
margin-left: 15px
}
.tt-contact .tt-content a {
color: #7b7b7b
}
.tt-contact .tt-title {
font-size: 16px;
line-height: 26px;
color: #303442;
font-family: Poppins, sans-serif;
font-weight: 600;
padding: 0 0 5px
}
@media (max-width:1024.98px) {
.tt-contact-wrapper [class^=col-] {
margin-top: 20px
}
.tt-contact .tt-icon {
font-size: 20px
}
.tt-contact .tt-content {
margin-left: 13px
}
}
.tt-filters-options {
border-top: 1px solid #e9e9eb;
margin-top: 2px;
padding-top: 24px;
padding-bottom: 24px
}
.tt-filters-options [class^=col-] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.tt-filters-options .tt-title {
padding: 0 55px 0 0;
font-size: 16px
}
.tt-filters-options .custom-select {
width: 201px
}
.tt-filters-options .custom-select:after {
border-color: #c7c7c7 transparent transparent
}
@media (min-width:767px) {
.tt-filters-toggle {
display: none
}
}
@media (max-width:1024.98px) {
.tt-filters-options [class^=col-] {
display: block
}
.tt-filters-options [class^=col-]>:not(.tt-filters-toggle) {
margin-left: 0;
margin-top: 10px
}
.tt-filters-options [class^=col-] .tt-title {
margin-top: 0
}
.tt-filters-toggle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 60px;
height: 60px;
color: #fff;
position: fixed;
top: 190px;
right: 15px;
z-index: 20;
cursor: pointer;
border-radius: 50%;
padding: 0;
-webkit-transition: .2s linear;
transition: .2s linear;
border: 6px solid #454955;
background-color: #f47629;
text-shadow: 0 0 3px rgba(1, 1, 1, .25)
}
.tt-filters-toggle i {
position: relative;
z-index: 3;
pointer-events: none;
font-size: 25px
}
.tt-filters-toggle:hover {
background-color: #fff;
color: #f47629;
border-color: #f47629
}
.tt-filters-toggle.fixed {
top: 110px
}
.tt-filters-toggle .pt-text {
display: none
}
.tt-filters-toggle.tt-open-col:before {
content: "\e91b"
}
}
.tt-filters-select select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 201px;
height: 46px
}
.tt-pagination-filter {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.tt-pagination-filter .tt-pagination-filter__title {
margin-right: 13px
}
.tt-pagination-filter .tt-pagination-filter__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.tt-pagination-filter .tt-pagination-filter__list li a {
display: inline-block;
padding: 5px 13px;
color: #7b7b7b;
font-size: 16px;
line-height: 1
}
.tt-pagination-filter .tt-pagination-filter__list li a:hover {
color: #f47629
}
.tt-pagination-filter .tt-pagination-filter__list li.active a {
color: #f47629;
pointer-events: none;
font-family: Poppins, sans-serif;
font-weight: 600
}
.tt-pagination-filter .tt-pagination-filter__btn {
font-size: 8px;
color: #7b7b7b;
padding: 5px 13px
}
.tt-pagination-filter .tt-pagination-filter__btn:hover {
color: #f47629
}
.tt-product {
text-align: center
}
.tt-product .tt-product__img {
overflow: hidden
}
.tt-product .tt-product__img img {
width: 100%;
height: auto;
-webkit-transition: -webkit-transform .5s;
transition: transform .5s;
transition: transform .5s, -webkit-transform .5s
}
.tt-product .tt-product__img:hover img {
-webkit-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1)
}
.tt-product .tt-product__description {
margin-top: 18px
}
.tt-product .tt-product__title {
font-size: 16px;
line-height: 27px;
font-weight: 400;
margin: 0;
padding: 0;
color: #7b7b7b
}
.tt-product .tt-product__title a {
color: #7b7b7b;
-webkit-transition: color .2s;
transition: color .2s;
display: inline-block
}
.tt-product .tt-product__title a:hover {
color: #f47629
}
.tt-product .tt-rating {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
font-size: 10px;
line-height: 10px;
color: #7b7b7b;
margin-top: 15px
}
.tt-product .tt-rating>* {
display: inline-block;
margin-left: 1px;
margin-right: 1px
}
.tt-product .tt-price {
font-size: 24px;
font-family: Poppins, sans-serif;
font-weight: 600;
color: #303442;
margin-top: 14px
}
.tt-product .tt-price .new-price {
font-size: 24px;
color: #f47629
}
.tt-product .tt-price .old-price {
font-size: 20px;
text-decoration: line-through;
margin-left: 17px
}
.tt-product .tt-row-btn {
margin-top: 11px
}
.tt-product .tt-btn-addtocart {
font-size: 14px;
line-height: 1;
font-family: Poppins, sans-serif;
font-weight: 600;
color: #303442;
-webkit-transition: color .2s;
transition: color .2s
}
.tt-product .tt-btn-addtocart .tt-icon {
color: #f47629;
font-size: 14px;
line-height: 1;
margin-right: 4px
}
.tt-product .tt-btn-addtocart:hover {
color: #f47629
}
@media (max-width:766.98px) {
.tt-filters-toggle {
width: 50px;
height: 50px;
border-width: 4px
}
.tt-filters-toggle i {
font-size: 23px
}
.tt-product .tt-product__title {
font-size: 14px;
line-height: 20px
}
.tt-product .tt-rating {
margin-top: 10px
}
.tt-product .tt-price {
font-size: 18px;
margin-top: 7px
}
.tt-product .tt-price .new-price {
font-size: 18px
}
.tt-product .tt-price .old-price {
font-size: 14px;
margin-left: 7px
}
.tt-product .tt-row-btn {
margin-top: 7px
}
}
.tt-product-listing {
margin-top: -34px
}
.tt-product-listing [class^=col-] {
margin-top: 33px
}
@media (max-width:766.98px) {
.tt-product-listing {
margin-top: -20px
}
.tt-product-listing [class^=col-] {
margin-top: 20px
}
}
.tt-pagination {
margin-top: 45px;
font-family: Poppins, sans-serif;
font-weight: 600;
font-size: 14px;
line-height: 1;
margin-bottom: -5px
}
.tt-pagination ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start
}
.tt-pagination ul li a {
color: #303442;
-webkit-transition: color .2s;
transition: color .2s;
display: inline-block;
padding: 5px 15px
}
.tt-pagination ul li a:hover {
color: #f47629
}
.tt-pagination ul li.active {
pointer-events: none
}
.tt-pagination ul li.active a {
color: #f47629
}
.tt-pagination.text-left ul {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.tt-pagination.text-left ul li:first-child a {
padding-left: 0
}
.nav-tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding-bottom: 2px;
margin-top: -25px;
border-bottom: 1px solid #e9e9eb
}
.nav-tabs li a {
display: inline-block;
padding: 25px 15px;
font-family: Poppins, sans-serif;
color: #303442;
font-weight: 600;
-webkit-transition: color .2s;
transition: color .2s;
font-size: 14px;
line-height: 1
}
.nav-tabs li a.active,
.nav-tabs li a:hover {
color: #f47629
}
.nav-tabs li:first-child a {
padding-left: 0
}
.tab-content>* {
padding: 28px 0 0
}
.tab-content>:not(.active) {
display: none
}
@media (min-width:1025px) {
.tab-content {
margin-bottom: -17px
}
}
.tt-mobile-product-slider {
max-width: 300px;
margin-bottom: 35px;
padding-left: 15px;
padding-right: 15px
}
.carusel-product {
margin-left: -15px;
margin-right: -15px
}
.carusel-product .item {
padding-left: 15px;
padding-right: 15px
}
.tt-tabs-reviews .tt-title {
color: #303442;
font-weight: 600;
font-size: 24px;
line-height: 1;
font-family: Poppins, sans-serif;
margin: 0;
padding: 0 0 25px
}
.tt-tabs-reviews .tt-rating {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
font-size: 13px;
line-height: 13px;
color: #7b7b7b;
margin-left: -2px
}
.tt-tabs-reviews .tt-rating>* {
margin-left: 2px;
margin-right: 2px
}
.tt-tabs-reviews form .tt-rating:first-child {
padding-bottom: 25px
}
#smallGallery {
padding-right: 104px;
margin-top: 18px
}
#smallGallery .slick-prev {
display: none!important
}
#smallGallery .tt-custom-next {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 0;
right: 0;
width: 89px;
height: 100%;
background-color: #fff;
border: 1px solid #f9f9f9;
-webkit-transition: border .2s;
transition: border .2s
}
#smallGallery .tt-custom-next .tt-icon {
font-size: 12px;
line-height: 1;
color: #f47629
}
#smallGallery .tt-custom-next .tt-text {
font-family: Poppins, sans-serif;
font-weight: 600;
color: #303442;
width: 100%;
text-align: center;
-webkit-transition: color .2s;
transition: color .2s;
margin-top: 7px;
font-size: 14px;
line-height: 1
}
#smallGallery .tt-custom-next:hover {
border-color: #f47629
}
#smallGallery .tt-custom-next:hover .tt-text {
color: #f47629
}
#smallGallery li {
padding-right: 16px
}
#smallGallery li img {
width: 100%;
height: auto;
-webkit-transition: opacity .2s;
transition: opacity .2s
}
#smallGallery li:hover img {
opacity: .7
}
.product-single-info {
padding-left: 60px
}
.product-single-info .tt-tag {
font-size: 16px;
line-height: 1;
font-weight: 600;
font-family: Poppins, sans-serif;
color: #f47629
}
.product-single-info .tt-title {
font-size: 36px;
line-height: 46px;
font-weight: 600;
font-family: Poppins, sans-serif;
color: #303442;
padding: 0;
margin: 12px 0 0
}
.product-single-info .tt-add-info {
margin-top: 22px;
font-size: 16px
}
.product-single-info .tt-add-info span {
color: #303442;
font-weight: 600;
font-family: Poppins, sans-serif
}
.product-single-info .tt-price {
font-size: 36px;
font-family: Poppins, sans-serif;
font-weight: 600;
color: #303442;
margin-top: 35px
}
.product-single-info .tt-price .new-price {
font-size: 36px;
color: #f47629
}
.product-single-info .tt-price .old-price {
font-size: 30px;
text-decoration: line-through;
margin-left: 17px
}
.product-single-info .tt-data {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 30px;
margin-left: -40px
}
.product-single-info .tt-data .tt-item {
margin-left: 40px
}
.product-single-info .tt-data .tt-rating {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
font-size: 10px;
line-height: 10px;
color: #7b7b7b
}
.product-single-info .tt-data .tt-rating>* {
display: inline-block;
margin-left: 1px;
margin-right: 1px
}
.product-single-info .tt-description {
border-top: 1px solid #e9e9eb;
margin-top: 31px;
padding-top: 32px
}
.product-single-info .tt-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
border-top: 1px solid #e9e9eb;
margin-top: 34px;
padding-top: 27px
}
.product-single-info .tt-row .tt-col {
margin-top: 13px
}
.product-single-info .tt-row .tt-col:not(:first-child) {
margin-left: 13px
}
@media (max-width:1229.98px) {
.product-single-info {
padding-left: 40px
}
}
@media (max-width:1024.98px) {
#smallGallery {
padding-right: 75px;
margin-top: 18px
}
#smallGallery li {
padding-right: 14px
}
#smallGallery .tt-custom-next {
width: 75px;
height: 100%
}
#smallGallery .tt-custom-next .tt-icon {
font-size: 12px;
line-height: 1
}
#smallGallery .tt-custom-next .tt-text {
margin-top: 7px;
font-size: 14px;
line-height: 1
}
.product-single-info {
padding-left: 20px
}
.product-single-info .tt-title {
font-size: 24px;
line-height: 30px
}
.product-single-info .tt-price {
font-size: 30px;
margin-top: 30px
}
.product-single-info .tt-price .new-price {
font-size: 30px
}
.product-single-info .tt-price .old-price {
font-size: 25px;
margin-left: 12px
}
.product-single-info .tt-data {
margin-top: 25px;
margin-left: -20px
}
.product-single-info .tt-data .tt-item {
margin-left: 20px
}
.product-single-info .tt-description {
margin-top: 25px;
padding-top: 25px
}
.product-single-info .tt-row {
margin-top: 25px;
padding-top: 19px
}
.product-single-info .tt-row .tt-col {
margin-top: 13px
}
.product-single-info .tt-row .tt-col:not(:first-child) {
margin-left: 13px
}
}
@media (max-width:766.98px) {
.product-single-info {
padding-left: 0
}
}
.tt-input-counter.style-01 {
position: relative;
max-width: 91px;
min-width: 91px
}
.tt-input-counter.style-01 .minus-btn,
.tt-input-counter.style-01 .plus-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 16px;
line-height: 1;
cursor: pointer;
position: absolute;
width: 30px;
height: 100%;
text-align: center;
top: 0;
color: #7b7b7b
}
.tt-input-counter.style-01 .minus-btn:hover,
.tt-input-counter.style-01 .plus-btn:hover {
color: #f47629
}
.tt-input-counter.style-01 .minus-btn {
left: 0;
padding-left: 2px
}
.tt-input-counter.style-01 .plus-btn {
right: 0;
padding-right: 2px
}
.tt-input-counter.style-01 input {
background: #fff;
display: block;
width: 100%;
height: 48px;
font-size: 16px;
line-height: 1em;
text-align: center;
border: 1px solid #e9e9eb;
outline: 0;
font-family: Roboto, sans-serif;
color: #7b7b7b;
border-radius: 4px
}
/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-ms-touch-action: none;
touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.noUi-target {
position: relative;
direction: ltr
}
.noUi-base,
.noUi-connects {
width: 100%;
height: 100%;
position: relative;
z-index: 1
}
.noUi-connects {
overflow: hidden;
z-index: 0
}
.noUi-connect,
.noUi-origin {
will-change: transform;
position: absolute;
z-index: 1;
top: 0;
left: 0;
height: 100%;
width: 100%;
-webkit-transform-origin: 0 0;
transform-origin: 0 0
}
html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
left: auto;
right: 0
}
.noUi-vertical .noUi-origin {
width: 0
}
.noUi-horizontal .noUi-origin {
height: 0
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
-webkit-transition: -webkit-transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s
}
.noUi-state-drag * {
cursor: inherit!important
}
.noUi-horizontal {
height: 6px
}
.noUi-horizontal .noUi-handle {
width: 15px;
height: 15px;
left: -8px;
top: -6px;
border-radius: 50%;
background-color: #f47629;
outline: 0
}
.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before {
display: none
}
.noUi-vertical {
width: 18px
}
.noUi-vertical .noUi-handle {
width: 28px;
height: 34px;
left: -6px;
top: -8px
}
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
right: -8px;
left: auto
}
.noUi-target {
background: #dfdfdf;
border: 2px solid #dfdfdf
}
.noUi-connects {
border-radius: 50%
}
.noUi-connect {
background: #252936
}
.noUi-draggable {
cursor: ew-resize
}
.noUi-vertical .noUi-draggable {
cursor: ns-resize
}
.noUi-handle {
position: absolute;
border: 1px solid #d9d9d9;
border-radius: 50%;
background: #fff;
cursor: default
}
.noUi-vertical .noUi-handle:after {
top: 17px
}
[disabled] .noUi-connect {
background: #b8b8b8
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
cursor: not-allowed
}
.noUi-pips,
.noUi-pips * {
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.noUi-pips {
position: absolute;
color: #999
}
.noUi-value {
position: absolute;
white-space: nowrap;
text-align: center
}
.noUi-value-sub {
color: #ccc;
font-size: 10px
}
.noUi-marker {
position: absolute;
background: #ccc
}
.noUi-marker-large,
.noUi-marker-sub {
background: #aaa
}
.noUi-pips-horizontal {
padding: 10px 0;
height: 80px;
top: 100%;
left: 0;
width: 100%
}
.noUi-value-horizontal {
-webkit-transform: translate(-50%, 50%);
transform: translate(-50%, 50%)
}
.noUi-rtl .noUi-value-horizontal {
-webkit-transform: translate(50%, 50%);
transform: translate(50%, 50%)
}
.noUi-marker-horizontal.noUi-marker {
margin-left: -1px;
width: 2px;
height: 5px
}
.noUi-marker-horizontal.noUi-marker-sub {
height: 10px
}
.noUi-marker-horizontal.noUi-marker-large {
height: 15px
}
.noUi-pips-vertical {
padding: 0 10px;
height: 100%;
top: 0;
left: 100%
}
.noUi-value-vertical {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%, 0);
padding-left: 25px
}
.noUi-rtl .noUi-value-vertical {
-webkit-transform: translate(0, 50%);
transform: translate(0, 50%)
}
.noUi-marker-vertical.noUi-marker {
width: 5px;
height: 2px;
margin-top: -1px
}
.noUi-marker-vertical.noUi-marker-sub {
width: 10px
}
.noUi-marker-vertical.noUi-marker-large {
width: 15px
}
.tt-slider-price {
margin-top: 10px
}
.slider-value-row {
font-size: 16px;
line-height: 22px;
margin-top: 27px
}
.slider-value-row>* {
display: inline-block
}
.slider-value-row #slider-snap-value-lower {
margin-right: 5px
}
.tt-blog-list {
margin-top: -80px
}
.tt-blog-list .tt-item {
overflow: hidden;
margin-top: 80px
}
.tt-blog-list+.tt-pagination {
margin-top: 54px
}
@media (max-width:1024.98px) {
.tt-input-counter.style-01 input {
height: 40px
}
.tt-blog-list {
margin-top: -40px
}
.tt-blog-list .tt-item {
overflow: hidden;
margin-top: 40px
}
.tt-blog-list+.tt-pagination {
margin-top: 40px
}
}
.blog-obj {
position: relative
}
.blog-obj:before {
content: '';
display: block;
position: absolute;
top: -46px;
left: 0;
width: 100%;
height: 130px;
z-index: 0;
background-color: #eaeaec
}
.blog-obj>* {
position: relative;
z-index: 1
}
.blog-obj .blog-obj__img {
position: relative
}
.blog-obj .blog-obj__img a:not([class]) {
display: block
}
.blog-obj .blog-obj__img img {
width: 100%;
height: auto
}
.blog-obj .blog-obj__img .tt-video__holder .tt-video {
margin-top: -79px
}
.blog-obj .blog-obj__img .tt-align {
margin-top: -80px
}
.blog-obj .blog-obj__img .tt-img-wrapper {
position: absolute;
top: 0;
left: 0;
z-index: 2;
background-color: rgba(55, 56, 59, .25);
width: 100%;
height: 100%;
pointer-events: none
}
.blog-obj .blog-obj__wrapper {
background: #fff;
width: calc(100% - 40px);
margin-top: -85px;
padding: 63px 85px 0 0
}
.blog-obj .blog-obj__data {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-top: -20px;
margin-left: -28px;
font-size: 14px
}
.blog-obj .blog-obj__data .tt-col {
margin-top: 20px;
margin-left: 28px
}
.blog-obj .blog-obj__data a {
color: #303442;
-webkit-transition: color .2s;
transition: color .2s
}
.blog-obj .blog-obj__data a:hover {
color: #f47629
}
.blog-obj .blockquote03 {
max-width: 550px
}
.blog-obj .blog-obj__title {
font-size: 36px;
line-height: 46px;
color: #303442;
font-family: Poppins, sans-serif;
padding: 0 0 23px;
margin: 16px 0 0
}
.blog-obj .blog-obj__title a {
color: #303442;
-webkit-transition: color .2s;
transition: color .2s
}
.blog-obj .blog-obj__title a:hover {
color: #f47629
}
.blog-obj .blog-obj__title+* {
margin-top: 0
}
.blog-obj .blog-obj__row-btn {
margin-top: 32px
}
.blog-obj>:nth-child(1).blog-obj__wrapper {
margin-top: 46px;
position: relative
}
@media (max-width:1024.98px) {
.blog-obj .blog-obj__img .tt-video__holder .tt-video {
margin-top: -39px
}
.blog-obj .blog-obj__img .tt-align {
margin-top: -43px
}
.blog-obj .blog-obj__data {
margin-left: -15px
}
.blog-obj .blog-obj__data .tt-col {
margin-top: 15px;
margin-left: 15px
}
.blog-obj .blog-obj__title {
font-size: 24px;
line-height: 30px;
padding: 0 0 13px
}
.blog-obj .blog-obj__row-btn {
margin-top: 23px
}
.blog-obj .blog-obj__wrapper {
padding: 43px 30px 0 0;
margin-top: -40px;
width: calc(100% - 30px)
}
}
@media (max-width:766.98px) {
.blog-obj .blog-obj__img .tt-align {
margin-top: -37px
}
.blog-obj .blog-obj__data {
margin-left: -9px
}
.blog-obj .blog-obj__data .tt-col {
margin-top: 9px;
margin-left: 9px
}
.blog-obj .blog-obj__title {
font-size: 22px;
line-height: 28px;
padding: 0 0 13px
}
.blog-obj .blog-obj__row-btn {
margin-top: 23px
}
.blog-obj .blog-obj__wrapper {
padding: 43px 10px 0 0;
margin-top: -40px;
width: calc(100% - 15px)
}
}
.tt-img-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 3
}
.tt-img-link .tt-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 89px;
height: 89px;
background-color: #f47629;
border-radius: 50%;
color: #fff;
font-size: 27px;
line-height: 1;
margin-left: auto;
margin-right: auto
}
.tt-img-link .tt-text {
display: block;
text-align: center;
width: 100%;
font-size: 19px;
line-height: 1;
color: #fff;
font-family: Poppins, sans-serif;
font-weight: 600;
margin-top: 12px;
letter-spacing: .03em;
-webkit-transition: color .2s;
transition: color .2s
}
.tt-img-link:hover .tt-text {
color: #f47629
}
@media (max-width:1024.98px) {
.tt-img-link .tt-icon {
width: 66px;
height: 66px;
font-size: 20px
}
.tt-img-link .tt-text {
font-size: 16px;
margin-top: 10px
}
}
@media (max-width:766.98px) {
.tt-img-link .tt-icon {
width: 49px;
height: 49px;
font-size: 15px
}
.tt-img-link .tt-text {
font-size: 14px;
margin-top: 7px
}
}
.datepicker-here .datepicker {
border: none;
width: 100%;
max-width: 334px
}
.datepicker-here .datepicker--nav {
border: none;
color: #7b7b7b;
font-size: 16px;
position: relative;
padding-bottom: 9px
}
.datepicker-here .datepicker--nav i {
color: #7b7b7b
}
.datepicker-here .datepicker--nav .datepicker--nav-action {
top: 0;
position: absolute;
background: no-repeat;
border: 1px solid transparent;
-webkit-transition: border-color .2s;
transition: border-color .2s
}
.datepicker-here .datepicker--nav .datepicker--nav-action:first-child {
right: 45px
}
.datepicker-here .datepicker--nav .datepicker--nav-action:last-child {
right: 0
}
.datepicker-here .datepicker--nav .datepicker--nav-action path {
-webkit-transition: stroke .2s;
transition: stroke .2s
}
.datepicker-here .datepicker--nav .datepicker--nav-action:hover {
border-color: #f47629
}
.datepicker-here .datepicker--nav .datepicker--nav-action:hover path {
stroke: #f47629
}
.datepicker-here .datepicker--nav .datepicker--nav-title {
padding-left: 0;
background: 0 0
}
.datepicker-here .datepicker--cell {
height: 39px;
font-size: 16px
}
.datepicker-here .datepicker--cell.-current- {
background: #f47629;
color: #fff
}
.datepicker-here .datepicker--day-name {
background: #f5f5f5;
color: #303442;
font-size: 16px;
padding: 6px 0
}
.datepicker-here .datepicker--content {
padding: 0
}
@media (max-width:1024.98px) {
.datepicker-here .datepicker--day-name {
font-size: 14px;
padding: 4px 0
}
.datepicker-here .datepicker--cell {
height: 35px;
font-size: 14px
}
}
.tt-recent-list {
margin-top: -80px
}
.tt-recent-list .tt-item {
overflow: hidden;
margin-top: 80px
}
.tt-recent-list+.tt-pagination {
margin-top: 54px
}
.tt-recent-obj {
position: relative;
margin-top: 4px
}
.tt-recent-obj>* {
position: relative;
z-index: 1
}
.tt-recent-obj .recent-obj__img {
position: relative
}
.tt-recent-obj .recent-obj__img img {
width: 100%;
height: auto
}
.tt-recent-obj .recent-obj__wrapper {
background: #fff;
width: calc(100% - 40px);
margin-top: -75px;
padding: 0 25px 0 0
}
.tt-recent-obj .recent-obj__data {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-top: -22px;
margin-left: -28px;
font-size: 14px
}
.tt-recent-obj .recent-obj__data .tt-col {
margin-top: 22px;
margin-left: 28px
}
.tt-recent-obj .recent-obj__data a {
color: #303442;
-webkit-transition: color .2s;
transition: color .2s
}
.tt-recent-obj .recent-obj__data a:hover {
color: #f47629
}
.tt-recent-obj .recent-obj__title {
font-size: 20px;
line-height: 26px;
color: #303442;
font-family: Poppins, sans-serif;
position: relative;
padding: 0 0 13px;
margin: 4px 0 0
}
.tt-recent-obj .recent-obj__title:before {
content: '';
display: block;
width: 3px;
height: 40px;
background-color: #f47629;
position: absolute;
top: 7px;
left: 0
}
.tt-recent-obj .recent-obj__title a {
color: #303442;
-webkit-transition: color .2s;
transition: color .2s;
padding: 0 0 0 24px;
display: inline-block
}
.tt-recent-obj .recent-obj__title a:hover {
color: #f47629
}
.tt-recent-obj .recent-obj__title+* {
margin-top: 0
}
.tt-recent-obj .recent-obj__row-btn {
margin-top: 14px
}
@media (max-width:1024.98px) {
.tt-recent-obj .recent-obj__wrapper {
width: calc(100% - 15px);
margin-top: -40px;
padding: 0 15px 0 0
}
}
.blog-single blockquote {
max-width: 570px
}
.blog-single__img img {
width: 100%;
height: auto
}
.blog-single__data {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-top: -20px;
margin-left: -28px;
font-size: 14px
}
.blog-single__data .tt-col {
margin-top: 20px;
margin-left: 28px
}
.blog-single__data a {
color: #303442;
-webkit-transition: color .2s;
transition: color .2s
}
.blog-single__data a:hover {
color: #f47629
}
.blog-single__wrapper {
background-color: #fff;
margin-top: -85px;
width: calc(100% - 40px);
padding: 63px 0 0;
position: relative
}
.blog-single__title {
font-size: 36px;
line-height: 46px;
color: #303442;
font-family: Poppins, sans-serif;
font-weight: 600;
margin: 16px 0 0;
padding: 0 0 22px
}
.blog-single__title+* {
margin-top: 0
}
.blog-single__subtitle {
font-size: 24px;
line-height: 34px;
color: #303442;
font-family: Poppins, sans-serif;
font-weight: 600;
margin: 0;
padding: 0 0 15px
}
.blog-single__subtitle+* {
margin-top: 0
}
.blog-single__title+.blog-single__subtitle-top {
margin-top: 24px
}
.blog-single__subtitle-top {
margin-top: 32px
}
.blockquote03+.blog-single__subtitle-top {
margin-top: 25px
}
.blog-single__meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 25px
}
@media (max-width:1024.98px) {
.blog-single__subtitle {
font-size: 20px;
line-height: 30px
}
.blog-single__wrapper {
margin-top: -40px;
width: calc(100% - 30px);
padding: 40px 0 0
}
.blog-single__title {
font-size: 32px;
line-height: 42px
}
.blog-single__data {
margin-top: -18px;
margin-left: -18px;
font-size: 14px
}
.blog-single__data .tt-col {
margin-top: 18px;
margin-left: 18px
}
.blog-single__data a {
color: #303442;
-webkit-transition: color .2s;
transition: color .2s
}
.blog-single__data a:hover {
color: #f47629
}
.blog-single__meta {
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.blog-single__meta .tt-col:not(:first-child) {
margin-top: 20px
}
}
@media (max-width:766.98px) {
.blog-single__wrapper {
margin-top: -85px;
width: calc(100% - 20px);
padding: 63px 0 0
}
.blog-single__title {
font-size: 26px;
line-height: 36px
}
}
.personal-info__top {
margin-top: 38px
}
.personal-info {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #f3f3f4;
padding: 38px 72px 45px;
-webkit-box-shadow: 0 10px 20px rgba(48, 52, 66, .05);
box-shadow: 0 10px 20px rgba(48, 52, 66, .05)
}
.personal-info__img {
min-width: 119px;
width: 119px
}
.personal-info__img img {
width: 100%;
height: auto;
border-radius: 50%;
overflow: hidden
}
.personal-info__img:before {
content: '“';
display: block;
font-size: 200px;
line-height: 1;
font-family: Poppins, sans-serif;
color: #f47629;
font-weight: 600;
position: absolute;
top: 25px;
left: 18px
}
.personal-info_description {
padding: 0 0 0 29px
}
.personal-info__title {
font-size: 16px;
line-height: 26px;
color: #303442;
font-family: Poppins, sans-serif;
font-weight: 600;
margin: 0;
padding: 0 0 9px
}
.personal-info__title+* {
margin-top: 0
}
@media (max-width:1024.98px) {
.personal-info {
padding: 28px 40px 35px;
-webkit-box-shadow: 0 5px 10px rgba(48, 52, 66, .05);
box-shadow: 0 5px 10px rgba(48, 52, 66, .05)
}
.personal-info__img {
min-width: 90px;
width: 90px
}
.personal-info__img img {
width: 100%;
height: auto;
border-radius: 50%;
overflow: hidden
}
.personal-info__img:before {
font-size: 150px;
top: 45px;
left: 10px
}
.personal-info_description {
padding-left: 20px
}
}
.tt-comments-layout {
margin-top: 79px
}
@media (min-width:1240px) {
.tt-comments-layout {
margin-right: 22px
}
}
.tt-comments-layout .tt-comments-layout__title {
font-size: 24px;
line-height: 31px;
font-weight: 600;
font-family: Poppins, sans-serif;
color: #3d3b42
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding: 0 0 22px;
border-bottom: 1px solid #e9e9eb
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-avatar {
width: 90px;
min-width: 90px;
height: auto;
border-radius: 50%;
overflow: hidden;
position: relative;
margin-right: 18px;
margin-top: 4px
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-avatar img {
position: relative;
z-index: 2;
max-width: 100%;
height: auto
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-avatar:empty:before {
font-family: electrician;
content: "\e919";
font-size: 24px;
line-height: 73px;
display: block;
text-align: center;
width: 100%;
height: 100%;
position: absolute;
z-index: 0;
color: #fff
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-avatar:empty:after {
content: '';
background-color: #f3f3f3;
width: 100%;
height: 100%;
min-width: 59px;
display: block;
top: 0;
left: 0;
z-index: 0;
border-radius: 50%
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content {
position: relative
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content .tt-btn-default {
position: absolute;
right: 0;
top: -2px;
background-color: #f47629;
font-family: Poppins, sans-serif;
border: 1px solid #f47629;
font-weight: 600;
color: #fff;
border-radius: 3px;
padding: 2px 5px 3px;
font-size: 14px;
line-height: 18px;
-webkit-transition: background-color .2s, color .2s;
transition: background-color .2s, color .2s
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content .tt-btn-default:hover {
background-color: transparent;
color: #f47629
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content .tt-comments-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding-bottom: 4px
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content .tt-comments-title .username {
display: block;
font-family: Poppins, sans-serif;
font-weight: 600;
color: #f47629;
font-size: 16px;
line-height: 24px
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content .tt-comments-title .time {
font-size: 14px;
line-height: 24px;
color: #a0a0a0;
margin-left: 4px;
position: relative;
top: 1px
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content p {
margin-top: 7px
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content>:nth-child(1) {
margin-top: 0
}
.tt-comments-layout .tt-item {
margin-top: 24px
}
.tt-comments-layout .tt-comments-level-2 {
margin-left: 70px;
margin-top: 25px;
padding: 33px 0 40px;
border-bottom: 1px solid #e9e9eb
}
@media (max-width:1024.98px) {
.tt-comments-layout .tt-comments-level-2 {
margin-left: 40px
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-avatar {
width: 70px;
min-width: 70px
}
}
@media (max-width:766.98px) {
.tt-comments-layout .tt-comments-layout__title {
font-size: 20px;
line-height: 27px
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content {
margin-top: 10px
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content .tt-comments-title .username {
width: 100%
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content .tt-comments-title .time {
margin: 0
}
.tt-comments-layout .tt-item .tt-comments-level-2 {
margin-top: 25px
}
.tt-comments-layout .tt-item:not(:first-child) {
margin-top: 10px
}
.tt-comments-layout .tt-item:not(:last-child) {
padding-bottom: 9px
}
.tt-comments-layout .tt-comments-level-2 {
margin-top: 2px;
margin-left: 40px
}
}
.form-single-post {
margin-top: 70px
}
.form-single-post .tt-form-title {
font-size: 24px;
line-height: 31px;
font-weight: 600;
font-family: Poppins, sans-serif;
color: #3d3b42;
margin: 0;
padding: 0 0 23px
}
.form-single-post button[type=submit] {
margin-top: 12px!important
}
.slick-type01 .slick-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 25px;
margin-bottom: -8px;
width: 100%;
position: relative;
z-index: 2
}
.slick-type01 .slick-dots li {
padding: 8px
}
.slick-type01 .slick-dots li>* {
width: 8px;
max-width: 8px;
height: 8px;
display: block;
background-color: #e8e8e8;
border-radius: 50%;
font-size: 0;
line-height: 0;
-webkit-box-shadow: none;
box-shadow: none;
outline: 0;
border: none;
padding: 0;
-webkit-transition: background-color .2s;
transition: background-color .2s
}
.slick-type01 .slick-dots li:not(.slick-active),
.slick-type01 .slick-dots li:not(.slick-active)>* {
cursor: pointer
}
.slick-type01 .slick-dots li.slick-active>*,
.slick-type01 .slick-dots li:hover>* {
background-color: #303442
}
.slick-type01.slick-error-shadow .slick-slide {
padding-top: 15px;
padding-bottom: 15px
}
.slick-type01.slick-error-shadow .slick-dots {
margin-top: 15px
}
.slick-type01.slick-dots-left .slick-dots {
-webkit-box-pack: left;
-ms-flex-pack: left;
justify-content: left
}
.slick-type01.slick-dots-right .slick-dots {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end
}
@media (max-width:1024px) {
.slick-type01 .slick-dots {
margin-top: 34px;
margin-bottom: -8px
}
.slick-type01 .slick-dots li {
padding: 8px 4px
}
.slick-type01 .slick-dots li>* {
width: 6px;
max-width: 6px;
height: 6px
}
.slick-type01.slick-error-shadow .slick-dots {
margin-top: 24px
}
}
@media (max-width:575px) {
.slick-type01 .slick-dots {
margin: 15px 0 -8px
}
.slick-type01.slick-error-shadow .slick-dots {
margin-top: 5px
}
}
.slick-slide {
height: auto
}
.slick-slider .slick-slide {
outline: 0
}
.slick-type02 .slick-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
position: absolute;
bottom: 107px;
left: 0
}
.slick-type02 .slick-dots li {
padding: 8px
}
.slick-type02 .slick-dots li>* {
width: 8px;
max-width: 8px;
height: 8px;
display: block;
background-color: #e8e8e8;
border-radius: 50%;
font-size: 0;
line-height: 0;
-webkit-box-shadow: none;
box-shadow: none;
outline: 0;
border: none;
padding: 0;
-webkit-transition: background-color .2s;
transition: background-color .2s
}
.slick-type02 .slick-dots li:not(.slick-active),
.slick-type02 .slick-dots li:not(.slick-active)>* {
cursor: pointer
}
.slick-type02 .slick-dots li.slick-active>*,
.slick-type02 .slick-dots li:hover>* {
background-color: #303442
}
.slick-type02.slick-error-shadow .slick-slide {
padding-top: 15px;
padding-bottom: 15px
}
.slick-type02.slick-error-shadow .slick-dots {
margin-top: 15px
}
.slick-type02.slick-dots-left .slick-dots {
-webkit-box-pack: left;
-ms-flex-pack: left;
justify-content: left
}
.slick-type02.slick-dots-right .slick-dots {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end
}
@media (max-width:1024px) {
.slick-type02 .slick-dots {
margin-top: 34px;
margin-bottom: -8px
}
.slick-type02 .slick-dots li {
padding: 8px 4px
}
.slick-type02 .slick-dots li>* {
width: 6px;
max-width: 6px;
height: 6px
}
.slick-type02.slick-error-shadow .slick-dots {
margin-top: 24px
}
}
@media (max-width:575px) {
.slick-type02 .slick-dots {
margin: 15px 0 -8px
}
.slick-type02.slick-error-shadow .slick-dots {
margin-top: 5px
}
}
::-webkit-input-placeholder {
color: #7b7b7b
}
::-moz-placeholder {
color: #7b7b7b
}
:-moz-placeholder {
color: #7b7b7b
}
:-ms-input-placeholder {
color: #7b7b7b
}
:-moz-placeholder,
::-moz-placeholder {
opacity: 1
}
input:focus::-webkit-input-placeholder {
color: transparent
}
input:focus:-moz-placeholder {
color: transparent
}
input:focus::-moz-placeholder {
color: transparent
}
input:focus:-ms-input-placeholder {
color: transparent
}
textarea:focus::-webkit-input-placeholder {
color: transparent
}
textarea:focus:-moz-placeholder {
color: transparent
}
textarea:focus::-moz-placeholder {
color: transparent
}
textarea:focus:-ms-input-placeholder {
color: transparent
}
.form-default .form-group {
position: relative;
margin-bottom: 12px
}
.form-default .form-group label.error {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 56px;
left: 0;
padding: 8px 12px 6px;
background: red;
color: #fff;
font-size: 14px;
line-height: 22px;
z-index: 1;
width: 100%
}
.form-default .form-group label.error:after {
content: '';
position: absolute;
top: -12px;
left: 50%;
border: 6px solid transparent;
border-bottom: 6px solid #f8353e
}
.form-default label {
color: #303442;
display: inline-block;
padding-bottom: 5px
}
.form-default .pt-disabled {
pointer-events: none;
opacity: .5;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.form-default button[type=submit] {
margin-top: 27px
}
@media (max-width:1024.98px) {
.form-default button[type=submit] {
margin-top: 17px
}
}
.form-default .form-control {
background: 0 0;
font-size: 16px;
line-height: 25px;
border: 2px solid #f4f4f4;
color: #7b7b7b;
padding: 14px 12px 12px 18px;
outline: 0;
font-family: Roboto, sans-serif;
-webkit-transition: .3s;
transition: .3s;
-webkit-box-shadow: 0 2px 4px rgba(171, 171, 171, .13);
box-shadow: 0 2px 4px rgba(171, 171, 171, .13);
border-radius: 4px
}
.form-default .form-control.is-invalid {
border: 1px solid red
}
.form-default .form-control:not(textarea) {
height: 52px
}
.form-default input.form-control,
.form-default textarea.form-control {
-webkit-appearance: none
}
.form-default textarea.form-control {
padding-top: 13px
}
.form-default .form-control.error {
border-color: red;
-webkit-box-shadow: none;
box-shadow: none
}
.form-default .form-control:focus {
border-color: #f47629;
-webkit-box-shadow: 0 2px 4px rgba(244, 118, 41, .13);
box-shadow: 0 2px 4px rgba(244, 118, 41, .13);
background: 0 0
}
.form-default .pt-required {
display: inline-block;
float: right;
position: relative;
top: 4px;
color: red;
padding-left: 5px;
font-size: 14px;
line-height: 22px
}
.form-default .invalid-feedback {
margin-top: 2px;
font-size: 14px;
line-height: 24px
}
.form-default .tt-notes {
font-size: 14px;
line-height: 24px;
padding-top: 5px
}
.custom-select {
position: relative
}
.custom-select:after {
content: '';
position: absolute;
pointer-events: none;
top: 24px;
right: 23px;
width: 0;
height: 0;
border-width: 5px 4px;
border-style: solid;
border-color: #f47629 transparent transparent
}
.custom-select select {
display: block;
width: 100%;
height: 52px;
font-size: 16px;
line-height: 1.2;
padding: 6px 30px 6px 15px;
background: #fff;
border-radius: 4px;
outline: 0;
border: 2px solid #f4f4f4;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
color: #959595;
-webkit-box-shadow: 0 2px 4px rgba(171, 171, 171, .13);
box-shadow: 0 2px 4px rgba(171, 171, 171, .13)
}
.custom-select select:focus {
border-color: #f47629;
-webkit-box-shadow: 0 2px 4px rgba(244, 118, 41, .13);
box-shadow: 0 2px 4px rgba(244, 118, 41, .13);
background: 0 0
}
.custom-select select::-ms-expand {
display: none
}
html:not(.touch-device) body.mm-open,
html:not(.touch-device) body.mm-open .tt-stuck-nav.stuck {
padding-right: 17px
}
.modal-open {
overflow: hidden
}
html:not(.touch-device) body.modal-open {
overflow-x: hidden;
padding-right: 17px
}
html:not(.touch-device) body.modal-open #tt-stuck.stuck,
html:not(.touch-device) body.modal-open .tt-on-top {
padding-right: 17px
}
html.ie.gecko body.modal-open {
padding-right: 0!important
}
.modal {
-webkit-overflow-scrolling: touch;
text-align: center;
padding: 0;
-webkit-transition: opacity .15s;
transition: opacity .15s;
opacity: 0;
-webkit-overflow-scrolling: touch;
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 30;
-webkit-overflow-scrolling: touch;
outline: 0
}
.modal.show {
opacity: 1
}
@media (min-width:320px) {
.modal:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -4px
}
}
@media (min-width:731px) {
.modal-md {
width: 647px
}
}
@media (max-width:730px) {
.modal-md {
width: 528px
}
}
@media (max-width:580px) {
.modal-md {
width: 420px
}
}
@media (max-width:480px) {
.modal-md {
width: 315px
}
}
.modal .modal-content {
border-radius: 0;
border: none
}
.modal .modal-footer {
border: none
}
.modal .modal-dialog {
display: inline-block;
vertical-align: middle
}
.modal .modal-body:not(.no-background) {
background-color: #fff
}
.modal .modal-body {
position: relative;
text-align: left
}
.modal .modal-body .close {
font-size: 17px;
line-height: 1;
position: absolute;
top: 5px;
right: 1px;
display: inline-block;
z-index: 7;
padding: 18px 23px;
color: #3d3b42;
background: 0 0;
border: none;
outline: 0;
cursor: pointer;
-webkit-transition: color .2s;
transition: color .2s
}
.modal .modal-body .close:hover {
color: #f47629
}
.modal .modal-body .modal-titleblock {
padding-bottom: 32px
}
.modal .modal-body .modal-titleblock .modal-title {
font-size: 36px;
line-height: 38px;
font-family: Poppins, sans-serif;
color: #303442;
font-weight: 600;
margin: 0;
padding: 0
}
@media (min-width:1025px) {
.modal .modal-body {
padding: 53px 56px 60px
}
.f-form {
-webkit-transform: translateY(-50%);
transform: translateY(-50%)
}
}
@media (max-width:1024px) {
.modal .modal-body {
padding: 43px 40px 50px
}
.modal .modal-body .modal-titleblock {
padding-bottom: 32px
}
.modal .modal-body .modal-titleblock .modal-title {
font-size: 32px;
line-height: 42px
}
}
@media (max-width:580px) {
.modal .modal-body {
padding: 43px 30px 40px
}
.modal .modal-body .modal-titleblock {
padding-bottom: 20px
}
.modal .modal-body .modal-titleblock .modal-title {
font-size: 24px;
line-height: 30px
}
}
.modal:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -4px
}
.modal-backdrop {
background: #1d2025
}
.modal-backdrop.show {
opacity: .7
}
.modal-layout-dafault .custom-select select {
color: #7b7b7b
}
.modal-layout-dafault .form-group {
position: relative
}
.modal-layout-dafault .form-group .form-group__icon {
position: absolute;
right: 20px;
top: 18px;
display: block;
pointer-events: none;
color: #f47629
}
.modal-layout-dafault textarea {
height: 91px
}
.modal-layout-dafault button[type=submit] {
margin-top: 12px
}
.tt-back-to-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: fixed;
bottom: -90px;
right: 15px;
z-index: 20;
border-radius: 50%;
padding: 0;
-webkit-transition: .2s linear;
transition: .2s linear;
width: 73px;
height: 73px;
color: #fff;
background-color: rgba(255, 255, 255, .25)
}
.tt-back-to-top i {
position: relative;
z-index: 3;
pointer-events: none;
font-size: 25px
}
@media (min-width:790px) {
.tt-back-to-top.pt-show {
bottom: 50px
}
}
.tt-back-to-top .pt-text {
display: none
}
.tt-back-to-top:before {
content: '';
position: absolute;
top: 9px;
left: 9px;
width: calc(100% - 18px);
height: calc(100% - 18px);
background-color: #f47629;
border-radius: 50%
}
.tt-back-to-top:hover {
color: #f47629;
border-color: #f47629;
background-color: #f47629
}
.tt-back-to-top:hover:before {
background-color: #fff
}
@media (max-width:789px) {
.tt-back-to-top.pt-show {
bottom: 50px
}
.tt-back-to-top {
width: 66px;
height: 66px
}
}
#tt-footer {
background-color: #303442;
color: #bbbdc3;
margin-top: 162px
}
form {
padding: 0;
margin: 0
}
.f-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #f47629;
color: #fff;
padding: 30px;
overflow: hidden
}
.f-form>:not(:first-child) {
margin-left: 24px
}
.f-form .f-form__label {
font-size: 24px;
font-family: Poppins, sans-serif;
font-weight: 600;
padding-right: 13px
}
.f-form .f-form__input {
width: 33%
}
.f-form .f-form__input .form-control {
background: #fff;
color: #888;
border: 1px solid #fff;
font-size: 16px;
line-height: 19px;
-webkit-box-shadow: none;
box-shadow: none;
outline: 0;
-webkit-transition: .2s linear;
transition: .2s linear;
border-radius: 4px;
width: 100%;
height: 48px;
padding: 6px 12px 6px 19px;
font-family: Roboto, sans-serif
}
.f-form .f-form__btn .tt-btn [class^=icon-] {
margin-right: 10px
}
@media (max-width:1229.98px) {
.f-form .f-form__label {
font-size: 22px;
padding-right: 3px
}
}
@media (max-width:1024.98px) {
#tt-footer {
margin-top: 70px
}
.f-form {
padding: 15px
}
.f-form .f-form__label {
font-size: 20px;
padding-right: 0
}
.f-form .f-form__input .form-control {
height: 35px;
font-size: 15px;
padding: 6px 8px
}
.f-form .f-form__btn .tt-btn {
height: 35px
}
.f-form .f-form__btn .tt-btn [class^=icon-] {
margin-right: 10px
}
}
@media (max-width:766.98px) {
#tt-footer {
margin-top: 58px
}
.f-form {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
padding: 9px 15px 14px
}
.f-form>:not(:first-child) {
margin-left: 0
}
.f-form .f-form__input {
width: calc(100% - 128px)
}
.f-form .f-form__input .form-control {
width: 100%
}
.f-form .f-form__label {
width: 100%;
padding-bottom: 6px
}
.f-form .f-form__btn {
margin-left: 5px
}
.f-form .f-form__btn .tt-btn .tt-short-text {
display: none
}
}
.f-holder {
position: relative;
margin-top: -10px;
overflow: hidden;
margin-left: 0;
margin-right: 0
}
.f-holder>[class^=col-] {
margin-top: 25px
}
@media (max-width:1024px) {
.f-holder {
margin-top: 11px
}
}
@media (max-width:1229px) {
.f-holder {
padding-left: 15px;
padding-right: 15px
}
#map {
height: 180px;
width: calc(50% - 30px);
max-width: calc(50% - 30px);
right: 25px
}
}
@media (min-width:576px) {
.modal .modal-dialog {
max-width: inherit
}
#map {
position: absolute!important;
top: 25px;
right: 15px
}
}
@media (max-width:575px) {
.f-holder {
text-align: center;
padding-left: 10px;
padding-right: 10px;
margin-top: 0
}
#map {
width: 100%;
height: 246px;
max-width: inherit;
position: relative;
margin-top: 35px;
right: 0
}
}
.footer-wrapper .container {
position: relative
}
.f-logo {
font-size: 40px;
line-height: 40px;
font-family: Poppins, sans-serif;
font-weight: 600;
position: relative;
top: 5px;
padding: 0;
letter-spacing: -.04em;
display: inline-block;
margin-bottom: 15px
}
.f-logo .tt-icon {
position: absolute;
top: -4px;
left: 0;
z-index: 1
}
.f-logo .tt-text {
position: relative;
z-index: 2;
padding: 0 0 0 21px;
display: inline-block;
color: #fff
}
@media (max-width:1024px) {
.f-logo {
font-size: 28px;
line-height: 40px;
margin-bottom: 10px
}
.f-logo .tt-icon {
top: -4px;
left: 7px;
z-index: 1
}
.f-logo .tt-icon img {
max-width: 21px
}
}
.f-info-icon {
margin: 50px 0 0;
padding: 0
}
.f-info-icon li {
position: relative;
padding: 0 0 0 26px;
color: #bbbdc3;
text-align: left
}
.f-info-icon li [class^=icon] {
font-size: 16px;
line-height: 15px;
color: #f47629;
position: absolute;
left: 0;
top: 6px
}
.f-info-icon li:not(:first-child) {
margin-top: 5px
}
.f-info-icon li a {
color: #bbbdc3
}
.f-info-icon li a:hover {
color: #f47629
}
@media (max-width:1024px) {
.f-info-icon li [class^=icon] {
font-size: 14px
}
}
@media (max-width:575px) {
.f-info-icon {
margin-top: 34px
}
}
.f-info-text {
padding-right: 15px
}
@media (max-width:1229px) and (min-width:576px) {
.additional-strut {
min-height: 170px
}
.f-info-text,
.f-logo {
width: 50%
}
}
@media (max-width:766.98px) {
.f-info-text {
padding-right: 0
}
}
.f-nav {
margin-top: 50px
}
.f-nav li {
color: #303442;
padding: 0 0 0 27px;
position: relative;
width: 50%;
float: left;
font-family: Poppins, sans-serif;
font-weight: 600
}
.f-nav li:before {
content: '\e922';
font-family: electrician;
color: #f47629;
position: absolute;
top: 8px;
left: 3px;
font-size: 10px;
line-height: 1
}
.f-nav li a {
color: #fff;
-webkit-transition: color .2s linear;
transition: color .2s linear
}
.f-nav li a:hover {
color: #f47629
}
.f-nav li:not(:first-child) {
margin-top: 4px
}
@media (max-width:575px) {
.f-nav {
padding-left: 0;
padding-right: 0;
margin-top: 29px
}
.f-nav li {
text-align: left;
padding-right: 27px
}
}
.f-copyright {
margin-top: 46px;
padding-bottom: 27px;
margin-left: 0;
margin-right: 0
}
@media (max-width:1229px) {
.f-copyright {
padding-left: 25px;
padding-right: 25px
}
}
@media (max-width:575px) {
.f-copyright {
margin-top: 30px
}
.f-copyright>* {
text-align: center
}
.f-copyright>:not(:first-child) {
margin-top: 13px
}
}
.f-social {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.f-social li a {
font-size: 29px;
line-height: 29px;
padding-left: 5px;
padding-right: 5px;
display: inline-block;
color: #fff;
-webkit-transition: color .2s linear;
transition: color .2s linear
}
.f-social li a:hover {
color: #f47629
}
/* Custom css */
.active {
color: #f47629 !important;
}
.ck>ul {
list-style-type: disc;
} | public/css/style.css | @charset "UTF-8";
/*
* Bootstrap v4.0.0 (https://getbootstrap.com)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
*,
::after,
::before {
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.active {
color: #f47629;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: transparent
}
@-ms-viewport {
width: device-width
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
display: block
}
[tabindex="-1"]:focus {
outline: 0!important
}
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible
}
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
margin-top: 0
}
abbr[data-original-title],
abbr[title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0
}
address {
font-style: normal;
line-height: inherit;
margin: 0
}
ol ol,
ol ul,
ul ol,
ul ul {
margin-bottom: 0
}
dt {
font-weight: 700
}
dd {
margin-bottom: .5rem;
margin-left: 0
}
dfn {
font-style: italic
}
b,
strong {
font-weight: bolder
}
small {
font-size: 80%
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
text-decoration: none;
outline: 0;
color: #f47629
}
a:hover {
color: #0056b3
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
color: inherit;
text-decoration: none
}
a:not([href]):not([tabindex]):focus {
outline: 0
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em
}
pre {
margin-top: 0;
overflow: auto;
-ms-overflow-style: scrollbar
}
img {
vertical-align: middle;
border-style: none;
max-width: 100%;
height: auto
}
svg:not(:root) {
overflow: hidden
}
table {
border-collapse: collapse
}
caption {
padding-top: .75rem;
padding-bottom: .75rem;
color: #6c757d;
text-align: left;
caption-side: bottom
}
th {
text-align: inherit
}
label,
output {
display: inline-block
}
button {
border-radius: 0
}
button:focus {
outline: -webkit-focus-ring-color auto 5px;
outline: 0
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit
}
button,
input {
overflow: visible
}
button,
select {
text-transform: none
}
[type=reset],
[type=submit],
button,
html [type=button] {
-webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
padding: 0;
border-style: none
}
input[type=checkbox],
input[type=radio] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0
}
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
-webkit-appearance: listbox
}
textarea {
overflow: auto;
resize: vertical
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
line-height: inherit;
color: inherit;
white-space: normal
}
progress {
vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto
}
[type=search] {
outline-offset: -2px;
-webkit-appearance: none
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button
}
summary {
display: list-item;
cursor: pointer
}
template {
display: none
}
[hidden] {
display: none!important
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
@media (min-width:576px) {
.container {
max-width: 546px
}
}
@media (min-width:767px) {
.container {
max-width: 737px
}
}
@media (min-width:1025px) {
.container {
max-width: 990px
}
}
@media (min-width:1230px) {
.container {
max-width: 1200px
}
}
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px
}
.no-gutters {
margin-right: 0;
margin-left: 0
}
.no-gutters>.col,
.no-gutters>[class*=col-] {
padding-right: 0;
padding-left: 0
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.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-lg-auto,
.col-md,
.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-md-auto,
.col-sm,
.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-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%
}
.col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%
}
.col-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%
}
.col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%
}
.col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%
}
.col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%
}
.col-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%
}
.col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%
}
.col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1
}
.order-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13
}
.order-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0
}
.order-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.order-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.order-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3
}
.order-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4
}
.order-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5
}
.order-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6
}
.order-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7
}
.order-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8
}
.order-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9
}
.order-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10
}
.order-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11
}
.order-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12
}
.offset-1 {
margin-left: 8.33333%
}
.offset-2 {
margin-left: 16.66667%
}
.offset-3 {
margin-left: 25%
}
.offset-4 {
margin-left: 33.33333%
}
.offset-5 {
margin-left: 41.66667%
}
.offset-6 {
margin-left: 50%
}
.offset-7 {
margin-left: 58.33333%
}
.offset-8 {
margin-left: 66.66667%
}
.offset-9 {
margin-left: 75%
}
.offset-10 {
margin-left: 83.33333%
}
.offset-11 {
margin-left: 91.66667%
}
@media (min-width:576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-sm-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%
}
.col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%
}
.col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%
}
.col-sm-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%
}
.col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%
}
.col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%
}
.col-sm-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%
}
.col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%
}
.col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-sm-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1
}
.order-sm-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13
}
.order-sm-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0
}
.order-sm-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.order-sm-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.order-sm-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3
}
.order-sm-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4
}
.order-sm-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5
}
.order-sm-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6
}
.order-sm-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7
}
.order-sm-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8
}
.order-sm-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9
}
.order-sm-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10
}
.order-sm-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11
}
.order-sm-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12
}
.offset-sm-0 {
margin-left: 0
}
.offset-sm-1 {
margin-left: 8.33333%
}
.offset-sm-2 {
margin-left: 16.66667%
}
.offset-sm-3 {
margin-left: 25%
}
.offset-sm-4 {
margin-left: 33.33333%
}
.offset-sm-5 {
margin-left: 41.66667%
}
.offset-sm-6 {
margin-left: 50%
}
.offset-sm-7 {
margin-left: 58.33333%
}
.offset-sm-8 {
margin-left: 66.66667%
}
.offset-sm-9 {
margin-left: 75%
}
.offset-sm-10 {
margin-left: 83.33333%
}
.offset-sm-11 {
margin-left: 91.66667%
}
}
@media (min-width:767px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-md-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%
}
.col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%
}
.col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%
}
.col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%
}
.col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%
}
.col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%
}
.col-md-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%
}
.col-md-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%
}
.col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-md-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1
}
.order-md-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13
}
.order-md-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0
}
.order-md-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.order-md-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.order-md-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3
}
.order-md-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4
}
.order-md-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5
}
.order-md-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6
}
.order-md-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7
}
.order-md-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8
}
.order-md-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9
}
.order-md-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10
}
.order-md-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11
}
.order-md-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12
}
.offset-md-0 {
margin-left: 0
}
.offset-md-1 {
margin-left: 8.33333%
}
.offset-md-2 {
margin-left: 16.66667%
}
.offset-md-3 {
margin-left: 25%
}
.offset-md-4 {
margin-left: 33.33333%
}
.offset-md-5 {
margin-left: 41.66667%
}
.offset-md-6 {
margin-left: 50%
}
.offset-md-7 {
margin-left: 58.33333%
}
.offset-md-8 {
margin-left: 66.66667%
}
.offset-md-9 {
margin-left: 75%
}
.offset-md-10 {
margin-left: 83.33333%
}
.offset-md-11 {
margin-left: 91.66667%
}
}
@media (min-width:1025px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-lg-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%
}
.col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%
}
.col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%
}
.col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%
}
.col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%
}
.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%
}
.col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%
}
.col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%
}
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-lg-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1
}
.order-lg-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13
}
.order-lg-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0
}
.order-lg-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.order-lg-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.order-lg-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3
}
.order-lg-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4
}
.order-lg-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5
}
.order-lg-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6
}
.order-lg-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7
}
.order-lg-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8
}
.order-lg-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9
}
.order-lg-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10
}
.order-lg-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11
}
.order-lg-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12
}
.offset-lg-0 {
margin-left: 0
}
.offset-lg-1 {
margin-left: 8.33333%
}
.offset-lg-2 {
margin-left: 16.66667%
}
.offset-lg-3 {
margin-left: 25%
}
.offset-lg-4 {
margin-left: 33.33333%
}
.offset-lg-5 {
margin-left: 41.66667%
}
.offset-lg-6 {
margin-left: 50%
}
.offset-lg-7 {
margin-left: 58.33333%
}
.offset-lg-8 {
margin-left: 66.66667%
}
.offset-lg-9 {
margin-left: 75%
}
.offset-lg-10 {
margin-left: 83.33333%
}
.offset-lg-11 {
margin-left: 91.66667%
}
}
@media (min-width:1230px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-xl-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%
}
.col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%
}
.col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%
}
.col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%
}
.col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%
}
.col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%
}
.col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%
}
.col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%
}
.col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-xl-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1
}
.order-xl-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13
}
.order-xl-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0
}
.order-xl-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.order-xl-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.order-xl-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3
}
.order-xl-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4
}
.order-xl-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5
}
.order-xl-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6
}
.order-xl-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7
}
.order-xl-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8
}
.order-xl-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9
}
.order-xl-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10
}
.order-xl-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11
}
.order-xl-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12
}
.offset-xl-0 {
margin-left: 0
}
.offset-xl-1 {
margin-left: 8.33333%
}
.offset-xl-2 {
margin-left: 16.66667%
}
.offset-xl-3 {
margin-left: 25%
}
.offset-xl-4 {
margin-left: 33.33333%
}
.offset-xl-5 {
margin-left: 41.66667%
}
.offset-xl-6 {
margin-left: 50%
}
.offset-xl-7 {
margin-left: 58.33333%
}
.offset-xl-8 {
margin-left: 66.66667%
}
.offset-xl-9 {
margin-left: 75%
}
.offset-xl-10 {
margin-left: 83.33333%
}
.offset-xl-11 {
margin-left: 91.66667%
}
}
.form-control {
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0;
-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
.form-control::-ms-expand {
background-color: transparent;
border: 0
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1
}
.form-control::-moz-placeholder {
color: #6c757d;
opacity: 1
}
.form-control:-ms-input-placeholder {
color: #6c757d;
opacity: 1
}
.form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1
}
.form-control::placeholder {
color: #6c757d;
opacity: 1
}
.form-control:disabled,
.form-control[readonly] {
background-color: #e9ecef;
opacity: 1
}
select.form-control:not([size]):not([multiple]) {
height: calc(2.25rem + 2px)
}
select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff
}
.form-control-file,
.form-control-range {
display: block;
width: 100%
}
.col-form-label {
padding-top: calc(.375rem + 1px);
padding-bottom: calc(.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5
}
.col-form-label-lg {
padding-top: calc(.5rem + 1px);
padding-bottom: calc(.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5
}
.col-form-label-sm {
padding-top: calc(.25rem + 1px);
padding-bottom: calc(.25rem + 1px);
font-size: .875rem;
line-height: 1.5
}
.form-control-plaintext {
display: block;
width: 100%;
padding-top: .375rem;
padding-bottom: .375rem;
margin-bottom: 0;
line-height: 1.5;
background-color: transparent;
border: solid transparent;
border-width: 1px 0
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
padding-right: 0;
padding-left: 0
}
.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: 0
}
.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
height: calc(1.8125rem + 2px)
}
.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0
}
.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
height: calc(2.875rem + 2px)
}
.form-group {
margin-bottom: 1rem
}
.form-text {
display: block;
margin-top: .25rem
}
.form-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px
}
.form-row>.col,
.form-row>[class*=col-] {
padding-right: 5px;
padding-left: 5px
}
.form-check {
position: relative;
display: block;
padding-left: 1.25rem
}
.form-check-input {
position: absolute;
margin-top: .3rem;
margin-left: -1.25rem
}
.form-check-input:disabled~.form-check-label {
color: #6c757d
}
.form-check-label {
margin-bottom: 0
}
.form-check-inline {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 0;
margin-right: .75rem
}
.form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: .3125rem;
margin-left: 0
}
.valid-feedback {
display: none;
width: 100%;
margin-top: .25rem;
font-size: 80%;
color: #28a745
}
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(40, 167, 69, .8);
border-radius: .2rem
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
border-color: #28a745
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
border-color: #28a745;
-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
display: block
}
.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
color: #28a745
}
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
display: block
}
.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
color: #28a745
}
.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
background-color: #71dd8a
}
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
display: block
}
.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
background-color: #34ce57
}
.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25);
box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
border-color: #28a745
}
.custom-file-input.is-valid~.custom-file-label::before,
.was-validated .custom-file-input:valid~.custom-file-label::before {
border-color: inherit
}
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
display: block
}
.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: .25rem;
font-size: 80%;
color: #dc3545
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(220, 53, 69, .8);
border-radius: .2rem
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
border-color: #dc3545
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
border-color: #dc3545;
-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
display: block
}
.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
color: #dc3545
}
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
display: block
}
.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
color: #dc3545
}
.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
background-color: #efa2a9
}
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
display: block
}
.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
background-color: #e4606d
}
.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25);
box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
border-color: #dc3545
}
.custom-file-input.is-invalid~.custom-file-label::before,
.was-validated .custom-file-input:invalid~.custom-file-label::before {
border-color: inherit
}
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
display: block
}
.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.form-inline {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.form-inline .form-check {
width: 100%
}
@media (min-width:576px) {
.form-inline label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 0
}
.form-inline .form-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 0
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle
}
.form-inline .form-control-plaintext {
display: inline-block
}
.form-inline .input-group {
width: auto
}
.form-inline .form-check {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: auto;
padding-left: 0
}
.form-inline .form-check-input {
position: relative;
margin-top: 0;
margin-right: .25rem;
margin-left: 0
}
.form-inline .custom-control {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.form-inline .custom-control-label {
margin-bottom: 0
}
}
.btn {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0;
-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
.btn:focus,
.btn:hover {
text-decoration: none
}
.btn.focus,
.btn:focus {
outline: 0;
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.btn.disabled,
.btn:disabled {
opacity: .65
}
.btn:not(:disabled):not(.disabled) {
cursor: pointer
}
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
background-image: none
}
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none
}
.btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc
}
.btn-primary.focus,
.btn-primary:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.btn-primary.disabled,
.btn-primary:disabled {
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
color: #fff;
background-color: #0062cc;
border-color: #005cbf
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}
.btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62
}
.btn-secondary.focus,
.btn-secondary:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-secondary.disabled,
.btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745
}
.btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34
}
.btn-success.focus,
.btn-success:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-success.disabled,
.btn-success:disabled {
color: #fff;
background-color: #28a745;
border-color: #28a745
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
color: #fff;
background-color: #1e7e34;
border-color: #1c7430
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}
.btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b
}
.btn-info.focus,
.btn-info:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-info.disabled,
.btn-info:disabled {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
color: #fff;
background-color: #117a8b;
border-color: #10707f
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}
.btn-warning:hover {
color: #212529;
background-color: #e0a800;
border-color: #d39e00
}
.btn-warning.focus,
.btn-warning:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-warning.disabled,
.btn-warning:disabled {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
color: #212529;
background-color: #d39e00;
border-color: #c69500
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}
.btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130
}
.btn-danger.focus,
.btn-danger:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-danger.disabled,
.btn-danger:disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
color: #fff;
background-color: #bd2130;
border-color: #b21f2d
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}
.btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5
}
.btn-light.focus,
.btn-light:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-light.disabled,
.btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40
}
.btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124
}
.btn-dark.focus,
.btn-dark:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-dark.disabled,
.btn-dark:disabled {
color: #fff;
background-color: #343a40;
border-color: #343a40
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
color: #fff;
background-color: #1d2124;
border-color: #171a1d
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-outline-primary {
color: #007bff;
background-color: transparent;
background-image: none;
border-color: #007bff
}
.btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
color: #007bff;
background-color: transparent
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.btn-outline-secondary {
color: #6c757d;
background-color: transparent;
background-image: none;
border-color: #6c757d
}
.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-outline-success {
color: #28a745;
background-color: transparent;
background-image: none;
border-color: #28a745
}
.btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745
}
.btn-outline-success.focus,
.btn-outline-success:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
color: #28a745;
background-color: transparent
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-outline-info {
color: #17a2b8;
background-color: transparent;
background-image: none;
border-color: #17a2b8
}
.btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}
.btn-outline-info.focus,
.btn-outline-info:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-outline-warning {
color: #ffc107;
background-color: transparent;
background-image: none;
border-color: #ffc107
}
.btn-outline-warning:hover {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-outline-danger {
color: #dc3545;
background-color: transparent;
background-image: none;
border-color: #dc3545
}
.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-outline-light {
color: #f8f9fa;
background-color: transparent;
background-image: none;
border-color: #f8f9fa
}
.btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}
.btn-outline-light.focus,
.btn-outline-light:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-outline-dark {
color: #343a40;
background-color: transparent;
background-image: none;
border-color: #343a40
}
.btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
color: #343a40;
background-color: transparent
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-link {
font-weight: 400;
color: #007bff;
background-color: transparent
}
.btn-link:hover {
color: #0056b3;
text-decoration: underline;
background-color: transparent;
border-color: transparent
}
.btn-link.focus,
.btn-link:focus {
text-decoration: underline;
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none
}
.btn-link.disabled,
.btn-link:disabled {
color: #6c757d
}
.btn-lg {
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0
}
.btn-sm {
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: 0
}
.btn-block {
display: block;
width: 100%
}
.btn-block+.btn-block {
margin-top: .5rem
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
width: 100%
}
.input-group {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%
}
.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0
}
.input-group>.custom-file:focus,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
z-index: 3
}
.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
margin-left: -1px
}
.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.input-group>.custom-file {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::before {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.input-group>.custom-file:not(:first-child) .custom-file-label,
.input-group>.custom-file:not(:first-child) .custom-file-label::before {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.input-group-append,
.input-group-prepend {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.input-group-append .btn,
.input-group-prepend .btn {
position: relative;
z-index: 2
}
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
margin-left: -1px
}
.input-group-prepend {
margin-right: -1px
}
.input-group-append {
margin-left: -1px
}
.input-group-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: .375rem .75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0
}
.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
margin-top: 0
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
pointer-events: none
}
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out, -webkit-transform .3s ease-out;
-webkit-transform: translate(0, -25%);
transform: translate(0, -25%)
}
.modal.show .modal-dialog {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
.modal-dialog-centered {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (10px * 2))
}
.modal-content {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: transparent;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 0;
outline: 0
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 24
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.modal-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0;
border-bottom: 1px solid #e9ecef;
border-top-left-radius: 0;
border-top-right-radius: 0
}
.modal-header .close {
padding: 0;
margin: 0 0 0 auto
}
.modal-title {
margin-bottom: 0;
line-height: 1.5
}
.modal-body {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 15px
}
.modal-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 15px;
border-top: 1px solid #e9ecef
}
.modal-footer>:not(:first-child) {
margin-left: .25rem
}
.modal-footer>:not(:last-child) {
margin-right: .25rem
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll
}
@media (min-width:576px) {
.modal-dialog {
max-width: 500px;
margin: 30px auto
}
.modal-dialog-centered {
min-height: calc(100% - (30px * 2))
}
.modal-sm {
max-width: 300px
}
}
.align-baseline {
vertical-align: baseline!important
}
.align-top {
vertical-align: top!important
}
.align-middle {
vertical-align: middle!important
}
.align-bottom {
vertical-align: bottom!important
}
.align-text-bottom {
vertical-align: text-bottom!important
}
.align-text-top {
vertical-align: text-top!important
}
.bg-primary {
background-color: #007bff!important
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
background-color: #0062cc!important
}
.bg-secondary {
background-color: #6c757d!important
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
background-color: #545b62!important
}
.bg-success {
background-color: #28a745!important
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
background-color: #1e7e34!important
}
.bg-info {
background-color: #17a2b8!important
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
background-color: #117a8b!important
}
.bg-warning {
background-color: #ffc107!important
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
background-color: #d39e00!important
}
.bg-danger {
background-color: #dc3545!important
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
background-color: #bd2130!important
}
.bg-light {
background-color: #f8f9fa!important
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
background-color: #dae0e5!important
}
.bg-dark {
background-color: #343a40!important
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
background-color: #1d2124!important
}
.bg-white {
background-color: #fff!important
}
.bg-transparent {
background-color: transparent!important
}
.border {
border: 1px solid #dee2e6!important
}
.border-top {
border-top: 1px solid #dee2e6!important
}
.border-right {
border-right: 1px solid #dee2e6!important
}
.border-bottom {
border-bottom: 1px solid #dee2e6!important
}
.border-left {
border-left: 1px solid #dee2e6!important
}
.border-0 {
border: 0!important
}
.border-top-0 {
border-top: 0!important
}
.border-right-0 {
border-right: 0!important
}
.border-bottom-0 {
border-bottom: 0!important
}
.border-left-0 {
border-left: 0!important
}
.border-primary {
border-color: #007bff!important
}
.border-secondary {
border-color: #6c757d!important
}
.border-success {
border-color: #28a745!important
}
.border-info {
border-color: #17a2b8!important
}
.border-warning {
border-color: #ffc107!important
}
.border-danger {
border-color: #dc3545!important
}
.border-light {
border-color: #f8f9fa!important
}
.border-dark {
border-color: #343a40!important
}
.border-white {
border-color: #fff!important
}
.rounded {
border-radius: 0!important
}
.rounded-top {
border-top-left-radius: 0!important;
border-top-right-radius: 0!important
}
.rounded-right {
border-top-right-radius: 0!important;
border-bottom-right-radius: 0!important
}
.rounded-bottom {
border-bottom-right-radius: 0!important;
border-bottom-left-radius: 0!important
}
.rounded-left {
border-top-left-radius: 0!important;
border-bottom-left-radius: 0!important
}
.rounded-circle {
border-radius: 50%!important
}
.rounded-0 {
border-radius: 0!important
}
.clearfix::after {
display: block;
clear: both;
content: ""
}
.d-none {
display: none!important
}
.d-inline {
display: inline!important
}
.d-inline-block {
display: inline-block!important
}
.d-block {
display: block!important
}
.d-table {
display: table!important
}
.d-table-row {
display: table-row!important
}
.d-table-cell {
display: table-cell!important
}
.d-flex {
display: -webkit-box!important;
display: -ms-flexbox!important;
display: flex!important
}
.d-inline-flex {
display: -webkit-inline-box!important;
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
@media (min-width:576px) {
.d-sm-none {
display: none!important
}
.d-sm-inline {
display: inline!important
}
.d-sm-inline-block {
display: inline-block!important
}
.d-sm-block {
display: block!important
}
.d-sm-table {
display: table!important
}
.d-sm-table-row {
display: table-row!important
}
.d-sm-table-cell {
display: table-cell!important
}
.d-sm-flex {
display: -webkit-box!important;
display: -ms-flexbox!important;
display: flex!important
}
.d-sm-inline-flex {
display: -webkit-inline-box!important;
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
@media (min-width:767px) {
.d-md-none {
display: none!important
}
.d-md-inline {
display: inline!important
}
.d-md-inline-block {
display: inline-block!important
}
.d-md-block {
display: block!important
}
.d-md-table {
display: table!important
}
.d-md-table-row {
display: table-row!important
}
.d-md-table-cell {
display: table-cell!important
}
.d-md-flex {
display: -webkit-box!important;
display: -ms-flexbox!important;
display: flex!important
}
.d-md-inline-flex {
display: -webkit-inline-box!important;
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
@media (min-width:1025px) {
.modal-lg {
max-width: 800px
}
.d-lg-none {
display: none!important
}
.d-lg-inline {
display: inline!important
}
.d-lg-inline-block {
display: inline-block!important
}
.d-lg-block {
display: block!important
}
.d-lg-table {
display: table!important
}
.d-lg-table-row {
display: table-row!important
}
.d-lg-table-cell {
display: table-cell!important
}
.d-lg-flex {
display: -webkit-box!important;
display: -ms-flexbox!important;
display: flex!important
}
.d-lg-inline-flex {
display: -webkit-inline-box!important;
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
@media (min-width:1230px) {
.d-xl-none {
display: none!important
}
.d-xl-inline {
display: inline!important
}
.d-xl-inline-block {
display: inline-block!important
}
.d-xl-block {
display: block!important
}
.d-xl-table {
display: table!important
}
.d-xl-table-row {
display: table-row!important
}
.d-xl-table-cell {
display: table-cell!important
}
.d-xl-flex {
display: -webkit-box!important;
display: -ms-flexbox!important;
display: flex!important
}
.d-xl-inline-flex {
display: -webkit-inline-box!important;
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
@media print {
.d-print-none {
display: none!important
}
.d-print-inline {
display: inline!important
}
.d-print-inline-block {
display: inline-block!important
}
.d-print-block {
display: block!important
}
.d-print-table {
display: table!important
}
.d-print-table-row {
display: table-row!important
}
.d-print-table-cell {
display: table-cell!important
}
.d-print-flex {
display: -webkit-box!important;
display: -ms-flexbox!important;
display: flex!important
}
.d-print-inline-flex {
display: -webkit-inline-box!important;
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden
}
.embed-responsive::before {
display: block;
content: ""
}
.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-21by9::before {
padding-top: 42.85714%
}
.embed-responsive-16by9::before {
padding-top: 56.25%
}
.embed-responsive-4by3::before {
padding-top: 75%
}
.embed-responsive-1by1::before {
padding-top: 100%
}
.flex-row {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-column {
-webkit-box-orient: vertical!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-row-reverse {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: reverse!important;
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-column-reverse {
-webkit-box-orient: vertical!important;
-webkit-box-direction: reverse!important;
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.justify-content-start {
-webkit-box-pack: start!important;
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-end {
-webkit-box-pack: end!important;
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-center {
-webkit-box-pack: center!important;
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-between {
-webkit-box-pack: justify!important;
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-start {
-webkit-box-align: start!important;
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-end {
-webkit-box-align: end!important;
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-center {
-webkit-box-align: center!important;
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-baseline {
-webkit-box-align: baseline!important;
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-stretch {
-webkit-box-align: stretch!important;
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
@media (min-width:576px) {
.flex-sm-row {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-sm-column {
-webkit-box-orient: vertical!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-sm-row-reverse {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: reverse!important;
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-sm-column-reverse {
-webkit-box-orient: vertical!important;
-webkit-box-direction: reverse!important;
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-sm-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-sm-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.justify-content-sm-start {
-webkit-box-pack: start!important;
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-sm-end {
-webkit-box-pack: end!important;
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-sm-center {
-webkit-box-pack: center!important;
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-sm-between {
-webkit-box-pack: justify!important;
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-sm-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-sm-start {
-webkit-box-align: start!important;
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-sm-end {
-webkit-box-align: end!important;
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-sm-center {
-webkit-box-align: center!important;
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-sm-baseline {
-webkit-box-align: baseline!important;
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-sm-stretch {
-webkit-box-align: stretch!important;
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-sm-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-sm-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-sm-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-sm-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-sm-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-sm-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-sm-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-sm-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-sm-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-sm-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-sm-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-sm-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
}
.float-left {
float: left!important
}
.float-right {
float: right!important
}
.float-none {
float: none!important
}
@media (min-width:576px) {
.float-sm-left {
float: left!important
}
.float-sm-right {
float: right!important
}
.float-sm-none {
float: none!important
}
}
.position-static {
position: static!important
}
.position-relative {
position: relative!important
}
.position-absolute {
position: absolute!important
}
.position-fixed {
position: fixed!important
}
.position-sticky {
position: sticky!important
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 23
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 23
}
@supports (position:sticky) {
.sticky-top {
position: sticky;
top: 0;
z-index: 22
}
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal;
-webkit-clip-path: none;
clip-path: none
}
.w-25 {
width: 25%!important
}
.w-50 {
width: 50%!important
}
.w-75 {
width: 75%!important
}
.w-100 {
width: 100%!important
}
.h-25 {
height: 25%!important
}
.h-50 {
height: 50%!important
}
.h-75 {
height: 75%!important
}
.h-100 {
height: 100%!important
}
.mw-100 {
max-width: 100%!important
}
.mh-100 {
max-height: 100%!important
}
.m-0 {
margin: 0!important
}
.mt-0,
.my-0 {
margin-top: 0!important
}
.mr-0,
.mx-0 {
margin-right: 0!important
}
.mb-0,
.my-0 {
margin-bottom: 0!important
}
.ml-0,
.mx-0 {
margin-left: 0!important
}
.m-1 {
margin: .25rem!important
}
.mt-1,
.my-1 {
margin-top: .25rem!important
}
.mr-1,
.mx-1 {
margin-right: .25rem!important
}
.mb-1,
.my-1 {
margin-bottom: .25rem!important
}
.ml-1,
.mx-1 {
margin-left: .25rem!important
}
.m-2 {
margin: .5rem!important
}
.mt-2,
.my-2 {
margin-top: .5rem!important
}
.mr-2,
.mx-2 {
margin-right: .5rem!important
}
.mb-2,
.my-2 {
margin-bottom: .5rem!important
}
.ml-2,
.mx-2 {
margin-left: .5rem!important
}
.m-3 {
margin: 1rem!important
}
.mt-3,
.my-3 {
margin-top: 1rem!important
}
.mr-3,
.mx-3 {
margin-right: 1rem!important
}
.mb-3,
.my-3 {
margin-bottom: 1rem!important
}
.ml-3,
.mx-3 {
margin-left: 1rem!important
}
.m-4 {
margin: 1.5rem!important
}
.mt-4,
.my-4 {
margin-top: 1.5rem!important
}
.mr-4,
.mx-4 {
margin-right: 1.5rem!important
}
.mb-4,
.my-4 {
margin-bottom: 1.5rem!important
}
.ml-4,
.mx-4 {
margin-left: 1.5rem!important
}
.m-5 {
margin: 3rem!important
}
.mt-5,
.my-5 {
margin-top: 3rem!important
}
.mr-5,
.mx-5 {
margin-right: 3rem!important
}
.mb-5,
.my-5 {
margin-bottom: 3rem!important
}
.ml-5,
.mx-5 {
margin-left: 3rem!important
}
.p-0 {
padding: 0!important
}
.pt-0,
.py-0 {
padding-top: 0!important
}
.pr-0,
.px-0 {
padding-right: 0!important
}
.pb-0,
.py-0 {
padding-bottom: 0!important
}
.pl-0,
.px-0 {
padding-left: 0!important
}
.p-1 {
padding: .25rem!important
}
.pt-1,
.py-1 {
padding-top: .25rem!important
}
.pr-1,
.px-1 {
padding-right: .25rem!important
}
.pb-1,
.py-1 {
padding-bottom: .25rem!important
}
.pl-1,
.px-1 {
padding-left: .25rem!important
}
.p-2 {
padding: .5rem!important
}
.pt-2,
.py-2 {
padding-top: .5rem!important
}
.pr-2,
.px-2 {
padding-right: .5rem!important
}
.pb-2,
.py-2 {
padding-bottom: .5rem!important
}
.pl-2,
.px-2 {
padding-left: .5rem!important
}
.p-3 {
padding: 1rem!important
}
.pt-3,
.py-3 {
padding-top: 1rem!important
}
.pr-3,
.px-3 {
padding-right: 1rem!important
}
.pb-3,
.py-3 {
padding-bottom: 1rem!important
}
.pl-3,
.px-3 {
padding-left: 1rem!important
}
.p-4 {
padding: 1.5rem!important
}
.pt-4,
.py-4 {
padding-top: 1.5rem!important
}
.pr-4,
.px-4 {
padding-right: 1.5rem!important
}
.pb-4,
.py-4 {
padding-bottom: 1.5rem!important
}
.pl-4,
.px-4 {
padding-left: 1.5rem!important
}
.p-5 {
padding: 3rem!important
}
.pt-5,
.py-5 {
padding-top: 3rem!important
}
.pr-5,
.px-5 {
padding-right: 3rem!important
}
.pb-5,
.py-5 {
padding-bottom: 3rem!important
}
.pl-5,
.px-5 {
padding-left: 3rem!important
}
.m-auto {
margin: auto!important
}
.mt-auto,
.my-auto {
margin-top: auto!important
}
.mr-auto,
.mx-auto {
margin-right: auto!important
}
.mb-auto,
.my-auto {
margin-bottom: auto!important
}
.ml-auto,
.mx-auto {
margin-left: auto!important
}
@media (min-width:576px) {
.m-sm-0 {
margin: 0!important
}
.mt-sm-0,
.my-sm-0 {
margin-top: 0!important
}
.mr-sm-0,
.mx-sm-0 {
margin-right: 0!important
}
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0!important
}
.ml-sm-0,
.mx-sm-0 {
margin-left: 0!important
}
.m-sm-1 {
margin: .25rem!important
}
.mt-sm-1,
.my-sm-1 {
margin-top: .25rem!important
}
.mr-sm-1,
.mx-sm-1 {
margin-right: .25rem!important
}
.mb-sm-1,
.my-sm-1 {
margin-bottom: .25rem!important
}
.ml-sm-1,
.mx-sm-1 {
margin-left: .25rem!important
}
.m-sm-2 {
margin: .5rem!important
}
.mt-sm-2,
.my-sm-2 {
margin-top: .5rem!important
}
.mr-sm-2,
.mx-sm-2 {
margin-right: .5rem!important
}
.mb-sm-2,
.my-sm-2 {
margin-bottom: .5rem!important
}
.ml-sm-2,
.mx-sm-2 {
margin-left: .5rem!important
}
.m-sm-3 {
margin: 1rem!important
}
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem!important
}
.mr-sm-3,
.mx-sm-3 {
margin-right: 1rem!important
}
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem!important
}
.ml-sm-3,
.mx-sm-3 {
margin-left: 1rem!important
}
.m-sm-4 {
margin: 1.5rem!important
}
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem!important
}
.mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem!important
}
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem!important
}
.ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem!important
}
.m-sm-5 {
margin: 3rem!important
}
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem!important
}
.mr-sm-5,
.mx-sm-5 {
margin-right: 3rem!important
}
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem!important
}
.ml-sm-5,
.mx-sm-5 {
margin-left: 3rem!important
}
.p-sm-0 {
padding: 0!important
}
.pt-sm-0,
.py-sm-0 {
padding-top: 0!important
}
.pr-sm-0,
.px-sm-0 {
padding-right: 0!important
}
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0!important
}
.pl-sm-0,
.px-sm-0 {
padding-left: 0!important
}
.p-sm-1 {
padding: .25rem!important
}
.pt-sm-1,
.py-sm-1 {
padding-top: .25rem!important
}
.pr-sm-1,
.px-sm-1 {
padding-right: .25rem!important
}
.pb-sm-1,
.py-sm-1 {
padding-bottom: .25rem!important
}
.pl-sm-1,
.px-sm-1 {
padding-left: .25rem!important
}
.p-sm-2 {
padding: .5rem!important
}
.pt-sm-2,
.py-sm-2 {
padding-top: .5rem!important
}
.pr-sm-2,
.px-sm-2 {
padding-right: .5rem!important
}
.pb-sm-2,
.py-sm-2 {
padding-bottom: .5rem!important
}
.pl-sm-2,
.px-sm-2 {
padding-left: .5rem!important
}
.p-sm-3 {
padding: 1rem!important
}
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem!important
}
.pr-sm-3,
.px-sm-3 {
padding-right: 1rem!important
}
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem!important
}
.pl-sm-3,
.px-sm-3 {
padding-left: 1rem!important
}
.p-sm-4 {
padding: 1.5rem!important
}
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem!important
}
.pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem!important
}
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem!important
}
.pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem!important
}
.p-sm-5 {
padding: 3rem!important
}
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem!important
}
.pr-sm-5,
.px-sm-5 {
padding-right: 3rem!important
}
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem!important
}
.pl-sm-5,
.px-sm-5 {
padding-left: 3rem!important
}
.m-sm-auto {
margin: auto!important
}
.mt-sm-auto,
.my-sm-auto {
margin-top: auto!important
}
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto!important
}
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto!important
}
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto!important
}
}
.text-justify {
text-align: justify!important
}
.text-nowrap {
white-space: nowrap!important
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.text-left {
text-align: left!important
}
.text-right {
text-align: right!important
}
.text-center {
text-align: center!important
}
@media (min-width:576px) {
.text-sm-left {
text-align: left!important
}
.text-sm-right {
text-align: right!important
}
.text-sm-center {
text-align: center!important
}
}
@media (min-width:767px) {
.flex-md-row {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-md-column {
-webkit-box-orient: vertical!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-md-row-reverse {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: reverse!important;
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-md-column-reverse {
-webkit-box-orient: vertical!important;
-webkit-box-direction: reverse!important;
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-md-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-md-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.justify-content-md-start {
-webkit-box-pack: start!important;
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-md-end {
-webkit-box-pack: end!important;
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-md-center {
-webkit-box-pack: center!important;
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-md-between {
-webkit-box-pack: justify!important;
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-md-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-md-start {
-webkit-box-align: start!important;
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-md-end {
-webkit-box-align: end!important;
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-md-center {
-webkit-box-align: center!important;
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-md-baseline {
-webkit-box-align: baseline!important;
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-md-stretch {
-webkit-box-align: stretch!important;
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-md-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-md-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-md-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-md-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-md-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-md-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-md-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-md-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-md-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-md-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-md-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-md-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
.float-md-left {
float: left!important
}
.float-md-right {
float: right!important
}
.float-md-none {
float: none!important
}
.m-md-0 {
margin: 0!important
}
.mt-md-0,
.my-md-0 {
margin-top: 0!important
}
.mr-md-0,
.mx-md-0 {
margin-right: 0!important
}
.mb-md-0,
.my-md-0 {
margin-bottom: 0!important
}
.ml-md-0,
.mx-md-0 {
margin-left: 0!important
}
.m-md-1 {
margin: .25rem!important
}
.mt-md-1,
.my-md-1 {
margin-top: .25rem!important
}
.mr-md-1,
.mx-md-1 {
margin-right: .25rem!important
}
.mb-md-1,
.my-md-1 {
margin-bottom: .25rem!important
}
.ml-md-1,
.mx-md-1 {
margin-left: .25rem!important
}
.m-md-2 {
margin: .5rem!important
}
.mt-md-2,
.my-md-2 {
margin-top: .5rem!important
}
.mr-md-2,
.mx-md-2 {
margin-right: .5rem!important
}
.mb-md-2,
.my-md-2 {
margin-bottom: .5rem!important
}
.ml-md-2,
.mx-md-2 {
margin-left: .5rem!important
}
.m-md-3 {
margin: 1rem!important
}
.mt-md-3,
.my-md-3 {
margin-top: 1rem!important
}
.mr-md-3,
.mx-md-3 {
margin-right: 1rem!important
}
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem!important
}
.ml-md-3,
.mx-md-3 {
margin-left: 1rem!important
}
.m-md-4 {
margin: 1.5rem!important
}
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem!important
}
.mr-md-4,
.mx-md-4 {
margin-right: 1.5rem!important
}
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem!important
}
.ml-md-4,
.mx-md-4 {
margin-left: 1.5rem!important
}
.m-md-5 {
margin: 3rem!important
}
.mt-md-5,
.my-md-5 {
margin-top: 3rem!important
}
.mr-md-5,
.mx-md-5 {
margin-right: 3rem!important
}
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem!important
}
.ml-md-5,
.mx-md-5 {
margin-left: 3rem!important
}
.p-md-0 {
padding: 0!important
}
.pt-md-0,
.py-md-0 {
padding-top: 0!important
}
.pr-md-0,
.px-md-0 {
padding-right: 0!important
}
.pb-md-0,
.py-md-0 {
padding-bottom: 0!important
}
.pl-md-0,
.px-md-0 {
padding-left: 0!important
}
.p-md-1 {
padding: .25rem!important
}
.pt-md-1,
.py-md-1 {
padding-top: .25rem!important
}
.pr-md-1,
.px-md-1 {
padding-right: .25rem!important
}
.pb-md-1,
.py-md-1 {
padding-bottom: .25rem!important
}
.pl-md-1,
.px-md-1 {
padding-left: .25rem!important
}
.p-md-2 {
padding: .5rem!important
}
.pt-md-2,
.py-md-2 {
padding-top: .5rem!important
}
.pr-md-2,
.px-md-2 {
padding-right: .5rem!important
}
.pb-md-2,
.py-md-2 {
padding-bottom: .5rem!important
}
.pl-md-2,
.px-md-2 {
padding-left: .5rem!important
}
.p-md-3 {
padding: 1rem!important
}
.pt-md-3,
.py-md-3 {
padding-top: 1rem!important
}
.pr-md-3,
.px-md-3 {
padding-right: 1rem!important
}
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem!important
}
.pl-md-3,
.px-md-3 {
padding-left: 1rem!important
}
.p-md-4 {
padding: 1.5rem!important
}
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem!important
}
.pr-md-4,
.px-md-4 {
padding-right: 1.5rem!important
}
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem!important
}
.pl-md-4,
.px-md-4 {
padding-left: 1.5rem!important
}
.p-md-5 {
padding: 3rem!important
}
.pt-md-5,
.py-md-5 {
padding-top: 3rem!important
}
.pr-md-5,
.px-md-5 {
padding-right: 3rem!important
}
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem!important
}
.pl-md-5,
.px-md-5 {
padding-left: 3rem!important
}
.m-md-auto {
margin: auto!important
}
.mt-md-auto,
.my-md-auto {
margin-top: auto!important
}
.mr-md-auto,
.mx-md-auto {
margin-right: auto!important
}
.mb-md-auto,
.my-md-auto {
margin-bottom: auto!important
}
.ml-md-auto,
.mx-md-auto {
margin-left: auto!important
}
.text-md-left {
text-align: left!important
}
.text-md-right {
text-align: right!important
}
.text-md-center {
text-align: center!important
}
}
@media (min-width:1025px) {
.flex-lg-row {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-lg-column {
-webkit-box-orient: vertical!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-lg-row-reverse {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: reverse!important;
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-lg-column-reverse {
-webkit-box-orient: vertical!important;
-webkit-box-direction: reverse!important;
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-lg-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-lg-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.justify-content-lg-start {
-webkit-box-pack: start!important;
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-lg-end {
-webkit-box-pack: end!important;
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-lg-center {
-webkit-box-pack: center!important;
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-lg-between {
-webkit-box-pack: justify!important;
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-lg-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-lg-start {
-webkit-box-align: start!important;
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-lg-end {
-webkit-box-align: end!important;
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-lg-center {
-webkit-box-align: center!important;
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-lg-baseline {
-webkit-box-align: baseline!important;
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-lg-stretch {
-webkit-box-align: stretch!important;
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-lg-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-lg-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-lg-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-lg-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-lg-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-lg-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-lg-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-lg-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-lg-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-lg-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-lg-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-lg-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
.float-lg-left {
float: left!important
}
.float-lg-right {
float: right!important
}
.float-lg-none {
float: none!important
}
.m-lg-0 {
margin: 0!important
}
.mt-lg-0,
.my-lg-0 {
margin-top: 0!important
}
.mr-lg-0,
.mx-lg-0 {
margin-right: 0!important
}
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0!important
}
.ml-lg-0,
.mx-lg-0 {
margin-left: 0!important
}
.m-lg-1 {
margin: .25rem!important
}
.mt-lg-1,
.my-lg-1 {
margin-top: .25rem!important
}
.mr-lg-1,
.mx-lg-1 {
margin-right: .25rem!important
}
.mb-lg-1,
.my-lg-1 {
margin-bottom: .25rem!important
}
.ml-lg-1,
.mx-lg-1 {
margin-left: .25rem!important
}
.m-lg-2 {
margin: .5rem!important
}
.mt-lg-2,
.my-lg-2 {
margin-top: .5rem!important
}
.mr-lg-2,
.mx-lg-2 {
margin-right: .5rem!important
}
.mb-lg-2,
.my-lg-2 {
margin-bottom: .5rem!important
}
.ml-lg-2,
.mx-lg-2 {
margin-left: .5rem!important
}
.m-lg-3 {
margin: 1rem!important
}
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem!important
}
.mr-lg-3,
.mx-lg-3 {
margin-right: 1rem!important
}
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem!important
}
.ml-lg-3,
.mx-lg-3 {
margin-left: 1rem!important
}
.m-lg-4 {
margin: 1.5rem!important
}
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem!important
}
.mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem!important
}
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem!important
}
.ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem!important
}
.m-lg-5 {
margin: 3rem!important
}
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem!important
}
.mr-lg-5,
.mx-lg-5 {
margin-right: 3rem!important
}
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem!important
}
.ml-lg-5,
.mx-lg-5 {
margin-left: 3rem!important
}
.p-lg-0 {
padding: 0!important
}
.pt-lg-0,
.py-lg-0 {
padding-top: 0!important
}
.pr-lg-0,
.px-lg-0 {
padding-right: 0!important
}
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0!important
}
.pl-lg-0,
.px-lg-0 {
padding-left: 0!important
}
.p-lg-1 {
padding: .25rem!important
}
.pt-lg-1,
.py-lg-1 {
padding-top: .25rem!important
}
.pr-lg-1,
.px-lg-1 {
padding-right: .25rem!important
}
.pb-lg-1,
.py-lg-1 {
padding-bottom: .25rem!important
}
.pl-lg-1,
.px-lg-1 {
padding-left: .25rem!important
}
.p-lg-2 {
padding: .5rem!important
}
.pt-lg-2,
.py-lg-2 {
padding-top: .5rem!important
}
.pr-lg-2,
.px-lg-2 {
padding-right: .5rem!important
}
.pb-lg-2,
.py-lg-2 {
padding-bottom: .5rem!important
}
.pl-lg-2,
.px-lg-2 {
padding-left: .5rem!important
}
.p-lg-3 {
padding: 1rem!important
}
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem!important
}
.pr-lg-3,
.px-lg-3 {
padding-right: 1rem!important
}
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem!important
}
.pl-lg-3,
.px-lg-3 {
padding-left: 1rem!important
}
.p-lg-4 {
padding: 1.5rem!important
}
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem!important
}
.pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem!important
}
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem!important
}
.pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem!important
}
.p-lg-5 {
padding: 3rem!important
}
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem!important
}
.pr-lg-5,
.px-lg-5 {
padding-right: 3rem!important
}
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem!important
}
.pl-lg-5,
.px-lg-5 {
padding-left: 3rem!important
}
.m-lg-auto {
margin: auto!important
}
.mt-lg-auto,
.my-lg-auto {
margin-top: auto!important
}
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto!important
}
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto!important
}
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto!important
}
.text-lg-left {
text-align: left!important
}
.text-lg-right {
text-align: right!important
}
.text-lg-center {
text-align: center!important
}
}
@media (min-width:1230px) {
.flex-xl-row {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-xl-column {
-webkit-box-orient: vertical!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-xl-row-reverse {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: reverse!important;
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-xl-column-reverse {
-webkit-box-orient: vertical!important;
-webkit-box-direction: reverse!important;
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-xl-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-xl-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.justify-content-xl-start {
-webkit-box-pack: start!important;
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-xl-end {
-webkit-box-pack: end!important;
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-xl-center {
-webkit-box-pack: center!important;
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-xl-between {
-webkit-box-pack: justify!important;
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-xl-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-xl-start {
-webkit-box-align: start!important;
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-xl-end {
-webkit-box-align: end!important;
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-xl-center {
-webkit-box-align: center!important;
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-xl-baseline {
-webkit-box-align: baseline!important;
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-xl-stretch {
-webkit-box-align: stretch!important;
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-xl-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-xl-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-xl-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-xl-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-xl-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-xl-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-xl-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-xl-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-xl-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-xl-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-xl-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-xl-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
.float-xl-left {
float: left!important
}
.float-xl-right {
float: right!important
}
.float-xl-none {
float: none!important
}
.m-xl-0 {
margin: 0!important
}
.mt-xl-0,
.my-xl-0 {
margin-top: 0!important
}
.mr-xl-0,
.mx-xl-0 {
margin-right: 0!important
}
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0!important
}
.ml-xl-0,
.mx-xl-0 {
margin-left: 0!important
}
.m-xl-1 {
margin: .25rem!important
}
.mt-xl-1,
.my-xl-1 {
margin-top: .25rem!important
}
.mr-xl-1,
.mx-xl-1 {
margin-right: .25rem!important
}
.mb-xl-1,
.my-xl-1 {
margin-bottom: .25rem!important
}
.ml-xl-1,
.mx-xl-1 {
margin-left: .25rem!important
}
.m-xl-2 {
margin: .5rem!important
}
.mt-xl-2,
.my-xl-2 {
margin-top: .5rem!important
}
.mr-xl-2,
.mx-xl-2 {
margin-right: .5rem!important
}
.mb-xl-2,
.my-xl-2 {
margin-bottom: .5rem!important
}
.ml-xl-2,
.mx-xl-2 {
margin-left: .5rem!important
}
.m-xl-3 {
margin: 1rem!important
}
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem!important
}
.mr-xl-3,
.mx-xl-3 {
margin-right: 1rem!important
}
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem!important
}
.ml-xl-3,
.mx-xl-3 {
margin-left: 1rem!important
}
.m-xl-4 {
margin: 1.5rem!important
}
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem!important
}
.mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem!important
}
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem!important
}
.ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem!important
}
.m-xl-5 {
margin: 3rem!important
}
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem!important
}
.mr-xl-5,
.mx-xl-5 {
margin-right: 3rem!important
}
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem!important
}
.ml-xl-5,
.mx-xl-5 {
margin-left: 3rem!important
}
.p-xl-0 {
padding: 0!important
}
.pt-xl-0,
.py-xl-0 {
padding-top: 0!important
}
.pr-xl-0,
.px-xl-0 {
padding-right: 0!important
}
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0!important
}
.pl-xl-0,
.px-xl-0 {
padding-left: 0!important
}
.p-xl-1 {
padding: .25rem!important
}
.pt-xl-1,
.py-xl-1 {
padding-top: .25rem!important
}
.pr-xl-1,
.px-xl-1 {
padding-right: .25rem!important
}
.pb-xl-1,
.py-xl-1 {
padding-bottom: .25rem!important
}
.pl-xl-1,
.px-xl-1 {
padding-left: .25rem!important
}
.p-xl-2 {
padding: .5rem!important
}
.pt-xl-2,
.py-xl-2 {
padding-top: .5rem!important
}
.pr-xl-2,
.px-xl-2 {
padding-right: .5rem!important
}
.pb-xl-2,
.py-xl-2 {
padding-bottom: .5rem!important
}
.pl-xl-2,
.px-xl-2 {
padding-left: .5rem!important
}
.p-xl-3 {
padding: 1rem!important
}
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem!important
}
.pr-xl-3,
.px-xl-3 {
padding-right: 1rem!important
}
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem!important
}
.pl-xl-3,
.px-xl-3 {
padding-left: 1rem!important
}
.p-xl-4 {
padding: 1.5rem!important
}
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem!important
}
.pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem!important
}
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem!important
}
.pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem!important
}
.p-xl-5 {
padding: 3rem!important
}
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem!important
}
.pr-xl-5,
.px-xl-5 {
padding-right: 3rem!important
}
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem!important
}
.pl-xl-5,
.px-xl-5 {
padding-left: 3rem!important
}
.m-xl-auto {
margin: auto!important
}
.mt-xl-auto,
.my-xl-auto {
margin-top: auto!important
}
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto!important
}
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto!important
}
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto!important
}
.text-xl-left {
text-align: left!important
}
.text-xl-right {
text-align: right!important
}
.text-xl-center {
text-align: center!important
}
#map {
width: 429px;
height: 246px
}
}
.text-lowercase {
text-transform: lowercase!important
}
.text-uppercase {
text-transform: uppercase!important
}
.text-capitalize {
text-transform: capitalize!important
}
.font-weight-light {
font-weight: 300!important
}
.font-weight-normal {
font-weight: 400!important
}
.font-weight-bold {
font-weight: 700!important
}
.font-italic {
font-style: italic!important
}
.text-white {
color: #fff!important
}
.text-primary {
color: #007bff!important
}
a.text-primary:focus,
a.text-primary:hover {
color: #0062cc!important
}
.text-secondary {
color: #6c757d!important
}
a.text-secondary:focus,
a.text-secondary:hover {
color: #545b62!important
}
.text-success {
color: #28a745!important
}
a.text-success:focus,
a.text-success:hover {
color: #1e7e34!important
}
.text-info {
color: #17a2b8!important
}
a.text-info:focus,
a.text-info:hover {
color: #117a8b!important
}
.text-warning {
color: #ffc107!important
}
a.text-warning:focus,
a.text-warning:hover {
color: #d39e00!important
}
.text-danger {
color: #dc3545!important
}
a.text-danger:focus,
a.text-danger:hover {
color: #bd2130!important
}
.text-light {
color: #f8f9fa!important
}
a.text-light:focus,
a.text-light:hover {
color: #dae0e5!important
}
.text-dark {
color: #343a40!important
}
a.text-dark:focus,
a.text-dark:hover {
color: #1d2124!important
}
.text-muted {
color: #6c757d!important
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0
}
.visible {
visibility: visible!important
}
.invisible {
visibility: hidden!important
}
@media print {
*,
::after,
::before {
text-shadow: none!important;
-webkit-box-shadow: none!important;
box-shadow: none!important
}
a:not(.btn) {
text-decoration: underline
}
abbr[title]::after {
content: " (" attr(title) ")"
}
pre {
white-space: pre-wrap!important
}
blockquote,
pre {
border: 1px solid #999;
page-break-inside: avoid
}
thead {
display: table-header-group
}
img,
tr {
page-break-inside: avoid
}
h2,
h3,
p {
orphans: 3;
widows: 3
}
h2,
h3 {
page-break-after: avoid
}
@page {
size: a3
}
.container,
body {
min-width: 1025px!important
}
.navbar {
display: none
}
.badge {
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
}
}
.slick-slider {
position: relative;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent
}
.slick-list {
position: relative;
overflow: hidden;
display: block;
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);
transform: translate3d(0, 0, 0)
}
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto
}
.slick-track:after,
.slick-track:before {
content: "";
display: table
}
.slick-track:after {
clear: both
}
.slick-loading .slick-track {
visibility: hidden
}
.slick-slide {
float: left;
min-height: 1px;
display: none
}
[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-loading .slick-slide {
visibility: hidden
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent
}
.slick-arrow.slick-hidden {
display: none
}
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: .8
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: 0!important;
-webkit-backface-visibility: hidden
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle
}
.mfp-align-top .mfp-container:before {
display: none
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
width: 100%;
cursor: auto
}
.mfp-ajax-cur {
cursor: progress
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -webkit-zoom-out;
cursor: zoom-out
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
cursor: auto
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.mfp-loading.mfp-figure {
display: none
}
.mfp-hide {
display: none!important
}
.mfp-preloader {
color: #ccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -.8em;
left: 8px;
right: 8px;
z-index: 1044
}
.mfp-preloader a {
color: #ccc
}
.mfp-preloader a:hover {
color: #fff
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
display: none
}
button.mfp-arrow,
button.mfp-close {
overflow: visible;
cursor: pointer;
background: 0 0;
border: 0;
-webkit-appearance: none;
display: block;
outline: 0;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none;
-ms-touch-action: manipulation;
touch-action: manipulation
}
button::-moz-focus-inner {
padding: 0;
border: 0
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: .65;
padding: 0 0 18px 10px;
color: #fff;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace
}
.mfp-close:focus,
.mfp-close:hover {
opacity: 1
}
.mfp-close:active {
top: 1px
}
.mfp-close-btn-in .mfp-close {
color: #333
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
color: #fff;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #ccc;
font-size: 12px;
line-height: 18px;
white-space: nowrap
}
.mfp-arrow {
position: absolute;
opacity: .65;
margin: -55px 0 0;
top: 50%;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent
}
.mfp-arrow:active {
margin-top: -54px
}
.mfp-arrow:focus,
.mfp-arrow:hover {
opacity: 1
}
.mfp-arrow:after,
.mfp-arrow:before {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: inset transparent
}
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px
}
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: .7
}
.mfp-arrow-left {
left: 0
}
.mfp-arrow-left:after {
border-right: 17px solid #fff;
margin-left: 31px
}
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3f3f3f
}
.mfp-arrow-right {
right: 0
}
.mfp-arrow-right:after {
border-left: 17px solid #fff;
margin-left: 39px
}
.mfp-arrow-right:before {
border-left: 27px solid #3f3f3f
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px
}
.mfp-iframe-holder .mfp-close {
top: -40px
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
box-shadow: 0 0 8px rgba(0, 0, 0, .6);
background: #000
}
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0;
margin: 0 auto
}
.mfp-figure {
line-height: 0
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
box-shadow: 0 0 8px rgba(0, 0, 0, .6);
background: #444
}
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px
}
.mfp-figure figure {
margin: 0
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-wrap: break-word;
padding-right: 36px
}
.mfp-image-holder .mfp-content {
max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer
}
@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0
}
.mfp-img-mobile img.mfp-img {
padding: 0
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, .6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, .6);
position: fixed;
text-align: center;
padding: 0
}
}
@media all and (max-width:900px) {
.mfp-arrow {
-webkit-transform: scale(.75);
transform: scale(.75)
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%
}
.mfp-container {
padding-left: 6px;
padding-right: 6px
}
}
.datepicker--cells {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.datepicker--cell {
border-radius: 4px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
position: relative;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
height: 32px;
z-index: 1
}
.datepicker--cell.-focus- {
background: #f0f0f0
}
.datepicker--cell.-current- {
color: #4eb5e6
}
.datepicker--cell.-current-.-focus- {
color: #4a4a4a
}
.datepicker--cell.-current-.-in-range- {
color: #4eb5e6
}
.datepicker--cell.-in-range- {
background: rgba(92, 196, 239, .1);
color: #4a4a4a;
border-radius: 0
}
.datepicker--cell.-in-range-.-focus- {
background-color: rgba(92, 196, 239, .2)
}
.datepicker--cell.-disabled- {
cursor: default;
color: #aeaeae
}
.datepicker--cell.-disabled-.-focus- {
color: #aeaeae
}
.datepicker--cell.-disabled-.-in-range- {
color: #a1a1a1
}
.datepicker--cell.-disabled-.-current-.-focus- {
color: #aeaeae
}
.datepicker--cell.-range-from- {
border: 1px solid rgba(92, 196, 239, .5);
background-color: rgba(92, 196, 239, .1);
border-radius: 4px 0 0 4px
}
.datepicker--cell.-range-to- {
border: 1px solid rgba(92, 196, 239, .5);
background-color: rgba(92, 196, 239, .1);
border-radius: 0 4px 4px 0
}
.datepicker--cell.-range-from-.-range-to- {
border-radius: 4px
}
.datepicker--cell.-selected- {
color: #fff;
border: none;
background: #5cc4ef
}
.datepicker--cell.-selected-.-current- {
color: #fff;
background: #5cc4ef
}
.datepicker--cell.-selected-.-focus- {
background: #45bced
}
.datepicker--cell:empty {
cursor: default
}
.datepicker--days-names {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 8px 0 3px
}
.datepicker--day-name {
color: #ff9a19;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
-ms-flex: 1;
-webkit-box-flex: 1;
flex: 1;
text-align: center;
text-transform: uppercase;
font-size: .8em
}
.datepicker--cell-day {
width: 14.28571%
}
.datepicker--cells-months {
height: 170px
}
.datepicker--cell-month {
width: 33.33%;
height: 25%
}
.datepicker--cells-years,
.datepicker--years {
height: 170px
}
.datepicker--cell-year {
width: 25%;
height: 33.33%
}
.datepickers-container {
position: absolute;
left: 0;
top: 0
}
@media print {
.datepickers-container {
display: none
}
}
.datepicker {
background: #fff;
border: 1px solid #dbdbdb;
-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
border-radius: 4px;
-webkit-box-sizing: content-box;
box-sizing: content-box;
font-family: Tahoma, sans-serif;
font-size: 14px;
color: #4a4a4a;
width: 250px;
position: absolute;
left: -100000px;
opacity: 0;
transition: opacity .3s, transform .3s, left .3s, -webkit-transform .3s;
-webkit-transition: opacity .3s, left .3s, -webkit-transform .3s;
z-index: 100
}
.datepicker.-from-top- {
-webkit-transform: translateY(-8px);
transform: translateY(-8px)
}
.datepicker.-from-right- {
-webkit-transform: translateX(8px);
transform: translateX(8px)
}
.datepicker.-from-bottom- {
-webkit-transform: translateY(8px);
transform: translateY(8px)
}
.datepicker.-from-left- {
-webkit-transform: translateX(-8px);
transform: translateX(-8px)
}
.datepicker.active {
opacity: 1;
-webkit-transform: translate(0);
transform: translate(0);
transition: opacity .3s, transform .3s, left, -webkit-transform .3s;
-webkit-transition: opacity .3s, left, -webkit-transform .3s
}
.datepicker-inline .datepicker {
border-color: #d7d7d7;
-webkit-box-shadow: none;
box-shadow: none;
position: static;
left: auto;
right: auto;
opacity: 1;
-webkit-transform: none;
transform: none
}
.datepicker-inline .datepicker--pointer {
display: none
}
.datepicker--content {
-webkit-box-sizing: content-box;
box-sizing: content-box;
padding: 4px
}
.-only-timepicker- .datepicker--content {
display: none
}
.datepicker--pointer {
position: absolute;
background: #fff;
border-top: 1px solid #dbdbdb;
border-right: 1px solid #dbdbdb;
width: 10px;
height: 10px;
z-index: -1
}
.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
top: calc(100% - 4px);
-webkit-transform: rotate(135deg);
transform: rotate(135deg)
}
.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
right: calc(100% - 4px);
-webkit-transform: rotate(225deg);
transform: rotate(225deg)
}
.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
bottom: calc(100% - 4px);
-webkit-transform: rotate(315deg);
transform: rotate(315deg)
}
.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
left: calc(100% - 4px);
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}
.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
left: 10px
}
.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
right: 10px
}
.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
left: calc(50% - 10px / 2)
}
.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
top: 10px
}
.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
bottom: 10px
}
.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
top: calc(50% - 10px / 2)
}
.datepicker--body {
display: none
}
.datepicker--body.active {
display: block
}
.datepicker--nav {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
border-bottom: 1px solid #efefef;
min-height: 32px;
padding: 4px
}
.-only-timepicker- .datepicker--nav {
display: none
}
.datepicker--nav-action,
.datepicker--nav-title {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
cursor: pointer;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center
}
.datepicker--nav-action {
width: 32px;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.datepicker--nav-action:hover {
background: #f0f0f0
}
.datepicker--nav-action.-disabled- {
visibility: hidden
}
.datepicker--nav-action svg {
width: 32px;
height: 32px
}
.datepicker--nav-action path {
fill: none;
stroke: #9c9c9c;
stroke-width: 2px
}
.datepicker--nav-title {
border-radius: 4px;
padding: 0 8px
}
.datepicker--nav-title i {
font-style: normal;
color: #9c9c9c;
margin-left: 5px
}
.datepicker--nav-title:hover {
background: #f0f0f0
}
.datepicker--nav-title.-disabled- {
cursor: default;
background: 0 0
}
.datepicker--buttons {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
padding: 4px;
border-top: 1px solid #efefef
}
.datepicker--button {
color: #4eb5e6;
cursor: pointer;
border-radius: 4px;
-ms-flex: 1;
-webkit-box-flex: 1;
flex: 1;
display: -ms-inline-flexbox;
display: -webkit-inline-box;
display: inline-flex;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
height: 32px
}
.datepicker--button:hover {
color: #4a4a4a;
background: #f0f0f0
}
.datepicker--time {
border-top: 1px solid #efefef;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
padding: 4px;
position: relative
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
-ms-flex: 0 1 138px;
-webkit-box-flex: 0;
flex: 0 1 138px;
max-width: 138px
}
.-only-timepicker- .datepicker--time {
border-top: none
}
.datepicker--time-sliders {
-ms-flex: 0 1 153px;
-webkit-box-flex: 0;
flex: 0 1 153px;
margin-right: 10px;
max-width: 153px
}
.datepicker--time-label {
display: none;
font-size: 12px
}
.datepicker--time-current {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex: 1;
-webkit-box-flex: 1;
flex: 1;
font-size: 14px;
text-align: center;
margin: 0 0 0 10px
}
.datepicker--time-current-colon {
margin: 0 2px 3px;
line-height: 1
}
.datepicker--time-current-hours,
.datepicker--time-current-minutes {
line-height: 1;
font-size: 19px;
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
position: relative;
z-index: 1
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
content: '';
background: #f0f0f0;
border-radius: 4px;
position: absolute;
left: -2px;
top: -3px;
right: -2px;
bottom: -2px;
z-index: -1;
opacity: 0
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
opacity: 1
}
.datepicker--time-current-ampm {
text-transform: uppercase;
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
color: #9c9c9c;
margin-left: 6px;
font-size: 11px;
margin-bottom: 1px
}
.datepicker--time-row {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
font-size: 11px;
height: 17px;
background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat
}
.datepicker--time-row:first-child {
margin-bottom: 4px
}
.datepicker--time-row input[type=range] {
background: 0 0;
cursor: pointer;
-ms-flex: 1;
-webkit-box-flex: 1;
flex: 1;
height: 100%;
padding: 0;
margin: 0;
-webkit-appearance: none
}
.datepicker--time-row input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 12px;
width: 12px;
border-radius: 3px;
border: 1px solid #dedede;
background: #fff;
cursor: pointer;
-webkit-transition: background .2s;
transition: background .2s;
margin-top: -6px
}
.datepicker--time-row input[type=range]::-ms-tooltip {
display: none
}
.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
border-color: #b8b8b8
}
.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
border-color: #b8b8b8
}
.datepicker--time-row input[type=range]:hover::-ms-thumb {
border-color: #b8b8b8
}
.datepicker--time-row input[type=range]:focus {
outline: 0
}
.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
background: #5cc4ef;
border-color: #5cc4ef
}
.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
background: #5cc4ef;
border-color: #5cc4ef
}
.datepicker--time-row input[type=range]:focus::-ms-thumb {
background: #5cc4ef;
border-color: #5cc4ef
}
.datepicker--time-row input[type=range]::-moz-range-thumb {
box-sizing: border-box;
height: 12px;
width: 12px;
border-radius: 3px;
border: 1px solid #dedede;
background: #fff;
cursor: pointer;
-moz-transition: background .2s;
transition: background .2s
}
.datepicker--time-row input[type=range]::-ms-thumb {
box-sizing: border-box;
height: 12px;
width: 12px;
border-radius: 3px;
border: 1px solid #dedede;
background: #fff;
cursor: pointer;
-ms-transition: background .2s;
transition: background .2s
}
.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
border: none;
height: 1px;
cursor: pointer;
color: transparent;
background: 0 0
}
.datepicker--time-row input[type=range]::-moz-range-track {
border: none;
height: 1px;
cursor: pointer;
color: transparent;
background: 0 0
}
.datepicker--time-row input[type=range]::-ms-track {
border: none;
height: 1px;
cursor: pointer;
color: transparent;
background: 0 0
}
.datepicker--time-row input[type=range]::-ms-fill-lower {
background: 0 0
}
.datepicker--time-row input[type=range]::-ms-fill-upper {
background: 0 0
}
.datepicker--time-row span {
padding: 0 12px
}
.datepicker--time-icon {
color: #9c9c9c;
border: 1px solid;
border-radius: 50%;
font-size: 16px;
position: relative;
margin: 0 5px -1px 0;
width: 1em;
height: 1em
}
.datepicker--time-icon:after,
.datepicker--time-icon:before {
content: '';
background: currentColor;
position: absolute
}
.datepicker--time-icon:after {
height: .4em;
width: 1px;
left: calc(50% - 1px);
top: calc(50% + 1px);
-webkit-transform: translateY(-100%);
transform: translateY(-100%)
}
.datepicker--time-icon:before {
width: .4em;
height: 1px;
top: calc(50% + 1px);
left: calc(50% - 1px)
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
color: #dedede
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
color: #c5c5c5
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
color: #dedede
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
color: #fff;
background: #a2ddf6
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
background: #8ad5f4
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, .1);
color: #ccc
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, .2)
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
background: 0 0;
border: none
}
.ps-container {
-ms-touch-action: none;
touch-action: none;
overflow: hidden!important;
-ms-overflow-style: none
}
@supports (-ms-overflow-style:none) {
.ps-container {
overflow: auto!important
}
}
@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
.ps-container {
overflow: auto!important
}
}
.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
display: block;
background-color: transparent
}
.ps-container.ps-in-scrolling {
pointer-events: none
}
.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;
border-radius: 4px;
opacity: 0;
-webkit-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 {
position: absolute;
background-color: #aaa;
border-radius: 4px;
-webkit-transition: background-color .2s linear;
transition: background-color .2s linear;
bottom: 0;
height: 8px
}
.ps-container>.ps-scrollbar-y-rail {
display: none;
position: absolute;
z-index: 21;
border-radius: 4px;
opacity: 0;
-webkit-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;
border-radius: 4px;
-webkit-transition: background-color .2s linear;
transition: background-color .2s linear;
right: 0;
width: 5px
}
.ps-container:hover.ps-in-scrolling {
pointer-events: none
}
.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
}
@font-face {
font-family: electrician;
src: url(../font-icons/fonts/electrician85f0.eot?7vnpbd);
src: url(../font-icons/fonts/electrician85f0.eot?7vnpbd#iefix) format("embedded-opentype"), url(../font-icons/fonts/electrician85f0.ttf?7vnpbd) format("truetype"), url(../font-icons/fonts/electrician85f0.woff?7vnpbd) format("woff"), url(../font-icons/fonts/electrician85f0.svg?7vnpbd#electrician) format("svg");
font-weight: 400;
font-style: normal;
font-display: block
}
[class*=" icon-"],
[class^=icon-] {
font-family: electrician!important;
speak: never;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.icon-arrow_left:before {
content: "\e92d"
}
.icon-arrow_right:before {
content: "\e92e"
}
.icon-search:before {
content: "\e92f"
}
.icon-icon-filter:before {
content: "\e930"
}
.icon-lightning:before {
content: "\e900"
}
.icon-linkedin-logo-button:before {
content: "\e901"
}
.icon-map-marker:before {
content: "\e902"
}
.icon-people:before {
content: "\e903"
}
.icon-plug-1:before {
content: "\e904"
}
.icon-price-tag:before {
content: "\e905"
}
.icon-printer:before {
content: "\e906"
}
.icon-right-quote-sign:before {
content: "\e907"
}
.icon-rubbish-bin-delete-button:before {
content: "\e908"
}
.icon-screwdriver-and-wrench-crossed:before {
content: "\e909"
}
.icon-security-camera:before {
content: "\e90a"
}
.icon-shopping-basket-button:before {
content: "\e90b"
}
.icon-star-black-fivepointed-shape:before {
content: "\e90c"
}
.icon-technology:before {
content: "\e90d"
}
.icon-technology1:before {
content: "\e90e"
}
.icon-telephone:before {
content: "\e90f"
}
.icon-tool:before {
content: "\e910"
}
.icon-tool2:before {
content: "\e911"
}
.icon-transport:before {
content: "\e912"
}
.icon-tumblr-logo-button:before {
content: "\e913"
}
.icon-twitter-logo-button:before {
content: "\e914"
}
.icon-hours:before {
content: "\e915"
}
.icon-482948:before {
content: "\e916"
}
.icon-545705:before {
content: "\e917"
}
.icon-621023:before {
content: "\e918"
}
.icon-747993:before {
content: "\e919"
}
.icon-808584:before {
content: "\e91a"
}
.icon-860796:before {
content: "\e91b"
}
.icon-867257:before {
content: "\e91c"
}
.icon-1384031:before {
content: "\e91d"
}
.icon-1716894:before {
content: "\e91e"
}
.icon-1895474:before {
content: "\e91f"
}
.icon-air-conditioner:before {
content: "\e920"
}
.icon-arrowhead-pointing-to-the-right-1:before {
content: "\e921"
}
.icon-check:before {
content: "\e922"
}
.icon-circle:before {
content: "\e923"
}
.icon-clock-circular-outline-1:before {
content: "\e924"
}
.icon-computer:before {
content: "\e925"
}
.icon-facebook-logo-button:before {
content: "\e926"
}
.icon-favorite:before {
content: "\e927"
}
.icon-google-plus-logo-button:before {
content: "\e928"
}
.icon-instagram-logo:before {
content: "\e929"
}
.icon-interface:before {
content: "\e92a"
}
.icon-left-quote:before {
content: "\e92b"
}
.icon-light:before {
content: "\e92c"
}
.icon-2919521:before {
content: "\e931"
}
.icon-icon-search02:before {
content: "\e932"
}
.icon-eye:before {
content: "\e9ce"
}
body {
font-family: Roboto, sans-serif;
color: #7b7b7b;
background: #fff;
margin: 0;
overflow-x: hidden;
overflow-y: scroll
}
@media (min-width:1025px) {
body {
font-size: 16px;
line-height: 27px
}
}
a:hover {
outline: 0;
text-decoration: none
}
a:active,
a:focus,
a:visited {
text-decoration: none;
outline: 0
}
input[type=text] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
ul {
list-style: none;
/* margin: 0;
padding: 0 */
}
p {
margin: 28px 0 0
}
audio {
width: 100%;
display: block
}
input::-ms-clear {
display: none
}
.divider {
height: 50px;
clear: both;
overflow: hidden;
width: 100%
}
@media (max-width:1024px) {
body {
font-size: 15px;
line-height: 24px
}
.divider {
height: 40px
}
}
@media (max-width:575px) {
p {
margin: 16px 0 0
}
.divider {
height: 40px
}
}
.no-gutters.container-fluid {
padding-left: 0;
padding-right: 0
}
.row.no-gutters {
margin-right: 0;
margin-left: 0
}
.row.no-gutters>[class*=" col-"],
.row.no-gutters>[class^=col-] {
padding-right: 0;
padding-left: 0
}
.tt-btn {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 14px;
line-height: 17px;
padding: 10px 23px;
height: 48px;
color: #fff;
cursor: pointer;
position: relative;
font-family: Poppins, sans-serif;
text-align: center;
-webkit-box-shadow: none;
box-shadow: none;
outline: 0;
border: 1px solid transparent;
border-radius: 4px;
font-weight: 600;
-webkit-transition: color .2s, background-color .2s, border-color .2s;
transition: color .2s, background-color .2s, border-color .2s;
white-space: nowrap
}
.tt-btn.btn__color01 {
background-color: #f47629;
color: #fff
}
.tt-btn.btn__color02 {
background-color: #303442;
color: #fff
}
.tt-btn.btn__color02 [class^=icon-] {
color: #f47629
}
.tt-btn [class^=icon-] {
margin-right: 6px;
display: inline-block;
color: #fff;
-webkit-transition: color .2s;
transition: color .2s;
font-size: 14px
}
@media (min-width:1025px) {
.tt-btn.tt-btn__wide {
padding-left: 30px;
padding-right: 30px
}
}
.tt-btn:hover {
border-color: #f47629;
background-color: #fff;
color: #f47629
}
.tt-btn:hover [class^=icon-] {
color: #f47629
}
.tt-btn:active,
.tt-btn:focus,
.tt-btn:visited {
outline: 0;
-webkit-box-shadow: none;
box-shadow: none
}
.tt-base-color {
color: #f47629
}
.tt-base-dark {
color: #303442
}
.tt-row-btn {
position: relative;
margin-top: -20px;
margin-left: -20px
}
.tt-row-btn>* {
margin-top: 20px;
margin-left: 20px
}
@media (max-width:1024.98px) {
.tt-btn {
font-size: 12px;
padding: 9px 16px 10px;
height: 40px
}
.tt-btn [class^=icon-] {
font-size: 12px;
margin-right: 4px
}
.tt-row-btn {
margin-left: -9px
}
.tt-row-btn>* {
margin-top: 20px;
margin-left: 9px
}
}
@media (max-width:766.98px) {
.tt-row-btn {
margin-left: -9px
}
.tt-row-btn>* {
margin-top: 15px;
margin-left: 9px
}
.section-title br {
display: none
}
}
.tt-btn-top {
margin-top: 40px
}
.tt-link {
font-family: Poppins, sans-serif;
color: #303442;
-webkit-transition: color .2s;
transition: color .2s;
font-weight: 600;
font-size: 14px;
line-height: 14px
}
.tt-link [class^=icon-] {
display: inline-block;
color: #f47629;
margin-left: 11px;
font-size: 8px;
line-height: 8px;
position: relative;
top: -1px
}
.tt-link:hover {
color: #f47629
}
@media (max-width:1024.98px) {
.tt-link {
font-size: 12px
}
.tt-link [class^=icon-] {
margin-left: 10px;
font-size: 7px
}
}
.tt-link-simple {
color: #7b7b7b;
-webkit-transition: color .2s;
transition: color .2s
}
.tt-link-simple:hover {
color: #f47629
}
.section-title {
text-align: center;
padding-bottom: 22px;
position: relative;
top: 0;
padding-left: 15px;
padding-right: 15px
}
.section-title.section-title_indent-01 {
padding-bottom: 25px;
margin-top: -7px
}
.section-title.section-title_indent-02 {
padding-bottom: 32px
}
.section-title .section-title__01 {
font-size: 16px;
line-height: 26px;
color: #f47629;
font-weight: 600;
font-family: Poppins, sans-serif
}
.section-title .section-title__01 a {
display: inline-block;
position: relative;
color: #f47629
}
.section-title .section-title__01 a:before {
content: '';
display: block;
position: absolute;
bottom: 2px;
width: 0%;
height: 2px;
margin: auto;
left: 0;
right: 0;
background-color: #f47629;
-webkit-transition: width .2s linear;
transition: width .2s linear
}
.section-title .section-title__01 a:hover:before {
width: 100%
}
.section-title .section-title__02 {
font-size: 36px;
line-height: 46px;
color: #303442;
font-weight: 600;
font-family: Poppins, sans-serif;
margin: 7px auto 0
}
.section-title .section-title__03 {
font-size: 16px;
line-height: 27px;
max-width: 600px;
margin-left: auto;
margin-right: auto;
margin-top: 22px;
padding-bottom: 9px
}
.section-title.max-width-01 .section-title__02 {
max-width: 600px
}
.section-title+* {
margin-top: 0
}
.section-title .bg-marker01 {
position: absolute;
bottom: 25px;
left: -105px;
pointer-events: none;
opacity: .08
}
.section-title.text-left {
padding-left: 0
}
.section-title.text-left .section-title__03 {
margin-left: 0;
margin-right: 0;
max-width: inherit
}
.section-title.text-right {
padding-right: 0
}
@media (max-width:1024.98px) {
.section-title {
padding-bottom: 18px
}
.section-title .section-title__01 {
font-size: 12px
}
.section-title .section-title__02 {
font-size: 24px;
line-height: 30px;
margin-top: 0
}
.section-title .section-title__03 {
font-size: 15px;
line-height: 24px;
margin-top: 13px;
padding-bottom: 4px;
max-width: 470px
}
.section-title .bg-marker01 {
width: 65px;
height: 65px;
left: 13px
}
.section-title.section-title_indent-01 {
padding-bottom: 14px;
margin-top: -7px
}
.container.container-md-fluid {
max-width: 100%
}
}
.tt-layout-title {
font-size: 24px;
line-height: 34px;
color: #303442;
font-family: Poppins, sans-serif;
padding: 0 0 15px;
margin-bottom: 0
}
.tt-layout-title+* {
margin-top: 0
}
.tt-layout-title__top {
margin-top: 32px
}
.tt-list-top {
margin-top: 25px
}
.tt-list01 li {
color: #303442;
padding: 0 0 0 27px;
position: relative
}
.tt-list01 li:before {
content: '\e922';
font-family: electrician;
color: #f47629;
position: absolute;
top: 6px;
left: 0;
font-size: 13px;
line-height: 1
}
.tt-list01 li a {
color: #303442
}
.tt-list01 li a:hover {
color: #f47629
}
.tt-list01 li:not(:first-child) {
margin-top: 5px
}
@media (max-width:1229.98px) {
.tt-list-top {
margin-top: 12px
}
.tt-list01 li {
padding: 0 0 0 20px
}
.tt-list01 li:before {
font-size: 9px;
top: 7px
}
.container.container-lg-fluid {
max-width: 100%
}
.container.container-lg__no-gutters {
padding-left: 0;
padding-right: 0
}
}
.tt-list02 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-left: -10px;
margin-top: -2px
}
.tt-list02 li {
margin-left: 10px;
margin-top: 10px
}
.tt-list02 li a {
background-color: #f3f3f4;
border-radius: 3px;
color: #303442;
display: inline-block;
padding: 5px 8px;
-webkit-transition: color .2s, background-color .2s;
transition: color .2s, background-color .2s
}
.tt-list02 li a:hover {
background-color: #f47629;
color: #fff
}
@media (max-width:766.98px) {
.tt-list02 {
margin-left: -7px
}
.tt-list02 li {
margin-left: 7px;
margin-top: 7px
}
}
.tt-social {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: -10px;
margin-top: -10px
}
.tt-social li {
margin-left: 10px;
margin-top: 10px
}
.tt-social li a {
font-size: 30px;
line-height: 1;
color: #303442;
-webkit-transition: color .2s;
transition: color .2s
}
.tt-social li a:hover {
color: #f47629
}
.container.container-xl-fluid {
max-width: 100%
}
.blockquote01 {
position: relative;
padding: 0 0 0 25px;
margin: 0
}
.blockquote01:before {
content: '';
display: block;
width: 4px;
height: calc(100% - 10px);
background-color: #f47629;
position: absolute;
top: 5px;
left: 0
}
.blockquote01.blockquote01__max-width01 {
max-width: 560px
}
.blockquote02 {
border-top: 1px solid #d3d4d7;
border-bottom: 1px solid #d3d4d7;
padding: 34px 20px 33px 26px;
margin: 0;
color: #303442;
position: relative;
font-weight: 700
}
.blockquote02:before {
content: '\e900';
font-family: electrician;
width: 52px;
height: 52px;
display: block;
background-color: #fff;
color: #f47629;
font-size: 29px;
line-height: 37px;
position: absolute;
top: -19px;
left: 28px;
text-align: center;
font-weight: 400
}
@media (max-width:1024.98px) {
.blockquote02 {
padding: 24px 0 23px
}
.blockquote02:before {
width: 40px;
height: 40px;
font-size: 20px;
left: 20px
}
}
.blockquote02__top {
margin-top: 43px
}
.blockquote03 {
position: relative;
padding: 0 0 0 26px;
margin: 0 0 0 32px;
font-size: 16px;
line-height: 27px
}
.blockquote03:before {
content: '';
display: block;
width: 4px;
height: calc(100% - 10px);
background-color: #f47629;
position: absolute;
top: 5px;
left: 0
}
.blockquote03.blockquote01__max-width01 {
max-width: 560px
}
.blockquote03 p {
margin-top: 15px;
font-weight: 600
}
.blockquote03 strong {
font-family: Poppins, sans-serif
}
@media (max-width:1024.98px) {
.blockquote03 {
margin: 0 0 0 22px
}
.holder-top-desktop .tt-obj.tt-obj-cart {
display: none!important
}
}
.blockquote03__top {
margin-top: 28px
}
.tt-indent-top {
margin-top: 27px
}
.tt-block-marker {
position: relative
}
.tt-block-marker .block-marker__obj {
opacity: .08;
position: absolute;
top: -30px;
left: -45px
}
.tt-block-marker .block-marker__obj+* {
position: relative;
z-index: 1
}
@media (max-width:1229.98px) {
.tt-block-marker .block-marker__obj {
display: none
}
}
.tt-table01 table {
width: 100%
}
.tt-table01 table thead {
background-color: #f47629;
color: #fff
}
.tt-table01 table thead th {
font-family: Poppins, sans-serif;
font-weight: 600
}
.tt-table01 table tr th {
padding: 15px 5px
}
.tt-table01 table tr td {
padding: 12px 5px
}
.tt-table01 table tr>* {
vertical-align: baseline
}
.tt-table01 table tr>:nth-child(01) {
width: 51%;
padding-left: 20px
}
.tt-table01 table tr>:nth-child(02) {
width: 16%
}
.tt-table01 table tr>:nth-child(03) {
width: 33%
}
.tt-table01 table tr:nth-child(even) {
background-color: #f8f8fa
}
@media (max-width:766.98px) {
.blockquote03 {
margin-left: 0;
padding: 0 0 0 22px
}
.blockquote03:before {
width: 3px
}
.tt-table-responsive-md {
overflow-y: hidden;
overflow-x: scroll
}
.tt-table-responsive-md table {
width: 700px
}
}
.tt-video__holder {
position: absolute;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: 2;
top: 0;
left: 0
}
.tt-post-music embed,
.tt-post-music iframe,
.tt-post-music object {
width: 100%;
height: auto;
border: 0
}
.checkbox-group {
position: relative;
display: inline-block;
z-index: 2;
margin-top: 9px
}
.checkbox-group label {
padding-left: 33px;
cursor: pointer;
font-size: 16px;
line-height: 23px;
color: #7b7b7b!important;
text-align: left;
position: relative;
-webkit-transition: .2s;
transition: .2s
}
.checkbox-group label span {
display: block;
position: absolute;
left: 0;
-webkit-transition-duration: .12s;
transition-duration: .12s
}
.checkbox-group label .box {
background: 0 0;
height: 23px;
width: 23px;
z-index: 9;
border: 2px solid #ebebeb;
border-radius: 3px;
-webkit-box-shadow: 0 2px 4px rgba(171, 171, 171, .13);
box-shadow: 0 2px 4px rgba(171, 171, 171, .13)
}
.checkbox-group label .check {
top: 0;
left: 0;
opacity: 0;
z-index: 10;
background: 0 0;
width: 23px;
height: 23px;
line-height: 1;
-webkit-transform: scale(0);
transform: scale(0)
}
.checkbox-group label .check:before {
display: block;
content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNS4xNjY2N0w2LjM4NDYyIDExTDE1IDEiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjYiLz4KPC9zdmc+Cg==);
position: relative;
left: 4px;
top: 5px
}
.checkbox-group:hover label {
color: #7b7b7b
}
.checkbox-group:hover label .box {
border-color: #303442
}
.checkbox-group input[type=checkbox] {
display: none
}
.checkbox-group input[type=checkbox]:checked~label .check {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1)
}
.checkbox-group input[type=checkbox]:checked~label .box {
border-color: #e9e9eb
}
.checkbox-group input[type=checkbox]:checked:hover~label .box {
border-color: #303442
}
.checkbox-group.pt-disabled {
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.checkbox-group.pt-disabled .box,
.checkbox-group.pt-disabled .check {
opacity: .5!important
}
html.ie:not(.edge) .checkbox-group label .check {
width: 17px;
height: 17px
}
.holder-top-desktop {
background-color: #303442;
height: 52px
}
.holder-top-desktop .tt-obj {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin-left: 41px
}
.h-info01 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: -45px;
padding: 12px 0
}
.h-info01 .tt-item {
color: #bbbdc3;
margin-left: 45px
}
.h-info01 .tt-item a {
color: #bbbdc3
}
.h-info01 .tt-item a:hover {
color: #f47629
}
.h-info01 .tt-item [class^=icon-] {
color: #f47629;
display: inline-block;
margin-right: 11px;
font-size: 16px;
position: relative;
top: 1px
}
@media (max-width:900px) {
.h-info01 .tt-item [class^=icon-] {
margin-right: 7px;
font-size: 15px
}
.h-info01 .tt-item:not(:first-child) {
margin-left: 17px
}
}
.h-info02 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: -45px;
padding: 12px 0
}
.h-info02 .tt-item {
color: #f47629;
font-weight: 700;
margin-left: 45px
}
.h-info02 .tt-item a,
.h-info02 .tt-item a:hover {
color: #f47629
}
.h-info02 .tt-item [class^=icon-] {
color: #fff;
display: inline-block;
margin-right: 11px;
font-size: 16px;
position: relative;
top: 1px
}
@media (max-width:900px) {
.h-info02 .tt-item {
margin-left: 17px
}
.h-info02 .tt-item [class^=icon-] {
font-size: 15px;
margin-right: 7px
}
}
.holder-top-mobile {
background-color: #f6f6f7;
color: #7b7b7b
}
.holder-top-mobile a {
color: #7b7b7b;
-webkit-transition: color .2s;
transition: color .2s
}
.holder-top-mobile a:hover {
color: #f47629
}
.holder-top-mobile .h-topbox__content {
display: none;
padding: 13px 15px 15px
}
.holder-top-mobile .h-topbox__content .tt-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start
}
.holder-top-mobile .h-topbox__content .tt-item:not(:first-child) {
margin-top: 6px
}
.holder-top-mobile .h-topbox__content .tt-item .tt-item__icon {
color: #f47629;
display: inline-block;
position: relative;
font-size: 14px;
top: 2px
}
.holder-top-mobile .h-topbox__content .tt-item .tt-item__icon+.tt-item__text {
margin-left: 13px
}
.holder-top-mobile .h-topbox__btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #303442;
color: #fff;
text-align: center;
padding: 5px 15px;
height: 32px
}
.holder-top-mobile .h-topbox__btn.active .tt-arrow {
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
top: 2px
}
.tt-arrow {
border: solid #fff;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 3px;
position: relative
}
.tt-arrow.right {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.tt-arrow.left {
-webkit-transform: rotate(135deg);
transform: rotate(135deg)
}
.tt-arrow.up {
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg)
}
.tt-arrow.down {
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}
.tt-holder {
background-color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
min-height: 114px
}
.tt-holder .tt-col-wide {
-webkit-box-flex: 2;
-ms-flex: 2 1 auto;
flex: 2 1 auto
}
.tt-holder .tt-col-objects {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.tt-holder .tt-col-objects:not(.text-center) {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.tt-holder .tt-col-objects.text-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.tt-holder .tt-btn {
position: relative;
top: -1px
}
#js-init-sticky {
min-height: 114px
}
#js-init-sticky.fixed .tt-holder-wrapper {
position: fixed;
top: 0;
width: 100%;
z-index: 3;
left: 0;
-webkit-box-shadow: 0 0 15px rgba(48, 52, 66, .1);
box-shadow: 0 0 15px rgba(48, 52, 66, .1)
}
#js-init-sticky.fixed .tt-holder {
min-height: 86px;
-webkit-transition: min-height .5s;
transition: min-height .5s
}
#js-init-sticky .tt-holder-wrapper {
background-color: #fff
}
#tt-nav ul li.is-hover>a {
color: #f47629
}
@media (min-width:1025px) {
#tt-nav {
position: relative
}
#tt-nav>ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
#tt-nav>ul>li {
display: inline-block;
position: relative
}
#tt-nav>ul>li>a {
display: inline-block;
font-size: 16px;
line-height: 26px;
font-weight: 600;
font-family: Poppins, sans-serif;
color: #303442;
padding: 6px 16px;
text-decoration: none;
position: relative
}
#tt-nav>ul>li>a:hover {
color: #f47629
}
#tt-nav>ul>li>a:hover .electric-btn .text {
-webkit-animation: .8s both fade-in;
animation: .8s both fade-in
}
#tt-nav>ul>li>a:hover .electric-btn .mask {
display: block
}
#tt-nav>ul>li>a:hover .electric-btn .mask:nth-child(6),
#tt-nav>ul>li>a:hover .electric-btn .mask:nth-child(7) {
display: none!important
}
#tt-nav>ul>li>a:hover .electric-btn .mask:nth-child(4) {
-webkit-animation: .3s both electric-20-23-8;
animation: .3s both electric-20-23-8
}
#tt-nav>ul>li>a:hover .electric-btn .mask:nth-child(3) {
-webkit-animation: .3s both electric-20-22-8;
animation: .3s both electric-20-22-8
}
#tt-nav>ul>li>a:hover .electric-btn .mask:nth-child(2) {
-webkit-animation: .3s both electric-20-21-8;
animation: .3s both electric-20-21-8
}
#tt-nav>ul>li ul {
position: absolute;
z-index: 5;
top: 100%;
left: 0;
width: 185px;
padding-top: 14px;
padding-bottom: 15px;
background: #fff;
-webkit-transition: .2s;
transition: .2s;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(20px);
transform: translateY(20px);
-webkit-box-shadow: 0 0 20px rgba(48, 52, 66, .2);
box-shadow: 0 0 20px rgba(48, 52, 66, .2)
}
#tt-nav>ul>li ul li {
margin: 0;
padding: 0;
text-align: left;
position: relative
}
#tt-nav>ul>li ul li a {
font-size: 14px;
line-height: 25px;
display: block;
color: #3d3b42;
font-family: Poppins, sans-serif;
padding: 0 23px;
-webkit-transition: color .2s;
transition: color .2s
}
#tt-nav>ul>li .is-hover>a,
#tt-nav>ul>li ul li a:hover {
color: #f47629
}
#tt-nav>ul>li ul li ul {
position: absolute;
left: 100%;
top: -14px
}
#tt-nav>ul>li:hover>ul {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: .15s;
transition-delay: .15s
}
#tt-nav>ul>li .is-hover>ul {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: .15s;
transition-delay: .15s
}
}
@media (min-width:1025px) and (max-width:1229.98px) {
#tt-nav>ul>li>a {
padding-left: 10px;
padding-right: 10px
}
}
.electric-btn {
z-index: 1;
position: relative;
display: block
}
.electric-btn .mask {
position: absolute;
-webkit-backface-visibility: hidden;
height: 20%;
width: 100%;
overflow: hidden;
display: none
}
.electric-btn .mask span {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 100%
}
.electric-btn .mask:nth-child(6) {
top: 100%
}
.electric-btn .mask:nth-child(6) span {
top: -500%
}
.electric-btn .mask:nth-child(5) {
top: 80%
}
.electric-btn .mask:nth-child(5) span {
top: -400%
}
.electric-btn .mask:nth-child(4) {
top: 60%
}
.electric-btn .mask:nth-child(4) span {
top: -300%
}
.electric-btn .mask:nth-child(3) {
top: 40%
}
.electric-btn .mask:nth-child(3) span {
top: -200%
}
.electric-btn .mask:nth-child(2) {
top: 20%
}
.electric-btn .mask:nth-child(2) span {
top: -100%
}
@-webkit-keyframes fade-in {
from {
opacity: 0
}
to {
opacity: 1
}
}
@keyframes fade-in {
from {
opacity: 0
}
to {
opacity: 1
}
}
@-webkit-keyframes electric-20-20-8 {
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
95% {
-webkit-transform: translate(-.2px, -.05px);
transform: translate(-.2px, -.05px)
}
90% {
-webkit-transform: translate(.1px, -.3px);
transform: translate(.1px, -.3px)
}
85% {
-webkit-transform: translate(.9px, .3px);
transform: translate(.9px, .3px)
}
80% {
-webkit-transform: translate(1.2px, .2px);
transform: translate(1.2px, .2px)
}
75% {
-webkit-transform: translate(.5px, -.75px);
transform: translate(.5px, -.75px)
}
70% {
-webkit-transform: translate(.9px, .9px);
transform: translate(.9px, .9px)
}
65% {
-webkit-transform: translate(1.75px, 1.4px);
transform: translate(1.75px, 1.4px)
}
60% {
-webkit-transform: translate(2.6px, .8px);
transform: translate(2.6px, .8px)
}
55% {
-webkit-transform: translate(0, .45px);
transform: translate(0, .45px)
}
50% {
-webkit-transform: translate(-.5px, 2px);
transform: translate(-.5px, 2px)
}
45% {
-webkit-transform: translate(-.55px, -1.1px);
transform: translate(-.55px, -1.1px)
}
40% {
-webkit-transform: translate(0, -1.8px);
transform: translate(0, -1.8px)
}
35% {
-webkit-transform: translate(-1.95px, .65px);
transform: translate(-1.95px, .65px)
}
30% {
-webkit-transform: translate(-2.8px, 2.1px);
transform: translate(-2.8px, 2.1px)
}
25% {
-webkit-transform: translate(-3.5px, 3px);
transform: translate(-3.5px, 3px)
}
20% {
-webkit-transform: translate(3.6px, 2.4px);
transform: translate(3.6px, 2.4px)
}
15% {
-webkit-transform: translate(-4.65px, .85px);
transform: translate(-4.65px, .85px)
}
10% {
-webkit-transform: translate(-.9px, 2.7px);
transform: translate(-.9px, 2.7px)
}
5% {
-webkit-transform: translate(-.95px, -.95px);
transform: translate(-.95px, -.95px)
}
}
@keyframes electric-20-20-8 {
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
95% {
-webkit-transform: translate(-.2px, -.05px);
transform: translate(-.2px, -.05px)
}
90% {
-webkit-transform: translate(.1px, -.3px);
transform: translate(.1px, -.3px)
}
85% {
-webkit-transform: translate(.9px, .3px);
transform: translate(.9px, .3px)
}
80% {
-webkit-transform: translate(1.2px, .2px);
transform: translate(1.2px, .2px)
}
75% {
-webkit-transform: translate(.5px, -.75px);
transform: translate(.5px, -.75px)
}
70% {
-webkit-transform: translate(.9px, .9px);
transform: translate(.9px, .9px)
}
65% {
-webkit-transform: translate(1.75px, 1.4px);
transform: translate(1.75px, 1.4px)
}
60% {
-webkit-transform: translate(2.6px, .8px);
transform: translate(2.6px, .8px)
}
55% {
-webkit-transform: translate(0, .45px);
transform: translate(0, .45px)
}
50% {
-webkit-transform: translate(-.5px, 2px);
transform: translate(-.5px, 2px)
}
45% {
-webkit-transform: translate(-.55px, -1.1px);
transform: translate(-.55px, -1.1px)
}
40% {
-webkit-transform: translate(0, -1.8px);
transform: translate(0, -1.8px)
}
35% {
-webkit-transform: translate(-1.95px, .65px);
transform: translate(-1.95px, .65px)
}
30% {
-webkit-transform: translate(-2.8px, 2.1px);
transform: translate(-2.8px, 2.1px)
}
25% {
-webkit-transform: translate(-3.5px, 3px);
transform: translate(-3.5px, 3px)
}
20% {
-webkit-transform: translate(3.6px, 2.4px);
transform: translate(3.6px, 2.4px)
}
15% {
-webkit-transform: translate(-4.65px, .85px);
transform: translate(-4.65px, .85px)
}
10% {
-webkit-transform: translate(-.9px, 2.7px);
transform: translate(-.9px, 2.7px)
}
5% {
-webkit-transform: translate(-.95px, -.95px);
transform: translate(-.95px, -.95px)
}
}
@-webkit-keyframes electric-20-21-8 {
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
95% {
-webkit-transform: translate(.175px, -.1px);
transform: translate(.175px, -.1px)
}
90% {
-webkit-transform: translate(-.65px, 0);
transform: translate(-.65px, 0)
}
85% {
-webkit-transform: translate(.375px, 0);
transform: translate(.375px, 0)
}
80% {
-webkit-transform: translate(-1.7px, -.4px);
transform: translate(-1.7px, -.4px)
}
75% {
-webkit-transform: translate(-.875px, -.25px);
transform: translate(-.875px, -.25px)
}
70% {
-webkit-transform: translate(-1.05px, -.3px);
transform: translate(-1.05px, -.3px)
}
65% {
-webkit-transform: translate(3.675px, 0);
transform: translate(3.675px, 0)
}
60% {
-webkit-transform: translate(1.4px, 0);
transform: translate(1.4px, 0)
}
55% {
-webkit-transform: translate(4.725px, 1.8px);
transform: translate(4.725px, 1.8px)
}
50% {
-webkit-transform: translate(-2.75px, .5px);
transform: translate(-2.75px, .5px)
}
45% {
-webkit-transform: translate(-4.675px, -1.65px);
transform: translate(-4.675px, -1.65px)
}
40% {
-webkit-transform: translate(-.3px, -.6px);
transform: translate(-.3px, -.6px)
}
35% {
-webkit-transform: translate(-6.175px, -1.95px);
transform: translate(-6.175px, -1.95px)
}
30% {
-webkit-transform: translate(3.85px, 2.1px);
transform: translate(3.85px, 2.1px)
}
25% {
-webkit-transform: translate(-6.375px, -2.25px);
transform: translate(-6.375px, -2.25px)
}
20% {
-webkit-transform: translate(7.6px, -2.4px);
transform: translate(7.6px, -2.4px)
}
15% {
-webkit-transform: translate(8.075px, 0);
transform: translate(8.075px, 0)
}
10% {
-webkit-transform: translate(-4.95px, 0);
transform: translate(-4.95px, 0)
}
5% {
-webkit-transform: translate(8.075px, .95px);
transform: translate(8.075px, .95px)
}
}
@keyframes electric-20-21-8 {
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
95% {
-webkit-transform: translate(.175px, -.1px);
transform: translate(.175px, -.1px)
}
90% {
-webkit-transform: translate(-.65px, 0);
transform: translate(-.65px, 0)
}
85% {
-webkit-transform: translate(.375px, 0);
transform: translate(.375px, 0)
}
80% {
-webkit-transform: translate(-1.7px, -.4px);
transform: translate(-1.7px, -.4px)
}
75% {
-webkit-transform: translate(-.875px, -.25px);
transform: translate(-.875px, -.25px)
}
70% {
-webkit-transform: translate(-1.05px, -.3px);
transform: translate(-1.05px, -.3px)
}
65% {
-webkit-transform: translate(3.675px, 0);
transform: translate(3.675px, 0)
}
60% {
-webkit-transform: translate(1.4px, 0);
transform: translate(1.4px, 0)
}
55% {
-webkit-transform: translate(4.725px, 1.8px);
transform: translate(4.725px, 1.8px)
}
50% {
-webkit-transform: translate(-2.75px, .5px);
transform: translate(-2.75px, .5px)
}
45% {
-webkit-transform: translate(-4.675px, -1.65px);
transform: translate(-4.675px, -1.65px)
}
40% {
-webkit-transform: translate(-.3px, -.6px);
transform: translate(-.3px, -.6px)
}
35% {
-webkit-transform: translate(-6.175px, -1.95px);
transform: translate(-6.175px, -1.95px)
}
30% {
-webkit-transform: translate(3.85px, 2.1px);
transform: translate(3.85px, 2.1px)
}
25% {
-webkit-transform: translate(-6.375px, -2.25px);
transform: translate(-6.375px, -2.25px)
}
20% {
-webkit-transform: translate(7.6px, -2.4px);
transform: translate(7.6px, -2.4px)
}
15% {
-webkit-transform: translate(8.075px, 0);
transform: translate(8.075px, 0)
}
10% {
-webkit-transform: translate(-4.95px, 0);
transform: translate(-4.95px, 0)
}
5% {
-webkit-transform: translate(8.075px, .95px);
transform: translate(8.075px, .95px)
}
}
@-webkit-keyframes electric-20-22-8 {
100%,
15% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
95% {
-webkit-transform: translate(-.35px, 0);
transform: translate(-.35px, 0)
}
90% {
-webkit-transform: translate(.3px, 0);
transform: translate(.3px, 0)
}
85% {
-webkit-transform: translate(1.35px, -.3px);
transform: translate(1.35px, -.3px)
}
80% {
-webkit-transform: translate(.8px, .8px);
transform: translate(.8px, .8px)
}
75% {
-webkit-transform: translate(1.75px, -.5px);
transform: translate(1.75px, -.5px)
}
70% {
-webkit-transform: translate(1.5px, .6px);
transform: translate(1.5px, .6px)
}
65% {
-webkit-transform: translate(-3.15px, .35px);
transform: translate(-3.15px, .35px)
}
60% {
-webkit-transform: translate(3.6px, 1.6px);
transform: translate(3.6px, 1.6px)
}
55% {
-webkit-transform: translate(-4.05px, 1.8px);
transform: translate(-4.05px, 1.8px)
}
50% {
-webkit-transform: translate(1.5px, 0);
transform: translate(1.5px, 0)
}
45% {
-webkit-transform: translate(-5.5px, -1.65px);
transform: translate(-5.5px, -1.65px)
}
40% {
-webkit-transform: translate(4.2px, 2.4px);
transform: translate(4.2px, 2.4px)
}
35% {
-webkit-transform: translate(.65px, -.65px);
transform: translate(.65px, -.65px)
}
30% {
-webkit-transform: translate(-7px, -1.4px);
transform: translate(-7px, -1.4px)
}
25% {
-webkit-transform: translate(-6.65px, -.75px);
transform: translate(-6.65px, -.75px)
}
20% {
-webkit-transform: translate(-2.4px, .8px);
transform: translate(-2.4px, .8px)
}
10% {
-webkit-transform: translate(4.5px, 2.7px);
transform: translate(4.5px, 2.7px)
}
5% {
-webkit-transform: translate(-6.65px, 2.85px);
transform: translate(-6.65px, 2.85px)
}
}
@keyframes electric-20-22-8 {
100%,
15% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
95% {
-webkit-transform: translate(-.35px, 0);
transform: translate(-.35px, 0)
}
90% {
-webkit-transform: translate(.3px, 0);
transform: translate(.3px, 0)
}
85% {
-webkit-transform: translate(1.35px, -.3px);
transform: translate(1.35px, -.3px)
}
80% {
-webkit-transform: translate(.8px, .8px);
transform: translate(.8px, .8px)
}
75% {
-webkit-transform: translate(1.75px, -.5px);
transform: translate(1.75px, -.5px)
}
70% {
-webkit-transform: translate(1.5px, .6px);
transform: translate(1.5px, .6px)
}
65% {
-webkit-transform: translate(-3.15px, .35px);
transform: translate(-3.15px, .35px)
}
60% {
-webkit-transform: translate(3.6px, 1.6px);
transform: translate(3.6px, 1.6px)
}
55% {
-webkit-transform: translate(-4.05px, 1.8px);
transform: translate(-4.05px, 1.8px)
}
50% {
-webkit-transform: translate(1.5px, 0);
transform: translate(1.5px, 0)
}
45% {
-webkit-transform: translate(-5.5px, -1.65px);
transform: translate(-5.5px, -1.65px)
}
40% {
-webkit-transform: translate(4.2px, 2.4px);
transform: translate(4.2px, 2.4px)
}
35% {
-webkit-transform: translate(.65px, -.65px);
transform: translate(.65px, -.65px)
}
30% {
-webkit-transform: translate(-7px, -1.4px);
transform: translate(-7px, -1.4px)
}
25% {
-webkit-transform: translate(-6.65px, -.75px);
transform: translate(-6.65px, -.75px)
}
20% {
-webkit-transform: translate(-2.4px, .8px);
transform: translate(-2.4px, .8px)
}
10% {
-webkit-transform: translate(4.5px, 2.7px);
transform: translate(4.5px, 2.7px)
}
5% {
-webkit-transform: translate(-6.65px, 2.85px);
transform: translate(-6.65px, 2.85px)
}
}
@-webkit-keyframes electric-20-23-8 {
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
95% {
-webkit-transform: translate(.525px, -.15px);
transform: translate(.525px, -.15px)
}
90% {
-webkit-transform: translate(-.95px, -.2px);
transform: translate(-.95px, -.2px)
}
85% {
-webkit-transform: translate(.225px, -.45px);
transform: translate(.225px, -.45px)
}
80% {
-webkit-transform: translate(-1.3px, .8px);
transform: translate(-1.3px, .8px)
}
75% {
-webkit-transform: translate(-.875px, .5px);
transform: translate(-.875px, .5px)
}
70% {
-webkit-transform: translate(-2.25px, -.3px);
transform: translate(-2.25px, -.3px)
}
65% {
-webkit-transform: translate(2.625px, -.35px);
transform: translate(2.625px, -.35px)
}
60% {
-webkit-transform: translate(-1px, 0);
transform: translate(-1px, 0)
}
55% {
-webkit-transform: translate(1.575px, 1.8px);
transform: translate(1.575px, 1.8px)
}
50% {
-webkit-transform: translate(-3.75px, -1px);
transform: translate(-3.75px, -1px)
}
45% {
-webkit-transform: translate(5.325px, .55px);
transform: translate(5.325px, .55px)
}
40% {
-webkit-transform: translate(.3px, 2.4px);
transform: translate(.3px, 2.4px)
}
35% {
-webkit-transform: translate(2.275px, 0);
transform: translate(2.275px, 0)
}
30% {
-webkit-transform: translate(2.45px, -.7px);
transform: translate(2.45px, -.7px)
}
25% {
-webkit-transform: translate(1.125px, .75px);
transform: translate(1.125px, .75px)
}
20% {
-webkit-transform: translate(-4.4px, 3.2px);
transform: translate(-4.4px, 3.2px)
}
15% {
-webkit-transform: translate(4.075px, 2.55px);
transform: translate(4.075px, 2.55px)
}
10% {
-webkit-transform: translate(1.35px, -1.8px);
transform: translate(1.35px, -1.8px)
}
5% {
-webkit-transform: translate(4.275px, -1.9px);
transform: translate(4.275px, -1.9px)
}
}
@keyframes electric-20-23-8 {
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
95% {
-webkit-transform: translate(.525px, -.15px);
transform: translate(.525px, -.15px)
}
90% {
-webkit-transform: translate(-.95px, -.2px);
transform: translate(-.95px, -.2px)
}
85% {
-webkit-transform: translate(.225px, -.45px);
transform: translate(.225px, -.45px)
}
80% {
-webkit-transform: translate(-1.3px, .8px);
transform: translate(-1.3px, .8px)
}
75% {
-webkit-transform: translate(-.875px, .5px);
transform: translate(-.875px, .5px)
}
70% {
-webkit-transform: translate(-2.25px, -.3px);
transform: translate(-2.25px, -.3px)
}
65% {
-webkit-transform: translate(2.625px, -.35px);
transform: translate(2.625px, -.35px)
}
60% {
-webkit-transform: translate(-1px, 0);
transform: translate(-1px, 0)
}
55% {
-webkit-transform: translate(1.575px, 1.8px);
transform: translate(1.575px, 1.8px)
}
50% {
-webkit-transform: translate(-3.75px, -1px);
transform: translate(-3.75px, -1px)
}
45% {
-webkit-transform: translate(5.325px, .55px);
transform: translate(5.325px, .55px)
}
40% {
-webkit-transform: translate(.3px, 2.4px);
transform: translate(.3px, 2.4px)
}
35% {
-webkit-transform: translate(2.275px, 0);
transform: translate(2.275px, 0)
}
30% {
-webkit-transform: translate(2.45px, -.7px);
transform: translate(2.45px, -.7px)
}
25% {
-webkit-transform: translate(1.125px, .75px);
transform: translate(1.125px, .75px)
}
20% {
-webkit-transform: translate(-4.4px, 3.2px);
transform: translate(-4.4px, 3.2px)
}
15% {
-webkit-transform: translate(4.075px, 2.55px);
transform: translate(4.075px, 2.55px)
}
10% {
-webkit-transform: translate(1.35px, -1.8px);
transform: translate(1.35px, -1.8px)
}
5% {
-webkit-transform: translate(4.275px, -1.9px);
transform: translate(4.275px, -1.9px)
}
}
@-webkit-keyframes electric-20-24-8 {
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
95% {
-webkit-transform: translate(-.2px, -.05px);
transform: translate(-.2px, -.05px)
}
90% {
-webkit-transform: translate(-.2px, -.2px);
transform: translate(-.2px, -.2px)
}
85% {
-webkit-transform: translate(1.8px, .6px);
transform: translate(1.8px, .6px)
}
80% {
-webkit-transform: translate(1.4px, .2px);
transform: translate(1.4px, .2px)
}
75% {
-webkit-transform: translate(-1px, 1px);
transform: translate(-1px, 1px)
}
40%,
70% {
-webkit-transform: translate(-3px, .6px);
transform: translate(-3px, .6px)
}
65% {
-webkit-transform: translate(-3.5px, 1.05px);
transform: translate(-3.5px, 1.05px)
}
60% {
-webkit-transform: translate(-2.8px, 1.6px);
transform: translate(-2.8px, 1.6px)
}
55% {
-webkit-transform: translate(1.35px, 1.35px);
transform: translate(1.35px, 1.35px)
}
50% {
-webkit-transform: translate(-2px, 1px);
transform: translate(-2px, 1px)
}
45% {
-webkit-transform: translate(-4.4px, 0);
transform: translate(-4.4px, 0)
}
35% {
-webkit-transform: translate(-6.5px, 0);
transform: translate(-6.5px, 0)
}
30% {
-webkit-transform: translate(4.4px, -1.4px);
transform: translate(4.4px, -1.4px)
}
25% {
-webkit-transform: translate(6.65px, 0);
transform: translate(6.65px, 0)
}
20% {
-webkit-transform: translate(-4.8px, 2.4px);
transform: translate(-4.8px, 2.4px)
}
15% {
-webkit-transform: translate(3.8px, -2.55px);
transform: translate(3.8px, -2.55px)
}
10% {
-webkit-transform: translate(2.7px, 0);
transform: translate(2.7px, 0)
}
5% {
-webkit-transform: translate(-4.75px, 1.9px);
transform: translate(-4.75px, 1.9px)
}
}
@keyframes electric-20-24-8 {
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
95% {
-webkit-transform: translate(-.2px, -.05px);
transform: translate(-.2px, -.05px)
}
90% {
-webkit-transform: translate(-.2px, -.2px);
transform: translate(-.2px, -.2px)
}
85% {
-webkit-transform: translate(1.8px, .6px);
transform: translate(1.8px, .6px)
}
80% {
-webkit-transform: translate(1.4px, .2px);
transform: translate(1.4px, .2px)
}
75% {
-webkit-transform: translate(-1px, 1px);
transform: translate(-1px, 1px)
}
40%,
70% {
-webkit-transform: translate(-3px, .6px);
transform: translate(-3px, .6px)
}
65% {
-webkit-transform: translate(-3.5px, 1.05px);
transform: translate(-3.5px, 1.05px)
}
60% {
-webkit-transform: translate(-2.8px, 1.6px);
transform: translate(-2.8px, 1.6px)
}
55% {
-webkit-transform: translate(1.35px, 1.35px);
transform: translate(1.35px, 1.35px)
}
50% {
-webkit-transform: translate(-2px, 1px);
transform: translate(-2px, 1px)
}
45% {
-webkit-transform: translate(-4.4px, 0);
transform: translate(-4.4px, 0)
}
35% {
-webkit-transform: translate(-6.5px, 0);
transform: translate(-6.5px, 0)
}
30% {
-webkit-transform: translate(4.4px, -1.4px);
transform: translate(4.4px, -1.4px)
}
25% {
-webkit-transform: translate(6.65px, 0);
transform: translate(6.65px, 0)
}
20% {
-webkit-transform: translate(-4.8px, 2.4px);
transform: translate(-4.8px, 2.4px)
}
15% {
-webkit-transform: translate(3.8px, -2.55px);
transform: translate(3.8px, -2.55px)
}
10% {
-webkit-transform: translate(2.7px, 0);
transform: translate(2.7px, 0)
}
5% {
-webkit-transform: translate(-4.75px, 1.9px);
transform: translate(-4.75px, 1.9px)
}
}
.mmpanels,
.mmpanels>.mmpanel,
.panel-menu {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: inherit
}
.panel-menu ul {
list-style-type: none;
margin: 0;
padding: 0
}
.panel-menu ul li {
margin: 0;
width: 100%
}
.panel-menu ul li a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 9px 27px 9px 30px;
font-size: 15px;
line-height: 22px;
text-decoration: none;
color: #fff;
background: 0 0;
position: relative;
-webkit-transition: .2s linear;
transition: .2s linear
}
.panel-menu ul li a:hover {
color: #f47629;
background: 0 0
}
.panel-menu #mm0.mmpanel a:not(.mm-close) {
font-family: Poppins, sans-serif;
font-weight: 700;
color: #fff;
background-color: transparent
}
.panel-menu #mm0.mmpanel a:not(.mm-close):after {
color: #fff
}
.panel-menu #mm0.mmpanel a:not(.mm-close):hover {
color: #f47629;
background-color: transparent
}
.panel-menu #mm0.mmpanel a:not(.mm-close):hover:after {
color: #f47629
}
.panel-menu #mm0.mmpanel .mm-next-level:after {
top: 13px
}
.panel-menu .mmpanel:not(#mm0) a:not(.mm-original-link) {
font-family: Poppins, sans-serif;
font-weight: 400
}
.panel-menu .mmpanel .mm-original-link .tt-badge {
top: -1px
}
.panel-menu .mm-close,
.panel-menu .mm-original-link,
.panel-menu .mm-prev-level {
display: block;
color: #fff;
background-color: transparent;
text-transform: uppercase
}
.panel-menu .mm-close:before,
.panel-menu .mm-next-level:after,
.panel-menu .mm-prev-level:before {
font-family: electrician;
font-size: 14px;
line-height: 14px;
font-weight: 700;
-webkit-transition: .2s linear;
transition: .2s linear;
color: #fff
}
.panel-menu .mm-close:hover,
.panel-menu .mm-next-level:hover,
.panel-menu .mm-prev-level:hover {
color: #f47629;
background-color: transparent
}
.panel-menu .mm-close:hover:before .mm-prev-level:hover:before,
.panel-menu .mm-next-level:hover:after {
color: #f47629
}
.panel-menu li.mm-close-parent {
margin-bottom: 32px
}
.panel-menu li.mm-close-parent .mm-close {
padding: 14px 16px 15px 29px;
color: #fff;
border-bottom: 1px solid #fff;
background-color: transparent;
font-family: Poppins, sans-serif;
font-weight: 700
}
.panel-menu li.mm-close-parent .mm-close:before {
content: "\e91b";
padding-right: 10px;
position: relative;
top: 1px;
color: #fff
}
.panel-menu li.mm-close-parent .mm-close:hover {
color: #f47629;
background-color: transparent
}
.panel-menu li.mm-close-parent .mm-close:hover:before {
color: #f47629
}
.panel-menu .mm-prev-level {
padding: 14px 16px 15px 29px;
color: #fff;
background-color: transparent;
border-bottom: 1px solid #fff;
margin-bottom: 15px
}
.panel-menu .mm-prev-level:before {
content: "\e92d";
padding-right: 10px;
position: relative;
top: 1px;
color: #fff;
display: inline-block
}
.panel-menu .mm-prev-level:hover {
color: #f47629;
background-color: transparent
}
.panel-menu .mm-prev-level:hover:before {
color: #f47629
}
.panel-menu .mm-next-level {
color: #3d3b42;
background-color: transparent
}
.panel-menu .mm-next-level:after {
content: "\e92e";
padding-left: 10px;
top: 12px;
right: 30px;
position: absolute;
color: #fff
}
.panel-menu .mm-next-level:hover {
color: #f47629;
background-color: transparent
}
.panel-menu .mm-next-level:hover:after {
color: #f47629
}
.panel-menu .mm-original-link {
font-family: Poppins, sans-serif;
font-weight: 700;
color: #fff;
background-color: transparent
}
.panel-menu .mm-original-link:before {
padding-right: 10px;
color: #fff
}
.panel-menu .mm-original-link:hover {
color: #f47629;
background-color: transparent
}
.panel-menu .mm-original-link:hover:before {
color: #f47629
}
.mm-open {
overflow: hidden
}
.mm-open .mm-fullscreen-bg {
cursor: pointer;
background-color: rgba(0, 0, 0, .55);
position: fixed;
top: 0;
left: 0;
overflow: hidden;
width: 100%;
height: 100%;
z-index: 21;
display: none
}
.mmitemopen.panel-menu,
.mmitemopen.panel-menu.mm-right {
-webkit-transition: -webkit-transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.panel-menu {
width: 320px;
background: #303442;
position: fixed;
z-index: 50;
-webkit-transform: translate(-100%, 0);
transform: translate(-100%, 0);
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
.mmitemopen.panel-menu.mm-right.mmhide,
.panel-menu.mm-right {
left: auto;
right: 0;
-webkit-transform: translate(100%, 0);
transform: translate(100%, 0);
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
.mmitemopen.panel-menu.mmhide {
-webkit-transform: translate(-100%, 0);
transform: translate(-100%, 0);
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
.mmpanel {
-webkit-transition: -webkit-transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s;
-webkit-transform: translate(100%, 0);
transform: translate(100%, 0);
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
.mmpanels {
overflow: hidden
}
.mmpanel.mmopened {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.mmpanel.mmsubopened {
-webkit-transform: translate(-80%, 0);
transform: translate(-80%, 0);
-webkit-transform: translate3d(-80%, 0, 0);
transform: translate3d(-80%, 0, 0)
}
.mmpanels>.mmpanel {
overflow: scroll;
overflow-x: hidden;
overflow-y: auto
}
.mmpanels,
.mmpanels>.mmpanel {
background: inherit;
border-color: inherit
}
.mmpanels>.mmpanel:not(.mmhidden) {
display: block
}
.mmpanels>.mmpanel:after {
content: '';
display: block;
height: 20px
}
.mm-nav-btn,
.mmhidden {
display: none
}
.mm-fullscreen-bg,
.mm-fullscreen-bg:active,
.mm-fullscreen-bg:focus,
.mm-fullscreen-bg:hover {
outline: 0
}
.tt-menu-slider {
max-height: 389px
}
@media (min-width:1025px) {
.tt-obj-cart .tt-obj__btn {
position: relative;
display: inline-block;
font-size: 19px;
line-height: 19px;
top: 4px;
color: #fff;
padding: 8px 8px 8px 5px;
-webkit-transition: color .2s linear;
transition: color .2s linear
}
.tt-obj-cart .tt-obj__btn .tt-obj__badge {
position: absolute;
right: -5px;
top: -1px;
pointer-events: none;
background-color: #f47629;
border-radius: 50%;
width: 17px;
height: 17px;
font-size: 10px;
line-height: 18px;
color: #fff;
text-align: center
}
.tt-obj-cart .tt-obj__btn:hover {
color: #f47629
}
}
@media (max-width:1024.98px) {
.tt-holder .tt-col-objects .tt-col__item {
margin-left: 25px
}
#js-init-sticky,
#js-init-sticky.fixed .tt-holder,
.tt-holder {
min-height: 60px
}
#tt-nav {
display: none
}
.tt-obj-cart .tt-obj__btn {
position: relative;
display: inline-block;
font-size: 19px;
line-height: 19px;
top: 3px;
color: #303442;
padding: 5px;
-webkit-transition: color .2s linear;
transition: color .2s linear
}
.tt-obj-cart .tt-obj__btn .tt-obj__badge {
position: absolute;
right: -5px;
top: -1px;
pointer-events: none;
background-color: #f47629;
border-radius: 50%;
width: 17px;
height: 17px;
font-size: 10px;
line-height: 18px;
color: #fff;
text-align: center
}
.tt-obj-cart .tt-obj__btn:hover {
color: #f47629
}
}
.tt-obj-cart .tt-obj__dropdown {
position: absolute;
opacity: 0;
width: 349px;
margin: -8px 0 0;
padding: 32px 0 40px;
text-align: left;
-webkit-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: .2s;
transition: .2s;
background: #fff;
right: 0;
top: 100%;
z-index: 22;
-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .1);
box-shadow: 0 0 40px rgba(0, 0, 0, .1);
pointer-events: none
}
.tt-obj-cart .tt-obj__dropdown-close {
position: absolute;
right: 16px;
top: 15px;
display: inline-block;
padding: 5px;
color: #303442;
-webkit-transition: color .2s linear;
transition: color .2s linear;
cursor: pointer;
font-size: 11px;
line-height: 1
}
.tt-obj-cart .tt-obj__dropdown-close:hover,
.tt-obj-cart.active .tt-obj__btn {
color: #f47629
}
.tt-obj-cart.active .tt-obj__dropdown {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: .3s .15s;
transition: .3s .15s;
pointer-events: auto
}
.tt-obj-cart .tt-obj__title {
font-size: 24px;
line-height: 34px;
color: #303442;
font-family: Poppins, sans-serif;
font-weight: 600;
margin: 0;
padding: 0 35px 16px
}
@media (max-width:1024.98px) {
.tt-obj-cart .tt-obj__title {
font-size: 20px;
line-height: 30px
}
.tt-obj-cart .tt-obj__dropdown {
width: 300px
}
}
@media (max-width:766.98px) {
.tt-holder .tt-col-objects .tt-col__item {
margin-left: 15px
}
.tt-obj-cart .tt-obj__dropdown {
width: 274px
}
}
.tt-cart-list {
padding: 0 35px
}
.tt-cart-list .tt-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
position: relative
}
.tt-cart-list .tt-item:not(:first-child) {
margin-top: 19px
}
.tt-cart-list .tt-item__remove {
position: absolute;
right: -5px;
top: 2px;
color: #c7c7c8;
-webkit-transition: color .2s linear;
transition: color .2s linear;
padding: 5px;
font-size: 14px
}
.tt-cart-list .tt-item__remove:hover {
color: #f47629
}
.tt-cart-list .tt-item__img {
width: 88px;
min-width: 88px;
position: relative;
top: 6px
}
.tt-cart-list .tt-item__content {
margin-left: 18px;
padding-right: 15px
}
.tt-cart-list .tt-item__title {
font-size: 16px;
line-height: 27px;
color: #7b7b7b;
padding-right: 5px
}
.tt-cart-list .tt-item__title a {
color: #7b7b7b;
-webkit-transition: color .2s linear;
transition: color .2s linear
}
.tt-cart-list .tt-item__title a:hover {
color: #f47629
}
.tt-cart-list .tt-item__price {
font-size: 20px;
font-family: Poppins, sans-serif;
font-weight: 600;
color: #303442;
margin-top: 14px
}
.tt-cart-list .tt-item__price .new-price {
font-size: 20px;
color: #f47629
}
.tt-cart-list .tt-item__price .old-price {
font-size: 16px;
text-decoration: line-through;
margin-left: 7px
}
@media (max-width:1024.98px) {
.tt-cart-list {
padding: 0 25px
}
.tt-cart-list .tt-item__title {
font-size: 14px;
line-height: 23px
}
.tt-cart-list .tt-item__price {
font-size: 18px;
margin-top: 7px
}
.tt-cart-list .tt-item__img {
width: 75px;
min-width: 75px
}
}
.tt-cart-total {
border-top: 1px solid #e9e9eb;
font-size: 24px;
line-height: 1;
font-family: Poppins, sans-serif;
font-weight: 600;
color: #303442;
padding: 27px 35px 0;
margin-top: 28px
}
.tt-cart-total .tt-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start
}
.tt-cart-total .tt-btn {
margin-top: 25px;
width: 100%
}
@media (max-width:1024.98px) {
.tt-cart-total {
font-size: 20px;
padding: 23px 25px 0
}
.tt-cart-total .tt-btn {
font-size: 16px;
height: 50px;
margin-top: 20px
}
}
.tt-logo {
font-size: 40px;
line-height: 40px;
color: #303442;
font-family: Poppins, sans-serif;
font-weight: 600;
position: relative;
padding: 9px 0 13px 25px;
letter-spacing: -1.3px;
overflow: hidden;
display: inline-block;
top: 4px
}
.tt-logo .tt-icon {
position: absolute;
top: 4px;
left: 3px
}
.tt-logo:before {
content: "";
z-index: 1;
position: absolute;
left: 0;
top: -100%;
width: 45px;
height: 23px;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, #fff), to(rgba(255, 255, 255, 0)));
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 50%, rgba(255, 255, 255, 0) 100%);
-webkit-transition: ease-in-out;
transition: ease-in-out;
pointer-events: none;
-webkit-animation: 2s ease-in infinite lightning;
animation: 2s ease-in infinite lightning
}
.tt-logo:hover {
color: #303442
}
.tt-logo:hover:before {
top: 0
}
@media (max-width:1229.98px) {
.tt-logo {
font-size: 32px;
line-height: 32px
}
.tt-logo .tt-icon img {
max-width: 30px
}
}
@media (max-width:1024.98px) {
.tt-logo {
font-size: 30px;
line-height: 30px;
letter-spacing: -1px;
top: 6px;
padding-left: 19px
}
.tt-logo .tt-icon {
top: 4px
}
.tt-logo .tt-icon img {
max-width: 28px
}
}
@-webkit-keyframes lightning {
from {
top: -100%;
width: 45px
}
50% {
top: 100%;
width: 20px
}
to {
top: 100%;
width: 10px
}
}
@keyframes lightning {
from {
top: -100%;
width: 45px
}
50% {
top: 100%;
width: 20px
}
to {
top: 100%;
width: 10px
}
}
#tt-menu-toggle {
padding: 8px 0 5px 5px;
font-size: 24px;
display: inline-block;
color: #303442;
position: relative
}
#tt-menu-toggle:hover {
color: #f47629
}
@media (min-width:1025px) {
.section-indent:not(.no-margin) {
margin-top: 120px
}
.mainSlider .slide .slide-content .tt-title-01 {
font-size: 18px;
line-height: 28px
}
.mainSlider .slide .slide-content .tt-title-02 {
font-size: 58px;
line-height: 64px;
margin-top: 15px
}
}
@media (max-width:1024px) {
.section-indent:not(.no-margin) {
margin-top: 70px
}
}
.section-indent-extra {
margin-top: -70px;
position: relative
}
.section_hr {
border-top: 1px solid #e9e9eb;
padding-top: 48px
}
.section__wrapper {
background-color: #303442;
color: #fff
}
.section__wrapper02 {
background: #fff;
overflow: hidden
}
.container__p-r {
position: relative
}
.section-marker {
position: absolute;
opacity: .08
}
.section-marker.section-marker_b-l {
bottom: 0;
left: 0
}
@media (max-width:1500px) {
.section-marker {
display: none
}
}
.mainSlider-layout {
position: relative;
z-index: 1;
background: #252427
}
.mainSlider-wrapper {
position: relative;
z-index: 1
}
.mainSlider {
height: 774px
}
.mainSlider .container {
position: relative
}
.mainSlider .slide .img--holder {
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
height: 774px;
-webkit-transition: -webkit-transform 6s;
transition: transform 6s;
transition: transform 6s, -webkit-transform 6s
}
@media (max-width:1239px) {
.mainSlider .slide .img--holder {
height: 774px
}
}
@media (max-width:1024px) and (min-width:551px) {
.mainSlider,
.mainSlider .slide .img--holder {
height: 365px
}
}
@media (max-width:790px) {
.section-indent:not(.no-margin) {
margin-top: 50px
}
.mainSlider,
.mainSlider .slide .img--holder {
height: 250px
}
}
.mainSlider .slide .slide-content {
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding-bottom: 9px
}
.mainSlider .slide .slide-content .container:first-child {
margin-top: -50px
}
@media (max-width:1024px) and (min-width:551px) {
.mainSlider .slide .slide-content .container:first-child {
margin-top: 0
}
}
.mainSlider .slide .slide-content .container .tt-title-01,
.mainSlider .slide .slide-content .container .tt-title-02 {
color: #fff;
font-weight: 600;
font-family: Poppins, sans-serif
}
.mainSlider .slide .slide-content .container:not(.text-center):not(.text-right) .tt-row-btn {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start
}
@media (max-width:1024px) {
.mainSlider .slide .slide-content {
padding-bottom: 0
}
.mainSlider .slide .slide-content .tt-title-01 {
font-size: 14px;
line-height: 14px
}
.mainSlider .slide .slide-content .tt-title-02 {
font-size: 48px;
line-height: 54px;
margin-top: 20px
}
}
.mainSlider .slick-arrow {
position: absolute;
top: 50%;
margin-top: -18px;
z-index: 7;
font-size: 0;
line-height: 0;
background: 0 0;
border: none;
color: #fff
}
.mainSlider .slick-arrow:hover {
color: #f47629
}
.mainSlider .slick-arrow:before {
font-family: electrician;
display: block;
font-size: 40px;
line-height: 1em
}
.mainSlider .slick-prev {
left: 20px
}
.mainSlider .slick-prev:before {
content: '\e916'
}
.mainSlider .slick-next {
right: 20px
}
.mainSlider .slick-next:before {
content: '\e917'
}
.fadeInLeftSm {
-webkit-animation-name: fadeInLeftSm;
animation-name: fadeInLeftSm;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
.fadeInRightSm {
-webkit-animation-name: fadeInRightSm;
animation-name: fadeInRightSm;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
.fadeInUpSm {
-webkit-animation-name: fadeInUpSm;
animation-name: fadeInUpSm;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
.animated.fadeInLeftSm,
.animated.fadeInRightSm,
.animated.fadeInUpSm {
-webkit-animation-duration: .75s;
animation-duration: .75s
}
@-webkit-keyframes fadeInUpSm {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0)
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@keyframes fadeInUpSm {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0)
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@-webkit-keyframes fadeInLeftSm {
0% {
opacity: 0;
-webkit-transform: translate3d(-20%, 0, 0);
transform: translate3d(-20%, 0, 0)
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@keyframes fadeInLeftSm {
0% {
opacity: 0;
-webkit-transform: translate3d(-20%, 0, 0);
transform: translate3d(-20%, 0, 0)
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@-webkit-keyframes fadeInRightSm {
from {
opacity: 0;
-webkit-transform: translate3d(20%, 0, 0);
transform: translate3d(20%, 0, 0)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@keyframes fadeInRightSm {
from {
opacity: 0;
-webkit-transform: translate3d(20%, 0, 0);
transform: translate3d(20%, 0, 0)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
body.is-loaded .loading-content {
opacity: 0;
visibility: hidden
}
.loading-content {
height: 100%;
width: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
z-index: 3;
background-color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
opacity: 1;
pointer-events: none;
visibility: visible;
-webkit-transition: .5s;
transition: .5s
}
.loading-content.disable {
opacity: 0
}
.loading-content img {
margin-top: -100px
}
@media (max-width:1024.98px) {
.loading-content img {
max-width: 45px;
height: auto;
margin-top: -30px
}
}
@media (max-width:790px) {
.mainSlider .slide .slide-content .tt-title-01 {
font-size: 12px;
line-height: 12px
}
.mainSlider .slide .slide-content .tt-title-02 {
font-size: 24px;
line-height: 30px;
margin-top: 16px
}
.loading-content img {
max-width: 35px;
height: auto
}
}
.load-mainslider .mainSlider .slide.slick-current .img--holder {
-webkit-transform: scale(1.2);
transform: scale(1.2)
}
.order-form-wrapper {
position: relative;
z-index: 2
}
@media (min-width:1025px) {
.order-form-wrapper {
margin-top: -159px
}
}
.order-form .order-form__title {
font-size: 20px;
line-height: 26px;
color: #fff;
background-color: #f47629;
font-family: Poppins, sans-serif;
font-weight: 600;
display: inline-block;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
padding: 9px 36px;
margin-top: 7px
}
.order-form .order-form__content {
background-color: #303442;
padding: 30px 38px 10px
}
.order-form .order-form__content form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.order-form .order-form__content form .form-group {
margin-bottom: 20px
}
.order-form .order-form__content form .form-group:not(:first-child) {
margin-left: 20px
}
.order-form .order-form__content form .form-group:not(:last-child) {
width: 19.5%
}
@media (min-width:790px) {
.order-form .order-form__content {
display: block!important
}
}
.order-form ::-webkit-input-placeholder {
color: #7b7b7b
}
.order-form ::-moz-placeholder {
color: #7b7b7b
}
.order-form :-moz-placeholder {
color: #7b7b7b
}
.order-form :-ms-input-placeholder {
color: #7b7b7b
}
.order-form :-moz-placeholder,
.order-form ::-moz-placeholder {
opacity: 1
}
.order-form input:focus::-webkit-input-placeholder {
color: transparent
}
.order-form input:focus:-moz-placeholder {
color: transparent
}
.order-form input:focus::-moz-placeholder {
color: transparent
}
.order-form input:focus:-ms-input-placeholder {
color: transparent
}
.order-form .form-order .form-group {
position: relative
}
.order-form .form-order .form-group label.error {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 56px;
left: 0;
padding: 8px 12px 6px;
background: red;
color: #fff;
font-size: 14px;
line-height: 22px;
z-index: 1;
width: 100%
}
.order-form .form-order .form-group label.error:after {
content: '';
position: absolute;
top: -12px;
left: 50%;
border: 6px solid transparent;
border-bottom: 6px solid #f8353e
}
.order-form .form-order .form-group .icon {
position: absolute;
right: 17px;
top: 13px;
color: #7b7b7b
}
.order-form .form-order .pt-disabled {
pointer-events: none;
opacity: .5;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.order-form .form-order .form-control {
background: #fff;
font-size: 16px;
line-height: 25px;
border: 1px solid transparent;
color: #888;
padding: 13px 12px 12px 15px;
-webkit-box-shadow: none;
box-shadow: none;
outline: 0;
font-family: Roboto, sans-serif;
-webkit-transition: .3s;
transition: .3s;
box-shadow: none;
border-radius: 4px
}
.order-form .form-order .form-control.is-invalid {
border: 1px solid red
}
.order-form .form-order .form-control:not(textarea) {
height: 44px
}
.order-form .form-order .form-control.error {
border-color: red;
-webkit-box-shadow: none;
box-shadow: none
}
.order-form .form-order .form-control:focus {
border-color: #f47629
}
.order-form .form-order .pt-required {
display: inline-block;
float: right;
position: relative;
top: 4px;
color: red;
padding-left: 5px;
font-size: 14px;
line-height: 22px
}
.order-form .form-order .invalid-feedback {
margin-top: 2px;
font-size: 14px;
line-height: 24px
}
@media (max-width:1024.98px) {
.order-form-wrapper {
margin-top: -47px
}
.order-form .order-form__title {
font-size: 18px;
padding: 7px 15px
}
.order-form .order-form__content {
padding: 18px 15px 8px 5px
}
.order-form .order-form__content form .form-group {
margin-bottom: 10px;
margin-left: 10px
}
.order-form .form-order .form-control {
font-size: 15px;
padding: 12px 12px 12px 15px
}
.order-form .form-order .form-control:not(textarea) {
height: 40px
}
.tt-slideinfo-wrapper {
margin-left: -15px;
margin-right: -15px
}
.tt-slideinfo-wrapper .tt-slideinfo:nth-child(2) {
margin-left: 0;
margin-right: 0
}
}
@media (max-width:767px) {
.order-form .order-form__content form {
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.order-form .order-form__content form .form-group:nth-child(1),
.order-form .order-form__content form .form-group:nth-child(4),
.order-form .order-form__content form .form-group:nth-child(5) {
width: calc(100% - 10px)
}
.order-form .order-form__content form .form-group:nth-child(2),
.order-form .order-form__content form .form-group:nth-child(3) {
width: calc(50% - 10px)
}
.order-form .order-form__content form .form-group:nth-child(5) .tt-btn {
width: 100%
}
.order-form .order-form__content form .form-group:not(:first-child) {
margin-left: 10px
}
}
@media (min-width:767px) {
.order-form .order-form__title {
pointer-events: none
}
.order-form .order-form__title i {
display: none
}
}
@media (max-width:766.98px) {
.order-form-wrapper {
margin-top: -41px
}
.order-form {
text-align: center
}
.order-form .order-form__title {
font-size: 14px;
padding: 4px 15px;
cursor: pointer
}
.order-form .order-form__title i {
display: inline-block;
margin-right: 7px;
position: relative;
top: -2px
}
.order-form .order-form__title.active i {
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
top: 1px
}
.order-form .order-form__content {
display: none
}
}
.tt-slideinfo-wrapper {
overflow: hidden;
position: relative
}
@media (min-width:1025px) {
.tt-slideinfo-wrapper {
margin-bottom: -13px
}
.tt-slideinfo-wrapper:after,
.tt-slideinfo-wrapper:before {
content: '';
display: block;
position: absolute;
z-index: 3;
left: 0;
width: 100%;
height: 20px;
background-color: #fff;
-webkit-transition: height .13s;
transition: height .13s
}
.tt-slideinfo-wrapper:before {
top: 0
}
.tt-slideinfo-wrapper:after {
bottom: 0
}
.tt-slideinfo-wrapper:hover:before {
height: 0
}
.tt-slideinfo-wrapper:hover:after {
height: 1px
}
}
@media (min-width:767px) {
.tt-slideinfo-wrapper {
margin-left: -75px;
margin-right: -75px
}
.tt-slideinfo-wrapper .tt-slideinfo:nth-child(2) {
margin-left: -4px;
margin-right: -4px
}
.tt-slideinfo-wrapper:not(.slick-initialized) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start
}
.tt-slideinfo-wrapper .tt-slideinfo {
-webkit-transition: width .13s;
transition: width .13s;
position: relative
}
.tt-slideinfo-wrapper .tt-slideinfo:not(.active) {
width: 33.333%
}
.tt-slideinfo-wrapper .tt-slideinfo.wide {
width: calc(33.333% + 30px)
}
.tt-slideinfo-wrapper .tt-slideinfo.short {
width: calc(33.333% - 15px)
}
.tt-slideinfo-wrapper .tt-slideinfo .tt-item__bg {
margin-left: -76px;
width: calc(100% + 76px)
}
.tt-slideinfo-wrapper .tt-slideinfo:nth-child(1) {
z-index: 2;
padding-left: 70px
}
.tt-slideinfo-wrapper .tt-slideinfo:nth-child(2) {
z-index: 1
}
.tt-slideinfo-wrapper .tt-slideinfo:nth-child(3) {
z-index: 0;
padding-right: 70px
}
.tt-col-img img {
width: 100%
}
}
@media (min-width:767px) and (max-width:1024px) {
.tt-slideinfo-wrapper {
margin-left: -52px;
margin-right: -52px
}
}
.tt-slideinfo {
position: relative;
height: 730px
}
.tt-slideinfo .tt-item__bg {
position: absolute;
z-index: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: skew(12deg, 0);
transform: skew(12deg, 0);
overflow: hidden;
background-color: #333
}
.tt-slideinfo .tt-item__bg:before {
content: "";
z-index: 1;
position: absolute;
left: -100%;
top: 0;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .25)), to(rgba(255, 255, 255, 0)));
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .25) 50%, rgba(255, 255, 255, 0) 100%);
-webkit-transition: ease-in-out;
transition: ease-in-out;
pointer-events: none;
opacity: .5
}
.tt-slideinfo .tt-item__bg .tt-item__bg-img {
position: absolute;
z-index: 0;
top: 0;
left: 0;
width: 130%;
height: 100%;
opacity: .6;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
-webkit-transition: opacity .2s;
transition: opacity .2s;
-webkit-transform: skew(-12deg);
transform: skew(-12deg);
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.tt-slideinfo .tt-item__bg .tt-item__bg-top {
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%
}
.tt-slideinfo .tt-item__bg .tt-item__bg-top:after,
.tt-slideinfo .tt-item__bg .tt-item__bg-top:before {
content: '';
width: calc(100% + 4px);
height: 20px;
background-color: #fff;
display: block;
position: absolute;
left: -2px;
-webkit-transition: height .13s;
transition: height .13s
}
.tt-slideinfo .tt-item__bg .tt-item__bg-top:before {
top: 0
}
.tt-slideinfo .tt-item__bg .tt-item__bg-top:after {
bottom: 0
}
.tt-slideinfo .tt-item__content {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #fff;
text-align: center;
padding-left: 25px;
padding-right: 25px
}
.tt-slideinfo .tt-item__title {
font-size: 36px;
line-height: 1;
width: 100%;
font-family: Poppins, sans-serif;
font-weight: 600;
position: relative
}
.tt-slideinfo .tt-item__title .tt-icon {
display: inline-block;
position: absolute;
top: -85px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 1;
opacity: .44
}
.tt-slideinfo .tt-item__title span {
position: relative;
z-index: 2
}
.tt-slideinfo .tt-item__description {
max-width: 397px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
display: none
}
.tt-slideinfo .tt-item__btn {
margin-top: 28px;
width: 100%
}
.tt-slideinfo .tt-item__btn a {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 59px;
height: 59px;
border-radius: 50%;
background-color: #f47629;
font-size: 30px;
line-height: 30px;
color: #fff;
position: relative;
-webkit-transition: background-color .3s, color .3s;
transition: background-color .3s, color .3s
}
.tt-slideinfo .tt-item__btn a:before {
position: relative;
z-index: 2
}
.tt-slideinfo .tt-item__btn a::after {
content: '';
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
border-radius: 50%;
background: #f47629;
opacity: .5;
-webkit-animation: 1.3s linear infinite pulse;
animation: 1.3s linear infinite pulse;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: .3s;
transition: .3s;
pointer-events: none
}
.tt-slideinfo .tt-item__btn a:hover {
background-color: #fff;
color: #f47629
}
.tt-slideinfo .tt-item__btn a:hover:after {
display: none
}
.tt-slideinfo:hover .tt-item__bg {
overflow: hidden
}
.tt-slideinfo:hover .tt-item__bg:before {
left: 100%;
-webkit-transition: .5s ease-in-out;
transition: .5s ease-in-out
}
.tt-slideinfo:hover .tt-item__bg .tt-item__bg-top:after,
.tt-slideinfo:hover .tt-item__bg .tt-item__bg-top:before {
height: 0
}
.tt-slideinfo.open-info .tt-item__title {
position: static
}
.tt-slideinfo.open-info .tt-item__title .tt-icon {
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin-top: -25px
}
.tt-slideinfo.open-info .tt-item__description {
display: block
}
@media (max-width:1500px) {
.tt-slideinfo .tt-item__description {
max-width: 337px
}
}
@media (max-width:1229.98px) {
.tt-slideinfo {
height: 600px
}
.tt-slideinfo .tt-item__title {
font-size: 33px
}
}
@media (max-width:1024px) {
.tt-slideinfo {
height: 411px
}
.tt-slideinfo .tt-item__description {
max-width: 250px
}
.tt-slideinfo.slick-slide {
height: 411px
}
.tt-slideinfo .tt-item__title {
font-size: 24px
}
.tt-slideinfo .tt-item__title .tt-icon {
top: -53px
}
.tt-slideinfo .tt-item__title .tt-icon img {
max-width: 46px
}
.tt-slideinfo .tt-item__content {
padding-left: 15px;
padding-right: 15px
}
.tt-slideinfo .tt-item__btn {
margin-top: 15px;
width: 100%
}
.tt-slideinfo .tt-item__btn a {
width: 36px;
height: 36px;
font-size: 20px;
line-height: 20px
}
.tt-slideinfo .tt-item__btn a:hover {
background-color: #fff;
color: #f47629
}
.tt-slideinfo .tt-item__bg .tt-item__bg-top:after,
.tt-slideinfo .tt-item__bg .tt-item__bg-top:before,
.tt-slideinfo .tt-item__btn a:hover:after {
display: none
}
}
@media (max-width:766px) {
.tt-slideinfo-wrapper {
margin-left: 0;
margin-right: 0
}
.tt-slideinfo,
.tt-slideinfo.slick-slide {
height: 411px
}
.tt-slideinfo .tt-item__title {
font-size: 24px
}
.tt-slideinfo .tt-item__title .tt-icon {
top: -53px
}
.tt-slideinfo .tt-item__title .tt-icon img {
max-width: 46px
}
.tt-slideinfo .tt-item__bg .tt-item__bg-img {
-webkit-transform: skew(0);
transform: skew(0);
width: 100%
}
.tt-slideinfo .tt-item__content {
padding-left: 15px;
padding-right: 15px
}
.tt-slideinfo .tt-item__btn {
margin-top: 15px;
width: 100%
}
.tt-slideinfo .tt-item__btn a {
width: 36px;
height: 36px;
font-size: 20px;
line-height: 20px
}
.tt-slideinfo .tt-item__btn a:hover {
background-color: #fff;
color: #f47629
}
.tt-slideinfo .tt-item__btn a:hover:after {
display: none
}
.tt-slideinfo .tt-item__bg,
.tt-slideinfo .tt-item__bg .tt-item__bg-top {
-webkit-transform: skew(0deg, 0);
transform: skew(0deg, 0)
}
.tt-slideinfo .tt-item__bg .tt-item__bg-top:after,
.tt-slideinfo .tt-item__bg .tt-item__bg-top:before {
display: none
}
.tt-slideinfo .tt-item__description {
max-width: 337px
}
}
@media (max-width:575px) {
.tt-slideinfo {
height: 310px!important
}
.tt-slideinfo .tt-item__content {
padding-left: 0;
padding-right: 0
}
}
@-webkit-keyframes pulse {
from {
width: 100%;
height: 100%;
opacity: .8
}
50% {
width: 140%;
height: 140%;
opacity: 0
}
to {
width: 100%;
height: 100%;
opacity: 0
}
}
.tt-box01 {
background-position: center top;
background-size: cover;
padding: 96px 0;
overflow: hidden
}
.tt-box01 .tt-box01__description {
background-color: #fff;
display: inline-block;
padding: 77px 100px 120px 90px;
max-width: 584px
}
.tt-box01 .tt-box01__title {
font-size: 36px;
line-height: 46px;
color: #303442;
font-family: Poppins, sans-serif;
position: relative;
padding: 0 0 0 37px;
margin: 0 0 23px
}
.tt-box01 .tt-box01__title:before {
content: '';
width: 4px;
height: calc(100% - 20px);
background-color: #f47629;
display: block;
position: absolute;
top: 9px;
left: 0
}
.tt-box01 .tt-box01__title+* {
margin-top: 0
}
.tt-box01 .tt-row-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
top: 35px
}
.tt-box01 .tt-box01__holder {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.tt-box01 .tt-box01__video {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 2;
-ms-flex: 2 1 auto;
flex: 2 1 auto
}
@media (max-width:1024.98px) {
.tt-box01 {
padding: 33px 0
}
.tt-box01 .tt-box01__description {
padding: 26px 35px 49px 30px;
max-width: 345px
}
.tt-box01 .tt-box01__title {
font-size: 24px;
line-height: 30px;
padding: 0 0 0 20px;
margin-bottom: 12px
}
.tt-box01 .tt-box01__title:before {
width: 2px;
top: 6px;
height: calc(100% - 14px)
}
.tt-box01 .tt-row-btn {
top: 19px
}
}
@media (max-width:575px) {
.tt-box01 {
background-position: right top;
padding: 70px 0 33px
}
.tt-box01 .tt-box01__holder {
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.tt-box01 .tt-box01__holder .tt-box01__description {
max-width: inherit;
width: 100%;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
padding: 26px 35px 49px 30px
}
.tt-box01 .tt-box01__holder .tt-box01__video {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
margin-top: 42px;
margin-bottom: 9px
}
}
.tt-video {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 89px;
height: 89px;
background-color: #f47629;
border: 2px solid #f47629;
border-radius: 50%;
color: #fff;
-webkit-transition: .3s;
transition: .3s;
position: relative;
font-size: 20px
}
.tt-video:before {
position: relative;
z-index: 2
}
.tt-video::after {
content: '';
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
border-radius: 50%;
background: #f47629;
opacity: .5;
-webkit-animation: 1.3s linear infinite pulse;
animation: 1.3s linear infinite pulse;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: .3s;
transition: .3s;
pointer-events: none
}
.tt-video:hover {
color: #fff
}
.tt-video:hover:after {
display: none
}
@media (max-width:1024.98px) {
.tt-video {
width: 66px;
height: 66px;
font-size: 14px
}
.tt-video::after {
font-size: 15px
}
}
@media (max-width:766.98px) {
.tt-video {
width: 49px;
height: 49px;
font-size: 11px
}
.tt-video::after {
font-size: 15px
}
}
@keyframes pulse {
from {
width: 100%;
height: 100%;
opacity: .8
}
50% {
width: 140%;
height: 140%;
opacity: 0
}
to {
width: 100%;
height: 100%;
opacity: 0
}
}
.tt-box02_wrapper {
margin-top: -50px
}
.tt-box02_wrapper .tt-box02 {
margin-top: 50px
}
.tt-box02_wrapper.slick-type01 .slick-dots {
margin-top: -22px
}
@media (max-width:1024px) {
.tt-box02_wrapper.slick-type01 .slick-dots {
margin-top: 0
}
}
@media (max-width:575px) {
.tt-box02_wrapper.slick-type01 .slick-dots {
margin-top: 16px
}
}
.tt-box02 {
text-align: center
}
.tt-box02 .tt-box02__img {
position: relative;
margin-bottom: 73px;
display: block
}
.tt-box02 .tt-box02__img img {
max-width: 142px;
height: auto
}
.tt-box02 .tt-box02__img img.tt-img-main {
opacity: .3;
-webkit-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out
}
.tt-box02 .tt-box02__img img.tt-img-mask {
position: absolute;
z-index: 2;
max-width: 142px;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%)
}
.tt-box02 .tt-box02__img .tt-bg-dark {
background-color: #242835;
display: inline-block;
max-width: 142px;
margin-left: auto;
margin-right: auto
}
.tt-box02 .tt-box02__img:before {
color: #fff;
font-size: 54px;
line-height: 1;
position: absolute;
z-index: 3;
top: 47px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: color .2s linear;
transition: color .2s linear
}
.tt-box02 .tt-box02__title {
font-size: 24px;
line-height: 34px;
font-family: Poppins, sans-serif;
font-weight: 600;
color: #303442;
padding: 0 0 14px;
margin: 0
}
.tt-box02 .tt-box02__title a {
color: #303442;
-webkit-transition: color .2s linear;
transition: color .2s linear
}
.tt-box02 .tt-box02__title a:hover {
color: #f47629
}
.tt-box02 .tt-box02__title+p {
margin-top: 0;
max-width: 265px;
margin-left: auto;
margin-right: auto
}
.tt-box02 .tt-row-btn {
margin-top: 14px
}
.tt-box02:hover .tt-box02__img img.tt-img-main {
opacity: 1
}
.tt-box02:hover .tt-box02__img:before {
color: #f47629
}
@media (max-width:1024.98px) {
.tt-box02 .tt-box02__img {
margin-bottom: 45px
}
.tt-box02 .tt-box02__img .tt-bg-dark,
.tt-box02 .tt-box02__img img,
.tt-box02 .tt-box02__img img.tt-img-mask {
max-width: 104px
}
.tt-box02 .tt-box02__img:before {
top: 32px;
font-size: 44px
}
.tt-box02 .tt-box02__title {
font-size: 20px;
line-height: 34px;
padding-bottom: 5px
}
.tt-box02 .tt-row-btn {
margin-top: 7px
}
}
.tt-box03 {
position: relative;
overflow: hidden
}
.tt-box03.tt-box03__extraindent {
margin-top: -120px
}
.tt-box03.tt-box03__extraindent .tt-box03__content {
margin: 121px 0 0;
padding: 90px 90px 90px 0
}
.tt-box03 .tt-box03__content {
background-color: #fff;
padding: 70px 60px 0 0;
margin: 35px 0 0;
position: relative;
z-index: 2
}
.tt-box03 .tt-box03__content .slick-dots {
margin-left: 171px
}
.tt-box03 .tt-box03__img {
position: absolute;
z-index: 0;
top: 0;
right: 0;
width: 59.8%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: 84% top
}
@media (min-width:766px) {
.tt-box03 .tt-box03__img.tt-visible-mobile {
display: none
}
}
@media (max-width:766px) {
.tt-box03 .tt-box03__img.tt-visible-desktop {
display: none
}
}
.tt-box03 .item .item__row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-bottom: -10px
}
.tt-box03 .item .tt-item__img {
position: relative;
top: 12px
}
.tt-box03 .item .tt-item__img img {
border-radius: 50%;
min-width: 119px;
width: 119px;
height: auto;
margin-left: 30px
}
.tt-box03 .item .tt-item__img:before {
content: '\e92b';
font-family: electrician;
display: block;
position: absolute;
top: 0;
left: 0;
font-size: 59px;
color: #f47629
}
.tt-box03 .item .tt-item__title {
margin-left: 30px
}
.tt-box03 .item .tt-item__content {
margin: 10px 0 0 183px
}
.tt-box03 .item blockquote {
margin: -7px 0 0;
padding: 0
}
.tt-box03 .item blockquote cite {
display: block;
margin-top: 25px;
color: #303442;
font-family: Poppins, sans-serif;
font-weight: 600;
font-style: normal
}
.tt-box03 .tt-box03__extra {
background-color: #f47629;
color: #fff;
position: absolute;
right: 0;
bottom: 95px;
width: 338px;
-webkit-transform: translateX(100%);
transform: translateX(100%);
margin-right: 33px;
padding: 33px 20px 35px 38px;
z-index: 2;
-webkit-box-shadow: 0 0 50px rgba(48, 52, 66, .2);
box-shadow: 0 0 50px rgba(48, 52, 66, .2)
}
.tt-box03 .tt-box03__extra .tt-title {
font-size: 24px;
line-height: 32px;
font-family: Poppins, sans-serif;
font-weight: 600;
padding: 0 0 10px;
margin: 0
}
.tt-box03 .tt-box03__extra .tt-title+p {
margin-top: 0
}
.tt-box03 .tt-box03__extra address {
font-family: Poppins, sans-serif;
font-weight: 600;
font-size: 24px;
line-height: 30px;
margin-top: 15px
}
.tt-box03 .tt-box03__extra address a {
color: #fff
}
.tt-box03 .tt-box03__extra address i {
font-size: 16px;
margin-right: 2px
}
.tt-box03 .tt-box03__bg-marker {
position: absolute;
z-index: 2;
top: -49px;
opacity: .08
}
.tt-box03 .tt-box03__bg-marker:before {
content: '';
width: 76px;
height: 76px;
background: #fff;
position: absolute;
display: block;
z-index: 2;
bottom: 0;
right: 0
}
@media (max-width:1024.98px) {
.tt-box03.tt-box03__extraindent {
margin-top: -42px
}
.tt-box03.tt-box03__extraindent .tt-box03__content {
padding: 27px 90px 42px 0;
margin: 42px 0 0
}
.tt-box03 .tt-box03__content {
padding: 27px 90px 39px 0;
margin: 42px 0 0
}
.tt-box03 .tt-box03__content .slick-dots {
margin-left: 0;
margin-top: 10px
}
.tt-box03 .item .tt-item__img img {
min-width: 55px;
width: 55px
}
.tt-box03 .item .tt-item__img:before {
font-size: 26px;
top: -5px;
left: 13px
}
.tt-box03 .item .tt-item__title {
margin-left: 17px;
margin-top: 5px
}
.tt-box03 .item .tt-item__content {
margin: 0
}
.tt-box03 .item blockquote {
margin: -7px 0 0;
padding: 0
}
.tt-box03 .item blockquote cite {
display: block;
margin-top: 11px;
color: #303442;
font-family: Poppins, sans-serif;
font-weight: 600;
font-style: normal;
font-size: 14px
}
.tt-box03 .tt-box03__extra {
right: 0;
bottom: 36px;
width: 338px;
-webkit-transform: translateX(100%);
transform: translateX(100%);
margin-right: 33px;
padding: 26px 20px 28px 34px
}
.tt-box03 .tt-box03__extra .tt-title {
font-size: 20px;
padding: 0 0 10px
}
.tt-box03 .tt-box03__extra address {
font-size: 20px;
line-height: 30px;
margin-top: 10px
}
.tt-box03 .tt-box03__extra address i {
font-size: 14px;
margin-right: 5px
}
}
@media (max-width:766px) {
.tt-box03.tt-box03__extraindent {
margin-top: -42px;
margin-bottom: -43px
}
.tt-box03.tt-box03__extraindent .tt-box03__content {
padding: 33px 40px 30px 0;
margin: 42px 0 0
}
.tt-box03 .tt-box03__extra {
position: relative;
-webkit-transform: translateX(0);
transform: translateX(0);
float: right;
max-width: 304px;
width: calc(100% + 15px);
-webkit-box-shadow: 0 0 40px rgba(48, 52, 66, .2);
box-shadow: 0 0 40px rgba(48, 52, 66, .2);
padding: 27px 20px 28px 34px;
right: -15px;
margin: 0
}
.tt-box03 .tt-box03__extra .tt-title {
font-size: 20px;
line-height: 30px;
padding-bottom: 11px
}
.tt-box03 .tt-box03__extra address {
font-size: 20px
}
.tt-box03 .tt-box03__content,
.tt-box03 .tt-box03__extra .tt-box03__content {
width: calc(100% + 15px);
margin: 0 0 0 -15px;
padding: 27px 25px 39px 15px
}
.tt-box03 .tt-box03__content:before {
content: '';
width: 15px;
height: 100%;
background-color: #303442;
display: block;
position: absolute;
right: 0;
top: 0
}
.tt-box03 .tt-box03__img {
height: 234px;
width: calc(100% + 30px);
position: relative;
margin-left: -15px;
margin-right: -15px
}
.tt-box03 .item .tt-item__img:before {
left: 0
}
.tt-box03 .item .tt-item__img img {
margin-left: 15px
}
.tt-box03 .item .tt-item__content {
margin: 5px 0 0
}
.tt-box03.tt-box03__mobile-revers [class^=col-] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.tt-box03.tt-box03__mobile-revers .tt-box03__img {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.tt-box03.tt-box03__mobile-revers .tt-box03__content {
margin-top: -43px;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.tt-box03.tt-box03__mobile-revers .tt-box03__content:before {
display: none
}
}
.tt-box05_wrapper {
margin-top: -50px
}
.tt-box05_wrapper .tt-box05 {
margin-top: 50px
}
.tt-box05 {
text-align: center;
display: block
}
.tt-box05 .tt-box05__img {
position: relative;
margin-bottom: 61px
}
.tt-box05 .tt-box05__img img {
max-width: 224px;
height: auto;
display: inline-block
}
.tt-box05 .tt-box05__img img.tt-img-mask {
position: absolute;
z-index: 2;
max-width: 224px;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%)
}
.tt-box05 .tt-box05__title {
padding: 0 0 14px;
margin: 0;
width: 100%
}
.tt-box05 .tt-box05__title .tt-text-01 {
font-size: 20px;
line-height: 30px;
font-family: Poppins, sans-serif;
font-weight: 600;
color: #303442;
-webkit-transition: color .2s;
transition: color .2s
}
.tt-box05 .tt-box05__title .tt-text-02 {
font-size: 16px;
line-height: 32px;
margin-top: 2px;
color: #7b7b7b
}
.tt-box05 .tt-row-btn {
margin-top: 14px
}
.tt-box05:hover .tt-box05__title .tt-text-01 {
color: #f47629
}
@media (max-width:1024.98px) {
.tt-box05 .tt-box05__img {
margin-bottom: 47px
}
.tt-box05 .tt-box05__img img,
.tt-box05 .tt-box05__img img.tt-img-mask {
max-width: 180px
}
.tt-box05 .tt-box05__title {
padding: 0 0 14px;
margin: 0;
width: 100%
}
.tt-box05 .tt-box05__title .tt-text-01 {
font-size: 18px;
line-height: 28px
}
.tt-box05 .tt-box05__title .tt-text-02 {
font-size: 15px;
line-height: 24px;
margin-top: 2px
}
}
.layout01 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
position: relative
}
.layout01 .layout01__img {
-webkit-box-flex: 0;
-ms-flex: 0 0 57.5%;
flex: 0 0 57.5%;
max-width: 57.5%;
position: relative
}
.layout01 .layout01__img .tt-img-main img {
width: 100%;
height: auto
}
.layout01 .layout01__img .tt-img-more {
position: absolute
}
.layout01 .layout01__img .tt-img-more img {
max-width: 436px;
-webkit-box-shadow: 0 0 50px rgba(48, 52, 66, .2);
box-shadow: 0 0 50px rgba(48, 52, 66, .2)
}
.layout01 .layout01__img .tt-img-more.left-bottom {
left: -98px;
bottom: -63px
}
.layout01 .layout01__content {
-webkit-box-flex: 0;
-ms-flex: 0 0 42.5%;
flex: 0 0 42.5%;
max-width: 42.5%
}
@media (min-width:1025px) {
.layout01.layout01__img-more .layout01__img {
margin-bottom: 61px
}
}
.layout01 .layout01__content-wrapper {
background-color: #fff;
position: relative;
margin: 35px 0 0 -85px;
padding: 62px 0 0 75px
}
@media (max-width:1024.98px) {
.layout01.layout01__img-more .layout01__img {
margin-bottom: 129px
}
.layout01.layout01__small-layout .layout01__content-wrapper {
padding-bottom: 22px!important
}
}
.layout01 .layout01__bg-marker {
position: absolute;
z-index: 2;
top: -26px;
opacity: .08
}
.layout01 .layout01__bg-marker:before {
content: '';
width: 64px;
height: 64px;
background: #fff;
position: absolute;
display: block;
z-index: 2;
bottom: 0
}
.layout01.layout01__revers .layout01__img {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.layout01.layout01__revers .layout01__img .tt-img-more.left-bottom {
left: inherit;
right: -98px
}
.layout01.layout01__revers .layout01__content {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.layout01.layout01__revers .layout01__content-wrapper {
margin-left: 0;
margin-right: -85px;
padding: 62px 75px 85px 0
}
.layout01.layout01__revers .layout01__bg-marker {
left: -129px
}
.layout01.layout01__revers .layout01__bg-marker:before {
right: 0
}
.layout01:not(.layout01__revers) .layout01__bg-marker {
right: -129px
}
.layout01:not(.layout01__revers) .layout01__bg-marker:before {
left: 0
}
@media (max-width:1500px) {
.layout01 .layout01__bg-marker,
.tt-box03 .tt-box03__bg-marker {
display: none
}
.layout01 .layout01__img .tt-img-more img {
max-width: 370px
}
.layout01 .layout01__img .tt-img-more.left-bottom {
left: -27px;
bottom: -63px
}
.layout01.layout01__revers .layout01__img .tt-img-more.left-bottom {
left: auto;
right: -27px
}
}
@media (max-width:1229px) {
.layout01.layout01__revers .layout01__content-wrapper {
padding-bottom: 20px
}
}
@media (max-width:1250px) {
.layout01 .layout01__img .tt-img-more img {
max-width: 370px
}
.layout01 .layout01__img .tt-img-more.left-bottom {
left: -15px
}
.layout01.layout01__revers .layout01__img .tt-img-more.left-bottom {
left: auto;
right: -15px
}
}
@media (max-width:1024.98px) {
.layout01 .layout01__img .tt-img-more img {
max-width: 232px;
-webkit-box-shadow: 0 0 30px rgba(48, 52, 66, .2);
box-shadow: 0 0 30px rgba(48, 52, 66, .2)
}
.layout01 .layout01__img .tt-img-more.left-bottom {
left: -15px;
bottom: -109px
}
.layout01 .layout01__content-wrapper {
margin: 32px 0 0 -85px;
padding: 25px 0 0 35px
}
.layout01.layout01__revers .layout01__img .tt-mg-more.left-bottom {
right: -15px;
left: auto
}
.layout01.layout01__revers .layout01__content-wrapper {
padding: 25px 35px 0 0
}
.layout01 .layout01__bg-marker {
display: none
}
}
@media (max-width:766.98px) {
.layout01 {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 0
}
.layout01.layout01__img-more .layout01__img {
margin-bottom: 0
}
.layout01 .layout01__img {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 458px;
padding-bottom: 21px;
padding-left: 35px
}
.layout01 .layout01__img .tt-img-more img {
max-width: 53%;
min-width: 146px;
-webkit-box-shadow: 0 0 20px rgba(48, 52, 66, .2);
box-shadow: 0 0 20px rgba(48, 52, 66, .2)
}
.layout01 .layout01__img .tt-img-more.left-bottom {
left: 0;
bottom: 0
}
.layout01 .layout01__content {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin: 0;
padding: 0
}
.layout01 .layout01__content-wrapper,
.layout01.layout01__revers .layout01__content-wrapper {
margin: 33px 0 0;
padding: 0
}
.layout01.layout01__revers .layout01__img .tt-img-more.left-bottom {
right: inherit;
left: 0
}
.layout01.layout01__revers .layout01__content {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.layout01.layout01__single-img .layout01__img {
padding-left: 0;
padding-bottom: 0
}
}
.tt-data-info {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 32px;
margin-left: -40px
}
.tt-data-info .tt-item {
margin-left: 40px
}
@media (max-width:1024.98px) {
.tt-data-info {
margin-left: -25px
}
.tt-data-info .tt-item {
margin-left: 25px
}
.tt-data-info .tt-item:last-child img {
max-width: 90px
}
}
@media (max-width:766.98px) {
.tt-data-info {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding-left: 26px;
padding-right: 26px
}
.tt-data-info .tt-item {
margin: 0;
padding: 0;
width: 100%
}
.tt-data-info .tt-item:last-child {
margin-top: 25px
}
}
.personal-box {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
padding: 0 51px 0 0
}
.personal-box:before {
content: '';
display: inline-block;
position: absolute;
top: 10px;
right: 0;
width: 1px;
height: calc(100% - 20px);
background-color: #d3d4d7
}
.personal-box .personal-box__img img {
border-radius: 50%;
max-width: 67px
}
.personal-box .personal-box__content {
margin: 0 0 0 25px;
font-size: 14px;
line-height: 24px
}
.personal-box .personal-box__title {
color: #303442;
font-family: Poppins, sans-serif;
font-size: 16px;
line-height: 26px;
font-weight: 600;
margin-bottom: -4px
}
@media (max-width:1024.98px) {
.personal-box {
padding: 0 26px 0 0
}
.personal-box:before {
top: 5px;
height: calc(100% - 10px)
}
.personal-box .personal-box__img img {
max-width: 49px
}
.personal-box .personal-box__content {
margin: 0 0 0 13px
}
.personal-box .personal-box__title {
font-size: 14px;
margin-bottom: -2px
}
}
.tt-box04 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start
}
.tt-box04 .tt-box04__figure {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 70px;
min-width: 70px;
height: 70px;
background-color: #f47629;
border-radius: 50%;
color: #fff;
font-size: 28px;
line-height: 28px
}
.tt-box04 .tt-box04__figure+.tt-box04__content {
margin-left: 20px
}
.tt-box04 .tt-box04__figure .icon-1716894 {
position: relative;
top: -2px
}
.tt-box04 .tt-box04__content {
color: #303442
}
.tt-box04 .tt-title {
color: #303442;
font-size: 42px;
line-height: 32px;
font-family: Poppins, sans-serif;
font-weight: 600;
margin: 0;
padding: 0 0 10px
}
.tt-box04 .tt-title+p {
margin-top: 0
}
@media (max-width:1024.98px) {
.tt-box04 {
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.tt-box04 .tt-box04__figure {
width: 60px;
min-width: 60px;
height: 60px;
font-size: 24px;
line-height: 42px
}
.tt-box04 .tt-box04__figure+.tt-box04__content {
margin-left: 0;
margin-top: 20px;
width: 100%
}
.tt-box04 .tt-title {
font-size: 35px;
line-height: 24px
}
}
.tt-box04-wrapper {
margin-top: 10px
}
.tt-box04-wrapper [class^=col-],
.tt-info__top {
margin-top: 28px
}
.tt-info .tt-info__title {
font-size: 16px;
line-height: 26px;
font-weight: 700;
color: #303442;
padding-bottom: 4px
}
.tt-info address {
font-family: Poppins, sans-serif;
font-weight: 600;
font-size: 24px;
line-height: 34px;
color: #f47629;
padding-bottom: 4px
}
.tt-info address .tt-icon {
margin-right: 3px;
font-size: 16px;
position: relative;
top: -1px
}
.tt-info address a {
color: #f47629
}
.layout01-fluid {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch
}
.layout01-fluid .layout01__img {
width: 50%;
height: 100%;
position: absolute;
left: 0;
background-position: center top;
background-size: cover;
background-repeat: no-repeat
}
.layout01-fluid .layout01__content {
margin-top: 35px;
background-color: #fff;
max-width: 56.8%;
float: right;
position: relative;
padding: 63px 30px 65px 75px
}
@media (max-width:1024.98px) {
.layout01-fluid .layout01__content {
padding: 25px 30px 25px 35px
}
}
@media (max-width:766.98px) {
.layout01-fluid .layout01__img {
width: 100%;
height: 250px;
position: relative
}
.layout01-fluid .layout01__content {
max-width: inherit;
width: calc(100% - 15px);
float: inherit;
margin-top: -43px;
margin-right: -15px;
padding: 25px 15px
}
.layout01-fluid .container {
padding-left: 0;
padding-right: 0
}
}
.tt-layout02 {
text-align: center;
padding: 39px 30px 35px 40px;
-webkit-box-shadow: 0 0 15px rgba(48, 52, 66, .1);
box-shadow: 0 0 15px rgba(48, 52, 66, .1);
-webkit-transition: -webkit-box-shadow .2s;
transition: box-shadow .2s;
transition: box-shadow .2s, -webkit-box-shadow .2s;
background-color: #fff
}
.tt-layout02 .tt-layout02__icon {
font-size: 49px;
color: #f47629
}
.tt-layout02 .tt-layout02__title {
color: #303442;
font-weight: 600;
font-family: Poppins, sans-serif;
font-size: 24px;
line-height: 34px;
margin: 25px 0 0;
padding: 0 0 14px
}
.tt-layout02 .tt-layout02__list {
text-align: left
}
.tt-layout02 .tt-layout02__list li {
color: #7b7b7b;
padding: 0 0 0 30px;
position: relative;
font-style: 16px
}
.tt-layout02 .tt-layout02__list li:before {
content: '\e922';
font-family: electrician;
color: #f47629;
position: absolute;
top: 9px;
left: 0;
font-size: 10px;
line-height: 1
}
.tt-layout02 .tt-layout02__list li a {
color: #303442
}
.tt-layout02 .tt-layout02__list li a:hover {
color: #f47629
}
.tt-layout02 .tt-layout02__list li:not(:first-child) {
margin-top: 5px
}
.tt-layout02 .tt-layout02__hr {
margin: 23px 0 0;
border: none;
outline: 0;
height: 1px;
width: 100%;
background-color: #e9e9eb
}
.tt-layout02 .tt-layout02__price {
color: #8f939f;
font-weight: 600;
font-family: Poppins, sans-serif;
font-size: 36px;
line-height: 46px;
margin: 24px 0 0
}
.tt-layout02 .tt-layout02__link {
margin-top: 8px
}
.tt-layout02:hover {
-webkit-box-shadow: 0 0 15px rgba(48, 52, 66, .18);
box-shadow: 0 0 15px rgba(48, 52, 66, .18)
}
@media (max-width:1024px) {
.tt-layout02 {
padding: 26px 30px 20px
}
.tt-layout02 .tt-layout02__icon {
font-size: 39px
}
.tt-layout02 .tt-layout02__title {
font-size: 20px;
line-height: 30px;
margin-top: 15px;
padding: 0 0 10px
}
.tt-layout02 .tt-layout02__list li {
padding: 0 0 0 20px
}
.tt-layout02 .tt-layout02__price {
font-size: 24px;
line-height: 36px;
margin-top: 17px
}
.tt-layout02 .tt-layout02__link {
margin-top: 2px
}
}
.tt-layout02-wrapper {
margin-top: -30px
}
.tt-layout02-wrapper .tt-layout02 {
margin-top: 30px;
margin-bottom: 30px
}
.tt-layout02-wrapper.slick-type01 .slick-dots {
margin-top: 4px;
z-index: 2;
position: relative
}
@media (max-width:767px) {
.tt-layout02 {
max-width: 368px;
margin-left: auto;
margin-right: auto
}
.tt-layout02-wrapper {
padding-left: 0;
padding-right: 0
}
.tt-layout02-wrapper.slick-type01 .slick-dots {
margin-top: -15px
}
}
.tt-logo-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: -8px
}
.tt-logo-list a {
outline: 0;
-webkit-transition: opacity .2s linear;
transition: opacity .2s linear;
display: block
}
.tt-logo-list a:hover {
opacity: .6
}
.tt-logo-list .tt-item {
width: 16.666%
}
.tt-logo-list .tt-item:not(:first-child) {
padding-left: 24px
}
.tt-logo-list .tt-item img {
max-width: 100%;
height: auto
}
@media (max-width:766.98px) {
.tt-logo-list .tt-item {
padding-left: 6px;
padding-right: 6px
}
}
#filter-nav {
position: relative
}
#filter-nav ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: -7px;
padding: 0 0 8px
}
#filter-nav ul li>a {
color: #303442;
font-size: 14px;
line-height: 24px;
font-weight: 600;
font-family: Poppins, sans-serif;
display: inline-block;
padding: 10px 15px;
-webkit-transition: color .2s linear;
transition: color .2s linear
}
#filter-nav ul li.active a,
#filter-nav ul li>a:hover {
color: #f47629
}
@media (max-width:1024.98px) {
#filter-nav ul {
padding: 0
}
#filter-nav ul li>a {
font-size: 12px;
padding: 5px 12px
}
}
@media (max-width:790px) {
#filter-nav ul {
padding: 0
}
#filter-nav ul li>a {
font-size: 12px;
padding: 2px 12px
}
}
#js-more-include {
padding: 0;
display: block!important
}
.tt-info-value {
padding: 85px 0 158px;
overflow: hidden
}
.tt-info-value .tt-col-title {
position: relative
}
.tt-info-value .tt-col-title .tt-title__01 {
font-size: 16px;
line-height: 26px;
font-weight: 600;
font-family: Poppins, sans-serif;
color: #f47629
}
.tt-info-value .tt-col-title .tt-title__02 {
font-size: 36px;
line-height: 46px;
color: #fff;
font-weight: 600;
margin-top: 7px;
font-family: Poppins, sans-serif
}
.tt-info-value .tt-col-title .bg-marker {
position: absolute;
bottom: -38px;
left: 55px;
opacity: .08;
pointer-events: none
}
.tt-info-value .col-auto {
min-width: 20%
}
.tt-info-value .col-auto .tt-value {
font-size: 42px;
line-height: 50px;
font-family: Poppins, sans-serif;
font-weight: 600
}
@media (max-width:1024.98px) {
.tt-info-value {
padding: 43px 0 63px
}
.tt-info-value .tt-col-title .tt-title__01 {
font-size: 12px;
line-height: 25px
}
.tt-info-value .tt-col-title .tt-title__02 {
font-size: 24px;
line-height: 30px;
margin-top: 1px
}
.tt-info-value .tt-col-title .bg-marker {
width: 65px;
height: 65px;
bottom: -10px;
left: 58px
}
.tt-info-value .col-auto {
margin-top: -1px
}
.tt-info-value .col-auto .tt-value {
font-size: 32px;
line-height: 42px
}
.tt-info-value .col-auto:not(:first-child) {
margin-top: 15px
}
}
@media (max-width:766px) {
.tt-info-value {
padding: 58px 0 44px
}
.tt-info-value .tt-col-title {
text-align: center;
padding-bottom: 0
}
.tt-info-value .tt-col-title .bg-marker {
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
bottom: inherit;
margin-top: -10px
}
.tt-info-value .col-auto {
min-width: inherit;
width: 100%;
margin: 0;
padding: 0;
text-align: center
}
.tt-info-value .col-auto .tt-item {
margin-top: 10px
}
}
.tt-news-list .tt-item .tt-item_data {
font-size: 14px;
line-height: 24px;
color: #a0a0a0
}
.tt-news-list .tt-item .tt-item__title {
position: relative;
padding: 0 0 0 23px;
color: #303442;
font-weight: 600;
font-family: Poppins, sans-serif;
margin: 6px 0 12px;
font-size: 20px;
line-height: 26px;
max-width: 263px
}
.tt-news-list .tt-item .tt-item__title a {
color: #303442;
-webkit-transition: color .2s linear;
transition: color .2s linear
}
.tt-news-list .tt-item .tt-item__title a:hover {
color: #f47629
}
.tt-news-list .tt-item .tt-item__title:before {
content: '';
width: 3px;
height: calc(100% - 10px);
background-color: #f47629;
position: absolute;
top: 5px;
left: 0;
display: block
}
.tt-news-list .tt-item .tt-item__title+* {
margin-top: 0
}
.tt-news-list .tt-item:not(:first-child) {
margin-top: 32px;
padding-top: 32px;
border-top: 1px solid #e9e9eb
}
.tt-news-obj .tt-news-obj__img img {
width: 100%;
height: auto
}
.tt-news-obj .tt-news-obj__wrapper {
background-color: #fff;
overflow: hidden;
position: relative;
width: calc(100% - 40px);
margin-top: -65px;
padding: 40px 40px 0 30px
}
.tt-news-obj .tt-news-obj__data {
font-size: 14px;
line-height: 22px;
color: #a0a0a0
}
.tt-news-obj .tt-news-obj__title {
position: relative;
padding: 0 0 0 23px;
color: #303442;
font-weight: 600;
font-family: Poppins, sans-serif;
margin: 6px 0 12px;
font-size: 20px;
line-height: 26px
}
.tt-news-obj .tt-news-obj__title a {
color: #303442;
-webkit-transition: color .2s linear;
transition: color .2s linear
}
.tt-news-obj .tt-news-obj__title a:hover {
color: #f47629
}
.tt-news-obj .tt-news-obj__title:before {
content: '';
width: 3px;
height: calc(100% - 10px);
background-color: #f47629;
position: absolute;
top: 5px;
left: 0;
display: block
}
.tt-news-obj .tt-news-obj__title+* {
margin-top: 0
}
.tt-news-obj .row-btn {
margin-top: 13px;
display: inline-block
}
@media (max-width:1229.98px) {
.tt-news-obj .tt-news-obj__wrapper {
padding: 40px 20px 0 30px
}
}
@media (max-width:1024.98px) {
.tt-news-list .tt-item .tt-item_data {
font-size: 12px;
line-height: 22px
}
.tt-news-list .tt-item .tt-item__title {
font-size: 18px;
line-height: 27px;
padding: 0 0 0 16px;
margin: 2px 0 7px
}
.tt-news-list .tt-item:not(:first-child) {
margin-top: 21px;
padding-top: 21px;
border-top: 1px solid #e9e9eb
}
.tt-news-obj .tt-news-obj__wrapper {
padding: 24px 20px 0
}
.tt-news-obj .tt-news-obj__data {
font-size: 12px;
line-height: 22px
}
.tt-news-obj .tt-news-obj__title {
font-size: 18px;
line-height: 26px;
margin: 2px 0 8px;
padding: 0 0 0 20px
}
.tt-news-obj .row-btn {
margin-top: 9px
}
}
@media (min-width:1025px) {
.tt-news-list {
max-width: 344px
}
.tt-obj-wrapper {
margin-top: -41px
}
.tt-obj-wrapper [class^=col-] {
padding-left: 15px;
padding-right: 15px;
margin-top: 61px
}
.tt-obj-wrapper .col-custom-item5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%
}
}
@media (max-width:1024px) {
.tt-obj-wrapper {
margin-top: -15px
}
.tt-obj-wrapper [class^=col-] {
padding-left: 15px;
padding-right: 15px;
margin-top: 31px
}
.tt-obj-wrapper .col-custom-item5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%
}
}
#tt-pageContent .tt-obj .tt-obj__img img {
width: 100%;
height: auto
}
#tt-pageContent .tt-obj .tt-obj__wrapper {
background-color: #fff;
overflow: hidden;
position: relative;
width: calc(100% - 40px);
margin-top: -73px;
padding: 32px 50px 0 18px
}
#tt-pageContent .tt-obj .tt-obj__title {
position: relative;
color: #303442;
font-weight: 600;
font-family: Poppins, sans-serif;
margin: 0;
padding: 0 0 9px;
font-size: 24px;
line-height: 34px
}
#tt-pageContent .tt-obj .tt-obj__title a {
color: #303442;
-webkit-transition: color .2s linear;
transition: color .2s linear
}
#tt-pageContent .tt-obj .tt-obj__title a:hover {
color: #f47629
}
#tt-pageContent .tt-obj .tt-obj__title+* {
margin-top: 0
}
#tt-pageContent .tt-obj .row-btn {
margin-top: 8px;
display: inline-block
}
.tt-breadcrumb {
background-position: 0 0;
background-size: cover;
padding: 10px 0
}
.tt-breadcrumb ul {
margin: 0 0 0 -7px;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: 145px
}
.tt-breadcrumb ul li {
color: #bbbdc3;
padding: 0 8px
}
.tt-breadcrumb ul li a {
color: #bbbdc3;
display: inline-block;
-webkit-transition: color .2s;
transition: color .2s
}
.tt-breadcrumb ul li a:hover {
color: #f47629
}
.tt-breadcrumb ul li:not(:first-child):before {
content: '/';
display: inline-block;
margin-right: 14px
}
.tt-services-promo__list {
margin-top: -30px
}
.tt-services-promo__list .tt-services-promo {
margin-top: 30px
}
.tt-services-promo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative
}
.tt-services-promo .tt-value {
font-family: Poppins, sans-serif;
font-weight: 600;
font-size: 170px;
line-height: 46px;
color: #e0e1e4;
position: absolute;
top: 50%;
left: -14px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%)
}
.tt-services-promo .tt-value.tt-value__indent {
left: 5px;
margin-top: -5px
}
.tt-services-promo .tt-bg-marker {
position: absolute;
right: 10px;
top: 0;
margin-top: 30px;
background-image: url(../images/services-promo-bg.png);
background-position: 0 top;
background-repeat: no-repeat;
width: 52px;
height: calc(100% - 60px)
}
.tt-services-promo .tt-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-shadow: 0 0 20px rgba(48, 52, 66, .05);
box-shadow: 0 0 20px rgba(48, 52, 66, .05);
background-color: #fff;
min-height: 182px;
margin-left: 40px;
padding: 27px 35px 27px 25px;
text-align: left;
position: relative
}
.tt-services-promo .tt-wrapper .tt-col-icon {
font-size: 38px;
line-height: 34px;
color: #f47629;
width: 56px;
min-width: 56px;
position: relative;
top: 6px
}
.tt-services-promo .tt-wrapper .tt-title {
font-size: 24px;
line-height: 34px;
color: #303442;
font-family: Poppins, sans-serif;
font-weight: 600;
padding: 0 0 8px;
margin: 0
}
.tt-services-promo .tt-wrapper .tt-title+* {
margin-top: 0
}
@media (max-width:1229.98px) {
#tt-pageContent .tt-obj .tt-obj__wrapper {
padding: 32px 15px 0;
width: calc(100% - 20px)
}
#tt-pageContent .tt-obj .tt-obj__title {
font-size: 22px;
line-height: 32px
}
.tt-services-promo .tt-wrapper {
padding: 27px 15px 27px 25px
}
.tt-services-promo .tt-wrapper .tt-col-icon {
font-size: 30px;
line-height: 26px;
width: 47px;
min-width: 47px
}
.tt-services-promo .tt-wrapper .tt-title {
font-size: 21px;
line-height: 31px
}
}
@media (max-width:758px) {
.tt-services-promo {
max-width: 360px;
margin-left: auto;
margin-right: auto
}
}
.tt-slick-shadow-indent .tt-services-promo {
margin-top: 15px;
margin-bottom: 15px
}
.tt-col-img__top {
margin-top: 33px
}
.tt-col-img {
margin-top: -20px
}
.tt-col-img [class^=col-] {
margin-top: 20px
}
.services-item__img img {
width: 100%
}
.services-item__layout {
background-color: #fff;
width: calc(100% - 40px);
margin-top: -75px;
position: relative;
padding: 64px 0 0
}
@media (max-width:1024.98px) {
#tt-pageContent .tt-obj .tt-obj__wrapper {
padding: 24px 20px 0
}
#tt-pageContent .tt-obj .tt-obj__title {
font-size: 18px;
line-height: 26px
}
#tt-pageContent .tt-obj .row-btn {
margin-top: 9px
}
.tt-breadcrumb ul {
min-height: 60px
}
.tt-breadcrumb ul li {
padding: 0 5px
}
.tt-breadcrumb ul li:not(:first-child):before {
margin-right: 10px
}
.tt-services-promo .tt-wrapper {
padding: 27px 15px 27px 25px;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.tt-services-promo .tt-wrapper .tt-col-icon {
font-size: 30px;
line-height: 26px;
width: 47px;
min-width: 47px
}
.tt-services-promo .tt-wrapper .tt-title {
font-size: 20px;
line-height: 30px
}
.tt-services-promo .tt-wrapper .tt-col-layout {
margin-top: 15px
}
.services-item__layout {
padding: 34px 0 0;
width: calc(100% - 30px)
}
}
@media (min-width:1025px) {
.tt-selected-block {
margin-left: 45px;
padding-bottom: 56px
}
}
.tt-block-aside {
margin-top: 0
}
.tt-block-aside .tt-aside-title {
font-size: 24px;
line-height: 34px;
color: #303442;
font-family: Poppins, sans-serif;
font-weight: 600;
padding: 0 0 17px;
margin: 0
}
.tt-block-aside.tt-block-aside__shadow {
padding: 33px 34px 41px;
-webkit-box-shadow: 0 0 20px rgba(48, 52, 66, .1);
box-shadow: 0 0 20px rgba(48, 52, 66, .1)
}
.tt-block-aside.tt-block-aside__shadow .tt-aside-title {
padding: 0 0 14px
}
@media (max-width:1024.98px) {
.tt-selected-block {
margin-left: 0;
padding-bottom: 36px
}
.tt-block-aside .tt-aside-title {
font-size: 20px;
line-height: 30px
}
.tt-block-aside.tt-block-aside__shadow {
padding: 27px 24px 35px
}
}
@media (max-width:766.98px) {
.tt-block-aside.tt-block-aside__shadow {
padding: 27px 20px 35px
}
}
.tt-block-aside+.tt-block-aside.tt-block-aside__shadow {
margin-top: 41px
}
.tt-block-aside.tt-block-aside__shadow+.tt-block-aside {
margin-top: 34px
}
.tt-block-aside.tt-block-aside__shadow+.tt-block-aside.tt-block-aside__shadow {
margin-top: 20px
}
.asideColumn-left {
padding-right: 53px
}
.submenu-aside .tt-item {
position: relative
}
.submenu-aside .tt-item .tt-item__title {
background-color: #f4f5f5;
color: #303442;
font-size: 20px;
line-height: 30px;
position: relative;
padding: 15px 5px 15px 23px;
font-family: Poppins, sans-serif;
font-weight: 600;
-webkit-transition: .2s;
transition: .2s
}
.submenu-aside .tt-item .tt-item__title:before {
content: '';
display: block;
width: 4px;
height: 100%;
background-color: #f47629;
position: absolute;
top: 0;
left: 0
}
.submenu-aside .tt-item .tt-item__title:hover {
color: #f47629
}
.submenu-aside .tt-item .tt-item__content {
display: none;
padding: 11px 0 17px
}
.submenu-aside .tt-item.tt-item__open .tt-item__title {
background-color: #f47629;
color: #fff
}
.submenu-aside .tt-item.tt-item__open .tt-item__content {
display: block!important
}
.submenu-aside .tt-item:not(.tt-item__open) {
cursor: pointer
}
.submenu-aside .tt-item:not(:first-child) {
margin-top: 6px
}
.submenu-aside ul {
padding: 0 15px 0 25px
}
.submenu-aside ul li {
position: relative
}
.submenu-aside ul li:before {
content: '\e921';
font-family: electrician;
color: #f47629;
font-size: 9px;
line-height: 15px;
position: absolute;
top: 6px;
left: 0
}
.submenu-aside ul li a {
color: #303442;
-webkit-transition: color .2s;
transition: color .2s;
display: inline-block;
padding: 0 0 0 18px;
font-size: 16px
}
.submenu-aside ul li a:hover {
color: #f47629
}
.submenu-aside ul li:not(:first-child) {
margin-top: 5px
}
@media (max-width:1024.98px) {
.submenu-aside .tt-item .tt-item__title {
font-size: 18px;
line-height: 28px;
padding: 10px 5px 9px 23px
}
}
.box-aside-info li {
position: relative;
padding: 0 0 0 25px
}
.box-aside-info li [class^=icon-] {
color: #f47629;
position: absolute;
top: 5px;
left: 0
}
.box-aside-info li:not(:first-child) {
margin-top: 5px
}
.box-aside-info li a {
color: #7b7b7b
}
.box-aside-info+[class^=tt-btn] {
margin-top: 22px
}
.nav-categories li a {
color: #303442;
-webkit-transition: color .2s;
transition: color .2s;
display: inline-block;
position: relative;
padding: 0 0 0 20px
}
.nav-categories li a:hover {
color: #f47629
}
.nav-categories li a:before {
content: '\e921';
font-family: electrician;
display: block;
position: absolute;
top: 0;
left: 0;
font-size: 9px;
color: #f47629
}
.nav-categories li:not(:first-child) {
margin-top: 5px
}
.tt-popular .tt-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start
}
.tt-popular .tt-item .tt-item__img {
width: 70px;
min-width: 70px;
position: relative;
top: 5px
}
.tt-popular .tt-item .tt-item__img img {
width: 100%;
height: auto
}
.tt-popular .tt-item .tt-item__layout {
margin-left: 19px
}
.tt-popular .tt-item .tt-title {
font-size: 16px;
line-height: 27px
}
.tt-popular .tt-item .tt-title a {
color: #7b7b7b;
display: inline-block
}
.tt-popular .tt-item .tt-title a:hover {
color: #f47629
}
.tt-popular .tt-item .tt-value {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-top: 10px
}
.tt-popular .tt-item .tt-value .tt-icon-btn {
margin-right: 6px
}
.tt-popular .tt-item .tt-value .tt-price {
font-size: 20px;
line-height: 1;
color: #303442;
font-family: Poppins, sans-serif;
font-weight: 600;
display: inline-block;
position: relative;
top: 2px
}
.tt-popular .tt-item:not(:first-child) {
margin-top: 25px
}
.tt-aside-search {
position: relative;
margin-top: 5px
}
.tt-aside-search input {
border: 1px solid #e9e9eb;
padding: 10px 0 10px 15px;
border-radius: 2px;
width: 100%;
height: 46px;
-webkit-box-shadow: none;
box-shadow: none;
outline: 0;
-webkit-transition: border-color .2s;
transition: border-color .2s
}
.tt-aside-search input:focus {
border-color: #f47629
}
.tt-aside-search .tt-btn-icon {
position: absolute;
right: 5px;
top: 5px;
font-size: 15px;
line-height: 1;
color: #7b7b7b;
display: inline-block;
padding: 10px;
-webkit-transition: color .2s;
transition: color .2s
}
.tt-aside-search .tt-btn-icon:hover {
color: #f47629
}
.tt-aside-search02 {
position: relative;
margin-top: 5px
}
.tt-aside-search02 input {
border: 2px solid #f4f4f4;
padding: 12px 0 10px 20px;
border-radius: 3px;
width: 100%;
height: 50px;
-webkit-box-shadow: 0 2px 5px rgba(171, 171, 171, .18);
box-shadow: 0 2px 5px rgba(171, 171, 171, .18);
outline: 0;
-webkit-transition: border-color .2s;
transition: border-color .2s
}
.tt-aside-search02 input:focus {
border-color: #f47629
}
.tt-aside-search02 .tt-btn-icon {
position: absolute;
right: 5px;
top: 5px;
font-size: 18px;
line-height: 1;
color: #7b7b7b;
display: inline-block;
padding: 10px;
-webkit-transition: color .2s;
transition: color .2s
}
.tt-aside-search02 .tt-btn-icon:hover {
color: #f47629
}
@media (max-width:1024.98px) {
.tt-popular .tt-item .tt-title {
font-size: 14px;
line-height: 24px
}
#aside-js {
position: fixed;
display: block;
margin: 0;
padding-top: 20px;
padding-bottom: 20px;
background: #fff;
z-index: 14;
top: 0;
left: -150%;
height: 100%;
width: 280px;
max-width: inherit;
text-align: left;
-webkit-transition: left .3s linear;
transition: left .3s linear
}
#aside-js.column-open {
left: 0
}
#aside-js.column-open .tt-block-aside.tt-block-aside__shadow {
-webkit-box-shadow: none;
box-shadow: none;
padding: 0 10px
}
}
#modal-filter {
background-color: rgba(0, 0, 0, .55);
position: fixed;
top: 0;
left: 0;
overflow: hidden;
width: 100%;
height: 100%;
z-index: 11;
display: block;
opacity: 0;
-webkit-transition: background .2s linear;
transition: background .2s linear
}
body.no-scroll:not(.touch),
html.win.ie body.no-scroll {
padding-right: 17px
}
body.no-scroll {
overflow: hidden;
width: 100%;
position: fixed;
z-index: 0
}
.rightColumn {
padding-left: 51px;
margin-top: -8px
}
.tt-coupons {
position: relative;
border: 5px solid #f3f3f3;
background-color: #fff
}
.tt-coupons:after,
.tt-coupons:before {
content: '';
display: block;
position: absolute;
height: 1px;
width: 100%;
left: 0;
z-index: 1;
background: url(../images/border-dashed-x.png) repeat-x
}
.tt-coupons:after {
top: 1px
}
.tt-coupons:before {
bottom: 1px
}
.tt-coupons .tt-coupons__bg {
height: 251px
}
.tt-coupons .tt-coupons__bg:after,
.tt-coupons .tt-coupons__bg:before {
content: '';
display: block;
position: absolute;
top: 0
}
.tt-coupons .tt-coupons__bg:after {
height: 100%;
width: 1px;
right: 1px;
background: url(../images/border-dashed-y.png) repeat-y;
z-index: 1
}
.tt-coupons .tt-coupons__bg:before {
background: url(../images/coupons__bg.png) no-repeat;
width: 228px;
height: 100%;
z-index: 2
}
.tt-coupons .btn-custom {
text-decoration: none;
text-align: center;
display: inline-block;
color: #fff
}
.tt-coupons .btn-custom .tt-icon {
font-size: 23px;
line-height: 1
}
.tt-coupons .btn-custom span {
display: inline-block;
position: relative;
font-size: 14px;
line-height: 1;
top: 3px
}
.tt-coupons .btn-custom span:before {
content: '';
display: block;
position: absolute;
bottom: -1px;
width: 100%;
height: 2px;
margin: auto;
left: 0;
right: 0;
background-color: #87888e;
-webkit-transition: width .2s linear;
transition: width .2s linear
}
.tt-coupons .btn-custom:hover {
color: #fff
}
.tt-coupons .btn-custom:hover span:before {
width: 0
}
.tt-coupons .tt-top-left {
position: absolute;
top: 22px;
left: 20px;
color: #fff;
font-size: 14px;
line-height: 22px;
z-index: 3
}
.tt-coupons .tt-top-left a {
color: #fff
}
.tt-coupons .tt-bottom-left {
position: absolute;
bottom: 22px;
left: 22px;
z-index: 3
}
.tt-coupons .tt-right-top {
width: 64%;
float: right;
padding: 18px 24px 50px 0;
position: relative;
z-index: 3
}
.tt-coupons .tt-right-top .tt-title {
font-family: Poppins, sans-serif;
font-weight: 600;
padding-bottom: 14px
}
.tt-coupons .tt-right-top .tt-title+* {
margin-top: 0
}
.tt-coupons .tt-right-top .tt-title__01 {
color: #303442;
font-size: 24px;
line-height: 34px
}
.tt-coupons .tt-right-top .tt-title__02 {
color: #f47629;
font-size: 36px;
line-height: 34px;
margin-top: 8px
}
.tt-coupons .tt-right-bottom {
position: absolute;
padding: 0 24px 0 0;
width: 70%;
right: 0;
bottom: 16px
}
.tt-coupons .tt-right-bottom .tt-row-bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
position: absolute;
bottom: 0;
right: 24px;
width: 100%;
font-size: 14px;
color: #252936
}
.tt-coupons .tt-right-bottom .tt-row-bottom .tt-col {
display: inline-block
}
.tt-coupons .tt-right-bottom .tt-row-bottom .tt-col:not(:last-child) {
margin-left: 30px
}
.tt-coupons .tt-right-bottom .tt-coupons__logo {
font-size: 19px;
line-height: 19px;
color: #303442;
font-family: Poppins, sans-serif;
font-weight: 600;
display: inline-block;
position: relative;
letter-spacing: -.02em
}
.tt-coupons .tt-right-bottom .tt-coupons__logo .tt-icon {
position: absolute;
top: -4px;
left: -11px;
max-width: 20px
}
.tt-coupons .tt-right-bottom .tt-text {
display: inline-block;
position: relative;
top: -2px
}
@media (max-width:1229.98px) {
.asideColumn-left {
padding-right: 20px
}
.tt-coupons {
max-width: 570px;
margin-left: auto;
margin-right: auto
}
.tt-coupons .tt-right-top {
width: 58%
}
}
@media (max-width:575.98px) {
.tt-coupons .tt-coupons__bg {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
height: inherit
}
.tt-coupons .tt-top-left {
position: relative;
top: inherit;
left: inherit;
width: 62%;
background: #303442;
overflow: hidden;
padding: 20px 10px 20px 20px
}
.tt-coupons .tt-bottom-left {
width: 38%;
position: relative;
bottom: inherit;
left: inherit;
background: #303442;
overflow: hidden;
padding: 20px 20px 20px 10px;
text-align: right
}
.tt-coupons .tt-coupons__bg:before {
display: none
}
.tt-coupons .tt-right-top {
width: 100%;
padding: 18px 20px 35px
}
.tt-coupons .tt-right-top .tt-title__01 {
font-size: 18px;
line-height: 28px
}
.tt-coupons .tt-right-top .tt-title__02 {
font-size: 26px;
line-height: 24px
}
.tt-coupons .tt-right-bottom {
width: 100%;
position: relative;
padding: 0;
text-align: right
}
.tt-coupons .tt-right-bottom .tt-row-bottom {
padding: 0;
position: inherit;
display: block
}
.tt-coupons .tt-right-bottom .tt-row-bottom .tt-col:first-child {
text-align: right;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.tt-coupons .tt-right-bottom .tt-row-bottom .tt-col:last-child {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
display: none
}
}
.tt-coupons-wrapper {
margin-left: -15px;
margin-right: -15px
}
.tt-coupons-wrapper .tt-item {
padding-left: 15px;
padding-right: 15px
}
.gallery01 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin: -20px 0 0 -20px
}
.gallery01 li {
margin: 20px 0 0 20px
}
.gallery01 li a {
opacity: 1;
display: inline-block;
-webkit-transition: opacity .2s;
transition: opacity .2s;
opacity: 1
}
.gallery01 li a:hover {
opacity: .75
}
@media (max-width:1024.98px) {
.rightColumn {
padding-left: 15px
}
.gallery01 {
margin: -15px 0 0 -15px
}
.gallery01 li img {
max-width: 151px;
max-width: 121px
}
.gallery01 li {
margin: 15px 0 0 15px
}
}
.gallery01-top {
margin-top: 13px
}
.tt-gallery-wrapper {
margin-top: 2px;
margin-left: -7px;
margin-right: -7px
}
.tt-gallery-wrapper [class^=col-] {
margin-top: 14px;
padding-left: 7px;
padding-right: 7px
}
.tt-gallery {
overflow: hidden;
display: block;
position: relative
}
.tt-gallery img {
width: 100%;
-webkit-transition: -webkit-transform .5s;
transition: transform .5s;
transition: transform .5s, -webkit-transform .5s
}
.tt-gallery:before {
content: '';
position: absolute;
display: block;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: rgba(0, 0, 0, .55);
-webkit-transition: opacity .5s;
transition: opacity .5s
}
.tt-gallery .gallery__icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: transparent;
-webkit-transition: background-color .3s;
transition: background-color .3s
}
.tt-gallery .gallery__icon:before {
content: '\e9ce';
display: block;
font-family: electrician;
color: #fff;
font-size: 33px;
line-height: 33px;
-webkit-transition: -webkit-transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s;
-webkit-transform: scale(0);
transform: scale(0)
}
.tt-gallery:hover:before {
opacity: .8
}
.tt-gallery:hover .gallery__icon {
background-color: rgba(0, 0, 0, .55)
}
.tt-gallery:hover .gallery__icon:before {
-webkit-transform: scale(1);
transform: scale(1)
}
.tt-gallery:hover img {
-webkit-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1)
}
@media (min-width:1025px) {
.gallery-innerlayout-wrapper [class^=col-] {
padding-left: 7px;
padding-right: 7px;
padding-top: 15px
}
.gallery-innerlayout-wrapper .col-custom-item5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%
}
}
.tt-top-more,
.tt-top-more#js-more-include {
margin-top: 30px
}
.tt-top-more02 {
margin-top: 53px
}
@media (max-width:1024px) {
.gallery-innerlayout-wrapper [class^=col-] {
padding-left: 6px;
padding-right: 6px;
padding-top: 15px
}
.tt-top-more02 {
margin-top: 30px
}
}
#filter-layout>:not(.show) {
display: none
}
.tt-faq {
margin-top: -15px
}
.tt-faq .tt-item {
margin-top: 33px;
position: relative;
padding: 0
}
.tt-faq .tt-item .tt-item__marker {
width: 50px;
height: 50px;
background-color: #f4f4f5;
border-radius: 50%;
display: block;
position: absolute;
top: -14px;
left: 0;
pointer-events: none
}
.tt-faq .tt-item .tt-item__marker:before {
content: '+';
display: block;
position: absolute;
color: #303442;
font-size: 27px;
line-height: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%)
}
.tt-faq .tt-item .tt-item__content {
display: none;
padding: 0 0 0 77px
}
.tt-faq .tt-item.tt-item__open .tt-item__marker:before {
content: '-'
}
.tt-faq .tt-item.tt-item__open .tt-item__content {
display: block
}
.tt-faq .tt-item:not(.tt-item__open) {
cursor: pointer
}
.tt-faq .tt-item__title {
font-size: 16px;
line-height: 27px;
font-weight: 600;
font-family: Poppins, sans-serif;
color: #303442;
-webkit-transition: color .2s;
transition: color .2s;
padding: 0 0 6px 77px
}
.tt-faq .tt-item__title:hover {
color: #f47629
}
@media (max-width:1024.98px) {
.tt-gallery .gallery__icon:before {
font-size: 27px;
line-height: 27px
}
.tt-faq .tt-item__title {
line-height: 26px;
padding: 0 0 6px 58px
}
.tt-faq .tt-item {
margin-top: 25px
}
.tt-faq .tt-item .tt-item__marker {
width: 40px;
height: 40px;
top: -8px
}
.tt-faq .tt-item .tt-item__marker:before {
font-size: 20px
}
.tt-faq .tt-item .tt-item__content {
padding: 0 0 0 58px
}
.tt-faq .tt-item .tt-item__content br {
display: none
}
}
@media (max-width:766.98px) {
.tt-faq .tt-item__title {
font-size: 16px;
line-height: 24px;
padding: 0 0 6px 50px
}
.tt-faq .tt-item {
margin-top: 20px
}
.tt-faq .tt-item .tt-item__marker {
width: 35px;
height: 35px;
top: -7px
}
.tt-faq .tt-item .tt-item__marker:before {
font-size: 20px
}
.tt-faq .tt-item .tt-item__content {
padding: 0 0 0 50px
}
}
.tt-testimonials-wrapper {
margin-bottom: -10px
}
.tt-testimonials-wrapper [class^=col-] {
margin-top: 46px
}
@media (max-width:1024.98px) {
.tt-testimonials-wrapper [class^=col-] {
margin-top: 36px
}
}
.tt-testimonials {
-webkit-box-shadow: 0 5px 20px rgba(48, 52, 66, .08);
box-shadow: 0 5px 20px rgba(48, 52, 66, .08);
padding: 65px 35px 35px 33px;
position: relative;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start
}
.tt-testimonials .tt-testimonials__marker {
font-size: 200px;
line-height: 1;
font-family: Poppins, sans-serif;
color: #f47629;
font-weight: 600;
position: absolute;
top: -22px;
left: 28px
}
.tt-testimonials .tt-testimonials__title {
font-size: 20px;
line-height: 30px;
color: #303442;
font-family: Poppins, sans-serif;
font-weight: 600;
padding: 0 0 15px;
margin: 0
}
.tt-testimonials .tt-testimonials__title+* {
margin-top: 0
}
.tt-testimonials .tt-testimonials_top-layout {
-webkit-box-flex: 2;
-ms-flex: 2 1 auto;
flex: 2 1 auto
}
.tt-testimonials .tt-testimonials__data {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 3px;
margin-left: -20px;
padding-bottom: 10px
}
.tt-testimonials .tt-testimonials__data .tt-col {
margin-top: 20px;
margin-left: 20px
}
.tt-testimonials .tt-testimonials__data img {
width: 69px;
height: auto;
border-radius: 50%
}
.tt-testimonials .tt-testimonials__data .tt-title__text01 {
font-size: 16px;
line-height: 22px;
font-family: Poppins, sans-serif;
font-weight: 600;
color: #303442
}
.tt-testimonials .tt-testimonials__data .tt-title__text02 {
color: #a0a0a0;
font-size: 14px;
line-height: 20px
}
.map-contact {
width: 100%;
height: 451px
}
@media (max-width:1024.98px) {
.tt-testimonials {
padding: 55px 25px 35px
}
.tt-testimonials .tt-testimonials__marker {
font-size: 165px;
top: -18px;
left: 28px
}
.tt-testimonials .tt-testimonials__title {
font-size: 18px;
line-height: 28px;
padding-bottom: 10px
}
.tt-testimonials .tt-testimonials__data {
margin-top: 3px;
margin-left: -14px;
padding-bottom: 10px
}
.tt-testimonials .tt-testimonials__data .tt-col {
margin-top: 14px;
margin-left: 14px
}
.tt-testimonials .tt-testimonials__data img {
width: 50px
}
.tt-testimonials .tt-testimonials__data .tt-title__text01 {
font-size: 14px;
line-height: 20px
}
.tt-testimonials .tt-testimonials__data .tt-title__text02 {
font-size: 12px;
line-height: 18px
}
.map-contact {
height: 400px
}
}
@media (max-width:766.98px) {
.tt-testimonials {
padding: 45px 20px 25px
}
.tt-testimonials .tt-testimonials__marker {
font-size: 140px;
top: -18px;
left: 20px
}
.map-contact {
height: 300px
}
}
.tt-contact-wrapper {
padding: 5px 77px 0;
margin-top: -40px
}
.tt-contact-wrapper [class^=col-] {
margin-top: 40px
}
@media (max-width:1229.98px) {
.tt-contact-wrapper {
padding: 15px 20px 0
}
}
.tt-contact {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start
}
.tt-contact .tt-icon {
color: #f47629;
font-size: 26px;
line-height: 1;
position: relative;
top: 4px
}
.tt-contact .tt-content {
margin-left: 15px
}
.tt-contact .tt-content a {
color: #7b7b7b
}
.tt-contact .tt-title {
font-size: 16px;
line-height: 26px;
color: #303442;
font-family: Poppins, sans-serif;
font-weight: 600;
padding: 0 0 5px
}
@media (max-width:1024.98px) {
.tt-contact-wrapper [class^=col-] {
margin-top: 20px
}
.tt-contact .tt-icon {
font-size: 20px
}
.tt-contact .tt-content {
margin-left: 13px
}
}
.tt-filters-options {
border-top: 1px solid #e9e9eb;
margin-top: 2px;
padding-top: 24px;
padding-bottom: 24px
}
.tt-filters-options [class^=col-] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.tt-filters-options .tt-title {
padding: 0 55px 0 0;
font-size: 16px
}
.tt-filters-options .custom-select {
width: 201px
}
.tt-filters-options .custom-select:after {
border-color: #c7c7c7 transparent transparent
}
@media (min-width:767px) {
.tt-filters-toggle {
display: none
}
}
@media (max-width:1024.98px) {
.tt-filters-options [class^=col-] {
display: block
}
.tt-filters-options [class^=col-]>:not(.tt-filters-toggle) {
margin-left: 0;
margin-top: 10px
}
.tt-filters-options [class^=col-] .tt-title {
margin-top: 0
}
.tt-filters-toggle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 60px;
height: 60px;
color: #fff;
position: fixed;
top: 190px;
right: 15px;
z-index: 20;
cursor: pointer;
border-radius: 50%;
padding: 0;
-webkit-transition: .2s linear;
transition: .2s linear;
border: 6px solid #454955;
background-color: #f47629;
text-shadow: 0 0 3px rgba(1, 1, 1, .25)
}
.tt-filters-toggle i {
position: relative;
z-index: 3;
pointer-events: none;
font-size: 25px
}
.tt-filters-toggle:hover {
background-color: #fff;
color: #f47629;
border-color: #f47629
}
.tt-filters-toggle.fixed {
top: 110px
}
.tt-filters-toggle .pt-text {
display: none
}
.tt-filters-toggle.tt-open-col:before {
content: "\e91b"
}
}
.tt-filters-select select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 201px;
height: 46px
}
.tt-pagination-filter {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.tt-pagination-filter .tt-pagination-filter__title {
margin-right: 13px
}
.tt-pagination-filter .tt-pagination-filter__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.tt-pagination-filter .tt-pagination-filter__list li a {
display: inline-block;
padding: 5px 13px;
color: #7b7b7b;
font-size: 16px;
line-height: 1
}
.tt-pagination-filter .tt-pagination-filter__list li a:hover {
color: #f47629
}
.tt-pagination-filter .tt-pagination-filter__list li.active a {
color: #f47629;
pointer-events: none;
font-family: Poppins, sans-serif;
font-weight: 600
}
.tt-pagination-filter .tt-pagination-filter__btn {
font-size: 8px;
color: #7b7b7b;
padding: 5px 13px
}
.tt-pagination-filter .tt-pagination-filter__btn:hover {
color: #f47629
}
.tt-product {
text-align: center
}
.tt-product .tt-product__img {
overflow: hidden
}
.tt-product .tt-product__img img {
width: 100%;
height: auto;
-webkit-transition: -webkit-transform .5s;
transition: transform .5s;
transition: transform .5s, -webkit-transform .5s
}
.tt-product .tt-product__img:hover img {
-webkit-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1)
}
.tt-product .tt-product__description {
margin-top: 18px
}
.tt-product .tt-product__title {
font-size: 16px;
line-height: 27px;
font-weight: 400;
margin: 0;
padding: 0;
color: #7b7b7b
}
.tt-product .tt-product__title a {
color: #7b7b7b;
-webkit-transition: color .2s;
transition: color .2s;
display: inline-block
}
.tt-product .tt-product__title a:hover {
color: #f47629
}
.tt-product .tt-rating {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
font-size: 10px;
line-height: 10px;
color: #7b7b7b;
margin-top: 15px
}
.tt-product .tt-rating>* {
display: inline-block;
margin-left: 1px;
margin-right: 1px
}
.tt-product .tt-price {
font-size: 24px;
font-family: Poppins, sans-serif;
font-weight: 600;
color: #303442;
margin-top: 14px
}
.tt-product .tt-price .new-price {
font-size: 24px;
color: #f47629
}
.tt-product .tt-price .old-price {
font-size: 20px;
text-decoration: line-through;
margin-left: 17px
}
.tt-product .tt-row-btn {
margin-top: 11px
}
.tt-product .tt-btn-addtocart {
font-size: 14px;
line-height: 1;
font-family: Poppins, sans-serif;
font-weight: 600;
color: #303442;
-webkit-transition: color .2s;
transition: color .2s
}
.tt-product .tt-btn-addtocart .tt-icon {
color: #f47629;
font-size: 14px;
line-height: 1;
margin-right: 4px
}
.tt-product .tt-btn-addtocart:hover {
color: #f47629
}
@media (max-width:766.98px) {
.tt-filters-toggle {
width: 50px;
height: 50px;
border-width: 4px
}
.tt-filters-toggle i {
font-size: 23px
}
.tt-product .tt-product__title {
font-size: 14px;
line-height: 20px
}
.tt-product .tt-rating {
margin-top: 10px
}
.tt-product .tt-price {
font-size: 18px;
margin-top: 7px
}
.tt-product .tt-price .new-price {
font-size: 18px
}
.tt-product .tt-price .old-price {
font-size: 14px;
margin-left: 7px
}
.tt-product .tt-row-btn {
margin-top: 7px
}
}
.tt-product-listing {
margin-top: -34px
}
.tt-product-listing [class^=col-] {
margin-top: 33px
}
@media (max-width:766.98px) {
.tt-product-listing {
margin-top: -20px
}
.tt-product-listing [class^=col-] {
margin-top: 20px
}
}
.tt-pagination {
margin-top: 45px;
font-family: Poppins, sans-serif;
font-weight: 600;
font-size: 14px;
line-height: 1;
margin-bottom: -5px
}
.tt-pagination ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start
}
.tt-pagination ul li a {
color: #303442;
-webkit-transition: color .2s;
transition: color .2s;
display: inline-block;
padding: 5px 15px
}
.tt-pagination ul li a:hover {
color: #f47629
}
.tt-pagination ul li.active {
pointer-events: none
}
.tt-pagination ul li.active a {
color: #f47629
}
.tt-pagination.text-left ul {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.tt-pagination.text-left ul li:first-child a {
padding-left: 0
}
.nav-tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding-bottom: 2px;
margin-top: -25px;
border-bottom: 1px solid #e9e9eb
}
.nav-tabs li a {
display: inline-block;
padding: 25px 15px;
font-family: Poppins, sans-serif;
color: #303442;
font-weight: 600;
-webkit-transition: color .2s;
transition: color .2s;
font-size: 14px;
line-height: 1
}
.nav-tabs li a.active,
.nav-tabs li a:hover {
color: #f47629
}
.nav-tabs li:first-child a {
padding-left: 0
}
.tab-content>* {
padding: 28px 0 0
}
.tab-content>:not(.active) {
display: none
}
@media (min-width:1025px) {
.tab-content {
margin-bottom: -17px
}
}
.tt-mobile-product-slider {
max-width: 300px;
margin-bottom: 35px;
padding-left: 15px;
padding-right: 15px
}
.carusel-product {
margin-left: -15px;
margin-right: -15px
}
.carusel-product .item {
padding-left: 15px;
padding-right: 15px
}
.tt-tabs-reviews .tt-title {
color: #303442;
font-weight: 600;
font-size: 24px;
line-height: 1;
font-family: Poppins, sans-serif;
margin: 0;
padding: 0 0 25px
}
.tt-tabs-reviews .tt-rating {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
font-size: 13px;
line-height: 13px;
color: #7b7b7b;
margin-left: -2px
}
.tt-tabs-reviews .tt-rating>* {
margin-left: 2px;
margin-right: 2px
}
.tt-tabs-reviews form .tt-rating:first-child {
padding-bottom: 25px
}
#smallGallery {
padding-right: 104px;
margin-top: 18px
}
#smallGallery .slick-prev {
display: none!important
}
#smallGallery .tt-custom-next {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 0;
right: 0;
width: 89px;
height: 100%;
background-color: #fff;
border: 1px solid #f9f9f9;
-webkit-transition: border .2s;
transition: border .2s
}
#smallGallery .tt-custom-next .tt-icon {
font-size: 12px;
line-height: 1;
color: #f47629
}
#smallGallery .tt-custom-next .tt-text {
font-family: Poppins, sans-serif;
font-weight: 600;
color: #303442;
width: 100%;
text-align: center;
-webkit-transition: color .2s;
transition: color .2s;
margin-top: 7px;
font-size: 14px;
line-height: 1
}
#smallGallery .tt-custom-next:hover {
border-color: #f47629
}
#smallGallery .tt-custom-next:hover .tt-text {
color: #f47629
}
#smallGallery li {
padding-right: 16px
}
#smallGallery li img {
width: 100%;
height: auto;
-webkit-transition: opacity .2s;
transition: opacity .2s
}
#smallGallery li:hover img {
opacity: .7
}
.product-single-info {
padding-left: 60px
}
.product-single-info .tt-tag {
font-size: 16px;
line-height: 1;
font-weight: 600;
font-family: Poppins, sans-serif;
color: #f47629
}
.product-single-info .tt-title {
font-size: 36px;
line-height: 46px;
font-weight: 600;
font-family: Poppins, sans-serif;
color: #303442;
padding: 0;
margin: 12px 0 0
}
.product-single-info .tt-add-info {
margin-top: 22px;
font-size: 16px
}
.product-single-info .tt-add-info span {
color: #303442;
font-weight: 600;
font-family: Poppins, sans-serif
}
.product-single-info .tt-price {
font-size: 36px;
font-family: Poppins, sans-serif;
font-weight: 600;
color: #303442;
margin-top: 35px
}
.product-single-info .tt-price .new-price {
font-size: 36px;
color: #f47629
}
.product-single-info .tt-price .old-price {
font-size: 30px;
text-decoration: line-through;
margin-left: 17px
}
.product-single-info .tt-data {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 30px;
margin-left: -40px
}
.product-single-info .tt-data .tt-item {
margin-left: 40px
}
.product-single-info .tt-data .tt-rating {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
font-size: 10px;
line-height: 10px;
color: #7b7b7b
}
.product-single-info .tt-data .tt-rating>* {
display: inline-block;
margin-left: 1px;
margin-right: 1px
}
.product-single-info .tt-description {
border-top: 1px solid #e9e9eb;
margin-top: 31px;
padding-top: 32px
}
.product-single-info .tt-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
border-top: 1px solid #e9e9eb;
margin-top: 34px;
padding-top: 27px
}
.product-single-info .tt-row .tt-col {
margin-top: 13px
}
.product-single-info .tt-row .tt-col:not(:first-child) {
margin-left: 13px
}
@media (max-width:1229.98px) {
.product-single-info {
padding-left: 40px
}
}
@media (max-width:1024.98px) {
#smallGallery {
padding-right: 75px;
margin-top: 18px
}
#smallGallery li {
padding-right: 14px
}
#smallGallery .tt-custom-next {
width: 75px;
height: 100%
}
#smallGallery .tt-custom-next .tt-icon {
font-size: 12px;
line-height: 1
}
#smallGallery .tt-custom-next .tt-text {
margin-top: 7px;
font-size: 14px;
line-height: 1
}
.product-single-info {
padding-left: 20px
}
.product-single-info .tt-title {
font-size: 24px;
line-height: 30px
}
.product-single-info .tt-price {
font-size: 30px;
margin-top: 30px
}
.product-single-info .tt-price .new-price {
font-size: 30px
}
.product-single-info .tt-price .old-price {
font-size: 25px;
margin-left: 12px
}
.product-single-info .tt-data {
margin-top: 25px;
margin-left: -20px
}
.product-single-info .tt-data .tt-item {
margin-left: 20px
}
.product-single-info .tt-description {
margin-top: 25px;
padding-top: 25px
}
.product-single-info .tt-row {
margin-top: 25px;
padding-top: 19px
}
.product-single-info .tt-row .tt-col {
margin-top: 13px
}
.product-single-info .tt-row .tt-col:not(:first-child) {
margin-left: 13px
}
}
@media (max-width:766.98px) {
.product-single-info {
padding-left: 0
}
}
.tt-input-counter.style-01 {
position: relative;
max-width: 91px;
min-width: 91px
}
.tt-input-counter.style-01 .minus-btn,
.tt-input-counter.style-01 .plus-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 16px;
line-height: 1;
cursor: pointer;
position: absolute;
width: 30px;
height: 100%;
text-align: center;
top: 0;
color: #7b7b7b
}
.tt-input-counter.style-01 .minus-btn:hover,
.tt-input-counter.style-01 .plus-btn:hover {
color: #f47629
}
.tt-input-counter.style-01 .minus-btn {
left: 0;
padding-left: 2px
}
.tt-input-counter.style-01 .plus-btn {
right: 0;
padding-right: 2px
}
.tt-input-counter.style-01 input {
background: #fff;
display: block;
width: 100%;
height: 48px;
font-size: 16px;
line-height: 1em;
text-align: center;
border: 1px solid #e9e9eb;
outline: 0;
font-family: Roboto, sans-serif;
color: #7b7b7b;
border-radius: 4px
}
/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-ms-touch-action: none;
touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.noUi-target {
position: relative;
direction: ltr
}
.noUi-base,
.noUi-connects {
width: 100%;
height: 100%;
position: relative;
z-index: 1
}
.noUi-connects {
overflow: hidden;
z-index: 0
}
.noUi-connect,
.noUi-origin {
will-change: transform;
position: absolute;
z-index: 1;
top: 0;
left: 0;
height: 100%;
width: 100%;
-webkit-transform-origin: 0 0;
transform-origin: 0 0
}
html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
left: auto;
right: 0
}
.noUi-vertical .noUi-origin {
width: 0
}
.noUi-horizontal .noUi-origin {
height: 0
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
-webkit-transition: -webkit-transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s
}
.noUi-state-drag * {
cursor: inherit!important
}
.noUi-horizontal {
height: 6px
}
.noUi-horizontal .noUi-handle {
width: 15px;
height: 15px;
left: -8px;
top: -6px;
border-radius: 50%;
background-color: #f47629;
outline: 0
}
.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before {
display: none
}
.noUi-vertical {
width: 18px
}
.noUi-vertical .noUi-handle {
width: 28px;
height: 34px;
left: -6px;
top: -8px
}
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
right: -8px;
left: auto
}
.noUi-target {
background: #dfdfdf;
border: 2px solid #dfdfdf
}
.noUi-connects {
border-radius: 50%
}
.noUi-connect {
background: #252936
}
.noUi-draggable {
cursor: ew-resize
}
.noUi-vertical .noUi-draggable {
cursor: ns-resize
}
.noUi-handle {
position: absolute;
border: 1px solid #d9d9d9;
border-radius: 50%;
background: #fff;
cursor: default
}
.noUi-vertical .noUi-handle:after {
top: 17px
}
[disabled] .noUi-connect {
background: #b8b8b8
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
cursor: not-allowed
}
.noUi-pips,
.noUi-pips * {
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.noUi-pips {
position: absolute;
color: #999
}
.noUi-value {
position: absolute;
white-space: nowrap;
text-align: center
}
.noUi-value-sub {
color: #ccc;
font-size: 10px
}
.noUi-marker {
position: absolute;
background: #ccc
}
.noUi-marker-large,
.noUi-marker-sub {
background: #aaa
}
.noUi-pips-horizontal {
padding: 10px 0;
height: 80px;
top: 100%;
left: 0;
width: 100%
}
.noUi-value-horizontal {
-webkit-transform: translate(-50%, 50%);
transform: translate(-50%, 50%)
}
.noUi-rtl .noUi-value-horizontal {
-webkit-transform: translate(50%, 50%);
transform: translate(50%, 50%)
}
.noUi-marker-horizontal.noUi-marker {
margin-left: -1px;
width: 2px;
height: 5px
}
.noUi-marker-horizontal.noUi-marker-sub {
height: 10px
}
.noUi-marker-horizontal.noUi-marker-large {
height: 15px
}
.noUi-pips-vertical {
padding: 0 10px;
height: 100%;
top: 0;
left: 100%
}
.noUi-value-vertical {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%, 0);
padding-left: 25px
}
.noUi-rtl .noUi-value-vertical {
-webkit-transform: translate(0, 50%);
transform: translate(0, 50%)
}
.noUi-marker-vertical.noUi-marker {
width: 5px;
height: 2px;
margin-top: -1px
}
.noUi-marker-vertical.noUi-marker-sub {
width: 10px
}
.noUi-marker-vertical.noUi-marker-large {
width: 15px
}
.tt-slider-price {
margin-top: 10px
}
.slider-value-row {
font-size: 16px;
line-height: 22px;
margin-top: 27px
}
.slider-value-row>* {
display: inline-block
}
.slider-value-row #slider-snap-value-lower {
margin-right: 5px
}
.tt-blog-list {
margin-top: -80px
}
.tt-blog-list .tt-item {
overflow: hidden;
margin-top: 80px
}
.tt-blog-list+.tt-pagination {
margin-top: 54px
}
@media (max-width:1024.98px) {
.tt-input-counter.style-01 input {
height: 40px
}
.tt-blog-list {
margin-top: -40px
}
.tt-blog-list .tt-item {
overflow: hidden;
margin-top: 40px
}
.tt-blog-list+.tt-pagination {
margin-top: 40px
}
}
.blog-obj {
position: relative
}
.blog-obj:before {
content: '';
display: block;
position: absolute;
top: -46px;
left: 0;
width: 100%;
height: 130px;
z-index: 0;
background-color: #eaeaec
}
.blog-obj>* {
position: relative;
z-index: 1
}
.blog-obj .blog-obj__img {
position: relative
}
.blog-obj .blog-obj__img a:not([class]) {
display: block
}
.blog-obj .blog-obj__img img {
width: 100%;
height: auto
}
.blog-obj .blog-obj__img .tt-video__holder .tt-video {
margin-top: -79px
}
.blog-obj .blog-obj__img .tt-align {
margin-top: -80px
}
.blog-obj .blog-obj__img .tt-img-wrapper {
position: absolute;
top: 0;
left: 0;
z-index: 2;
background-color: rgba(55, 56, 59, .25);
width: 100%;
height: 100%;
pointer-events: none
}
.blog-obj .blog-obj__wrapper {
background: #fff;
width: calc(100% - 40px);
margin-top: -85px;
padding: 63px 85px 0 0
}
.blog-obj .blog-obj__data {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-top: -20px;
margin-left: -28px;
font-size: 14px
}
.blog-obj .blog-obj__data .tt-col {
margin-top: 20px;
margin-left: 28px
}
.blog-obj .blog-obj__data a {
color: #303442;
-webkit-transition: color .2s;
transition: color .2s
}
.blog-obj .blog-obj__data a:hover {
color: #f47629
}
.blog-obj .blockquote03 {
max-width: 550px
}
.blog-obj .blog-obj__title {
font-size: 36px;
line-height: 46px;
color: #303442;
font-family: Poppins, sans-serif;
padding: 0 0 23px;
margin: 16px 0 0
}
.blog-obj .blog-obj__title a {
color: #303442;
-webkit-transition: color .2s;
transition: color .2s
}
.blog-obj .blog-obj__title a:hover {
color: #f47629
}
.blog-obj .blog-obj__title+* {
margin-top: 0
}
.blog-obj .blog-obj__row-btn {
margin-top: 32px
}
.blog-obj>:nth-child(1).blog-obj__wrapper {
margin-top: 46px;
position: relative
}
@media (max-width:1024.98px) {
.blog-obj .blog-obj__img .tt-video__holder .tt-video {
margin-top: -39px
}
.blog-obj .blog-obj__img .tt-align {
margin-top: -43px
}
.blog-obj .blog-obj__data {
margin-left: -15px
}
.blog-obj .blog-obj__data .tt-col {
margin-top: 15px;
margin-left: 15px
}
.blog-obj .blog-obj__title {
font-size: 24px;
line-height: 30px;
padding: 0 0 13px
}
.blog-obj .blog-obj__row-btn {
margin-top: 23px
}
.blog-obj .blog-obj__wrapper {
padding: 43px 30px 0 0;
margin-top: -40px;
width: calc(100% - 30px)
}
}
@media (max-width:766.98px) {
.blog-obj .blog-obj__img .tt-align {
margin-top: -37px
}
.blog-obj .blog-obj__data {
margin-left: -9px
}
.blog-obj .blog-obj__data .tt-col {
margin-top: 9px;
margin-left: 9px
}
.blog-obj .blog-obj__title {
font-size: 22px;
line-height: 28px;
padding: 0 0 13px
}
.blog-obj .blog-obj__row-btn {
margin-top: 23px
}
.blog-obj .blog-obj__wrapper {
padding: 43px 10px 0 0;
margin-top: -40px;
width: calc(100% - 15px)
}
}
.tt-img-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 3
}
.tt-img-link .tt-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 89px;
height: 89px;
background-color: #f47629;
border-radius: 50%;
color: #fff;
font-size: 27px;
line-height: 1;
margin-left: auto;
margin-right: auto
}
.tt-img-link .tt-text {
display: block;
text-align: center;
width: 100%;
font-size: 19px;
line-height: 1;
color: #fff;
font-family: Poppins, sans-serif;
font-weight: 600;
margin-top: 12px;
letter-spacing: .03em;
-webkit-transition: color .2s;
transition: color .2s
}
.tt-img-link:hover .tt-text {
color: #f47629
}
@media (max-width:1024.98px) {
.tt-img-link .tt-icon {
width: 66px;
height: 66px;
font-size: 20px
}
.tt-img-link .tt-text {
font-size: 16px;
margin-top: 10px
}
}
@media (max-width:766.98px) {
.tt-img-link .tt-icon {
width: 49px;
height: 49px;
font-size: 15px
}
.tt-img-link .tt-text {
font-size: 14px;
margin-top: 7px
}
}
.datepicker-here .datepicker {
border: none;
width: 100%;
max-width: 334px
}
.datepicker-here .datepicker--nav {
border: none;
color: #7b7b7b;
font-size: 16px;
position: relative;
padding-bottom: 9px
}
.datepicker-here .datepicker--nav i {
color: #7b7b7b
}
.datepicker-here .datepicker--nav .datepicker--nav-action {
top: 0;
position: absolute;
background: no-repeat;
border: 1px solid transparent;
-webkit-transition: border-color .2s;
transition: border-color .2s
}
.datepicker-here .datepicker--nav .datepicker--nav-action:first-child {
right: 45px
}
.datepicker-here .datepicker--nav .datepicker--nav-action:last-child {
right: 0
}
.datepicker-here .datepicker--nav .datepicker--nav-action path {
-webkit-transition: stroke .2s;
transition: stroke .2s
}
.datepicker-here .datepicker--nav .datepicker--nav-action:hover {
border-color: #f47629
}
.datepicker-here .datepicker--nav .datepicker--nav-action:hover path {
stroke: #f47629
}
.datepicker-here .datepicker--nav .datepicker--nav-title {
padding-left: 0;
background: 0 0
}
.datepicker-here .datepicker--cell {
height: 39px;
font-size: 16px
}
.datepicker-here .datepicker--cell.-current- {
background: #f47629;
color: #fff
}
.datepicker-here .datepicker--day-name {
background: #f5f5f5;
color: #303442;
font-size: 16px;
padding: 6px 0
}
.datepicker-here .datepicker--content {
padding: 0
}
@media (max-width:1024.98px) {
.datepicker-here .datepicker--day-name {
font-size: 14px;
padding: 4px 0
}
.datepicker-here .datepicker--cell {
height: 35px;
font-size: 14px
}
}
.tt-recent-list {
margin-top: -80px
}
.tt-recent-list .tt-item {
overflow: hidden;
margin-top: 80px
}
.tt-recent-list+.tt-pagination {
margin-top: 54px
}
.tt-recent-obj {
position: relative;
margin-top: 4px
}
.tt-recent-obj>* {
position: relative;
z-index: 1
}
.tt-recent-obj .recent-obj__img {
position: relative
}
.tt-recent-obj .recent-obj__img img {
width: 100%;
height: auto
}
.tt-recent-obj .recent-obj__wrapper {
background: #fff;
width: calc(100% - 40px);
margin-top: -75px;
padding: 0 25px 0 0
}
.tt-recent-obj .recent-obj__data {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-top: -22px;
margin-left: -28px;
font-size: 14px
}
.tt-recent-obj .recent-obj__data .tt-col {
margin-top: 22px;
margin-left: 28px
}
.tt-recent-obj .recent-obj__data a {
color: #303442;
-webkit-transition: color .2s;
transition: color .2s
}
.tt-recent-obj .recent-obj__data a:hover {
color: #f47629
}
.tt-recent-obj .recent-obj__title {
font-size: 20px;
line-height: 26px;
color: #303442;
font-family: Poppins, sans-serif;
position: relative;
padding: 0 0 13px;
margin: 4px 0 0
}
.tt-recent-obj .recent-obj__title:before {
content: '';
display: block;
width: 3px;
height: 40px;
background-color: #f47629;
position: absolute;
top: 7px;
left: 0
}
.tt-recent-obj .recent-obj__title a {
color: #303442;
-webkit-transition: color .2s;
transition: color .2s;
padding: 0 0 0 24px;
display: inline-block
}
.tt-recent-obj .recent-obj__title a:hover {
color: #f47629
}
.tt-recent-obj .recent-obj__title+* {
margin-top: 0
}
.tt-recent-obj .recent-obj__row-btn {
margin-top: 14px
}
@media (max-width:1024.98px) {
.tt-recent-obj .recent-obj__wrapper {
width: calc(100% - 15px);
margin-top: -40px;
padding: 0 15px 0 0
}
}
.blog-single blockquote {
max-width: 570px
}
.blog-single__img img {
width: 100%;
height: auto
}
.blog-single__data {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-top: -20px;
margin-left: -28px;
font-size: 14px
}
.blog-single__data .tt-col {
margin-top: 20px;
margin-left: 28px
}
.blog-single__data a {
color: #303442;
-webkit-transition: color .2s;
transition: color .2s
}
.blog-single__data a:hover {
color: #f47629
}
.blog-single__wrapper {
background-color: #fff;
margin-top: -85px;
width: calc(100% - 40px);
padding: 63px 0 0;
position: relative
}
.blog-single__title {
font-size: 36px;
line-height: 46px;
color: #303442;
font-family: Poppins, sans-serif;
font-weight: 600;
margin: 16px 0 0;
padding: 0 0 22px
}
.blog-single__title+* {
margin-top: 0
}
.blog-single__subtitle {
font-size: 24px;
line-height: 34px;
color: #303442;
font-family: Poppins, sans-serif;
font-weight: 600;
margin: 0;
padding: 0 0 15px
}
.blog-single__subtitle+* {
margin-top: 0
}
.blog-single__title+.blog-single__subtitle-top {
margin-top: 24px
}
.blog-single__subtitle-top {
margin-top: 32px
}
.blockquote03+.blog-single__subtitle-top {
margin-top: 25px
}
.blog-single__meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 25px
}
@media (max-width:1024.98px) {
.blog-single__subtitle {
font-size: 20px;
line-height: 30px
}
.blog-single__wrapper {
margin-top: -40px;
width: calc(100% - 30px);
padding: 40px 0 0
}
.blog-single__title {
font-size: 32px;
line-height: 42px
}
.blog-single__data {
margin-top: -18px;
margin-left: -18px;
font-size: 14px
}
.blog-single__data .tt-col {
margin-top: 18px;
margin-left: 18px
}
.blog-single__data a {
color: #303442;
-webkit-transition: color .2s;
transition: color .2s
}
.blog-single__data a:hover {
color: #f47629
}
.blog-single__meta {
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.blog-single__meta .tt-col:not(:first-child) {
margin-top: 20px
}
}
@media (max-width:766.98px) {
.blog-single__wrapper {
margin-top: -85px;
width: calc(100% - 20px);
padding: 63px 0 0
}
.blog-single__title {
font-size: 26px;
line-height: 36px
}
}
.personal-info__top {
margin-top: 38px
}
.personal-info {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #f3f3f4;
padding: 38px 72px 45px;
-webkit-box-shadow: 0 10px 20px rgba(48, 52, 66, .05);
box-shadow: 0 10px 20px rgba(48, 52, 66, .05)
}
.personal-info__img {
min-width: 119px;
width: 119px
}
.personal-info__img img {
width: 100%;
height: auto;
border-radius: 50%;
overflow: hidden
}
.personal-info__img:before {
content: '“';
display: block;
font-size: 200px;
line-height: 1;
font-family: Poppins, sans-serif;
color: #f47629;
font-weight: 600;
position: absolute;
top: 25px;
left: 18px
}
.personal-info_description {
padding: 0 0 0 29px
}
.personal-info__title {
font-size: 16px;
line-height: 26px;
color: #303442;
font-family: Poppins, sans-serif;
font-weight: 600;
margin: 0;
padding: 0 0 9px
}
.personal-info__title+* {
margin-top: 0
}
@media (max-width:1024.98px) {
.personal-info {
padding: 28px 40px 35px;
-webkit-box-shadow: 0 5px 10px rgba(48, 52, 66, .05);
box-shadow: 0 5px 10px rgba(48, 52, 66, .05)
}
.personal-info__img {
min-width: 90px;
width: 90px
}
.personal-info__img img {
width: 100%;
height: auto;
border-radius: 50%;
overflow: hidden
}
.personal-info__img:before {
font-size: 150px;
top: 45px;
left: 10px
}
.personal-info_description {
padding-left: 20px
}
}
.tt-comments-layout {
margin-top: 79px
}
@media (min-width:1240px) {
.tt-comments-layout {
margin-right: 22px
}
}
.tt-comments-layout .tt-comments-layout__title {
font-size: 24px;
line-height: 31px;
font-weight: 600;
font-family: Poppins, sans-serif;
color: #3d3b42
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding: 0 0 22px;
border-bottom: 1px solid #e9e9eb
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-avatar {
width: 90px;
min-width: 90px;
height: auto;
border-radius: 50%;
overflow: hidden;
position: relative;
margin-right: 18px;
margin-top: 4px
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-avatar img {
position: relative;
z-index: 2;
max-width: 100%;
height: auto
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-avatar:empty:before {
font-family: electrician;
content: "\e919";
font-size: 24px;
line-height: 73px;
display: block;
text-align: center;
width: 100%;
height: 100%;
position: absolute;
z-index: 0;
color: #fff
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-avatar:empty:after {
content: '';
background-color: #f3f3f3;
width: 100%;
height: 100%;
min-width: 59px;
display: block;
top: 0;
left: 0;
z-index: 0;
border-radius: 50%
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content {
position: relative
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content .tt-btn-default {
position: absolute;
right: 0;
top: -2px;
background-color: #f47629;
font-family: Poppins, sans-serif;
border: 1px solid #f47629;
font-weight: 600;
color: #fff;
border-radius: 3px;
padding: 2px 5px 3px;
font-size: 14px;
line-height: 18px;
-webkit-transition: background-color .2s, color .2s;
transition: background-color .2s, color .2s
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content .tt-btn-default:hover {
background-color: transparent;
color: #f47629
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content .tt-comments-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding-bottom: 4px
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content .tt-comments-title .username {
display: block;
font-family: Poppins, sans-serif;
font-weight: 600;
color: #f47629;
font-size: 16px;
line-height: 24px
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content .tt-comments-title .time {
font-size: 14px;
line-height: 24px;
color: #a0a0a0;
margin-left: 4px;
position: relative;
top: 1px
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content p {
margin-top: 7px
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content>:nth-child(1) {
margin-top: 0
}
.tt-comments-layout .tt-item {
margin-top: 24px
}
.tt-comments-layout .tt-comments-level-2 {
margin-left: 70px;
margin-top: 25px;
padding: 33px 0 40px;
border-bottom: 1px solid #e9e9eb
}
@media (max-width:1024.98px) {
.tt-comments-layout .tt-comments-level-2 {
margin-left: 40px
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-avatar {
width: 70px;
min-width: 70px
}
}
@media (max-width:766.98px) {
.tt-comments-layout .tt-comments-layout__title {
font-size: 20px;
line-height: 27px
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content {
margin-top: 10px
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content .tt-comments-title .username {
width: 100%
}
.tt-comments-layout .tt-item div[class^=tt-comments-level-] .tt-content .tt-comments-title .time {
margin: 0
}
.tt-comments-layout .tt-item .tt-comments-level-2 {
margin-top: 25px
}
.tt-comments-layout .tt-item:not(:first-child) {
margin-top: 10px
}
.tt-comments-layout .tt-item:not(:last-child) {
padding-bottom: 9px
}
.tt-comments-layout .tt-comments-level-2 {
margin-top: 2px;
margin-left: 40px
}
}
.form-single-post {
margin-top: 70px
}
.form-single-post .tt-form-title {
font-size: 24px;
line-height: 31px;
font-weight: 600;
font-family: Poppins, sans-serif;
color: #3d3b42;
margin: 0;
padding: 0 0 23px
}
.form-single-post button[type=submit] {
margin-top: 12px!important
}
.slick-type01 .slick-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 25px;
margin-bottom: -8px;
width: 100%;
position: relative;
z-index: 2
}
.slick-type01 .slick-dots li {
padding: 8px
}
.slick-type01 .slick-dots li>* {
width: 8px;
max-width: 8px;
height: 8px;
display: block;
background-color: #e8e8e8;
border-radius: 50%;
font-size: 0;
line-height: 0;
-webkit-box-shadow: none;
box-shadow: none;
outline: 0;
border: none;
padding: 0;
-webkit-transition: background-color .2s;
transition: background-color .2s
}
.slick-type01 .slick-dots li:not(.slick-active),
.slick-type01 .slick-dots li:not(.slick-active)>* {
cursor: pointer
}
.slick-type01 .slick-dots li.slick-active>*,
.slick-type01 .slick-dots li:hover>* {
background-color: #303442
}
.slick-type01.slick-error-shadow .slick-slide {
padding-top: 15px;
padding-bottom: 15px
}
.slick-type01.slick-error-shadow .slick-dots {
margin-top: 15px
}
.slick-type01.slick-dots-left .slick-dots {
-webkit-box-pack: left;
-ms-flex-pack: left;
justify-content: left
}
.slick-type01.slick-dots-right .slick-dots {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end
}
@media (max-width:1024px) {
.slick-type01 .slick-dots {
margin-top: 34px;
margin-bottom: -8px
}
.slick-type01 .slick-dots li {
padding: 8px 4px
}
.slick-type01 .slick-dots li>* {
width: 6px;
max-width: 6px;
height: 6px
}
.slick-type01.slick-error-shadow .slick-dots {
margin-top: 24px
}
}
@media (max-width:575px) {
.slick-type01 .slick-dots {
margin: 15px 0 -8px
}
.slick-type01.slick-error-shadow .slick-dots {
margin-top: 5px
}
}
.slick-slide {
height: auto
}
.slick-slider .slick-slide {
outline: 0
}
.slick-type02 .slick-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
position: absolute;
bottom: 107px;
left: 0
}
.slick-type02 .slick-dots li {
padding: 8px
}
.slick-type02 .slick-dots li>* {
width: 8px;
max-width: 8px;
height: 8px;
display: block;
background-color: #e8e8e8;
border-radius: 50%;
font-size: 0;
line-height: 0;
-webkit-box-shadow: none;
box-shadow: none;
outline: 0;
border: none;
padding: 0;
-webkit-transition: background-color .2s;
transition: background-color .2s
}
.slick-type02 .slick-dots li:not(.slick-active),
.slick-type02 .slick-dots li:not(.slick-active)>* {
cursor: pointer
}
.slick-type02 .slick-dots li.slick-active>*,
.slick-type02 .slick-dots li:hover>* {
background-color: #303442
}
.slick-type02.slick-error-shadow .slick-slide {
padding-top: 15px;
padding-bottom: 15px
}
.slick-type02.slick-error-shadow .slick-dots {
margin-top: 15px
}
.slick-type02.slick-dots-left .slick-dots {
-webkit-box-pack: left;
-ms-flex-pack: left;
justify-content: left
}
.slick-type02.slick-dots-right .slick-dots {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end
}
@media (max-width:1024px) {
.slick-type02 .slick-dots {
margin-top: 34px;
margin-bottom: -8px
}
.slick-type02 .slick-dots li {
padding: 8px 4px
}
.slick-type02 .slick-dots li>* {
width: 6px;
max-width: 6px;
height: 6px
}
.slick-type02.slick-error-shadow .slick-dots {
margin-top: 24px
}
}
@media (max-width:575px) {
.slick-type02 .slick-dots {
margin: 15px 0 -8px
}
.slick-type02.slick-error-shadow .slick-dots {
margin-top: 5px
}
}
::-webkit-input-placeholder {
color: #7b7b7b
}
::-moz-placeholder {
color: #7b7b7b
}
:-moz-placeholder {
color: #7b7b7b
}
:-ms-input-placeholder {
color: #7b7b7b
}
:-moz-placeholder,
::-moz-placeholder {
opacity: 1
}
input:focus::-webkit-input-placeholder {
color: transparent
}
input:focus:-moz-placeholder {
color: transparent
}
input:focus::-moz-placeholder {
color: transparent
}
input:focus:-ms-input-placeholder {
color: transparent
}
textarea:focus::-webkit-input-placeholder {
color: transparent
}
textarea:focus:-moz-placeholder {
color: transparent
}
textarea:focus::-moz-placeholder {
color: transparent
}
textarea:focus:-ms-input-placeholder {
color: transparent
}
.form-default .form-group {
position: relative;
margin-bottom: 12px
}
.form-default .form-group label.error {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 56px;
left: 0;
padding: 8px 12px 6px;
background: red;
color: #fff;
font-size: 14px;
line-height: 22px;
z-index: 1;
width: 100%
}
.form-default .form-group label.error:after {
content: '';
position: absolute;
top: -12px;
left: 50%;
border: 6px solid transparent;
border-bottom: 6px solid #f8353e
}
.form-default label {
color: #303442;
display: inline-block;
padding-bottom: 5px
}
.form-default .pt-disabled {
pointer-events: none;
opacity: .5;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.form-default button[type=submit] {
margin-top: 27px
}
@media (max-width:1024.98px) {
.form-default button[type=submit] {
margin-top: 17px
}
}
.form-default .form-control {
background: 0 0;
font-size: 16px;
line-height: 25px;
border: 2px solid #f4f4f4;
color: #7b7b7b;
padding: 14px 12px 12px 18px;
outline: 0;
font-family: Roboto, sans-serif;
-webkit-transition: .3s;
transition: .3s;
-webkit-box-shadow: 0 2px 4px rgba(171, 171, 171, .13);
box-shadow: 0 2px 4px rgba(171, 171, 171, .13);
border-radius: 4px
}
.form-default .form-control.is-invalid {
border: 1px solid red
}
.form-default .form-control:not(textarea) {
height: 52px
}
.form-default input.form-control,
.form-default textarea.form-control {
-webkit-appearance: none
}
.form-default textarea.form-control {
padding-top: 13px
}
.form-default .form-control.error {
border-color: red;
-webkit-box-shadow: none;
box-shadow: none
}
.form-default .form-control:focus {
border-color: #f47629;
-webkit-box-shadow: 0 2px 4px rgba(244, 118, 41, .13);
box-shadow: 0 2px 4px rgba(244, 118, 41, .13);
background: 0 0
}
.form-default .pt-required {
display: inline-block;
float: right;
position: relative;
top: 4px;
color: red;
padding-left: 5px;
font-size: 14px;
line-height: 22px
}
.form-default .invalid-feedback {
margin-top: 2px;
font-size: 14px;
line-height: 24px
}
.form-default .tt-notes {
font-size: 14px;
line-height: 24px;
padding-top: 5px
}
.custom-select {
position: relative
}
.custom-select:after {
content: '';
position: absolute;
pointer-events: none;
top: 24px;
right: 23px;
width: 0;
height: 0;
border-width: 5px 4px;
border-style: solid;
border-color: #f47629 transparent transparent
}
.custom-select select {
display: block;
width: 100%;
height: 52px;
font-size: 16px;
line-height: 1.2;
padding: 6px 30px 6px 15px;
background: #fff;
border-radius: 4px;
outline: 0;
border: 2px solid #f4f4f4;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
color: #959595;
-webkit-box-shadow: 0 2px 4px rgba(171, 171, 171, .13);
box-shadow: 0 2px 4px rgba(171, 171, 171, .13)
}
.custom-select select:focus {
border-color: #f47629;
-webkit-box-shadow: 0 2px 4px rgba(244, 118, 41, .13);
box-shadow: 0 2px 4px rgba(244, 118, 41, .13);
background: 0 0
}
.custom-select select::-ms-expand {
display: none
}
html:not(.touch-device) body.mm-open,
html:not(.touch-device) body.mm-open .tt-stuck-nav.stuck {
padding-right: 17px
}
.modal-open {
overflow: hidden
}
html:not(.touch-device) body.modal-open {
overflow-x: hidden;
padding-right: 17px
}
html:not(.touch-device) body.modal-open #tt-stuck.stuck,
html:not(.touch-device) body.modal-open .tt-on-top {
padding-right: 17px
}
html.ie.gecko body.modal-open {
padding-right: 0!important
}
.modal {
-webkit-overflow-scrolling: touch;
text-align: center;
padding: 0;
-webkit-transition: opacity .15s;
transition: opacity .15s;
opacity: 0;
-webkit-overflow-scrolling: touch;
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 30;
-webkit-overflow-scrolling: touch;
outline: 0
}
.modal.show {
opacity: 1
}
@media (min-width:320px) {
.modal:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -4px
}
}
@media (min-width:731px) {
.modal-md {
width: 647px
}
}
@media (max-width:730px) {
.modal-md {
width: 528px
}
}
@media (max-width:580px) {
.modal-md {
width: 420px
}
}
@media (max-width:480px) {
.modal-md {
width: 315px
}
}
.modal .modal-content {
border-radius: 0;
border: none
}
.modal .modal-footer {
border: none
}
.modal .modal-dialog {
display: inline-block;
vertical-align: middle
}
.modal .modal-body:not(.no-background) {
background-color: #fff
}
.modal .modal-body {
position: relative;
text-align: left
}
.modal .modal-body .close {
font-size: 17px;
line-height: 1;
position: absolute;
top: 5px;
right: 1px;
display: inline-block;
z-index: 7;
padding: 18px 23px;
color: #3d3b42;
background: 0 0;
border: none;
outline: 0;
cursor: pointer;
-webkit-transition: color .2s;
transition: color .2s
}
.modal .modal-body .close:hover {
color: #f47629
}
.modal .modal-body .modal-titleblock {
padding-bottom: 32px
}
.modal .modal-body .modal-titleblock .modal-title {
font-size: 36px;
line-height: 38px;
font-family: Poppins, sans-serif;
color: #303442;
font-weight: 600;
margin: 0;
padding: 0
}
@media (min-width:1025px) {
.modal .modal-body {
padding: 53px 56px 60px
}
.f-form {
-webkit-transform: translateY(-50%);
transform: translateY(-50%)
}
}
@media (max-width:1024px) {
.modal .modal-body {
padding: 43px 40px 50px
}
.modal .modal-body .modal-titleblock {
padding-bottom: 32px
}
.modal .modal-body .modal-titleblock .modal-title {
font-size: 32px;
line-height: 42px
}
}
@media (max-width:580px) {
.modal .modal-body {
padding: 43px 30px 40px
}
.modal .modal-body .modal-titleblock {
padding-bottom: 20px
}
.modal .modal-body .modal-titleblock .modal-title {
font-size: 24px;
line-height: 30px
}
}
.modal:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -4px
}
.modal-backdrop {
background: #1d2025
}
.modal-backdrop.show {
opacity: .7
}
.modal-layout-dafault .custom-select select {
color: #7b7b7b
}
.modal-layout-dafault .form-group {
position: relative
}
.modal-layout-dafault .form-group .form-group__icon {
position: absolute;
right: 20px;
top: 18px;
display: block;
pointer-events: none;
color: #f47629
}
.modal-layout-dafault textarea {
height: 91px
}
.modal-layout-dafault button[type=submit] {
margin-top: 12px
}
.tt-back-to-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: fixed;
bottom: -90px;
right: 15px;
z-index: 20;
border-radius: 50%;
padding: 0;
-webkit-transition: .2s linear;
transition: .2s linear;
width: 73px;
height: 73px;
color: #fff;
background-color: rgba(255, 255, 255, .25)
}
.tt-back-to-top i {
position: relative;
z-index: 3;
pointer-events: none;
font-size: 25px
}
@media (min-width:790px) {
.tt-back-to-top.pt-show {
bottom: 50px
}
}
.tt-back-to-top .pt-text {
display: none
}
.tt-back-to-top:before {
content: '';
position: absolute;
top: 9px;
left: 9px;
width: calc(100% - 18px);
height: calc(100% - 18px);
background-color: #f47629;
border-radius: 50%
}
.tt-back-to-top:hover {
color: #f47629;
border-color: #f47629;
background-color: #f47629
}
.tt-back-to-top:hover:before {
background-color: #fff
}
@media (max-width:789px) {
.tt-back-to-top.pt-show {
bottom: 50px
}
.tt-back-to-top {
width: 66px;
height: 66px
}
}
#tt-footer {
background-color: #303442;
color: #bbbdc3;
margin-top: 162px
}
form {
padding: 0;
margin: 0
}
.f-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #f47629;
color: #fff;
padding: 30px;
overflow: hidden
}
.f-form>:not(:first-child) {
margin-left: 24px
}
.f-form .f-form__label {
font-size: 24px;
font-family: Poppins, sans-serif;
font-weight: 600;
padding-right: 13px
}
.f-form .f-form__input {
width: 33%
}
.f-form .f-form__input .form-control {
background: #fff;
color: #888;
border: 1px solid #fff;
font-size: 16px;
line-height: 19px;
-webkit-box-shadow: none;
box-shadow: none;
outline: 0;
-webkit-transition: .2s linear;
transition: .2s linear;
border-radius: 4px;
width: 100%;
height: 48px;
padding: 6px 12px 6px 19px;
font-family: Roboto, sans-serif
}
.f-form .f-form__btn .tt-btn [class^=icon-] {
margin-right: 10px
}
@media (max-width:1229.98px) {
.f-form .f-form__label {
font-size: 22px;
padding-right: 3px
}
}
@media (max-width:1024.98px) {
#tt-footer {
margin-top: 70px
}
.f-form {
padding: 15px
}
.f-form .f-form__label {
font-size: 20px;
padding-right: 0
}
.f-form .f-form__input .form-control {
height: 35px;
font-size: 15px;
padding: 6px 8px
}
.f-form .f-form__btn .tt-btn {
height: 35px
}
.f-form .f-form__btn .tt-btn [class^=icon-] {
margin-right: 10px
}
}
@media (max-width:766.98px) {
#tt-footer {
margin-top: 58px
}
.f-form {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
padding: 9px 15px 14px
}
.f-form>:not(:first-child) {
margin-left: 0
}
.f-form .f-form__input {
width: calc(100% - 128px)
}
.f-form .f-form__input .form-control {
width: 100%
}
.f-form .f-form__label {
width: 100%;
padding-bottom: 6px
}
.f-form .f-form__btn {
margin-left: 5px
}
.f-form .f-form__btn .tt-btn .tt-short-text {
display: none
}
}
.f-holder {
position: relative;
margin-top: -10px;
overflow: hidden;
margin-left: 0;
margin-right: 0
}
.f-holder>[class^=col-] {
margin-top: 25px
}
@media (max-width:1024px) {
.f-holder {
margin-top: 11px
}
}
@media (max-width:1229px) {
.f-holder {
padding-left: 15px;
padding-right: 15px
}
#map {
height: 180px;
width: calc(50% - 30px);
max-width: calc(50% - 30px);
right: 25px
}
}
@media (min-width:576px) {
.modal .modal-dialog {
max-width: inherit
}
#map {
position: absolute!important;
top: 25px;
right: 15px
}
}
@media (max-width:575px) {
.f-holder {
text-align: center;
padding-left: 10px;
padding-right: 10px;
margin-top: 0
}
#map {
width: 100%;
height: 246px;
max-width: inherit;
position: relative;
margin-top: 35px;
right: 0
}
}
.footer-wrapper .container {
position: relative
}
.f-logo {
font-size: 40px;
line-height: 40px;
font-family: Poppins, sans-serif;
font-weight: 600;
position: relative;
top: 5px;
padding: 0;
letter-spacing: -.04em;
display: inline-block;
margin-bottom: 15px
}
.f-logo .tt-icon {
position: absolute;
top: -4px;
left: 0;
z-index: 1
}
.f-logo .tt-text {
position: relative;
z-index: 2;
padding: 0 0 0 21px;
display: inline-block;
color: #fff
}
@media (max-width:1024px) {
.f-logo {
font-size: 28px;
line-height: 40px;
margin-bottom: 10px
}
.f-logo .tt-icon {
top: -4px;
left: 7px;
z-index: 1
}
.f-logo .tt-icon img {
max-width: 21px
}
}
.f-info-icon {
margin: 50px 0 0;
padding: 0
}
.f-info-icon li {
position: relative;
padding: 0 0 0 26px;
color: #bbbdc3;
text-align: left
}
.f-info-icon li [class^=icon] {
font-size: 16px;
line-height: 15px;
color: #f47629;
position: absolute;
left: 0;
top: 6px
}
.f-info-icon li:not(:first-child) {
margin-top: 5px
}
.f-info-icon li a {
color: #bbbdc3
}
.f-info-icon li a:hover {
color: #f47629
}
@media (max-width:1024px) {
.f-info-icon li [class^=icon] {
font-size: 14px
}
}
@media (max-width:575px) {
.f-info-icon {
margin-top: 34px
}
}
.f-info-text {
padding-right: 15px
}
@media (max-width:1229px) and (min-width:576px) {
.additional-strut {
min-height: 170px
}
.f-info-text,
.f-logo {
width: 50%
}
}
@media (max-width:766.98px) {
.f-info-text {
padding-right: 0
}
}
.f-nav {
margin-top: 50px
}
.f-nav li {
color: #303442;
padding: 0 0 0 27px;
position: relative;
width: 50%;
float: left;
font-family: Poppins, sans-serif;
font-weight: 600
}
.f-nav li:before {
content: '\e922';
font-family: electrician;
color: #f47629;
position: absolute;
top: 8px;
left: 3px;
font-size: 10px;
line-height: 1
}
.f-nav li a {
color: #fff;
-webkit-transition: color .2s linear;
transition: color .2s linear
}
.f-nav li a:hover {
color: #f47629
}
.f-nav li:not(:first-child) {
margin-top: 4px
}
@media (max-width:575px) {
.f-nav {
padding-left: 0;
padding-right: 0;
margin-top: 29px
}
.f-nav li {
text-align: left;
padding-right: 27px
}
}
.f-copyright {
margin-top: 46px;
padding-bottom: 27px;
margin-left: 0;
margin-right: 0
}
@media (max-width:1229px) {
.f-copyright {
padding-left: 25px;
padding-right: 25px
}
}
@media (max-width:575px) {
.f-copyright {
margin-top: 30px
}
.f-copyright>* {
text-align: center
}
.f-copyright>:not(:first-child) {
margin-top: 13px
}
}
.f-social {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.f-social li a {
font-size: 29px;
line-height: 29px;
padding-left: 5px;
padding-right: 5px;
display: inline-block;
color: #fff;
-webkit-transition: color .2s linear;
transition: color .2s linear
}
.f-social li a:hover {
color: #f47629
}
/* Custom css */
.active {
color: #f47629 !important;
}
.ck>ul {
list-style-type: disc;
} | 0.712132 | 0.087447 |
html, body{
padding:2.5rem 0;
margin:0;
height: calc(485px - 5rem);
width: 300px;
font-family: "Calibri Light", Sans-Serif;
/* Estas lineas a continuación evitan que se pueda seleccionar texto en nuestr página/aplicación: */
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
font-size: 1rem;
line-height: 1.2rem;
overflow: hidden;
}
/* RESET /////////////////////////////////////////////////////////////////////*/
ul {
padding:0;
margin:0;
list-style:none;
}
a, a:link, a:active, a:visited, a:hover{
color: inherit; text-decoration: none
}
h1, h2, h3 {
margin: 0;
padding: 0;
text-transform: uppercase;
font-family: "Century Gothic", Sans-Serif;
font-size: 1rem;
line-height: 1.2rem;
font-weight: bold;
position:relative;
}
h1 {
line-height: 2.5rem;
padding: 0 5rem 0 .5rem;
}
h2, h3 {
border-bottom: 1px solid #EEE;
padding: 1rem 4rem .25rem .5rem;
/*line-height: 2.5rem;*/
}
h2.just-heading {
padding: 1rem .5rem .25rem .5rem;
}
h3 {
font-size: .8rem;
padding: 1rem 4rem .25rem 0;
}
h3.just-heading {
padding: 1rem 0 .25rem 0;
}
p {
margin: .5rem 0;
text-align: justify;
}
code {
background: #EEE;
padding: 0 .25rem;
border-radius: 3px;
}
/* TITLEBAR & FOOTER /////////////////////////////////////////////////////////*/
#extension-name {
font-weight: normal;
}
#action-bar {
position:fixed;
top:0;
left:0;
width: 100%;
height: 2.5rem;
line-height: 2.5rem;
box-shadow: 0 0 20px -8px #000;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
background: #FFF;
z-index: 900;
}
/* OPTIONS LIST //////////////////////////////////////////////////////////////*/
#options-list {
/*padding: .6875rem 3.5rem .6875rem .5rem;*/
/*padding: .5rem;*/
position:absolute;
top:2.5rem;
bottom:0;
left:0;
margin: 0;
overflow-x: hidden;
overflow-y: scroll;
}
#options-list > li {
position:relative;
}
.sublist > li {
position: relative;
}
.sublist .checkbox {
right: -3rem;
top:0;
}
.content {
position: relative;
padding: 0 .5rem;
}
#options-list::after, .content::after {
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(255,255,255,.85);
}
#options-list::after {
position: fixed;
top: 2.5rem;
bottom: 2.5rem;
left: 0;
}
#options-list .content::after {
display:none;
}
#options-list.visible .content::after {
display:block;
}
#options-list.visible::after, .content.visible::after {
display:none !important;
}
/* OPTIONS LIST SCROLLBAR ////////////////////////////////////////////////////*/
#options-list::-webkit-scrollbar {
width: .625rem;
}
#options-list::-webkit-scrollbar-track {
background: #FFF;
}
#options-list::-webkit-scrollbar-thumb {
background: #EEE;
}
#options-list::-webkit-scrollbar-thumb:hover {
background:#CCC;
}
#options-list::-webkit-scrollbar-thumb:active {
background:#AAA;
}
/* CHECKBOX //////////////////////////////////////////////////////////////////*/
.checkbox {
background: #FAFAFA;
border-radius: 3px;
padding: 1px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
border: 1px solid rgba(0,0,0,.08);
outline: 0;
display: block;
width: 2.5rem;
height: 1.25rem;
position: relative;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
box-sizing: border-box;
cursor: pointer;
position:absolute;
top:.625rem;
right: .5rem;
}
.checkbox::after {
position: relative;
display: block;
content: "";
width: 50%;
height: 100%;
left: 0;
border-radius: 2px;
background: #fbfbfb;
-webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 3px 0 rgba(0, 0, 0, 0.08);
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 3px 0 rgba(0, 0, 0, 0.08), 0 0 16px -5px rgba(0,0,0,.5);
}
.checkbox:active {
background: #F0F0F0;
}
.checkbox:not(.checked):active::after {
margin-right: -.375rem;
padding-left: .375rem;
}
.checkbox.checked {
background: #0088BB;
}
.checkbox.checked::after {
left: 50%;
}
.checkbox.checked:active {
background: #007EB1;
}
.checkbox.checked:active::after {
margin-left: -.375rem;
padding-right: .375rem;
}
/* INPUT CHECKBOX (Toggle LookAndFeel) **************************************/
/*
* Copyright (c) 2013 <NAME>
* http://www.cssflow.com
*
* Licensed under the MIT License:
* http://www.opensource.org/licenses/mit-license.php
*/
.switch {
width: 3rem;
height: 1rem;
padding: 3px;
background-color: white;
border-radius: 2px;
box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
cursor: pointer;
background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
background-image: -o-linear-gradient(top, #eeeeee, white 25px);
background-image: linear-gradient(to bottom, #eeeeee, white 25px);
position: absolute;
right: .5rem;
bottom:.25rem;
}
#global-cb {
right: 1.125rem;
bottom: .5625rem;
}
h3 > .switch {
right: 0;
}
.switch-label {
position: relative;
display: block;
height: inherit;
font-size: 10px;
text-transform: uppercase;
background: #eceeef;
border-radius: inherit;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
-webkit-transition: 0.15s ease-out;
-moz-transition: 0.15s ease-out;
-o-transition: 0.15s ease-out;
transition: 0.15s ease-out;
-webkit-transition-property: opacity background;
-moz-transition-property: opacity background;
-o-transition-property: opacity background;
transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
position: absolute;
top: 50%;
margin-top: -.5em;
line-height: 1;
-webkit-transition: inherit;
-moz-transition: inherit;
-o-transition: inherit;
transition: inherit;
}
.switch-label:before {
content: attr(data-off);
right: 11px;
color: #aaa;
text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
content: attr(data-on);
left: 11px;
color: white;
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
opacity: 0;
}
.switch.checked > .switch-label {
background: #22AAEE;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch.checked > .switch-label:before {
opacity: 0;
}
.switch.checked > .switch-label:after {
opacity: 1;
}
.switch-handle {
position: absolute;
top: 4px;
left: 4px;
width: 10px;
height: 14px;
background: white;
border-radius: 1px;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
-webkit-transition: left 0.15s ease-out;
-moz-transition: left 0.15s ease-out;
-o-transition: left 0.15s ease-out;
transition: left 0.15s ease-out;
}
.switch-handle:before {
content: '';
position: absolute;
top: 50%;
left: 50%;
margin: -5px 0 0 -3px;
width: 6px;
height: 10px;
background: #f9f9f9;
/*background: red !important;*/
border-radius: 1px;
box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
background-image: -webkit-linear-gradient(top, #eeeeee, white);
background-image: -moz-linear-gradient(top, #eeeeee, white);
background-image: -o-linear-gradient(top, #eeeeee, white);
background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch.checked > .switch-handle {
left: calc(100% - 14px);
box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.3);
} | src/browse-action/popup.css | html, body{
padding:2.5rem 0;
margin:0;
height: calc(485px - 5rem);
width: 300px;
font-family: "Calibri Light", Sans-Serif;
/* Estas lineas a continuación evitan que se pueda seleccionar texto en nuestr página/aplicación: */
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
font-size: 1rem;
line-height: 1.2rem;
overflow: hidden;
}
/* RESET /////////////////////////////////////////////////////////////////////*/
ul {
padding:0;
margin:0;
list-style:none;
}
a, a:link, a:active, a:visited, a:hover{
color: inherit; text-decoration: none
}
h1, h2, h3 {
margin: 0;
padding: 0;
text-transform: uppercase;
font-family: "Century Gothic", Sans-Serif;
font-size: 1rem;
line-height: 1.2rem;
font-weight: bold;
position:relative;
}
h1 {
line-height: 2.5rem;
padding: 0 5rem 0 .5rem;
}
h2, h3 {
border-bottom: 1px solid #EEE;
padding: 1rem 4rem .25rem .5rem;
/*line-height: 2.5rem;*/
}
h2.just-heading {
padding: 1rem .5rem .25rem .5rem;
}
h3 {
font-size: .8rem;
padding: 1rem 4rem .25rem 0;
}
h3.just-heading {
padding: 1rem 0 .25rem 0;
}
p {
margin: .5rem 0;
text-align: justify;
}
code {
background: #EEE;
padding: 0 .25rem;
border-radius: 3px;
}
/* TITLEBAR & FOOTER /////////////////////////////////////////////////////////*/
#extension-name {
font-weight: normal;
}
#action-bar {
position:fixed;
top:0;
left:0;
width: 100%;
height: 2.5rem;
line-height: 2.5rem;
box-shadow: 0 0 20px -8px #000;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
background: #FFF;
z-index: 900;
}
/* OPTIONS LIST //////////////////////////////////////////////////////////////*/
#options-list {
/*padding: .6875rem 3.5rem .6875rem .5rem;*/
/*padding: .5rem;*/
position:absolute;
top:2.5rem;
bottom:0;
left:0;
margin: 0;
overflow-x: hidden;
overflow-y: scroll;
}
#options-list > li {
position:relative;
}
.sublist > li {
position: relative;
}
.sublist .checkbox {
right: -3rem;
top:0;
}
.content {
position: relative;
padding: 0 .5rem;
}
#options-list::after, .content::after {
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(255,255,255,.85);
}
#options-list::after {
position: fixed;
top: 2.5rem;
bottom: 2.5rem;
left: 0;
}
#options-list .content::after {
display:none;
}
#options-list.visible .content::after {
display:block;
}
#options-list.visible::after, .content.visible::after {
display:none !important;
}
/* OPTIONS LIST SCROLLBAR ////////////////////////////////////////////////////*/
#options-list::-webkit-scrollbar {
width: .625rem;
}
#options-list::-webkit-scrollbar-track {
background: #FFF;
}
#options-list::-webkit-scrollbar-thumb {
background: #EEE;
}
#options-list::-webkit-scrollbar-thumb:hover {
background:#CCC;
}
#options-list::-webkit-scrollbar-thumb:active {
background:#AAA;
}
/* CHECKBOX //////////////////////////////////////////////////////////////////*/
.checkbox {
background: #FAFAFA;
border-radius: 3px;
padding: 1px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
border: 1px solid rgba(0,0,0,.08);
outline: 0;
display: block;
width: 2.5rem;
height: 1.25rem;
position: relative;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
box-sizing: border-box;
cursor: pointer;
position:absolute;
top:.625rem;
right: .5rem;
}
.checkbox::after {
position: relative;
display: block;
content: "";
width: 50%;
height: 100%;
left: 0;
border-radius: 2px;
background: #fbfbfb;
-webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 3px 0 rgba(0, 0, 0, 0.08);
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 3px 0 rgba(0, 0, 0, 0.08), 0 0 16px -5px rgba(0,0,0,.5);
}
.checkbox:active {
background: #F0F0F0;
}
.checkbox:not(.checked):active::after {
margin-right: -.375rem;
padding-left: .375rem;
}
.checkbox.checked {
background: #0088BB;
}
.checkbox.checked::after {
left: 50%;
}
.checkbox.checked:active {
background: #007EB1;
}
.checkbox.checked:active::after {
margin-left: -.375rem;
padding-right: .375rem;
}
/* INPUT CHECKBOX (Toggle LookAndFeel) **************************************/
/*
* Copyright (c) 2013 <NAME>
* http://www.cssflow.com
*
* Licensed under the MIT License:
* http://www.opensource.org/licenses/mit-license.php
*/
.switch {
width: 3rem;
height: 1rem;
padding: 3px;
background-color: white;
border-radius: 2px;
box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
cursor: pointer;
background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
background-image: -o-linear-gradient(top, #eeeeee, white 25px);
background-image: linear-gradient(to bottom, #eeeeee, white 25px);
position: absolute;
right: .5rem;
bottom:.25rem;
}
#global-cb {
right: 1.125rem;
bottom: .5625rem;
}
h3 > .switch {
right: 0;
}
.switch-label {
position: relative;
display: block;
height: inherit;
font-size: 10px;
text-transform: uppercase;
background: #eceeef;
border-radius: inherit;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
-webkit-transition: 0.15s ease-out;
-moz-transition: 0.15s ease-out;
-o-transition: 0.15s ease-out;
transition: 0.15s ease-out;
-webkit-transition-property: opacity background;
-moz-transition-property: opacity background;
-o-transition-property: opacity background;
transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
position: absolute;
top: 50%;
margin-top: -.5em;
line-height: 1;
-webkit-transition: inherit;
-moz-transition: inherit;
-o-transition: inherit;
transition: inherit;
}
.switch-label:before {
content: attr(data-off);
right: 11px;
color: #aaa;
text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
content: attr(data-on);
left: 11px;
color: white;
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
opacity: 0;
}
.switch.checked > .switch-label {
background: #22AAEE;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch.checked > .switch-label:before {
opacity: 0;
}
.switch.checked > .switch-label:after {
opacity: 1;
}
.switch-handle {
position: absolute;
top: 4px;
left: 4px;
width: 10px;
height: 14px;
background: white;
border-radius: 1px;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
-webkit-transition: left 0.15s ease-out;
-moz-transition: left 0.15s ease-out;
-o-transition: left 0.15s ease-out;
transition: left 0.15s ease-out;
}
.switch-handle:before {
content: '';
position: absolute;
top: 50%;
left: 50%;
margin: -5px 0 0 -3px;
width: 6px;
height: 10px;
background: #f9f9f9;
/*background: red !important;*/
border-radius: 1px;
box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
background-image: -webkit-linear-gradient(top, #eeeeee, white);
background-image: -moz-linear-gradient(top, #eeeeee, white);
background-image: -o-linear-gradient(top, #eeeeee, white);
background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch.checked > .switch-handle {
left: calc(100% - 14px);
box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.3);
} | 0.322206 | 0.045395 |
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
body {
font-family: 'NanumSquare', Arial, sans-serif;
background: url("/static/img/subtle_dots.png");
line-height: 1.6em;
font-size: 1.5em;
font-stretch: normal;
font-style: normal;
/*
line-height: 1.5em;
font-weight: 300;
font-size: 16px;
*/
color: #666;
}
p {
margin-left: 5px;
}
hr {
margin-top: 10px;
margin-bottom: 10px;
border: 0;
border-top: 1px solid #F7F1F1;
border-bottom: 1px solid #fff;
}
span.time, span.categories {
color: #ADADAD;
margin-bottom: 5px;
font-size: 11px;
}
span.small_categories {
font-size: 9px;
}
span.category {
border-radius: 50%;
behavior: url(PIE.htc);
/* remove if you don't care about IE8 */
padding: 8px;
background: #fff;
border: 2px solid #666;
color: #666;
text-align: center;
font-size: 11px;
}
h1, h2, h3 {
color: #696969;
font-weight: normal;
}
h1 {
margin-top: 20px;
margin-bottom: 10px;
font-size: 25px;
}
h2 {
margin-bottom: 5px;
font-size: 22px;
}
h3 {
margin-bottom: 5px;
font-size: 20px;
}
a, a:link, a:active {
text-decoration: none;
color: #3fa757;
}
a:hover {
color: #B3B3B3;
text-decoration: underline;
}
/* Layout */
.main-layout {
background: #fff;
}
.sidebar-nav {
margin: 0;
padding: 0;
}
.sidebar-nav li {
margin: 0;
list-style: none;
}
.sidebar-nav li::before {
content: "»";
margin-right: .5em;
}
/* Content */
pre {
background: #333333;
overflow: auto;
padding: 10px;
color: #FFF;
overflow-x: auto;
font-family: 'IBM Plex Sans', 'Nanum Gothic', 'Roboto Condensed', Arial, sans-serif;
/*
font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
*/
font-size: 12px;
border: none;
}
pre code{
white-space: inherit;
}
footer {
border-top: 1px solid #F7F1F1;
width: 100%;
height: 10px;
margin-top: 10px;
margin-bottom: 3em;
padding-top: 10px;
color: #C2C2C2;
font-size: 11px;
bottom: 0;
padding-bottom: 10px;
}
/* Left column */
div.col-sm-3 {
margin-top: 10px;
font-size: 13px;
color: #666;
}
div.col-sm-3 strong {
font-size: 16px;
color: #4A4A4A;
font-weight: normal;
}
div.col-sm-3 div.profile-about {
margin-top: 10px;
color: #8C8C8C;
}
div.col-sm-3 img.profile-avatar {
border-radius: 150px;
-webkit-border-radius: 150px;
-moz-border-radius: 150px;
-ms-border-radius: 150px;
-o-border-radius: 150px;
margin-left: auto;
margin-right: auto;
}
/* Pagination */
.PageNavigation {
font-size: 14px;
display: block;
width: auto;
overflow: hidden;
}
.PageNavigation a {
display: block;
width: 50%;
float: left;
margin: 1em 0;
}
.PageNavigation .next {
text-align: right;
}
.PageNavigation .prev {
text-align: left;
}
/* Social Icons */
.social{
display: block;
margin: 10px 0;
}
.social ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.social ul li {
display: inline-block;
margin: 0 5px;
}
.social li a {
font-size: 16px;
color: #969394;
}
.social li a:hover {
color: #6D6D6D;
}
.share-page {
padding: 10px 10px 5px;
border-top: 1px solid #f0f0f0;
border-bottom: 1px solid #f0f0f0;
}
.post-content img,
.content img {
border: 1px solid #aaa;
max-width: 100%
}
/* Responsive Conditional */
@media (min-width: 1024px) {
.fixed-condition {
/*
position: fixed;
*/
max-width: 255px;
}
.container {
margin-left: 10%;
}
}
@media (max-width: 768px) {
div.col-sm-3 {
margin-top: 30px;
}
}
.post li {
margin-top: 5px;
}
.posts li i {
font-size: 12px;
}
div.post {
margin-top: 30px;
margin-bottom: 30px;
}
h1.post-title {
font-weight: bold;
}
.disqus-comments {
margin-left: 1%;
margin-right: 1%;
}
#myBtn {
display: none; /* Hidden by default */
position: fixed; /* Fixed/sticky position */
bottom: 20px; /* Place the button at the bottom of the page */
z-index: 99; /* Make sure it does not overlap */
border: none; /* Remove borders */
outline: none; /* Remove outline */
background-color: red; /* Set a background color */
color: white; /* Text color */
cursor: pointer; /* Add a mouse pointer on hover */
padding: 15px; /* Some padding */
border-radius: 10px; /* Rounded corners */
font-size: 18px; /* Increase font size */
}
#myBtn:hover {
background-color: #555; /* Add a dark-grey background on hover */
} | static/css/main.css | @import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
body {
font-family: 'NanumSquare', Arial, sans-serif;
background: url("/static/img/subtle_dots.png");
line-height: 1.6em;
font-size: 1.5em;
font-stretch: normal;
font-style: normal;
/*
line-height: 1.5em;
font-weight: 300;
font-size: 16px;
*/
color: #666;
}
p {
margin-left: 5px;
}
hr {
margin-top: 10px;
margin-bottom: 10px;
border: 0;
border-top: 1px solid #F7F1F1;
border-bottom: 1px solid #fff;
}
span.time, span.categories {
color: #ADADAD;
margin-bottom: 5px;
font-size: 11px;
}
span.small_categories {
font-size: 9px;
}
span.category {
border-radius: 50%;
behavior: url(PIE.htc);
/* remove if you don't care about IE8 */
padding: 8px;
background: #fff;
border: 2px solid #666;
color: #666;
text-align: center;
font-size: 11px;
}
h1, h2, h3 {
color: #696969;
font-weight: normal;
}
h1 {
margin-top: 20px;
margin-bottom: 10px;
font-size: 25px;
}
h2 {
margin-bottom: 5px;
font-size: 22px;
}
h3 {
margin-bottom: 5px;
font-size: 20px;
}
a, a:link, a:active {
text-decoration: none;
color: #3fa757;
}
a:hover {
color: #B3B3B3;
text-decoration: underline;
}
/* Layout */
.main-layout {
background: #fff;
}
.sidebar-nav {
margin: 0;
padding: 0;
}
.sidebar-nav li {
margin: 0;
list-style: none;
}
.sidebar-nav li::before {
content: "»";
margin-right: .5em;
}
/* Content */
pre {
background: #333333;
overflow: auto;
padding: 10px;
color: #FFF;
overflow-x: auto;
font-family: 'IBM Plex Sans', 'Nanum Gothic', 'Roboto Condensed', Arial, sans-serif;
/*
font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
*/
font-size: 12px;
border: none;
}
pre code{
white-space: inherit;
}
footer {
border-top: 1px solid #F7F1F1;
width: 100%;
height: 10px;
margin-top: 10px;
margin-bottom: 3em;
padding-top: 10px;
color: #C2C2C2;
font-size: 11px;
bottom: 0;
padding-bottom: 10px;
}
/* Left column */
div.col-sm-3 {
margin-top: 10px;
font-size: 13px;
color: #666;
}
div.col-sm-3 strong {
font-size: 16px;
color: #4A4A4A;
font-weight: normal;
}
div.col-sm-3 div.profile-about {
margin-top: 10px;
color: #8C8C8C;
}
div.col-sm-3 img.profile-avatar {
border-radius: 150px;
-webkit-border-radius: 150px;
-moz-border-radius: 150px;
-ms-border-radius: 150px;
-o-border-radius: 150px;
margin-left: auto;
margin-right: auto;
}
/* Pagination */
.PageNavigation {
font-size: 14px;
display: block;
width: auto;
overflow: hidden;
}
.PageNavigation a {
display: block;
width: 50%;
float: left;
margin: 1em 0;
}
.PageNavigation .next {
text-align: right;
}
.PageNavigation .prev {
text-align: left;
}
/* Social Icons */
.social{
display: block;
margin: 10px 0;
}
.social ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.social ul li {
display: inline-block;
margin: 0 5px;
}
.social li a {
font-size: 16px;
color: #969394;
}
.social li a:hover {
color: #6D6D6D;
}
.share-page {
padding: 10px 10px 5px;
border-top: 1px solid #f0f0f0;
border-bottom: 1px solid #f0f0f0;
}
.post-content img,
.content img {
border: 1px solid #aaa;
max-width: 100%
}
/* Responsive Conditional */
@media (min-width: 1024px) {
.fixed-condition {
/*
position: fixed;
*/
max-width: 255px;
}
.container {
margin-left: 10%;
}
}
@media (max-width: 768px) {
div.col-sm-3 {
margin-top: 30px;
}
}
.post li {
margin-top: 5px;
}
.posts li i {
font-size: 12px;
}
div.post {
margin-top: 30px;
margin-bottom: 30px;
}
h1.post-title {
font-weight: bold;
}
.disqus-comments {
margin-left: 1%;
margin-right: 1%;
}
#myBtn {
display: none; /* Hidden by default */
position: fixed; /* Fixed/sticky position */
bottom: 20px; /* Place the button at the bottom of the page */
z-index: 99; /* Make sure it does not overlap */
border: none; /* Remove borders */
outline: none; /* Remove outline */
background-color: red; /* Set a background color */
color: white; /* Text color */
cursor: pointer; /* Add a mouse pointer on hover */
padding: 15px; /* Some padding */
border-radius: 10px; /* Rounded corners */
font-size: 18px; /* Increase font size */
}
#myBtn:hover {
background-color: #555; /* Add a dark-grey background on hover */
} | 0.303009 | 0.082734 |
html {
padding: 0;
margin: 0;
}
body {
padding: 0;
margin: 0;
font-family: Georgia , sans-serif;
font-size: 16px;
color: #333;
}
a:link,
a:visited {
color: #999;
}
p {
line-height: 1.65em;
margin: 0 0 1em 0;
}
h1, h2, h3, h4, h5, h6 {
margin: 0 0 1em 0;
font-weight: normal;
}
/* General Layout */
div.container {
max-width: 920px;
margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
}
/* Content Area */
article.post {
border-bottom: 1px dotted #DDD;
margin-bottom: 20px;
}
article.post:last-of-type {
border-bottom: none;
}
/* Header */
.site-header {
border-bottom: 1px solid #DDD;
margin-bottom: 20px;
padding: 30px 0 0 0;
}
.site-header h1 {
margin: 0;
}
.site-header h1 a:link,
.site-header h1 a:visited {
text-decoration: none;
}
.site-header h5 {
margin: 0;
}
/* Standard Nav Menu */
.site-nav ul {
margin: 0;
padding: 0;
}
.site-nav ul:before, .site-nav ul:after { content: ""; display: table; }
.site-nav ul:after { clear: both; }
.site-nav ul { *zoom: 1; }
.site-nav ul li {
list-style: none;
float: left;
}
.site-nav ul li a:link,
.site-nav ul li a:visited {
display: block;
}
/* Header Nav Menu */
.site-header nav {
margin-top: 30px;
}
.site-header nav ul li {
margin-right: 5px;
}
.site-header nav ul li a:link,
.site-header nav ul li a:visited {
padding: 10px 17px;
text-decoration: none;
border: 1px solid #DDD;
border-bottom: none;
}
.site-header nav ul li a:hover {
background-color: #993408;
}
.site-header nav ul li.current-menu-item a:link,
.site-header nav ul li.current-menu-item a:visited,
.site-header nav ul li.current-page-ancestor a:link,
.site-header nav ul li.current-page-ancestor a:visited {
font-weight: bold;
background-color: #006ec3;
color: #FFF;
}
/* Footer */
.site-footer {
margin-top: 30px;
border-top: 1px solid #DDD;
font-size: 84%;
}
/* Footer Nav Menu */
.site-footer nav {
margin: 30px 0 10px 0;
}
.site-footer nav ul li {
margin-right: 10px;
padding-right: 10px;
border-right: 1px solid #DDD;
}
.site-footer nav ul li:last-of-type {
border-right: none;
}
/* Page Layout */
article.page h2 {
font-size: 225%;
margin-bottom: 15px;
}
/* Clearfix */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
/* Two Column Title Layout */
div.title-column {
width: 30%;
float: right;
}
div.text-column {
width: 70%;
float: right;
}
/* Info Box Styles */
div.info-box {
width: 30%;
float: right;
margin: 0 0 30px 30px;
padding: 20px;
background-color: #EEE;
}
div.info-box h4 {
margin-bottom: 6px;
}
div.info-box p {
font-size: 85%;
}
/* Children Links */
.children-links {
margin-bottom: 20px;
font-size: 80%;
}
.children-links a:link,
.children-links a:visited {
text-decoration: none;
padding-bottom: 2px;
}
.children-links ul {
float: left;
}
.children-links li {
margin-right: 20px;
}
.children-links .parent-link {
float: left;
margin-right: 20px;
padding-right: 20px;
border-right: 1px solid #DDD;
font-size: 120%;
font-weight: bold;
}
.children-links .parent-link a:link,
.children-links .parent-link a:visited {
color: #333;
}
.children-links .current_page_item a:link,
.children-links .current_page_item a:visited {
border-bottom: 1px solid #DDD;
color: #333;
cursor: default;
}
/* Post Styles */
.post h2 {
margin-bottom: 0;
}
p.post-info {
font-size: 87%;
color: #999;
}
p.post-info a:link,
p.post-info a:visited {
color: #999;
}
/* Image Styles */
img {
max-width: 100%;
height: auto;
}
.has-thumbnail {
position: relative;
padding-left: 200px;
}
.post-thumbnail {
position: absolute;
top: 0;
left: 0;
} | style.css | html {
padding: 0;
margin: 0;
}
body {
padding: 0;
margin: 0;
font-family: Georgia , sans-serif;
font-size: 16px;
color: #333;
}
a:link,
a:visited {
color: #999;
}
p {
line-height: 1.65em;
margin: 0 0 1em 0;
}
h1, h2, h3, h4, h5, h6 {
margin: 0 0 1em 0;
font-weight: normal;
}
/* General Layout */
div.container {
max-width: 920px;
margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
}
/* Content Area */
article.post {
border-bottom: 1px dotted #DDD;
margin-bottom: 20px;
}
article.post:last-of-type {
border-bottom: none;
}
/* Header */
.site-header {
border-bottom: 1px solid #DDD;
margin-bottom: 20px;
padding: 30px 0 0 0;
}
.site-header h1 {
margin: 0;
}
.site-header h1 a:link,
.site-header h1 a:visited {
text-decoration: none;
}
.site-header h5 {
margin: 0;
}
/* Standard Nav Menu */
.site-nav ul {
margin: 0;
padding: 0;
}
.site-nav ul:before, .site-nav ul:after { content: ""; display: table; }
.site-nav ul:after { clear: both; }
.site-nav ul { *zoom: 1; }
.site-nav ul li {
list-style: none;
float: left;
}
.site-nav ul li a:link,
.site-nav ul li a:visited {
display: block;
}
/* Header Nav Menu */
.site-header nav {
margin-top: 30px;
}
.site-header nav ul li {
margin-right: 5px;
}
.site-header nav ul li a:link,
.site-header nav ul li a:visited {
padding: 10px 17px;
text-decoration: none;
border: 1px solid #DDD;
border-bottom: none;
}
.site-header nav ul li a:hover {
background-color: #993408;
}
.site-header nav ul li.current-menu-item a:link,
.site-header nav ul li.current-menu-item a:visited,
.site-header nav ul li.current-page-ancestor a:link,
.site-header nav ul li.current-page-ancestor a:visited {
font-weight: bold;
background-color: #006ec3;
color: #FFF;
}
/* Footer */
.site-footer {
margin-top: 30px;
border-top: 1px solid #DDD;
font-size: 84%;
}
/* Footer Nav Menu */
.site-footer nav {
margin: 30px 0 10px 0;
}
.site-footer nav ul li {
margin-right: 10px;
padding-right: 10px;
border-right: 1px solid #DDD;
}
.site-footer nav ul li:last-of-type {
border-right: none;
}
/* Page Layout */
article.page h2 {
font-size: 225%;
margin-bottom: 15px;
}
/* Clearfix */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
/* Two Column Title Layout */
div.title-column {
width: 30%;
float: right;
}
div.text-column {
width: 70%;
float: right;
}
/* Info Box Styles */
div.info-box {
width: 30%;
float: right;
margin: 0 0 30px 30px;
padding: 20px;
background-color: #EEE;
}
div.info-box h4 {
margin-bottom: 6px;
}
div.info-box p {
font-size: 85%;
}
/* Children Links */
.children-links {
margin-bottom: 20px;
font-size: 80%;
}
.children-links a:link,
.children-links a:visited {
text-decoration: none;
padding-bottom: 2px;
}
.children-links ul {
float: left;
}
.children-links li {
margin-right: 20px;
}
.children-links .parent-link {
float: left;
margin-right: 20px;
padding-right: 20px;
border-right: 1px solid #DDD;
font-size: 120%;
font-weight: bold;
}
.children-links .parent-link a:link,
.children-links .parent-link a:visited {
color: #333;
}
.children-links .current_page_item a:link,
.children-links .current_page_item a:visited {
border-bottom: 1px solid #DDD;
color: #333;
cursor: default;
}
/* Post Styles */
.post h2 {
margin-bottom: 0;
}
p.post-info {
font-size: 87%;
color: #999;
}
p.post-info a:link,
p.post-info a:visited {
color: #999;
}
/* Image Styles */
img {
max-width: 100%;
height: auto;
}
.has-thumbnail {
position: relative;
padding-left: 200px;
}
.post-thumbnail {
position: absolute;
top: 0;
left: 0;
} | 0.292696 | 0.05526 |
html {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
/********************************************** GLOBAL HTML ELEMENTS **************************************/
input {
display: block;
margin: 0 0 1rem;
}
body {
background-color: rgb(242, 241, 255);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
overflow-y: scroll;
}
h6 {
font-weight: bold;
}
h7 {
font-weight: normal;
}
/********************************************* BOOTSTRAP CHANGES *****************************************/
#results-table tr:hover {
background-color: rgb(253, 199, 162);
}
.results-table-head {
background: white;
}
#results-table-fixed-header {
margin-bottom: 0px !important;
}
/* This is what we are focused on */
.table-wrapper {
height: 400px;
overflow-y: scroll;
flex-grow: 1;
border: brown;
height: 80%;
margin: 0 auto;
position: fixed;
top: 80px;
width: 100%;
margin-bottom: 0px !important;
}
.table-wrapper tr th {
position: sticky;
top: 0px;
}
/********************************************************* MAIN SCREEN *************************************************/
.main-div {
text-align: center;
margin-top: 10%;
}
.main-button {
width: 200px;
height: 200px;
margin: 0 20px;
border-radius: 2rem;
}
.sec-div {
text-align: center;
margin-top: 20px;
}
.sec-button {
text-align: center;
width: 440px;
border-radius: 1rem;
}
/**************************************** PANTALLA BUSCAR CLIENTE **************************************************/
#main-content {
padding-top: 10px;
}
.busqueda-form {
width: 100%;
padding-top: 5px;
padding-left: 20px;
}
.busqueda-form input {
width: 240px;
height: 30px;
margin-left: 10px;
}
.inline {
display: inline;
}
.block {
display: block;
}
.search-button {
margin-right: 50px;
}
.col {
border: black 0.5px solid;
}
.results-div {
font-size: 12px;
overflow-y: auto;
height: 450px
}
.resultsButton {
margin-left: 5px;
color: rgb(116, 114, 114);
height: 35px;
}
.resultsIcon {
font-size: 15px;
color: rgb(116, 114, 114);
}
.results-table-header-row th{
position: sticky;
overflow: visible;
top: -1px;
background-color: rgb(223, 218, 218);
}
/************************************************ ADD CLIENT ******************************************/
.addClientButton {
margin: 2rem 1.5rem;
letter-spacing: 2rem;
}
#add-customer-content {
margin-top: 20px;
padding-top: 20px;
width: 60%;
margin-left: 20%;
margin-bottom: 2rem;
background-color: rgb(233, 241, 255);
border: 0.2px solid #c2c1c1;
padding: 20px;
}
/*********************************** EDIT CUSTOMER CARD****************************************/
.borderless .col {
border: none;
}
#edit-customer-card input {
width: 18rem;
}
.edit-customer-buttons {
position: absolute;
bottom: 30px;
right: 2rem;
}
.edit-customer-buttons button {
margin-right: 1rem;
}
/****************************************************** POP UP ******************************************/
.popup {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
background-color: rgba(0, 0, 0, 0.5);
}
.popup_inner {
position: absolute;
padding: 1rem;
width: 700px;
height: 600px;
left: 25%;
right: 25%;
top: 25%;
bottom: 25%;
margin: auto;
background: white;
border: groove 1px rgb(49, 24, 0);
border-radius: 2px;
}
.closeWindowButton {
position: absolute;
right: 0;
top: 0;
border: 0.1px solid rgb(rgb(85, 1, 1));
border-radius: 0;
}
/******************************************************** WORKS CARD********************************************************/
.scrollable-works-table {
overflow-y: scroll;
height: 300px;
display: block;
}
.scrollable-works-table .columna-work {
width: 100%;
}
/*********************************************************ADD WORKS FORM********************************************************/
#addWorkButton {
position: absolute;
top: 262px;
right: 135px;
width: 110px;
height: 72px;
}
#addWorksForm input {
width: 100px;
}
/*********************************************************** HEADER ******************************************/
#head {
position: fixed;
width: 100%;
}
#logo {
width: 550px;
height: 60px;
background-image: url("logo4.jpg");
background-repeat: no-repeat;
}
header {
width: 100%;
background-color: #000;
text-align: center;
box-shadow: blue;
border-bottom: rgb(253, 101, 0) 0.5px solid;
position: sticky;
top: 0;
}
#headerButton {
font-size: 1.5rem;
color: rgb(252, 101, 31);
font-weight: 700;
letter-spacing: 8px;
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
"Lucida Sans", Arial, sans-serif;
}
#nav-bar-header {
border-bottom: solid grey 0.1px;
}
#nav-bar-header span {
font-size: 1em;
}
/********************************************************* LOG IN *********************************************************/
.centro {
margin: 0 40%;
}
.heading {
text-align: center;
font-size: 3rem;
padding: 0 0 1rem;
border-bottom: 0.2px solid grey;
margin: 1rem 0 2rem;
}
.login-main-div {
width: 20rem;
margin-top: 4rem;
padding: 2.3rem;
border: blue 1px solid;
border-radius: 2rem;
}
#plus-square-personal {
color: rgb(156, 156, 156);
width: 17px;
height: 17px;
}
/******************************************** ABOUT **********************************************/
#about-content {
text-align: center;
}
#app-name {
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 18px;
}
#app-version {
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 14px;
color: green;
}
#app-fecha {
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 12px;
}
#app-developer {
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 11px;
}
/******************************TABLAS COMO DIV DivTable.com ****************************************/
.divTable {
display: table;
width: 100%;
}
.divTableRow {
display: table-row;
}
.divTableHeading {
background-color: #eee;
display: table-header-group;
}
.divTableCell,
.divTableHead {
border: 1px solid #ffffff;
display: table-cell;
padding: 3px 10px;
}
.divTableHeading {
background-color: #eee;
display: table-header-group;
font-weight: bold;
}
.divTableFoot {
background-color: #eee;
display: table-footer-group;
font-weight: bold;
}
.divTableBody {
display: table-row-group;
}
/******************************PROBANDO FIXED HEADERS TABLE ****************************************/
.main-close-button{
position: fixed;
top: 0;
right: 0;
font-size: 1.5rem;
} | taller-app/src/styles.css | html {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
/********************************************** GLOBAL HTML ELEMENTS **************************************/
input {
display: block;
margin: 0 0 1rem;
}
body {
background-color: rgb(242, 241, 255);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
overflow-y: scroll;
}
h6 {
font-weight: bold;
}
h7 {
font-weight: normal;
}
/********************************************* BOOTSTRAP CHANGES *****************************************/
#results-table tr:hover {
background-color: rgb(253, 199, 162);
}
.results-table-head {
background: white;
}
#results-table-fixed-header {
margin-bottom: 0px !important;
}
/* This is what we are focused on */
.table-wrapper {
height: 400px;
overflow-y: scroll;
flex-grow: 1;
border: brown;
height: 80%;
margin: 0 auto;
position: fixed;
top: 80px;
width: 100%;
margin-bottom: 0px !important;
}
.table-wrapper tr th {
position: sticky;
top: 0px;
}
/********************************************************* MAIN SCREEN *************************************************/
.main-div {
text-align: center;
margin-top: 10%;
}
.main-button {
width: 200px;
height: 200px;
margin: 0 20px;
border-radius: 2rem;
}
.sec-div {
text-align: center;
margin-top: 20px;
}
.sec-button {
text-align: center;
width: 440px;
border-radius: 1rem;
}
/**************************************** PANTALLA BUSCAR CLIENTE **************************************************/
#main-content {
padding-top: 10px;
}
.busqueda-form {
width: 100%;
padding-top: 5px;
padding-left: 20px;
}
.busqueda-form input {
width: 240px;
height: 30px;
margin-left: 10px;
}
.inline {
display: inline;
}
.block {
display: block;
}
.search-button {
margin-right: 50px;
}
.col {
border: black 0.5px solid;
}
.results-div {
font-size: 12px;
overflow-y: auto;
height: 450px
}
.resultsButton {
margin-left: 5px;
color: rgb(116, 114, 114);
height: 35px;
}
.resultsIcon {
font-size: 15px;
color: rgb(116, 114, 114);
}
.results-table-header-row th{
position: sticky;
overflow: visible;
top: -1px;
background-color: rgb(223, 218, 218);
}
/************************************************ ADD CLIENT ******************************************/
.addClientButton {
margin: 2rem 1.5rem;
letter-spacing: 2rem;
}
#add-customer-content {
margin-top: 20px;
padding-top: 20px;
width: 60%;
margin-left: 20%;
margin-bottom: 2rem;
background-color: rgb(233, 241, 255);
border: 0.2px solid #c2c1c1;
padding: 20px;
}
/*********************************** EDIT CUSTOMER CARD****************************************/
.borderless .col {
border: none;
}
#edit-customer-card input {
width: 18rem;
}
.edit-customer-buttons {
position: absolute;
bottom: 30px;
right: 2rem;
}
.edit-customer-buttons button {
margin-right: 1rem;
}
/****************************************************** POP UP ******************************************/
.popup {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
background-color: rgba(0, 0, 0, 0.5);
}
.popup_inner {
position: absolute;
padding: 1rem;
width: 700px;
height: 600px;
left: 25%;
right: 25%;
top: 25%;
bottom: 25%;
margin: auto;
background: white;
border: groove 1px rgb(49, 24, 0);
border-radius: 2px;
}
.closeWindowButton {
position: absolute;
right: 0;
top: 0;
border: 0.1px solid rgb(rgb(85, 1, 1));
border-radius: 0;
}
/******************************************************** WORKS CARD********************************************************/
.scrollable-works-table {
overflow-y: scroll;
height: 300px;
display: block;
}
.scrollable-works-table .columna-work {
width: 100%;
}
/*********************************************************ADD WORKS FORM********************************************************/
#addWorkButton {
position: absolute;
top: 262px;
right: 135px;
width: 110px;
height: 72px;
}
#addWorksForm input {
width: 100px;
}
/*********************************************************** HEADER ******************************************/
#head {
position: fixed;
width: 100%;
}
#logo {
width: 550px;
height: 60px;
background-image: url("logo4.jpg");
background-repeat: no-repeat;
}
header {
width: 100%;
background-color: #000;
text-align: center;
box-shadow: blue;
border-bottom: rgb(253, 101, 0) 0.5px solid;
position: sticky;
top: 0;
}
#headerButton {
font-size: 1.5rem;
color: rgb(252, 101, 31);
font-weight: 700;
letter-spacing: 8px;
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
"Lucida Sans", Arial, sans-serif;
}
#nav-bar-header {
border-bottom: solid grey 0.1px;
}
#nav-bar-header span {
font-size: 1em;
}
/********************************************************* LOG IN *********************************************************/
.centro {
margin: 0 40%;
}
.heading {
text-align: center;
font-size: 3rem;
padding: 0 0 1rem;
border-bottom: 0.2px solid grey;
margin: 1rem 0 2rem;
}
.login-main-div {
width: 20rem;
margin-top: 4rem;
padding: 2.3rem;
border: blue 1px solid;
border-radius: 2rem;
}
#plus-square-personal {
color: rgb(156, 156, 156);
width: 17px;
height: 17px;
}
/******************************************** ABOUT **********************************************/
#about-content {
text-align: center;
}
#app-name {
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 18px;
}
#app-version {
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 14px;
color: green;
}
#app-fecha {
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 12px;
}
#app-developer {
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 11px;
}
/******************************TABLAS COMO DIV DivTable.com ****************************************/
.divTable {
display: table;
width: 100%;
}
.divTableRow {
display: table-row;
}
.divTableHeading {
background-color: #eee;
display: table-header-group;
}
.divTableCell,
.divTableHead {
border: 1px solid #ffffff;
display: table-cell;
padding: 3px 10px;
}
.divTableHeading {
background-color: #eee;
display: table-header-group;
font-weight: bold;
}
.divTableFoot {
background-color: #eee;
display: table-footer-group;
font-weight: bold;
}
.divTableBody {
display: table-row-group;
}
/******************************PROBANDO FIXED HEADERS TABLE ****************************************/
.main-close-button{
position: fixed;
top: 0;
right: 0;
font-size: 1.5rem;
} | 0.329607 | 0.063337 |
html, body /* prevents scrolling */
{
height: 100%;
overflow: hidden;
margin: 0;
background-color: #202020;
font-family: "Montserrat", sans-serif;
}
a { text-decoration: none; }
section
{
display: flex;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
}
button
{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
background-color: #110D0D;
color: #E6BE30;
font-family: "Montserrat", sans-serif;
}
button:focus { outline: none; }
@media(orientation: landscape)
{
h1 { font-size: 12vw; margin: 3vw; }
h2 { font-size: 10vw; }
h3 { font-size: 5vw; padding: 0.1vw; }
h4 { font-size: 2vw; padding: 1vw; }
h6 { font-size: 1.5vw; padding: 1vw; }
}
@media(orientation: portrait)
{
h1 { font-size: 12vh; margin: 3vh; }
h2 { font-size: 10vh; }
h3 { font-size: 5vh; padding: 0.1vh; }
h4 { font-size: 2vh; padding: 1vh; }
h6 { font-size: 1.5vh; padding: 1vh; }
}
h1 { color: #FFD000; text-align: center; }
h2 { color: #E6BE30; text-align: center; margin: 0; }
h3 { color: #A9A9A9; text-align: center; margin: 0; }
h4, h6 { color: #A9A9A9; text-align: justify; margin: 0; }
/* START MENU */
#menu { flex-direction: column; }
#menu button
{
width: 70vw;
height: 10vh;
transition: all 0.5s;
}
@media (orientation: portrait)
{
#menu button { font-size: 7vw; margin: 1vw; border-radius: 2vw; }
}
@media (orientation: landscape)
{
#menu button { font-size: 7vh; margin: 1vh; border-radius: 1.5vh; }
}
/* PLAY SETUP (AKA SETTINGS) */
#setup
{
display: none;
flex-direction: column;
color: #A9A9A9;
justify-content: space-around;
}
#setup > div
{
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
height: 50vh;
}
#nick-section, #size-section
{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
#size-section div
{
display: flex;
align-items: center;
justify-content: center;
}
#setupSaveButton { border-radius: 0.5em; }
@media (orientation: portrait)
{
#nick-section p, #size-section p
{
font-size: 3vh;
font-weight: bold;
margin: 2.5vw;
}
#nick-value
{
font-size: 6vw;
text-align: center;
width: 80%;
}
#size-section div { font-size: 4vh; }
#size-section button
{
font-size: 3vh;
height: 3vh;
width: 3vh;
margin: 1vh;
}
#setupSaveButton
{
font-size: 3vh;
height: 5vh;
width: fit-content;
padding: 2vh;
}
}
@media (orientation: landscape)
{
#nick-section p, #size-section p
{
font-size: 3vw;
font-weight: bold;
margin: 2.5vh;
}
#nick-value
{
font-size: 6vh;
text-align: center;
}
#size-section div { font-size: 4vw; }
#size-section button
{
font-size: 3vw;
height: 3vw;
width: 3vw;
margin: 1vh;
}
#setupSaveButton
{
font-size: 3vw;
height: 3vw;
width: fit-content;
padding: 2vw;
}
}
/* PLAY MODE */
#play div { color: #A9A9A9; }
#info
{
display: flex;
flex-direction: column;
align-items: center;
}
#canvas-section
{
background-color: #110D0D;
display: flex;
align-items: center;
justify-content: center;
}
#canvas
{
width: calc(100% - 6px);
height: calc(100% - 6px);
margin: 0;
}
#buttons-section button { border-radius: 0.5em; }
@media (orientation: portrait)
{
#play { flex-direction: column; }
#info { width: 100%; height: 30%; }
#buttons-section
{
display: flex;
justify-content: space-around;
width: 90%;
margin-top: auto;
margin-bottom: auto;
}
#buttons-section button
{
font-size: 2vh;
margin: 1vw;
padding-top: 0.5vh;
padding-bottom: 0.5vh;
height: fit-content;
width: 40%;
}
#canvas-section { width: 80vw; height: 80vw; }
}
@media (orientation: landscape)
{
#play { justify-content: space-around; }
#info { width: calc(100vw - 100vh); height: 80%; }
#buttons-section
{
display: flex;
flex-direction: column;
align-items: center;
width: 80%;
margin-top: auto;
width: fit-content;
}
#buttons-section button
{
height: fit-content;
width: 100%;
font-size: 2vw;
margin: 1vh;
padding: 1vh;
}
#canvas-section { width: 80vh; height: 80vh; }
}
/* GAME OVER */
#gameover
{
font-family: "SegoeUI", sans-serif;
position: absolute;
text-align: center;
width: 80%;
left: 10%;
top: 0;
flex-direction: column;
display: none;
}
#gameover h2 { -webkit-text-stroke: 0.02em black; }
#result
{
color: azure;
-webkit-text-stroke: 0.02em #110D0D;
width: 100%;
margin: 0;
}
#retryButton
{
position: absolute;
margin-top: auto;
bottom: 5vh;
width: fit-content;
height: fit-content;
border-radius: 0.5em;
}
@media (orientation: portrait)
{
#gameover h2 { font-size: 15vw; }
#result { font-size: 8vw; }
#retryButton
{
font-size: 3vw;
margin: 1vw;
padding: 1vw;
}
}
@media (orientation: landscape)
{
#gameover h2 { font-size: 15vh; }
#result { font-size: 8vh; }
#retryButton
{
font-size: 3vh;
margin: 1vh;
padding: 1vh;
}
}
/* GAME RULES */
img
{
display: block;
margin-left: auto; margin-right: auto;
}
#rules-instruction, #rules-credits { padding-left: 1.5%; padding-right: 1.5%; }
@media (orientation: portrait)
{
#rules { flex-direction: column; }
img { padding: 2vw; width: 80%; border-radius: 10vw; }
}
@media (orientation: landscape)
{
#rules-instruction, #rules-credits { width: 50%; }
img { padding: 2vh; width: 80%; border-radius: 10vh; }
}
/* RANKING */
#ranking
{
display: flex;
height: 100%;
width: 100%;
margin: 0;
}
#ranking-header, #ranking-list
{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #A9A9A9;
}
#ranking-list div
{
display: flex;
justify-content: space-between;
width: 100%;
}
#ranking-size-section
{
display: flex;
align-items: center;
justify-content: center;
}
@media(orientation: portrait)
{
#ranking { flex-direction: column; }
#ranking h3 { font-size: 8vw; }
#ranking-header
{
padding-top: 2vh;
padding-bottom: 2vh;
width: 100%;
}
#ranking-list
{
padding-left: 5vw;
padding-right: 5vw;
padding-top: 5vh;
}
#ranking-list div p
{
padding-top: 1vw;
padding-bottom: 1vw;
font-size: 5vw;
margin: 0;
}
#ranking-size-section { font-size: 3vh; }
#ranking-size-section button
{
font-size: 3vh;
height: 3vh;
width: 3vh;
margin: 1vh;
}
}
@media(orientation: landscape)
{
#ranking h3 { font-size: 8vh; }
#ranking-header
{
padding-left: 5vw;
padding-right: 5vw;
width: 50%;
}
#ranking-list
{
width: 50%;
padding: 5vw;
}
#ranking-list div p
{
padding-top: 1vh;
padding-bottom: 1vh;
font-size: 5vh;
margin: 0;
}
#ranking-size-section { font-size: 5vh; }
#ranking-size-section button
{
font-size: 6vh;
height: 6vh;
width: 6vh;
margin: 1vh;
}
} | style.css | html, body /* prevents scrolling */
{
height: 100%;
overflow: hidden;
margin: 0;
background-color: #202020;
font-family: "Montserrat", sans-serif;
}
a { text-decoration: none; }
section
{
display: flex;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
}
button
{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
background-color: #110D0D;
color: #E6BE30;
font-family: "Montserrat", sans-serif;
}
button:focus { outline: none; }
@media(orientation: landscape)
{
h1 { font-size: 12vw; margin: 3vw; }
h2 { font-size: 10vw; }
h3 { font-size: 5vw; padding: 0.1vw; }
h4 { font-size: 2vw; padding: 1vw; }
h6 { font-size: 1.5vw; padding: 1vw; }
}
@media(orientation: portrait)
{
h1 { font-size: 12vh; margin: 3vh; }
h2 { font-size: 10vh; }
h3 { font-size: 5vh; padding: 0.1vh; }
h4 { font-size: 2vh; padding: 1vh; }
h6 { font-size: 1.5vh; padding: 1vh; }
}
h1 { color: #FFD000; text-align: center; }
h2 { color: #E6BE30; text-align: center; margin: 0; }
h3 { color: #A9A9A9; text-align: center; margin: 0; }
h4, h6 { color: #A9A9A9; text-align: justify; margin: 0; }
/* START MENU */
#menu { flex-direction: column; }
#menu button
{
width: 70vw;
height: 10vh;
transition: all 0.5s;
}
@media (orientation: portrait)
{
#menu button { font-size: 7vw; margin: 1vw; border-radius: 2vw; }
}
@media (orientation: landscape)
{
#menu button { font-size: 7vh; margin: 1vh; border-radius: 1.5vh; }
}
/* PLAY SETUP (AKA SETTINGS) */
#setup
{
display: none;
flex-direction: column;
color: #A9A9A9;
justify-content: space-around;
}
#setup > div
{
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
height: 50vh;
}
#nick-section, #size-section
{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
#size-section div
{
display: flex;
align-items: center;
justify-content: center;
}
#setupSaveButton { border-radius: 0.5em; }
@media (orientation: portrait)
{
#nick-section p, #size-section p
{
font-size: 3vh;
font-weight: bold;
margin: 2.5vw;
}
#nick-value
{
font-size: 6vw;
text-align: center;
width: 80%;
}
#size-section div { font-size: 4vh; }
#size-section button
{
font-size: 3vh;
height: 3vh;
width: 3vh;
margin: 1vh;
}
#setupSaveButton
{
font-size: 3vh;
height: 5vh;
width: fit-content;
padding: 2vh;
}
}
@media (orientation: landscape)
{
#nick-section p, #size-section p
{
font-size: 3vw;
font-weight: bold;
margin: 2.5vh;
}
#nick-value
{
font-size: 6vh;
text-align: center;
}
#size-section div { font-size: 4vw; }
#size-section button
{
font-size: 3vw;
height: 3vw;
width: 3vw;
margin: 1vh;
}
#setupSaveButton
{
font-size: 3vw;
height: 3vw;
width: fit-content;
padding: 2vw;
}
}
/* PLAY MODE */
#play div { color: #A9A9A9; }
#info
{
display: flex;
flex-direction: column;
align-items: center;
}
#canvas-section
{
background-color: #110D0D;
display: flex;
align-items: center;
justify-content: center;
}
#canvas
{
width: calc(100% - 6px);
height: calc(100% - 6px);
margin: 0;
}
#buttons-section button { border-radius: 0.5em; }
@media (orientation: portrait)
{
#play { flex-direction: column; }
#info { width: 100%; height: 30%; }
#buttons-section
{
display: flex;
justify-content: space-around;
width: 90%;
margin-top: auto;
margin-bottom: auto;
}
#buttons-section button
{
font-size: 2vh;
margin: 1vw;
padding-top: 0.5vh;
padding-bottom: 0.5vh;
height: fit-content;
width: 40%;
}
#canvas-section { width: 80vw; height: 80vw; }
}
@media (orientation: landscape)
{
#play { justify-content: space-around; }
#info { width: calc(100vw - 100vh); height: 80%; }
#buttons-section
{
display: flex;
flex-direction: column;
align-items: center;
width: 80%;
margin-top: auto;
width: fit-content;
}
#buttons-section button
{
height: fit-content;
width: 100%;
font-size: 2vw;
margin: 1vh;
padding: 1vh;
}
#canvas-section { width: 80vh; height: 80vh; }
}
/* GAME OVER */
#gameover
{
font-family: "SegoeUI", sans-serif;
position: absolute;
text-align: center;
width: 80%;
left: 10%;
top: 0;
flex-direction: column;
display: none;
}
#gameover h2 { -webkit-text-stroke: 0.02em black; }
#result
{
color: azure;
-webkit-text-stroke: 0.02em #110D0D;
width: 100%;
margin: 0;
}
#retryButton
{
position: absolute;
margin-top: auto;
bottom: 5vh;
width: fit-content;
height: fit-content;
border-radius: 0.5em;
}
@media (orientation: portrait)
{
#gameover h2 { font-size: 15vw; }
#result { font-size: 8vw; }
#retryButton
{
font-size: 3vw;
margin: 1vw;
padding: 1vw;
}
}
@media (orientation: landscape)
{
#gameover h2 { font-size: 15vh; }
#result { font-size: 8vh; }
#retryButton
{
font-size: 3vh;
margin: 1vh;
padding: 1vh;
}
}
/* GAME RULES */
img
{
display: block;
margin-left: auto; margin-right: auto;
}
#rules-instruction, #rules-credits { padding-left: 1.5%; padding-right: 1.5%; }
@media (orientation: portrait)
{
#rules { flex-direction: column; }
img { padding: 2vw; width: 80%; border-radius: 10vw; }
}
@media (orientation: landscape)
{
#rules-instruction, #rules-credits { width: 50%; }
img { padding: 2vh; width: 80%; border-radius: 10vh; }
}
/* RANKING */
#ranking
{
display: flex;
height: 100%;
width: 100%;
margin: 0;
}
#ranking-header, #ranking-list
{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #A9A9A9;
}
#ranking-list div
{
display: flex;
justify-content: space-between;
width: 100%;
}
#ranking-size-section
{
display: flex;
align-items: center;
justify-content: center;
}
@media(orientation: portrait)
{
#ranking { flex-direction: column; }
#ranking h3 { font-size: 8vw; }
#ranking-header
{
padding-top: 2vh;
padding-bottom: 2vh;
width: 100%;
}
#ranking-list
{
padding-left: 5vw;
padding-right: 5vw;
padding-top: 5vh;
}
#ranking-list div p
{
padding-top: 1vw;
padding-bottom: 1vw;
font-size: 5vw;
margin: 0;
}
#ranking-size-section { font-size: 3vh; }
#ranking-size-section button
{
font-size: 3vh;
height: 3vh;
width: 3vh;
margin: 1vh;
}
}
@media(orientation: landscape)
{
#ranking h3 { font-size: 8vh; }
#ranking-header
{
padding-left: 5vw;
padding-right: 5vw;
width: 50%;
}
#ranking-list
{
width: 50%;
padding: 5vw;
}
#ranking-list div p
{
padding-top: 1vh;
padding-bottom: 1vh;
font-size: 5vh;
margin: 0;
}
#ranking-size-section { font-size: 5vh; }
#ranking-size-section button
{
font-size: 6vh;
height: 6vh;
width: 6vh;
margin: 1vh;
}
} | 0.327238 | 0.115786 |
code[class*="language-"],
pre[class*="language-"] {
@apply text-gray-100 bg-gray-900 rounded-lg;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
font-family: Roboto Mono, monospace;
font-size: 1em;
line-height: 1.5em;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
.light-mode code[class*="language-"],
.light-mode pre[class*="language-"] {
@apply text-gray-900 bg-gray-300;
}
code[class*="language-"]::selection,
pre[class*="language-"]::selection,
code[class*="language-"] ::selection,
pre[class*="language-"] ::selection {
@apply bg-red-900 bg-opacity-50;
}
.light-mode code[class*="language-"]::selection,
.light-mode pre[class*="language-"]::selection,
.light-mode code[class*="language-"] ::selection,
.light-mode pre[class*="language-"] ::selection {
@apply bg-yellow-200
}
:not(pre) > code[class*="language-"] {
white-space: normal;
border-radius: 0.2em;
padding: 0.1em;
}
pre[class*="language-"] {
overflow: auto;
position: relative;
margin: 0;
padding: 1.25em 1em;
}
[class*="language-"] .namespace {
opacity: 0.7;
}
.token.atrule { @apply text-purple-500; }
.light-mode .token.atrule { @apply text-purple-700 }
.token.attr-name { @apply text-yellow-600; }
.light-mode .token.attr-name { @apply text-yellow-700 }
.token.attr-value { @apply text-green-500; }
.light-mode .token.attr-value { @apply text-green-700 }
.token.attribute { @apply text-green-500; }
.light-mode .token.attribute { @apply text-green-700 }
.token.boolean { @apply text-purple-500; }
.light-mode .token.boolean { @apply text-purple-700 }
.token.builtin { @apply text-yellow-600; }
.light-mode .token.builtin { @apply text-yellow-700 }
.token.cdata { @apply text-teal-500; }
.light-mode .token.cdata { @apply text-teal-700 }
.token.char { @apply text-teal-500; }
.light-mode .token.char { @apply text-teal-700 }
.token.class { @apply text-yellow-600; }
.light-mode .token.class { @apply text-yellow-700 }
.token.class-name { @apply text-green-500; }
.light-mode .token.class-name { @apply text-green-700 }
.token.color { @apply text-green-500; }
.light-mode .token.color { @apply text-green-700 }
.token.comment { @apply text-gray-500; }
.light-mode .token.comment { @apply text-gray-700 }
.token.constant { @apply text-purple-500; }
.light-mode .token.constant { @apply text-purple-700 }
.token.deleted { @apply text-red-500; }
.light-mode .token.deleted { @apply text-red-700 }
.token.doctype { @apply text-gray-500; }
.light-mode .token.doctype { @apply text-gray-700 }
.token.entity { @apply text-red-500; }
.light-mode .token.entity { @apply text-red-700 }
.token.function { @apply text-purple-500; }
.light-mode .token.function { @apply text-purple-700 }
.token.hexcode { @apply text-green-500; }
.light-mode .token.hexcode { @apply text-green-700 }
.token.id { @apply text-purple-500; font-weight: bold; }
.light-mode .token.id { @apply text-purple-700 }
.token.important { @apply text-purple-500; font-weight: bold; }
.light-mode .token.important { @apply text-purple-700 }
.token.inserted { @apply text-teal-500; }
.light-mode .token.inserted { @apply text-teal-700 }
.token.keyword { @apply text-purple-500; font-style: italic; }
.light-mode .token.keyword { @apply text-purple-700 }
.token.number { @apply text-orange-500 }
.light-mode .token.number { @apply text-orange-700 }
.token.operator { @apply text-blue-400 }
.light-mode .token.operator { @apply text-blue-700 }
.token.prolog { @apply text-gray-500 }
.light-mode .token.prolog { @apply text-gray-700 }
.token.property { @apply text-teal-500; }
.light-mode .token.property { @apply text-teal-700 }
.token.pseudo-class { @apply text-green-500; }
.light-mode .token.pseudo-class { @apply text-green-700 }
.token.pseudo-element { @apply text-green-500; }
.light-mode .token.pseudo-element { @apply text-green-700 }
.token.punctuation { @apply text-blue-400 }
.light-mode .token.punctuation { @apply text-blue-700 }
.token.regex { @apply text-green-500; }
.light-mode .token.regex { @apply text-green-700 }
.token.selector { @apply text-red-500; }
.light-mode .token.selector { @apply text-red-700 }
.token.string { @apply text-green-500; }
.light-mode .token.string { @apply text-green-700 }
.token.symbol { @apply text-purple-500; }
.light-mode .token.symbol { @apply text-purple-700 }
.token.tag { @apply text-red-500; }
.light-mode .token.tag { @apply text-red-700 }
.token.unit { @apply text-red-500; }
.light-mode .token.unit { @apply text-red-700 }
.token.url { @apply text-orange-500 }
.light-mode .token.url { @apply text-orange-700 }
.token.variable { @apply text-red-500; }
.light-mode .token.variable { @apply text-red-700 } | docs/assets/css/prism.css | code[class*="language-"],
pre[class*="language-"] {
@apply text-gray-100 bg-gray-900 rounded-lg;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
font-family: Roboto Mono, monospace;
font-size: 1em;
line-height: 1.5em;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
.light-mode code[class*="language-"],
.light-mode pre[class*="language-"] {
@apply text-gray-900 bg-gray-300;
}
code[class*="language-"]::selection,
pre[class*="language-"]::selection,
code[class*="language-"] ::selection,
pre[class*="language-"] ::selection {
@apply bg-red-900 bg-opacity-50;
}
.light-mode code[class*="language-"]::selection,
.light-mode pre[class*="language-"]::selection,
.light-mode code[class*="language-"] ::selection,
.light-mode pre[class*="language-"] ::selection {
@apply bg-yellow-200
}
:not(pre) > code[class*="language-"] {
white-space: normal;
border-radius: 0.2em;
padding: 0.1em;
}
pre[class*="language-"] {
overflow: auto;
position: relative;
margin: 0;
padding: 1.25em 1em;
}
[class*="language-"] .namespace {
opacity: 0.7;
}
.token.atrule { @apply text-purple-500; }
.light-mode .token.atrule { @apply text-purple-700 }
.token.attr-name { @apply text-yellow-600; }
.light-mode .token.attr-name { @apply text-yellow-700 }
.token.attr-value { @apply text-green-500; }
.light-mode .token.attr-value { @apply text-green-700 }
.token.attribute { @apply text-green-500; }
.light-mode .token.attribute { @apply text-green-700 }
.token.boolean { @apply text-purple-500; }
.light-mode .token.boolean { @apply text-purple-700 }
.token.builtin { @apply text-yellow-600; }
.light-mode .token.builtin { @apply text-yellow-700 }
.token.cdata { @apply text-teal-500; }
.light-mode .token.cdata { @apply text-teal-700 }
.token.char { @apply text-teal-500; }
.light-mode .token.char { @apply text-teal-700 }
.token.class { @apply text-yellow-600; }
.light-mode .token.class { @apply text-yellow-700 }
.token.class-name { @apply text-green-500; }
.light-mode .token.class-name { @apply text-green-700 }
.token.color { @apply text-green-500; }
.light-mode .token.color { @apply text-green-700 }
.token.comment { @apply text-gray-500; }
.light-mode .token.comment { @apply text-gray-700 }
.token.constant { @apply text-purple-500; }
.light-mode .token.constant { @apply text-purple-700 }
.token.deleted { @apply text-red-500; }
.light-mode .token.deleted { @apply text-red-700 }
.token.doctype { @apply text-gray-500; }
.light-mode .token.doctype { @apply text-gray-700 }
.token.entity { @apply text-red-500; }
.light-mode .token.entity { @apply text-red-700 }
.token.function { @apply text-purple-500; }
.light-mode .token.function { @apply text-purple-700 }
.token.hexcode { @apply text-green-500; }
.light-mode .token.hexcode { @apply text-green-700 }
.token.id { @apply text-purple-500; font-weight: bold; }
.light-mode .token.id { @apply text-purple-700 }
.token.important { @apply text-purple-500; font-weight: bold; }
.light-mode .token.important { @apply text-purple-700 }
.token.inserted { @apply text-teal-500; }
.light-mode .token.inserted { @apply text-teal-700 }
.token.keyword { @apply text-purple-500; font-style: italic; }
.light-mode .token.keyword { @apply text-purple-700 }
.token.number { @apply text-orange-500 }
.light-mode .token.number { @apply text-orange-700 }
.token.operator { @apply text-blue-400 }
.light-mode .token.operator { @apply text-blue-700 }
.token.prolog { @apply text-gray-500 }
.light-mode .token.prolog { @apply text-gray-700 }
.token.property { @apply text-teal-500; }
.light-mode .token.property { @apply text-teal-700 }
.token.pseudo-class { @apply text-green-500; }
.light-mode .token.pseudo-class { @apply text-green-700 }
.token.pseudo-element { @apply text-green-500; }
.light-mode .token.pseudo-element { @apply text-green-700 }
.token.punctuation { @apply text-blue-400 }
.light-mode .token.punctuation { @apply text-blue-700 }
.token.regex { @apply text-green-500; }
.light-mode .token.regex { @apply text-green-700 }
.token.selector { @apply text-red-500; }
.light-mode .token.selector { @apply text-red-700 }
.token.string { @apply text-green-500; }
.light-mode .token.string { @apply text-green-700 }
.token.symbol { @apply text-purple-500; }
.light-mode .token.symbol { @apply text-purple-700 }
.token.tag { @apply text-red-500; }
.light-mode .token.tag { @apply text-red-700 }
.token.unit { @apply text-red-500; }
.light-mode .token.unit { @apply text-red-700 }
.token.url { @apply text-orange-500 }
.light-mode .token.url { @apply text-orange-700 }
.token.variable { @apply text-red-500; }
.light-mode .token.variable { @apply text-red-700 } | 0.49707 | 0.055234 |
body,
ul,
li,
h1,
h3,
P {
margin: 0;
padding: 0;
}
/* General Settings */
body {
width: 90%;
margin: 0 auto;
background: #000000;
font-family: 'Fjalla One', sans-serif;
}
a {
text-decoration: none;
text-transform: uppercase;
color: #B7B8B9;
}
h1 {
font-weight: normal;
font-size: 25px;
}
h2 {
font-weight: normal;
font-size: 40px;
color: #FFFFFF;
text-transform: uppercase;
text-align: center;
margin: 0 auto;
margin-bottom: 20px;
}
h3 {
font-weight: normal;
font-size: 25px;
color: #FFFFFF;
text-transform: uppercase;
}
p {
font-size: 18px;
color: #FFFFFF;
text-transform: uppercase;
text-align: center;
}
input, textarea {
font-family: 'Fjalla One', sans-serif;
}
/* Header */
header {
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 50px;
padding-bottom: 50px;
}
ul li {
display: inline;
text-transform: lowercase;
margin: 0 20px 0 0;
font-size: 18px;
}
li a:hover {
color: #FFFFFF;
transition: 0.5s;
}
.highlighted-menu {
color: #FFFFFF;
}
.main-title {
display: flex;
text-transform: uppercase;
color: #FFFFFF;
margin-right: 75px;
padding: 0;
}
.svg-inline--fa {
width: 20px;
display: inline;
margin: 10px;
margin: 0 0 0 20px;
padding: 0;
color: #B7B8B9;
}
.svg-inline--fa:hover {
color: #FFFFFF;
transition: 0.5s;
}
/* About and Contact Section */
#about-content-secton {
display: flex;
justify-content: space-between;
}
/* About */
#about-container {
padding-top: 70px;
padding-bottom: 70px;
border: 1px solid #FFFFFF;
}
/* About Content */
.secondary-content-title {
margin-top: 70px;
margin-bottom: 20px;
}
.content-paragraph {
text-align: left;
}
/* Form */
#form-container {
display: flex;
justify-content: right;
}
label {
color: #FFFFFF;
}
form {
width: 500px;
padding-top: 70px;
padding-bottom: 70px;
text-transform: uppercase;
}
input,textarea {
background-color: #444444;
color: #FFFFFF;
border: 1px solid #444444;
border-radius: 5px;
text-transform: uppercase;
width: 470px;
padding: 12px;
margin: 10px 0px 30px;
font-size: 16px;
}
input:hover {
border: 1px solid #FFFFFF;
transition: .5s;
}
input:focus {
border: 1px solid #FFFFFF;
}
textarea {
resize: vertical;
}
textarea:hover {
border: 1px solid #FFFFFF;
transition: .5s;
}
textarea:focus {
border: 1px solid #FFFFFF;
}
::placeholder {
color: #B7B8B9;
}
input, textarea.custom-color {
caret-color: red;
}
.button {
background: #FFFFFF;
color: #000000;
border-radius: 5px;
width: 100px;
margin: 0;
padding: 12px;
cursor: pointer;
}
/* Footer */
footer {
padding-bottom: 70px;
}
.footer-link-color {
color: #FFFFFF;
}
.footer-link-color:hover {
color: #B7B8B9;
transition: .5s;
} | project_3/style/style.css |
body,
ul,
li,
h1,
h3,
P {
margin: 0;
padding: 0;
}
/* General Settings */
body {
width: 90%;
margin: 0 auto;
background: #000000;
font-family: 'Fjalla One', sans-serif;
}
a {
text-decoration: none;
text-transform: uppercase;
color: #B7B8B9;
}
h1 {
font-weight: normal;
font-size: 25px;
}
h2 {
font-weight: normal;
font-size: 40px;
color: #FFFFFF;
text-transform: uppercase;
text-align: center;
margin: 0 auto;
margin-bottom: 20px;
}
h3 {
font-weight: normal;
font-size: 25px;
color: #FFFFFF;
text-transform: uppercase;
}
p {
font-size: 18px;
color: #FFFFFF;
text-transform: uppercase;
text-align: center;
}
input, textarea {
font-family: 'Fjalla One', sans-serif;
}
/* Header */
header {
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 50px;
padding-bottom: 50px;
}
ul li {
display: inline;
text-transform: lowercase;
margin: 0 20px 0 0;
font-size: 18px;
}
li a:hover {
color: #FFFFFF;
transition: 0.5s;
}
.highlighted-menu {
color: #FFFFFF;
}
.main-title {
display: flex;
text-transform: uppercase;
color: #FFFFFF;
margin-right: 75px;
padding: 0;
}
.svg-inline--fa {
width: 20px;
display: inline;
margin: 10px;
margin: 0 0 0 20px;
padding: 0;
color: #B7B8B9;
}
.svg-inline--fa:hover {
color: #FFFFFF;
transition: 0.5s;
}
/* About and Contact Section */
#about-content-secton {
display: flex;
justify-content: space-between;
}
/* About */
#about-container {
padding-top: 70px;
padding-bottom: 70px;
border: 1px solid #FFFFFF;
}
/* About Content */
.secondary-content-title {
margin-top: 70px;
margin-bottom: 20px;
}
.content-paragraph {
text-align: left;
}
/* Form */
#form-container {
display: flex;
justify-content: right;
}
label {
color: #FFFFFF;
}
form {
width: 500px;
padding-top: 70px;
padding-bottom: 70px;
text-transform: uppercase;
}
input,textarea {
background-color: #444444;
color: #FFFFFF;
border: 1px solid #444444;
border-radius: 5px;
text-transform: uppercase;
width: 470px;
padding: 12px;
margin: 10px 0px 30px;
font-size: 16px;
}
input:hover {
border: 1px solid #FFFFFF;
transition: .5s;
}
input:focus {
border: 1px solid #FFFFFF;
}
textarea {
resize: vertical;
}
textarea:hover {
border: 1px solid #FFFFFF;
transition: .5s;
}
textarea:focus {
border: 1px solid #FFFFFF;
}
::placeholder {
color: #B7B8B9;
}
input, textarea.custom-color {
caret-color: red;
}
.button {
background: #FFFFFF;
color: #000000;
border-radius: 5px;
width: 100px;
margin: 0;
padding: 12px;
cursor: pointer;
}
/* Footer */
footer {
padding-bottom: 70px;
}
.footer-link-color {
color: #FFFFFF;
}
.footer-link-color:hover {
color: #B7B8B9;
transition: .5s;
} | 0.298083 | 0.060032 |
html {
background: url(http://i.imgur.com/z5RGjVr.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
img {
max-width: 100%;
max-height: 100%;
}
.header {
background-color: #ffffff;
padding-top: 10px;
text-align: center;
margin-bottom: 10px;
}
.header.two.column {
width: 40%;
}
.header.ten.column {
width: 60%;
margin-left: 0px;
}
.header.button {
padding-top: 0px;
padding-right: 3px;
padding-left: 3px;
margin: 1px;
}
.footer {
text-align: center;
margin-top: 50px;
}
.footer.copyright.six.column {
width: 50%;
}
.footer.links.six.column {
margin-left: 0px;
width: 50%;
}
/*<-------------------------------end---------------------------------->*/
/* <------------------------------Homepage CSS------------------------->*/
.homepage.blog.intro.seven.column {
width: 50%;
margin-top: 10px;
background-color: #ffffff;
padding: 10px;
border:1px solid #999999;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
}
.homepage.personal.intro.five.column {
width: 46%;
margin-top: 10px;
background-color: #ffffff;
padding: 10px;
border:1px solid #999999;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
text-align: center;
}
/*<-------------------------------end---------------------------------->*/
/*<-------------------------------Blog Template CSS---------------------------------->*/
.blog.post.twelve.column {
background-color: #ffffff;
padding: 10px;
border:1px solid #999999;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
}
/*<-------------------------------end---------------------------------->*/
/*<-------------------------------Tecnical Blog Part 3 CSS---------------------------------->*/
.six.column.wireframe.pic {
width: 46%;
margin-left: 2.5%;
}.six.column.wireframe.blog.pic {
width: 46%;
margin-left: 2.5%;
margin-bottom: 2.5%;
}
/*<-------------------------------end---------------------------------->*/ | styles/main.css | html {
background: url(http://i.imgur.com/z5RGjVr.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
img {
max-width: 100%;
max-height: 100%;
}
.header {
background-color: #ffffff;
padding-top: 10px;
text-align: center;
margin-bottom: 10px;
}
.header.two.column {
width: 40%;
}
.header.ten.column {
width: 60%;
margin-left: 0px;
}
.header.button {
padding-top: 0px;
padding-right: 3px;
padding-left: 3px;
margin: 1px;
}
.footer {
text-align: center;
margin-top: 50px;
}
.footer.copyright.six.column {
width: 50%;
}
.footer.links.six.column {
margin-left: 0px;
width: 50%;
}
/*<-------------------------------end---------------------------------->*/
/* <------------------------------Homepage CSS------------------------->*/
.homepage.blog.intro.seven.column {
width: 50%;
margin-top: 10px;
background-color: #ffffff;
padding: 10px;
border:1px solid #999999;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
}
.homepage.personal.intro.five.column {
width: 46%;
margin-top: 10px;
background-color: #ffffff;
padding: 10px;
border:1px solid #999999;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
text-align: center;
}
/*<-------------------------------end---------------------------------->*/
/*<-------------------------------Blog Template CSS---------------------------------->*/
.blog.post.twelve.column {
background-color: #ffffff;
padding: 10px;
border:1px solid #999999;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
}
/*<-------------------------------end---------------------------------->*/
/*<-------------------------------Tecnical Blog Part 3 CSS---------------------------------->*/
.six.column.wireframe.pic {
width: 46%;
margin-left: 2.5%;
}.six.column.wireframe.blog.pic {
width: 46%;
margin-left: 2.5%;
margin-bottom: 2.5%;
}
/*<-------------------------------end---------------------------------->*/ | 0.259732 | 0.104295 |
div.table
{
border: thin solid ThreeDShadow; /* table-100-percent-width */
background-color: Window;
margin: 0 0 1em 0;
}
table.table
{
border-collapse: collapse;
width: 100%; /* table-100-percent-width */
}
thead.table th.ribbon button.active,
tbody.table tr.active
{
background-color: Highlight;
color: HighlightText;
}
thead.table tr.header th button /* TABLE TITLE BAR */
{
text-align: left;
display: block;
width: 100%;
}
thead.table tr.label th.label button /* TABLE COLUMN SORT */
{
display: block;
width: 100%;
}
tbody.table tr.active button
{
color: inherit;
}
tr.alt
{
background-color: #dddddd;
}
tbody.table a
{
color: inherit;
text-decoration: none;
text-align: center;
padding: 0 6px;
}
tbody.table button
{
background-color: inherit;
font-family: inherit;
border: 0;
display: block;
width: 100%;
}
table.table th,
table.table td
{
border: thin solid ThreeDShadow;
}
/* TABLE TBODY */
tbody.table td
{
font-family: Monospace;
padding: 0 0.5em
}
td.enhance
{
font-size: medium;
font-weight: bold;
}
th.text,
td.text
{
text-align: left;
}
th.link,
td.link
{
text-align: center;
}
th.number,
td.number
{
text-align: right;
}
td.difference span
{
background-color: Highlight;
color: HighlightText;
font-family: monospace;
padding: 0 0.2em;
}
td.difference span.new
{
font-weight: bold;
}
/* TABLE THEAD */
thead.table tr.header
{
background-color: Highlight;
color: HighlightText;
text-align: left;
}
thead.table tr.header button.header,
thead.table tr.header span.header
{
font-size: larger;
font-weight: bold;
margin: 0.2em;
padding: 0.2em;
background-color: inherit;
color: inherit;
border: 0;
font-family: sans-serif;
}
thead.table tr,
tfoot.table tr,
tfoot.table tr a
tfoot.table tr button
{
background-color: InfoBackground;
color: InfoText;
font: Menu;
font-size: inherit;
font-weight: bold;
}
tfoot.table tr th a,
tfoot.table tr th button
{
background-color: inherit;
color: inherit;
font-size: inherit;
font-weight: bold;
text-decoration: none;
}
th.columns, th.label, th.ribbon, th.state, th.status
{
padding: 0 0.5em;
white-space: nowrap;
}
th.columns button, th.label button, th.ribbon button
{
background-color: inherit;
color: inherit;
border: 0;
font: inherit;
padding: 0;
}
th.columns button.columns
{
font-size: smaller;
padding: 0;
}
th.ribbon button.ribbon
{
padding: 0 0.5em;
}
/* TABLE TFOOT */
tfoot th.status a,
tfoot th.status button
{
background-color: inherit;
color: inherit;
text-decoration; none;
border: 0;
}
tfoot span.left
{
float: left;
width: 25%;
text-align: left;
display: block;
}
tfoot span.center
{
float: left;
width: 50%;
text-align: center;
display: block;
}
tfoot span.right
{
float: left;
width: 25%;
text-align: right;
display: block;
}
/* END TABLE */ | src/main/app/resources/webapp/arwo-war/css/table.css |
div.table
{
border: thin solid ThreeDShadow; /* table-100-percent-width */
background-color: Window;
margin: 0 0 1em 0;
}
table.table
{
border-collapse: collapse;
width: 100%; /* table-100-percent-width */
}
thead.table th.ribbon button.active,
tbody.table tr.active
{
background-color: Highlight;
color: HighlightText;
}
thead.table tr.header th button /* TABLE TITLE BAR */
{
text-align: left;
display: block;
width: 100%;
}
thead.table tr.label th.label button /* TABLE COLUMN SORT */
{
display: block;
width: 100%;
}
tbody.table tr.active button
{
color: inherit;
}
tr.alt
{
background-color: #dddddd;
}
tbody.table a
{
color: inherit;
text-decoration: none;
text-align: center;
padding: 0 6px;
}
tbody.table button
{
background-color: inherit;
font-family: inherit;
border: 0;
display: block;
width: 100%;
}
table.table th,
table.table td
{
border: thin solid ThreeDShadow;
}
/* TABLE TBODY */
tbody.table td
{
font-family: Monospace;
padding: 0 0.5em
}
td.enhance
{
font-size: medium;
font-weight: bold;
}
th.text,
td.text
{
text-align: left;
}
th.link,
td.link
{
text-align: center;
}
th.number,
td.number
{
text-align: right;
}
td.difference span
{
background-color: Highlight;
color: HighlightText;
font-family: monospace;
padding: 0 0.2em;
}
td.difference span.new
{
font-weight: bold;
}
/* TABLE THEAD */
thead.table tr.header
{
background-color: Highlight;
color: HighlightText;
text-align: left;
}
thead.table tr.header button.header,
thead.table tr.header span.header
{
font-size: larger;
font-weight: bold;
margin: 0.2em;
padding: 0.2em;
background-color: inherit;
color: inherit;
border: 0;
font-family: sans-serif;
}
thead.table tr,
tfoot.table tr,
tfoot.table tr a
tfoot.table tr button
{
background-color: InfoBackground;
color: InfoText;
font: Menu;
font-size: inherit;
font-weight: bold;
}
tfoot.table tr th a,
tfoot.table tr th button
{
background-color: inherit;
color: inherit;
font-size: inherit;
font-weight: bold;
text-decoration: none;
}
th.columns, th.label, th.ribbon, th.state, th.status
{
padding: 0 0.5em;
white-space: nowrap;
}
th.columns button, th.label button, th.ribbon button
{
background-color: inherit;
color: inherit;
border: 0;
font: inherit;
padding: 0;
}
th.columns button.columns
{
font-size: smaller;
padding: 0;
}
th.ribbon button.ribbon
{
padding: 0 0.5em;
}
/* TABLE TFOOT */
tfoot th.status a,
tfoot th.status button
{
background-color: inherit;
color: inherit;
text-decoration; none;
border: 0;
}
tfoot span.left
{
float: left;
width: 25%;
text-align: left;
display: block;
}
tfoot span.center
{
float: left;
width: 50%;
text-align: center;
display: block;
}
tfoot span.right
{
float: left;
width: 25%;
text-align: right;
display: block;
}
/* END TABLE */ | 0.422981 | 0.077308 |
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, label, legend { display: block; }
body { font-size:100%; line-height: 1; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-spacing: 0; }
/* ---- Clearfixes ---- */
.row:before,.row:after,.clearfix:before,.clearfix:after{content:'';display:table}
.row:after,.clearfix:after{clear:both}
.row,.clearfix{zoom:1}
/* ---- GRID Layout ---- */
*{box-sizing:border-box; -ms-box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
body{margin:0 auto; color:#666666;}
.grid{margin:0 auto; max-width:1200px; width:100%;} /* You can choose the grid 1200 or 1140 or 1024 or 960 as per your requirement */
.g1140{margin:0 auto; max-width:1140px; width:100%;}
.g1024{margin:0 auto; max-width:1024px; width:100%;}
.g960{margin:0 auto; max-width:960px; width:100%;}
.row{width:100%; margin:0 auto;}
.c1{width:8.33%;}
.c2{width:16.66%;}
.c3{width:25%;}
.c4{width:33.33%;}
.c5{width:41.66%;}
.c6{width:50%;}
.c7{width:58.33%;}
.c8{width:66.66%;}
.c9{width:75%;}
.c10{width:83.33%;}
.c11{width:91.66%;}
.c12{width:100%; min-height:1px; float:left; position:relative;}
.c1-5{width:20%;}/* This column can be used as a one fifth of the row */
.c1-8{width:12.5%;}/* This column can be used as a one eigth of the row */
.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c1-5,.c1-8 {min-height:1px; float:left; padding-left:10px; padding-right:10px; position:relative;}
.c1.first,.c2.first,.c3.first,.c4.first,.c5.first,.c6.first,.c7.first,.c8.first,.c9.first,.c10.first,.c11.first,.c1-5.first,.c1-8.first {
padding-left: 0; position:relative;
}
.c1.last,.c2.last,.c3.last,.c4.last,.c5.last,.c6.last,.c7.last,.c8.last,.c9.last,.c10.last,.c11.last,.c1-5.last,.c1-8.last {
padding-right: 0; position:relative;
}
/* ---- Alignments ---- */
.centered{float: none; margin: auto;}
.left {float: left;}
.right {float: right;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-justify {text-align: justify;}
.space-top {margin-top: 20px;}
.space-bot {margin-bottom: 20px;}
.space-htop {margin-top: 10px;}
.space-hbot {margin-bottom: 10px;}
/* ---- Typography ---- */
h1, h2, h3, h4, h5, h6 {
font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: none;
font-style: normal;
color: #333333;
text-rendering: optimizeLegibility;
line-height: 1.1;
margin-bottom: 10px;
margin-top: 10px;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 80%; color: #333333; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; text-decoration:none; }
h1 {font-size: 36px; line-height: 48px;}
h2 {font-size: 32px; line-height: 42px;}
h3 {font-size: 28px; line-height: 36px;}
h4 {font-size: 24px; line-height: 32px;}
h5 {font-size: 21px; line-height: 27px;}
h6 {font-size: 18px; line-height: 27px;}
a {color: #2ba6cb; text-decoration: none; line-height: inherit; }
a:hover {color: #333333; }
a:focus {color: #333333; outline: none; }
p {margin-bottom: 10px; padding:0; font-size: 14px; line-height: 28px; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;}
p span {color: #46aae3; }
p a, p a:visited {line-height: inherit; }
blockquote, blockquote p{color: #6F6F6F; font-size: 14px; line-height: 24px; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;}
blockquote{border-left: 1px solid #DDDDDD; padding: 0 10px; margin-bottom: 10px;}
blockquote cite{color: #555555; display: block; font-size: 12px;}
blockquote cite:before{content: "- ";}
sub, sup {font-size: 60%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
i { font-style: italic; line-height: inherit; }
strong, b { font-weight: bold; line-height: inherit; }
small { font-size: 70%; line-height: inherit; }
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 20px 0 20px; height: 0; }
/* ---- Lists ---- */
ul, ol, dl {
font: normal 14px/24px "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
margin-bottom: 8px;
list-style-position: inside;
text-indent: 5px;
color: #333333;
}
ul li ul, ul li ol { margin-left: 15px; margin-bottom: 0; }
ul.square {list-style-type: square;}
ul.circle {list-style-type: circle;}
ul.disc {list-style-type: disc;}
ul.no-bullet { list-style: none; }
ul.square li ul, ul.circle li ul, ul.disc li ul, ul.no-bullet li ul {margin-left: 15px; }
ol li ul, ol li ol { margin-left: 20px; margin-bottom: 0; }
dl dt{font-size:16px; line-height: 24px;}
dl dd{margin-left: 15px;}
/* ---- Forms ---- */
.vform {width: 100%; max-width: 320px;}
.hform {width: 100%; max-width: 420px;}
.vform, .hform {margin-bottom: 20px; font:14px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #333;}
.vform label {width: 100%; margin-bottom: 5px; }
.hform label {width: 40%; margin-bottom: 10px; }
.vform label, .hform label {font-size: 14px; line-height: 21px; vertical-align: middle; display: block; float: left; text-align: left;}
.vform textarea, .vform input[type="text"], .vform input[type="password"], .vform input[type="datetime"], .vform input[type="datetime-local"], .vform input[type="date"],
.vform input[type="month"], .vform input[type="time"], .vform input[type="week"], .vform input[type="number"], .vform input[type="email"], .vform input[type="url"],
.vform input[type="tel"], .vform input[type="color"], .vform select{
width: 100%;
}
.hform textarea, .hform input[type="text"], .hform input[type="password"], .hform input[type="datetime"], .hform input[type="datetime-local"], .hform input[type="date"],
.hform input[type="month"], .hform input[type="time"], .hform input[type="week"], .hform input[type="number"], .hform input[type="email"], .hform input[type="url"],
.hform input[type="tel"], .hform input[type="color"], .hform select {
width: 60%;
}
.vform textarea, .vform input[type="text"], .vform input[type="password"], .vform input[type="datetime"], .vform input[type="datetime-local"], .vform input[type="date"],
.vform input[type="month"], .vform input[type="time"], .vform input[type="week"], .vform input[type="number"], .vform input[type="email"], .vform input[type="url"],
.vform input[type="tel"], .vform input[type="color"], .vform select, .vform input[type=file],
.hform textarea, .hform input[type="text"], .hform input[type="password"], .hform input[type="datetime"], .hform input[type="datetime-local"], .hform input[type="date"],
.hform input[type="month"], .hform input[type="time"], .hform input[type="week"], .hform input[type="number"], .hform input[type="email"], .hform input[type="url"],
.hform input[type="tel"], .hform input[type="color"], .hform select, .hform input[type=file] {
display: block;
background: #ffffff;
border: 1px solid #cccccc;
padding: 5px 10px;
vertical-align: middle;
outline: none;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
transition: border linear 0.4s, box-shadow linear 0.4s;
-o-transition: border linear 0.4s, box-shadow linear 0.4s;
-moz-transition: border linear 0.4s, box-shadow linear 0.4s;
-webkit-transition: border linear 0.4s, box-shadow linear 0.4s;
margin-bottom: 10px;
font-size: 13px;
line-height: 21px;
height: 30px;
}
.vform input[type="text"]:focus, .vform input[type="password"]:focus, .vform input[type="datetime"]:focus, .vform input[type="email"]:focus,
.vform input[type="datetime-local"]:focus, .vform input[type="date"]:focus, .vform input[type="month"]:focus, .vform input[type="time"]:focus,
.vform input[type="week"]:focus, .vform input[type="url"]:focus, .vform input[type="number"]:focus, .vform input[type="search"]:focus, .vform input[type="tel"]:focus,
.vform textarea:focus,
.hform textarea:focus, .hform input[type="text"]:focus, .hform input[type="password"]:focus, .hform input[type="datetime"]:focus,
.hform input[type="datetime-local"]:focus, .hform input[type="date"]:focus, .hform input[type="month"]:focus, .hform input[type="time"]:focus,
.hform input[type="week"]:focus, .hform input[type="number"]:focus, .hform input[type="email"]:focus, .hform input[type="url"]:focus, .hform input[type="search"]:focus,
.hform input[type="tel"]:focus, .hform input[type="color"]:focus{
border: 1px solid;
border-color: rgba(82, 168, 236, 0.8);
color: #444;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(81, 168, 236, 0.5);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(81, 168, 236, 0.5);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(81, 168, 236, 0.5);
}
.vform textarea, .hform textarea{min-height: 120px; }
.vform fieldset, .hform fieldset {margin-bottom: 10px; }
.vform input[type="file"], .hform input[type="file"] {overflow: none;}
/* conjoined inputs */
.vform span.pre, .hform span.pre, .vform span.post, .hform span.post {
display: block;
background-color: #f2f2f2;
border: 1px solid #cccccc;
color: #222222;
font-size: 13px;
line-height: 18px;
height: 30px;
position: relative;
padding: 5px 10px;
}
.vform span.pre, .hform span.pre{margin-right: -1px; float: left; }
.vform span.post, .hform span.post{margin-left: -1px; float: left;}
.vform input.post, .hform input.post, .vform span.pre, .hform span.pre{
border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px 0 0 4px;
}
.vform input.pre, .hform input.pre, .vform span.post, .hform span.post{
border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
-webkit-border-radius: 0 4px 4px 0;
}
.vform input.pre, .vform input.post{width:75%; float:left; height: 30px;}
.hform input.pre, .hform input.post{width:45%; float:left; height: 30px;}
.vform input.pre-post{width: 70%; float: left; height: 30px; border-radius: 0;}
.hform input.pre-post{width: 40%; float: left; height: 30px; border-radius: 0;}
.vform span[type="submit"].post, .hform span[type="submit"].post, .vform span[type="submit"].pre, .hform span[type="submit"].pre{
cursor: pointer;
background-color: #f5f5f5;
background-image: linear-gradient(top, #f9f9f9, #efefef);
background-image: -ms-linear-gradient(top, #f9f9f9, #efefef);
background-image: -moz-linear-gradient(top, #f9f9f9, #efefef);
background-image: -webkit-linear-gradient(top, #f9f9f9, #efefef);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#efefef');
}
.vform span[type="submit"].post:hover, .hform span[type="submit"].post:hover, .vform span[type="submit"].pre:hover, .hform span[type="submit"].pre:hover{
background:#eee;
background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#f8f8f8));
background:-moz-linear-gradient(top, #eee, #f8f8f8);
}
/* ---- Buttons ---- */
button{
display:inline-block;*display:inline;
padding:7px 20px;
margin-bottom:10px;*margin-left:.3em;
font-size:14px;
line-height:20px;*line-height:20px;
color:#333 !important;
text-align:center;
vertical-align:middle;
cursor:pointer;
border:1px solid #dedede;*border:0;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-color:#eeeeee,#dedede,#dedede;
border-radius:4px;
-o-border-radius:4px;
-ms-border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
background-color: #f5f5f5;
background-image: linear-gradient(top, #f9f9f9, #efefef);
background-image: -ms-linear-gradient(top, #f9f9f9, #efefef);
background-image: -moz-linear-gradient(top, #f9f9f9, #efefef);
background-image: -webkit-linear-gradient(top, #f9f9f9, #efefef);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#efefef');
}
button:hover, button:active{
background:#eee;
background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#f8f8f8));
background:-moz-linear-gradient(top, #eee, #f8f8f8);
}
button.large{padding:10px 35px; font-size:15px;}
button.small{padding:3px 13px; font-size:13px;}
button.skyblue{ /* --- skyblue color button --- */
color:#fff !important;
background-color:#26a2b6;
background: linear-gradient(#34bac9, #26a2b6);
background: -o-linear-gradient(#34bac9, #26a2b6);
background: -ms-linear-gradient(#34bac9, #26a2b6);
background: -moz-linear-gradient(#34bac9, #26a2b6);
background: -webkit-linear-gradient(#34bac9, #26a2b6);
background: -webkit-gradient(linear, left top, left bottom, from(#34bac9), to(#26a2b6));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#34bac9', EndColorStr='#26a2b6');
}
button.skyblue:hover, button.skyblue:active{
background:#26a2b6;
background:-moz-linear-gradient(top, #26a2b6, #34bac9);
background:-webkit-gradient(linear, left top, left bottom, from(#26a2b6), to(#34bac9));
}
button.blue{ /* --- blue color button --- */
color:#fff !important;
background-color:#0085c6;
background: linear-gradient(#008fd5, #0085c6);
background: -o-linear-gradient(#008fd5, #0085c6);
background: -ms-linear-gradient(#008fd5, #0085c6);
background: -moz-linear-gradient(#008fd5, #0085c6);
background: -webkit-linear-gradient(#008fd5, #0085c6);
background: -webkit-gradient(linear, left top, left bottom, from(#008fd5), to(#0085c6));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#008fd5', EndColorStr='#0085c6');
}
button.blue:hover, button.blue:active{
background:#008fd5;
background:-moz-linear-gradient(top, #008fd5, #009de9);
background:-webkit-gradient(linear, left top, left bottom, from(#008fd5), to(#009de9));
}
button.green{ /* --- green color button --- */
color:#fff !important;
background-color: #51A351;
background: linear-gradient(#62C462, #51A351);
background: -o-linear-gradient(#62C462, #51A351);
background: -ms-linear-gradient(#62C462, #51A351);
background: -moz-linear-gradient(#62C462, #51A351);
background: -webkit-linear-gradient(#62C462, #51A351);
background: -webkit-gradient(linear, left top, left bottom, from(#62C462), to(#51A351));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#51A351', EndColorStr='#51A351');
}
button.green:hover, button.green:active{
background: #51A351;
background: -moz-linear-gradient(top, #51A351, #5FA351);
background: -webkit-gradient(linear, left top, left bottom, from(#51A351), to(#5FA351));
}
button.yellow{ /* --- yellow color button --- */
color:#fff !important;
background-color:#f0bf4a;
background: linear-gradient(#f0c930, #f0bf4a);
background: -o-linear-gradient(#f0c930, #f0bf4a);
background: -ms-linear-gradient(#f0c930, #f0bf4a);
background: -moz-linear-gradient(#f0c930, #f0bf4a);
background: -webkit-linear-gradient(#f0c930, #f0bf4a);
background: -webkit-gradient(linear, left top, left bottom, from(#f0c930), to(#f0bf4a));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0c930', EndColorStr='#f0bf4a');
}
button.yellow:hover, button.yellow:active{
background:#f0bf4a;
background:-moz-linear-gradient(top, #f0bf4a, #f0c930);
background:-webkit-gradient(linear, left top, left bottom, from(#f0bf4a), to(#f0c930));
}
button.orange{ /* --- orange color button --- */
color:#fff !important;
background-color:#ff5c00;
background: linear-gradient(#ff6f40, #ff5c00);
background: -o-linear-gradient(#ff6f40, #ff5c00);
background: -ms-linear-gradient(#ff6f40, #ff5c00);
background: -moz-linear-gradient(#ff6f40, #ff5c00);
background: -webkit-linear-gradient(#ff6f40, #ff5c00);
background: -webkit-gradient(linear, left top, left bottom, from(#ff6f40), to(#ff5c00));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff6f40', EndColorStr='#ff5c00');
}
button.orange:hover, button.orange:active{
background:#ff5c00;
background:-moz-linear-gradient(top, #ff5c00, #ff6f40);
background:-webkit-gradient(linear, left top, left bottom, from(#ff5c00), to(#ff6f40));
}
button.red{ /* --- red color button --- */
color:#fff !important;
background-color:#bd362f;
background: linear-gradient(#bd362f, #b1322c);
background: -o-linear-gradient(#bd362f, #b1322c);
background: -ms-linear-gradient(#bd362f, #b1322c);
background: -moz-linear-gradient(#bd362f, #b1322c);
background: -webkit-linear-gradient(#bd362f, #b1322c);
background: -webkit-gradient(linear, left top, left bottom, from(#bd362f), to(#b1322c));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#bd362f', EndColorStr='#b1322c');
}
button.red:hover, button.red:active{
background:#bd362f;
background:-webkit-gradient(linear, left top, left bottom, from(#bd362f), to(#cc3b34));
background:-moz-linear-gradient(top, #bd362f, #cc3b34);
}
button.magenta{ /* --- magenta color button --- */
color:#fff !important;
background-color:#b9298f;
background: linear-gradient(#b93180, #b9298f);
background: -o-linear-gradient(#b93180, #b9298f);
background: -ms-linear-gradient(#b93180, #b9298f);
background: -moz-linear-gradient(#b93180, #b9298f);
background: -webkit-linear-gradient(#b93180, #b9298f);
background: -webkit-gradient(linear, left top, left bottom, from(#b93180), to(#b9298f));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#b9298f', EndColorStr='#b9298f');
}
button.magenta:hover, button.magenta:active{
background:#b9298f;
background:-moz-linear-gradient(top, #b9298f, #b9358f);
background:-webkit-gradient(linear, left top, left bottom, from(#b9298f), to(#b9358f));
}
button.black{ /* --- black color button --- */
color:#fff !important;
background-color:#111;
background: linear-gradient(#333, #111);
background: -o-linear-gradient(#333, #111);
background: -ms-linear-gradient(#333, #111);
background: -moz-linear-gradient(#333, #111);
background: -webkit-linear-gradient(#333, #111);
background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#333', EndColorStr='#111');
}
button.black:hover, button.black:active{
background:#222;
background:-moz-linear-gradient(top, #222, #333);
background:-webkit-gradient(linear, left top, left bottom, from(#222), to(#333));
}
/* ---- Alerts ---- */
.alert {
padding: 10px;
margin-bottom: 18px;
color: #c09853;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
font: 14px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
background-color: #fcf8e3;
border: 1px solid #fbeee0;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.success {color: #468847; background-color: #dff0d8; border-color: #d6e9c6;}
.error {color: #b94a48; background-color: #f2dede; border-color: #eed3d7;}
.info {color: #3a87ad; background-color: #d9edf7; border-color: #bce8f1;}
/* ---- Table ---- */
table {
width: 100%;
font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
border: solid #ccc 1px;
border-left: none;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0 1px 2px #d1d1d1;
-moz-box-shadow: 0 1px 2px #d1d1d1;
-webkit-box-shadow: 0 1px 2px #d1d1d1;
}
td, th {border-top: 1px solid #ccc; border-left: 1px solid #ccc; padding: 10px; text-align: left;}
th {
background-color: #f0f0f0;
box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
-moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
border-top: none;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
font-size: 14px;
line-height: 24px;
text-align: center;
}
td{font-size:14px;}
table tr:first-child th:first-child{
border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
}
table tr:first-child th:last-child{
border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
}
table tr:last-child td:first-child{
border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
}
table tr:last-child td:last-child{
border-bottom-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
}
table tr.even td{background-color: #fafafa;}
/* ---- Pagination ---- */
.pagin ul {list-style: none; margin: 0; padding: 0;}
.pagin li {display: inline;}
.pagin a {
border-radius: 3px;
-ms-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
margin: 1px 2px;
padding: 5px 10px 5px 5px;
display: inline-block;
border-top: 1px solid #fff;
text-decoration: none !important;
color: #333 !important;
font-size: 12px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
text-shadow: white 0 1px 0;
background-color: #f5f5f5;
background-image: linear-gradient(top, #f9f9f9, #eaeaea);
background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#eaeaea');
}
.pagin a:hover, .pagin a:focus {
border-color: #fff;
background-color: #fdfdfd;
background-image: linear-gradient(top, #fefefe, #fafafa);
background-image: -ms-linear-gradient(top, #fefefe, #fafafa);
background-image: -moz-linear-gradient(top, #fefefe, #fafafa);
background-image: -webkit-linear-gradient(top, #fefefe, #fafafa);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#fafafa');
}
.pagin a.more {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
border: 0 none !important;
background: transparent !important;
margin-left: 0;
margin-right: 0;
}
.pagin-dark a {
border-top: 1px solid #575e63;
text-shadow: rgba(0, 0, 0, 0.75) 0 1px 0;
color: #fff !important;
background-color: #4e5458;
background-image: linear-gradient(top, #575e63, #3f4347);
background-image: -ms-linear-gradient(top, #575e63, #3f4347);
background-image: -moz-linear-gradient(top, #575e63, #3f4347);
background-image: -webkit-linear-gradient(top, #575e63, #3f4347);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#575e63', EndColorStr='#3f4347');
}
.pagin-dark a:hover, .pagin-dark a:focus {
border-color: #575e63;
background-color: #4d6374;
background-image: linear-gradient(top, #567062, #3e505e);
background-image: -ms-linear-gradient(top, #567062, #3e505e);
background-image: -moz-linear-gradient(top, #567062, #3e505e);
background-image: -webkit-linear-gradient(top, #567062, #3e505e);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#567062', EndColorStr='#3e505e');
}
.pagin a, .pagin-dark a {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.pagin a.active, .pagin-dark a.active {
box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
-moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
-webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
border-color: #2d3035 !important;
color: #fff !important;
text-shadow: black 0 1px 0;
background-color: #303338;
background-image: linear-gradient(top, #303338, #2d3034);
background-image: -ms-linear-gradient(top, #303338, #2d3034);
background-image: -moz-linear-gradient(top, #303338, #2d3034);
background-image: -webkit-linear-gradient(top, #303338, #2d3034);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#303338', EndColorStr='#2d3034');
}
/* ---- Tooltip ---- */
.tooltip{display: inline; position: relative; color: #2ba6cb;}
.tooltip:hover:before
{
border: solid;
border-color: #333 transparent;
border-width: 6px 6px 0 6px;
bottom: 21px;
content: "";
left: 50%;
position: absolute;
z-index: 97;
}
.tooltip:hover:after
{
background: #333;
background: rgba(0,0,0,.8);
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
bottom: 27px;
font-size: 12px;
color: #fff;
content: attr(title);
padding: 5px;
position: absolute;
z-index: 98;
width: 180px;
margin-left: -50px;
}
/* ---- Breadcrumb ---- */
.breadcrumb {
padding: 10px;
font: 14px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
background-color: #f5f5f5;
background-image: linear-gradient(top, #f9f9f9, #eaeaea);
background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#eaeaea');
border: 1px solid #ddd;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: inset 0 1px 0 #ffffff;
-moz-box-shadow: inset 0 1px 0 #ffffff;
-webkit-box-shadow: inset 0 1px 0 #ffffff;
}
.breadcrumb li {display: inline-block; text-shadow: 0 1px 0 #ffffff;}
.breadcrumb .divider {padding: 0 5px; color: #777;}
/* ---- Toggle Switches ---- */
.switch {
position: relative;
margin: 20px auto;
height: 34px;
width: 100%;
max-width: 320px;
background: rgba(0, 0, 0, 0.6);
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0.3), 0 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(0, 0, 0, 0.1);
}
.switch-label {
position: relative;
z-index: 2;
float: left;
color: #fff;
width: 50%;
text-align: center;
cursor: pointer;
font: 12px/32px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.switch-input {display: none;}
.switch-input:checked + .switch-label {
font-weight: bold;
color: rgba(0, 0, 0, 0.65);
text-shadow: 0 1px rgba(255, 255, 255, 0.25);
transition: 0.15s ease-out;
-moz-transition: 0.15s ease-out;
-webkit-transition: 0.15s ease-out;
}
.switch-input:checked + .switch-label-on ~ .switch-selection {left: 50%;}
.switch-selection {
display: block;
position: absolute;
z-index: 1;
top: 2px;
left: 2px;
width: 50%;
height: 30px;
background: #65bd63;
background-image: -webkit-linear-gradient(top, #9dd993, #65bd63);
background-image: -moz-linear-gradient(top, #9dd993, #65bd63);
background-image: -o-linear-gradient(top, #9dd993, #65bd63);
background-image: linear-gradient(to bottom, #9dd993, #65bd63);
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
transition: left 0.15s ease-out;
-moz-transition: left 0.15s ease-out;
-webkit-transition: left 0.15s ease-out;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
}
.switch-blue .switch-selection {
background: #3aa2d0;
background-image: -webkit-linear-gradient(top, #4fc9ee, #3aa2d0);
background-image: -moz-linear-gradient(top, #4fc9ee, #3aa2d0);
background-image: -o-linear-gradient(top, #4fc9ee, #3aa2d0);
background-image: linear-gradient(to bottom, #4fc9ee, #3aa2d0);
}
.switch-yellow .switch-selection {
background: #c4bb61;
background-image: -webkit-linear-gradient(top, #e0dd94, #c4bb61);
background-image: -moz-linear-gradient(top, #e0dd94, #c4bb61);
background-image: -o-linear-gradient(top, #e0dd94, #c4bb61);
background-image: linear-gradient(to bottom, #e0dd94, #c4bb61);
}
/* ---- Tabs ---- */
.tab-container{ position: relative; display: block; height:280px; width: 100%; padding:1px 0; }
.tab-container .tab-radio{ display: none;}
.tab-container .tab{
display: block;
float: left;
position: relative;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border: 1px solid #cfd2d7;
border-bottom: none;
color: #888;
margin-top: -15px;
margin-right: 1.0%;
padding: 5px 20px;
text-decoration: none;
text-align: center;
cursor: pointer;
background-color: #eee;
font: 14px/25px "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.tab-container .tab-radio:checked ~ .tab, .tab-container .tab-radio:active ~ .tab{background-color: #fff; z-index: 100; border-bottom: 1px solid #fff;}
.tab-container .tab-radio:checked ~ .tab {background-color:#fff; color:#333;}
.tab-container .tab-page
{
visibility: hidden;
width: 100%; height: auto;
font: 14px/25px "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
background-color: #fff;
color: #888;
display:block;
position: absolute;
top: 22px;
float: left;
padding: 10px;
border: 1px solid #cfd2d7;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
box-shadow: 0 1px 3px rgba(0,0,0,.3);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.tab-container .tab-radio:checked ~ .tab-page { visibility: visible; display: block; height: auto}
/* ---- Accordion ---- */
.accordion {
width: 100%;
background: #fff;
font-size: 14px;
font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.accordion p{height:0; margin-bottom:0px; padding:0; color: #888; overflow:hidden;}
.accordion a{
display:block;
height:auto;
padding:5px;
line-height:28px;
background-color: #eee;
color:#333;
text-decoration:none;
text-align:center;
border-bottom:1px solid #aaa;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.accordion a:hover, .accordion a:focus {opacity:.9; color:#ooo;}
.accordion a:active {color:#000;}
.accordion :target + p{
margin: 0 2px;
padding:10px 15px;
height:auto;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0 1px 3px rgba(0,0,0,.3);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
/* Media query for 960 Screens - sets nested grids to 100% */
@media only screen and (max-width:960px){
.row .row .c1,.row .row .c2,.row .row .c3,.row .row .c4,.row .row .c5,.row .row .c6,.row .row .c7,.row .row .c8,.row .row .c9,.row .row .c10,.row .row .c11,.row .row .c12,.row .row .c1-5,.row .row .c1-8{width:100%;margin-bottom:20px;margin-left:0px;margin-right:0px; }
.row .row > div:last-child{margin-bottom:0 !important}
}
/* Media query for iPad and tablets */
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation:portrait){
body{font-size:90%}
.row{margin-bottom:0!important}
.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c12,.c1-5,.c1-8{width:100%;margin-right:0;margin-left:0;margin-bottom:20px; padding:0 10px;}
.c1.first,.c2.first,.c3.first,.c4.first,.c5.first,.c6.first,.c7.first,.c8.first,.c9.first,.c10.first,.c11.first,.c1-5.first,.c1-8.first {
padding-left: 10px; position:relative;
}
.c1.last,.c2.last,.c3.last,.c4.last,.c5.last,.c6.last,.c7.last,.c8.last,.c9.last,.c10.last,.c11.last,.c1-5.last,.c1-8.last {
padding-right: 10px; position:relative;
}
} | rays/demos/blog/assets/css/ivory.css | html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, label, legend { display: block; }
body { font-size:100%; line-height: 1; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-spacing: 0; }
/* ---- Clearfixes ---- */
.row:before,.row:after,.clearfix:before,.clearfix:after{content:'';display:table}
.row:after,.clearfix:after{clear:both}
.row,.clearfix{zoom:1}
/* ---- GRID Layout ---- */
*{box-sizing:border-box; -ms-box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
body{margin:0 auto; color:#666666;}
.grid{margin:0 auto; max-width:1200px; width:100%;} /* You can choose the grid 1200 or 1140 or 1024 or 960 as per your requirement */
.g1140{margin:0 auto; max-width:1140px; width:100%;}
.g1024{margin:0 auto; max-width:1024px; width:100%;}
.g960{margin:0 auto; max-width:960px; width:100%;}
.row{width:100%; margin:0 auto;}
.c1{width:8.33%;}
.c2{width:16.66%;}
.c3{width:25%;}
.c4{width:33.33%;}
.c5{width:41.66%;}
.c6{width:50%;}
.c7{width:58.33%;}
.c8{width:66.66%;}
.c9{width:75%;}
.c10{width:83.33%;}
.c11{width:91.66%;}
.c12{width:100%; min-height:1px; float:left; position:relative;}
.c1-5{width:20%;}/* This column can be used as a one fifth of the row */
.c1-8{width:12.5%;}/* This column can be used as a one eigth of the row */
.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c1-5,.c1-8 {min-height:1px; float:left; padding-left:10px; padding-right:10px; position:relative;}
.c1.first,.c2.first,.c3.first,.c4.first,.c5.first,.c6.first,.c7.first,.c8.first,.c9.first,.c10.first,.c11.first,.c1-5.first,.c1-8.first {
padding-left: 0; position:relative;
}
.c1.last,.c2.last,.c3.last,.c4.last,.c5.last,.c6.last,.c7.last,.c8.last,.c9.last,.c10.last,.c11.last,.c1-5.last,.c1-8.last {
padding-right: 0; position:relative;
}
/* ---- Alignments ---- */
.centered{float: none; margin: auto;}
.left {float: left;}
.right {float: right;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-justify {text-align: justify;}
.space-top {margin-top: 20px;}
.space-bot {margin-bottom: 20px;}
.space-htop {margin-top: 10px;}
.space-hbot {margin-bottom: 10px;}
/* ---- Typography ---- */
h1, h2, h3, h4, h5, h6 {
font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: none;
font-style: normal;
color: #333333;
text-rendering: optimizeLegibility;
line-height: 1.1;
margin-bottom: 10px;
margin-top: 10px;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 80%; color: #333333; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; text-decoration:none; }
h1 {font-size: 36px; line-height: 48px;}
h2 {font-size: 32px; line-height: 42px;}
h3 {font-size: 28px; line-height: 36px;}
h4 {font-size: 24px; line-height: 32px;}
h5 {font-size: 21px; line-height: 27px;}
h6 {font-size: 18px; line-height: 27px;}
a {color: #2ba6cb; text-decoration: none; line-height: inherit; }
a:hover {color: #333333; }
a:focus {color: #333333; outline: none; }
p {margin-bottom: 10px; padding:0; font-size: 14px; line-height: 28px; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;}
p span {color: #46aae3; }
p a, p a:visited {line-height: inherit; }
blockquote, blockquote p{color: #6F6F6F; font-size: 14px; line-height: 24px; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;}
blockquote{border-left: 1px solid #DDDDDD; padding: 0 10px; margin-bottom: 10px;}
blockquote cite{color: #555555; display: block; font-size: 12px;}
blockquote cite:before{content: "- ";}
sub, sup {font-size: 60%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
i { font-style: italic; line-height: inherit; }
strong, b { font-weight: bold; line-height: inherit; }
small { font-size: 70%; line-height: inherit; }
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 20px 0 20px; height: 0; }
/* ---- Lists ---- */
ul, ol, dl {
font: normal 14px/24px "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
margin-bottom: 8px;
list-style-position: inside;
text-indent: 5px;
color: #333333;
}
ul li ul, ul li ol { margin-left: 15px; margin-bottom: 0; }
ul.square {list-style-type: square;}
ul.circle {list-style-type: circle;}
ul.disc {list-style-type: disc;}
ul.no-bullet { list-style: none; }
ul.square li ul, ul.circle li ul, ul.disc li ul, ul.no-bullet li ul {margin-left: 15px; }
ol li ul, ol li ol { margin-left: 20px; margin-bottom: 0; }
dl dt{font-size:16px; line-height: 24px;}
dl dd{margin-left: 15px;}
/* ---- Forms ---- */
.vform {width: 100%; max-width: 320px;}
.hform {width: 100%; max-width: 420px;}
.vform, .hform {margin-bottom: 20px; font:14px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #333;}
.vform label {width: 100%; margin-bottom: 5px; }
.hform label {width: 40%; margin-bottom: 10px; }
.vform label, .hform label {font-size: 14px; line-height: 21px; vertical-align: middle; display: block; float: left; text-align: left;}
.vform textarea, .vform input[type="text"], .vform input[type="password"], .vform input[type="datetime"], .vform input[type="datetime-local"], .vform input[type="date"],
.vform input[type="month"], .vform input[type="time"], .vform input[type="week"], .vform input[type="number"], .vform input[type="email"], .vform input[type="url"],
.vform input[type="tel"], .vform input[type="color"], .vform select{
width: 100%;
}
.hform textarea, .hform input[type="text"], .hform input[type="password"], .hform input[type="datetime"], .hform input[type="datetime-local"], .hform input[type="date"],
.hform input[type="month"], .hform input[type="time"], .hform input[type="week"], .hform input[type="number"], .hform input[type="email"], .hform input[type="url"],
.hform input[type="tel"], .hform input[type="color"], .hform select {
width: 60%;
}
.vform textarea, .vform input[type="text"], .vform input[type="password"], .vform input[type="datetime"], .vform input[type="datetime-local"], .vform input[type="date"],
.vform input[type="month"], .vform input[type="time"], .vform input[type="week"], .vform input[type="number"], .vform input[type="email"], .vform input[type="url"],
.vform input[type="tel"], .vform input[type="color"], .vform select, .vform input[type=file],
.hform textarea, .hform input[type="text"], .hform input[type="password"], .hform input[type="datetime"], .hform input[type="datetime-local"], .hform input[type="date"],
.hform input[type="month"], .hform input[type="time"], .hform input[type="week"], .hform input[type="number"], .hform input[type="email"], .hform input[type="url"],
.hform input[type="tel"], .hform input[type="color"], .hform select, .hform input[type=file] {
display: block;
background: #ffffff;
border: 1px solid #cccccc;
padding: 5px 10px;
vertical-align: middle;
outline: none;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
transition: border linear 0.4s, box-shadow linear 0.4s;
-o-transition: border linear 0.4s, box-shadow linear 0.4s;
-moz-transition: border linear 0.4s, box-shadow linear 0.4s;
-webkit-transition: border linear 0.4s, box-shadow linear 0.4s;
margin-bottom: 10px;
font-size: 13px;
line-height: 21px;
height: 30px;
}
.vform input[type="text"]:focus, .vform input[type="password"]:focus, .vform input[type="datetime"]:focus, .vform input[type="email"]:focus,
.vform input[type="datetime-local"]:focus, .vform input[type="date"]:focus, .vform input[type="month"]:focus, .vform input[type="time"]:focus,
.vform input[type="week"]:focus, .vform input[type="url"]:focus, .vform input[type="number"]:focus, .vform input[type="search"]:focus, .vform input[type="tel"]:focus,
.vform textarea:focus,
.hform textarea:focus, .hform input[type="text"]:focus, .hform input[type="password"]:focus, .hform input[type="datetime"]:focus,
.hform input[type="datetime-local"]:focus, .hform input[type="date"]:focus, .hform input[type="month"]:focus, .hform input[type="time"]:focus,
.hform input[type="week"]:focus, .hform input[type="number"]:focus, .hform input[type="email"]:focus, .hform input[type="url"]:focus, .hform input[type="search"]:focus,
.hform input[type="tel"]:focus, .hform input[type="color"]:focus{
border: 1px solid;
border-color: rgba(82, 168, 236, 0.8);
color: #444;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(81, 168, 236, 0.5);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(81, 168, 236, 0.5);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(81, 168, 236, 0.5);
}
.vform textarea, .hform textarea{min-height: 120px; }
.vform fieldset, .hform fieldset {margin-bottom: 10px; }
.vform input[type="file"], .hform input[type="file"] {overflow: none;}
/* conjoined inputs */
.vform span.pre, .hform span.pre, .vform span.post, .hform span.post {
display: block;
background-color: #f2f2f2;
border: 1px solid #cccccc;
color: #222222;
font-size: 13px;
line-height: 18px;
height: 30px;
position: relative;
padding: 5px 10px;
}
.vform span.pre, .hform span.pre{margin-right: -1px; float: left; }
.vform span.post, .hform span.post{margin-left: -1px; float: left;}
.vform input.post, .hform input.post, .vform span.pre, .hform span.pre{
border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px 0 0 4px;
}
.vform input.pre, .hform input.pre, .vform span.post, .hform span.post{
border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
-webkit-border-radius: 0 4px 4px 0;
}
.vform input.pre, .vform input.post{width:75%; float:left; height: 30px;}
.hform input.pre, .hform input.post{width:45%; float:left; height: 30px;}
.vform input.pre-post{width: 70%; float: left; height: 30px; border-radius: 0;}
.hform input.pre-post{width: 40%; float: left; height: 30px; border-radius: 0;}
.vform span[type="submit"].post, .hform span[type="submit"].post, .vform span[type="submit"].pre, .hform span[type="submit"].pre{
cursor: pointer;
background-color: #f5f5f5;
background-image: linear-gradient(top, #f9f9f9, #efefef);
background-image: -ms-linear-gradient(top, #f9f9f9, #efefef);
background-image: -moz-linear-gradient(top, #f9f9f9, #efefef);
background-image: -webkit-linear-gradient(top, #f9f9f9, #efefef);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#efefef');
}
.vform span[type="submit"].post:hover, .hform span[type="submit"].post:hover, .vform span[type="submit"].pre:hover, .hform span[type="submit"].pre:hover{
background:#eee;
background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#f8f8f8));
background:-moz-linear-gradient(top, #eee, #f8f8f8);
}
/* ---- Buttons ---- */
button{
display:inline-block;*display:inline;
padding:7px 20px;
margin-bottom:10px;*margin-left:.3em;
font-size:14px;
line-height:20px;*line-height:20px;
color:#333 !important;
text-align:center;
vertical-align:middle;
cursor:pointer;
border:1px solid #dedede;*border:0;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-color:#eeeeee,#dedede,#dedede;
border-radius:4px;
-o-border-radius:4px;
-ms-border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
background-color: #f5f5f5;
background-image: linear-gradient(top, #f9f9f9, #efefef);
background-image: -ms-linear-gradient(top, #f9f9f9, #efefef);
background-image: -moz-linear-gradient(top, #f9f9f9, #efefef);
background-image: -webkit-linear-gradient(top, #f9f9f9, #efefef);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#efefef');
}
button:hover, button:active{
background:#eee;
background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#f8f8f8));
background:-moz-linear-gradient(top, #eee, #f8f8f8);
}
button.large{padding:10px 35px; font-size:15px;}
button.small{padding:3px 13px; font-size:13px;}
button.skyblue{ /* --- skyblue color button --- */
color:#fff !important;
background-color:#26a2b6;
background: linear-gradient(#34bac9, #26a2b6);
background: -o-linear-gradient(#34bac9, #26a2b6);
background: -ms-linear-gradient(#34bac9, #26a2b6);
background: -moz-linear-gradient(#34bac9, #26a2b6);
background: -webkit-linear-gradient(#34bac9, #26a2b6);
background: -webkit-gradient(linear, left top, left bottom, from(#34bac9), to(#26a2b6));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#34bac9', EndColorStr='#26a2b6');
}
button.skyblue:hover, button.skyblue:active{
background:#26a2b6;
background:-moz-linear-gradient(top, #26a2b6, #34bac9);
background:-webkit-gradient(linear, left top, left bottom, from(#26a2b6), to(#34bac9));
}
button.blue{ /* --- blue color button --- */
color:#fff !important;
background-color:#0085c6;
background: linear-gradient(#008fd5, #0085c6);
background: -o-linear-gradient(#008fd5, #0085c6);
background: -ms-linear-gradient(#008fd5, #0085c6);
background: -moz-linear-gradient(#008fd5, #0085c6);
background: -webkit-linear-gradient(#008fd5, #0085c6);
background: -webkit-gradient(linear, left top, left bottom, from(#008fd5), to(#0085c6));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#008fd5', EndColorStr='#0085c6');
}
button.blue:hover, button.blue:active{
background:#008fd5;
background:-moz-linear-gradient(top, #008fd5, #009de9);
background:-webkit-gradient(linear, left top, left bottom, from(#008fd5), to(#009de9));
}
button.green{ /* --- green color button --- */
color:#fff !important;
background-color: #51A351;
background: linear-gradient(#62C462, #51A351);
background: -o-linear-gradient(#62C462, #51A351);
background: -ms-linear-gradient(#62C462, #51A351);
background: -moz-linear-gradient(#62C462, #51A351);
background: -webkit-linear-gradient(#62C462, #51A351);
background: -webkit-gradient(linear, left top, left bottom, from(#62C462), to(#51A351));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#51A351', EndColorStr='#51A351');
}
button.green:hover, button.green:active{
background: #51A351;
background: -moz-linear-gradient(top, #51A351, #5FA351);
background: -webkit-gradient(linear, left top, left bottom, from(#51A351), to(#5FA351));
}
button.yellow{ /* --- yellow color button --- */
color:#fff !important;
background-color:#f0bf4a;
background: linear-gradient(#f0c930, #f0bf4a);
background: -o-linear-gradient(#f0c930, #f0bf4a);
background: -ms-linear-gradient(#f0c930, #f0bf4a);
background: -moz-linear-gradient(#f0c930, #f0bf4a);
background: -webkit-linear-gradient(#f0c930, #f0bf4a);
background: -webkit-gradient(linear, left top, left bottom, from(#f0c930), to(#f0bf4a));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0c930', EndColorStr='#f0bf4a');
}
button.yellow:hover, button.yellow:active{
background:#f0bf4a;
background:-moz-linear-gradient(top, #f0bf4a, #f0c930);
background:-webkit-gradient(linear, left top, left bottom, from(#f0bf4a), to(#f0c930));
}
button.orange{ /* --- orange color button --- */
color:#fff !important;
background-color:#ff5c00;
background: linear-gradient(#ff6f40, #ff5c00);
background: -o-linear-gradient(#ff6f40, #ff5c00);
background: -ms-linear-gradient(#ff6f40, #ff5c00);
background: -moz-linear-gradient(#ff6f40, #ff5c00);
background: -webkit-linear-gradient(#ff6f40, #ff5c00);
background: -webkit-gradient(linear, left top, left bottom, from(#ff6f40), to(#ff5c00));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff6f40', EndColorStr='#ff5c00');
}
button.orange:hover, button.orange:active{
background:#ff5c00;
background:-moz-linear-gradient(top, #ff5c00, #ff6f40);
background:-webkit-gradient(linear, left top, left bottom, from(#ff5c00), to(#ff6f40));
}
button.red{ /* --- red color button --- */
color:#fff !important;
background-color:#bd362f;
background: linear-gradient(#bd362f, #b1322c);
background: -o-linear-gradient(#bd362f, #b1322c);
background: -ms-linear-gradient(#bd362f, #b1322c);
background: -moz-linear-gradient(#bd362f, #b1322c);
background: -webkit-linear-gradient(#bd362f, #b1322c);
background: -webkit-gradient(linear, left top, left bottom, from(#bd362f), to(#b1322c));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#bd362f', EndColorStr='#b1322c');
}
button.red:hover, button.red:active{
background:#bd362f;
background:-webkit-gradient(linear, left top, left bottom, from(#bd362f), to(#cc3b34));
background:-moz-linear-gradient(top, #bd362f, #cc3b34);
}
button.magenta{ /* --- magenta color button --- */
color:#fff !important;
background-color:#b9298f;
background: linear-gradient(#b93180, #b9298f);
background: -o-linear-gradient(#b93180, #b9298f);
background: -ms-linear-gradient(#b93180, #b9298f);
background: -moz-linear-gradient(#b93180, #b9298f);
background: -webkit-linear-gradient(#b93180, #b9298f);
background: -webkit-gradient(linear, left top, left bottom, from(#b93180), to(#b9298f));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#b9298f', EndColorStr='#b9298f');
}
button.magenta:hover, button.magenta:active{
background:#b9298f;
background:-moz-linear-gradient(top, #b9298f, #b9358f);
background:-webkit-gradient(linear, left top, left bottom, from(#b9298f), to(#b9358f));
}
button.black{ /* --- black color button --- */
color:#fff !important;
background-color:#111;
background: linear-gradient(#333, #111);
background: -o-linear-gradient(#333, #111);
background: -ms-linear-gradient(#333, #111);
background: -moz-linear-gradient(#333, #111);
background: -webkit-linear-gradient(#333, #111);
background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#333', EndColorStr='#111');
}
button.black:hover, button.black:active{
background:#222;
background:-moz-linear-gradient(top, #222, #333);
background:-webkit-gradient(linear, left top, left bottom, from(#222), to(#333));
}
/* ---- Alerts ---- */
.alert {
padding: 10px;
margin-bottom: 18px;
color: #c09853;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
font: 14px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
background-color: #fcf8e3;
border: 1px solid #fbeee0;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.success {color: #468847; background-color: #dff0d8; border-color: #d6e9c6;}
.error {color: #b94a48; background-color: #f2dede; border-color: #eed3d7;}
.info {color: #3a87ad; background-color: #d9edf7; border-color: #bce8f1;}
/* ---- Table ---- */
table {
width: 100%;
font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
border: solid #ccc 1px;
border-left: none;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0 1px 2px #d1d1d1;
-moz-box-shadow: 0 1px 2px #d1d1d1;
-webkit-box-shadow: 0 1px 2px #d1d1d1;
}
td, th {border-top: 1px solid #ccc; border-left: 1px solid #ccc; padding: 10px; text-align: left;}
th {
background-color: #f0f0f0;
box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
-moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
border-top: none;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
font-size: 14px;
line-height: 24px;
text-align: center;
}
td{font-size:14px;}
table tr:first-child th:first-child{
border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
}
table tr:first-child th:last-child{
border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
}
table tr:last-child td:first-child{
border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
}
table tr:last-child td:last-child{
border-bottom-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
}
table tr.even td{background-color: #fafafa;}
/* ---- Pagination ---- */
.pagin ul {list-style: none; margin: 0; padding: 0;}
.pagin li {display: inline;}
.pagin a {
border-radius: 3px;
-ms-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
margin: 1px 2px;
padding: 5px 10px 5px 5px;
display: inline-block;
border-top: 1px solid #fff;
text-decoration: none !important;
color: #333 !important;
font-size: 12px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
text-shadow: white 0 1px 0;
background-color: #f5f5f5;
background-image: linear-gradient(top, #f9f9f9, #eaeaea);
background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#eaeaea');
}
.pagin a:hover, .pagin a:focus {
border-color: #fff;
background-color: #fdfdfd;
background-image: linear-gradient(top, #fefefe, #fafafa);
background-image: -ms-linear-gradient(top, #fefefe, #fafafa);
background-image: -moz-linear-gradient(top, #fefefe, #fafafa);
background-image: -webkit-linear-gradient(top, #fefefe, #fafafa);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#fafafa');
}
.pagin a.more {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
border: 0 none !important;
background: transparent !important;
margin-left: 0;
margin-right: 0;
}
.pagin-dark a {
border-top: 1px solid #575e63;
text-shadow: rgba(0, 0, 0, 0.75) 0 1px 0;
color: #fff !important;
background-color: #4e5458;
background-image: linear-gradient(top, #575e63, #3f4347);
background-image: -ms-linear-gradient(top, #575e63, #3f4347);
background-image: -moz-linear-gradient(top, #575e63, #3f4347);
background-image: -webkit-linear-gradient(top, #575e63, #3f4347);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#575e63', EndColorStr='#3f4347');
}
.pagin-dark a:hover, .pagin-dark a:focus {
border-color: #575e63;
background-color: #4d6374;
background-image: linear-gradient(top, #567062, #3e505e);
background-image: -ms-linear-gradient(top, #567062, #3e505e);
background-image: -moz-linear-gradient(top, #567062, #3e505e);
background-image: -webkit-linear-gradient(top, #567062, #3e505e);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#567062', EndColorStr='#3e505e');
}
.pagin a, .pagin-dark a {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.pagin a.active, .pagin-dark a.active {
box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
-moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
-webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
border-color: #2d3035 !important;
color: #fff !important;
text-shadow: black 0 1px 0;
background-color: #303338;
background-image: linear-gradient(top, #303338, #2d3034);
background-image: -ms-linear-gradient(top, #303338, #2d3034);
background-image: -moz-linear-gradient(top, #303338, #2d3034);
background-image: -webkit-linear-gradient(top, #303338, #2d3034);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#303338', EndColorStr='#2d3034');
}
/* ---- Tooltip ---- */
.tooltip{display: inline; position: relative; color: #2ba6cb;}
.tooltip:hover:before
{
border: solid;
border-color: #333 transparent;
border-width: 6px 6px 0 6px;
bottom: 21px;
content: "";
left: 50%;
position: absolute;
z-index: 97;
}
.tooltip:hover:after
{
background: #333;
background: rgba(0,0,0,.8);
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
bottom: 27px;
font-size: 12px;
color: #fff;
content: attr(title);
padding: 5px;
position: absolute;
z-index: 98;
width: 180px;
margin-left: -50px;
}
/* ---- Breadcrumb ---- */
.breadcrumb {
padding: 10px;
font: 14px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
background-color: #f5f5f5;
background-image: linear-gradient(top, #f9f9f9, #eaeaea);
background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#eaeaea');
border: 1px solid #ddd;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: inset 0 1px 0 #ffffff;
-moz-box-shadow: inset 0 1px 0 #ffffff;
-webkit-box-shadow: inset 0 1px 0 #ffffff;
}
.breadcrumb li {display: inline-block; text-shadow: 0 1px 0 #ffffff;}
.breadcrumb .divider {padding: 0 5px; color: #777;}
/* ---- Toggle Switches ---- */
.switch {
position: relative;
margin: 20px auto;
height: 34px;
width: 100%;
max-width: 320px;
background: rgba(0, 0, 0, 0.6);
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0.3), 0 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(0, 0, 0, 0.1);
}
.switch-label {
position: relative;
z-index: 2;
float: left;
color: #fff;
width: 50%;
text-align: center;
cursor: pointer;
font: 12px/32px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.switch-input {display: none;}
.switch-input:checked + .switch-label {
font-weight: bold;
color: rgba(0, 0, 0, 0.65);
text-shadow: 0 1px rgba(255, 255, 255, 0.25);
transition: 0.15s ease-out;
-moz-transition: 0.15s ease-out;
-webkit-transition: 0.15s ease-out;
}
.switch-input:checked + .switch-label-on ~ .switch-selection {left: 50%;}
.switch-selection {
display: block;
position: absolute;
z-index: 1;
top: 2px;
left: 2px;
width: 50%;
height: 30px;
background: #65bd63;
background-image: -webkit-linear-gradient(top, #9dd993, #65bd63);
background-image: -moz-linear-gradient(top, #9dd993, #65bd63);
background-image: -o-linear-gradient(top, #9dd993, #65bd63);
background-image: linear-gradient(to bottom, #9dd993, #65bd63);
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
transition: left 0.15s ease-out;
-moz-transition: left 0.15s ease-out;
-webkit-transition: left 0.15s ease-out;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
}
.switch-blue .switch-selection {
background: #3aa2d0;
background-image: -webkit-linear-gradient(top, #4fc9ee, #3aa2d0);
background-image: -moz-linear-gradient(top, #4fc9ee, #3aa2d0);
background-image: -o-linear-gradient(top, #4fc9ee, #3aa2d0);
background-image: linear-gradient(to bottom, #4fc9ee, #3aa2d0);
}
.switch-yellow .switch-selection {
background: #c4bb61;
background-image: -webkit-linear-gradient(top, #e0dd94, #c4bb61);
background-image: -moz-linear-gradient(top, #e0dd94, #c4bb61);
background-image: -o-linear-gradient(top, #e0dd94, #c4bb61);
background-image: linear-gradient(to bottom, #e0dd94, #c4bb61);
}
/* ---- Tabs ---- */
.tab-container{ position: relative; display: block; height:280px; width: 100%; padding:1px 0; }
.tab-container .tab-radio{ display: none;}
.tab-container .tab{
display: block;
float: left;
position: relative;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border: 1px solid #cfd2d7;
border-bottom: none;
color: #888;
margin-top: -15px;
margin-right: 1.0%;
padding: 5px 20px;
text-decoration: none;
text-align: center;
cursor: pointer;
background-color: #eee;
font: 14px/25px "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.tab-container .tab-radio:checked ~ .tab, .tab-container .tab-radio:active ~ .tab{background-color: #fff; z-index: 100; border-bottom: 1px solid #fff;}
.tab-container .tab-radio:checked ~ .tab {background-color:#fff; color:#333;}
.tab-container .tab-page
{
visibility: hidden;
width: 100%; height: auto;
font: 14px/25px "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
background-color: #fff;
color: #888;
display:block;
position: absolute;
top: 22px;
float: left;
padding: 10px;
border: 1px solid #cfd2d7;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
box-shadow: 0 1px 3px rgba(0,0,0,.3);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.tab-container .tab-radio:checked ~ .tab-page { visibility: visible; display: block; height: auto}
/* ---- Accordion ---- */
.accordion {
width: 100%;
background: #fff;
font-size: 14px;
font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.accordion p{height:0; margin-bottom:0px; padding:0; color: #888; overflow:hidden;}
.accordion a{
display:block;
height:auto;
padding:5px;
line-height:28px;
background-color: #eee;
color:#333;
text-decoration:none;
text-align:center;
border-bottom:1px solid #aaa;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.accordion a:hover, .accordion a:focus {opacity:.9; color:#ooo;}
.accordion a:active {color:#000;}
.accordion :target + p{
margin: 0 2px;
padding:10px 15px;
height:auto;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0 1px 3px rgba(0,0,0,.3);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
/* Media query for 960 Screens - sets nested grids to 100% */
@media only screen and (max-width:960px){
.row .row .c1,.row .row .c2,.row .row .c3,.row .row .c4,.row .row .c5,.row .row .c6,.row .row .c7,.row .row .c8,.row .row .c9,.row .row .c10,.row .row .c11,.row .row .c12,.row .row .c1-5,.row .row .c1-8{width:100%;margin-bottom:20px;margin-left:0px;margin-right:0px; }
.row .row > div:last-child{margin-bottom:0 !important}
}
/* Media query for iPad and tablets */
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation:portrait){
body{font-size:90%}
.row{margin-bottom:0!important}
.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c12,.c1-5,.c1-8{width:100%;margin-right:0;margin-left:0;margin-bottom:20px; padding:0 10px;}
.c1.first,.c2.first,.c3.first,.c4.first,.c5.first,.c6.first,.c7.first,.c8.first,.c9.first,.c10.first,.c11.first,.c1-5.first,.c1-8.first {
padding-left: 10px; position:relative;
}
.c1.last,.c2.last,.c3.last,.c4.last,.c5.last,.c6.last,.c7.last,.c8.last,.c9.last,.c10.last,.c11.last,.c1-5.last,.c1-8.last {
padding-right: 10px; position:relative;
}
} | 0.393851 | 0.11158 |
html,
body {
height: 100%;
background-color: #ffd941;
color: white;
font-size:14px;
font-family: 'Montserrat', sans-serif;
}
a:hover{
text-decoration: none;
}
nav h1{
color: white;
font-weight: bold;
margin-top: 10px;
}
h2{
font-size: 30px;
color: white;
margin-top: 0px;
text-align: center;
font-weight: bold;
margin-bottom: 30px;
font-family: 'Lato', sans-serif;
}
h3{
font-weight: bold;
}
.form-control{
font-weight: bold;
font-size: 15px;
padding: 8px 14px;
height: 38px;
color: #333;
}
/*HEADER*/
header{
border-bottom: 1px dashed white;
}
nav.main-nav{
display: flex;
padding: 10px;
align-items: flex-end;
justify-content: space-between;
background-color: #292929;
}
nav ul.nav-right-block{
display: flex;
margin-bottom: 0px;
flex-wrap: wrap;
}
nav ul.nav-right-block li{
list-style-type: none;
padding: 10px;
}
nav ul.nav-right-block li a{
color: white;
font-weight: bold;
font-size: 15px;
text-decoration: none;
}
.breadcrumb{
background: unset;
font-size: 12px;
position: absolute;
}
form.form-horizontal .control-label{
color: white;
margin-bottom: 5px;
}
.breadcrumb > .active {
color: #292929;
font-weight: bold;
}
.breadcrumb a{
color: #292929;
font-weight: bold;
text-decoration: underline;
}
.breadcrumb > li + li:before {
color: #292929;
}
/*HEADER (END)*/
/*FORM*/
form{
background-color: #292929;
padding: 40px 50px 50px 50px;
border-radius: 30px;
margin-top: 70px;
margin-bottom: 70px;
width: 50%;
margin-left: 25%;
border: 1px dashed white;
}
textarea{
resize: vertical;
}
.form-edit-photo img{
max-width: 100%;
max-height: 120px;
border-radius: 20px;
margin-bottom: 10px;
border: 2px solid white;
}
.cke {
border-radius: 20px;
overflow: hidden;
font-size: 15px;
font-weight:bold;
}
/*FORM (END)*/
/*LOGIN*/
.form-button{
background-color: #286090;
border: 0px;
color: white;
padding: 7px 40px;
font-weight: bold;
border-radius: 20px;
}
div.div-form-button{
display:flex;
justify-content: flex-end;
margin-top: 20px;
}
.form-group{
margin-bottom:15px;
}
.form-control{
border-radius: 20px;
}
.radio label, .checkbox label {
font-weight: bold;
}
/*LOGIN (END)*/
/*MAIN PAGE*/
.user_info{
width: 100%;
background-color: #ffd941;
padding: 30px 0px 70px 0px;
display: flex;
justify-content: center;
align-items: center;
border-bottom: 2px dashed #292929;
}
.all-profession{
display:flex;
flex-direction: column;
align-items: center;
background-color: white;
padding-bottom: 60px;
}
.all-profession h2{
color: #292929;
margin-top: 60px;
margin-bottom: 50px;
}
.profession-info{
display:flex;
justify-content:flex-start;
width:90%;
margin-left:5%;
margin-right: 5%;
margin-bottom: 50px;
flex-wrap: wrap;
}
.profession-block{
width: 27%;
margin-right: 3.15%;
position: relative;
border: 1px solid #292929;
border-radius: 20px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
overflow: hidden;
}
.block-on-background{
position: absolute;
top:0px;
left:0px;
right:0px;
bottom:0px;
z-index:0;
background-color: #29292959;
}
.profession-block h4{
z-index: 1;
text-align: center;
width: 100%;
padding: 10px;
color: #ffd941;
font-weight: bold;
position: relative;
}
figure.profession-photo{
width:100%;
}
figure>img{
width:100%;
}
a.show-profession{
position: absolute;
bottom: 10px;
right: 10px;
z-index: 2;
}
a.show-profession img{
width:40px;
height:40px;
}
.banner-info{
padding: 40px 20px;
width: 60%;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
.user_info_about dt.col-md-5{
padding-left:0px;
}
.user_info_about>div{
display:flex;
margin-bottom: 7px;
}
.user_info_about>div dt{
width:35%;
}
.user_info_about>div dd{
width:65%;
}
.photo_user{
margin-right: 20px;
width:200px;
height:200px;
border-radius: 50%;
border: 3px solid white;
min-width: 200px;
background-position: center;
background-size: cover;
}
a.edit-info{
position: absolute;
top: 15px;
right: 15px;
color: white;
font-size: 12px;
}
.end-user-info{
background-color: #1b1b1b;
margin-top:80px;
padding:150px 0px;
}
a.btn-add img{
width: 70px;
height: 70px;
}
/*MAIN PAGE*/
/*PROFESSION PAGE*/
.profession{
padding: 100px 0px;
display: flex;
align-items: center;
border-bottom: 2px dashed #292929;
background-color: white;
}
.prof-header{
display: flex;
width: 70%;
min-height: 200px;
padding: 40px;
border: 1px solid #ffffff;
border-radius: 30px;
margin-left: -30px;
background-color: #ffd941;
margin-right: 10px;
}
div.prof-photo{
width: 30%;
margin-left: 25px;
background-size: cover;
border-radius: 20px;
margin-right: 20px;
border: 2px solid white;
}
.prof-about h3{
margin-top: 0px;
}
#all-profession-elements{
display: flex;
justify-content: flex-start;
width: 90%;
margin-bottom: 30px;
flex-wrap: wrap;
}
.one-prof{
border-radius: 20px;
width: 27%;
margin: 3.15%;
min-height: 200px;
background-color: white;
border: 2px solid #fff;
position: relative;
overflow: hidden;
background-size: cover;
}
.one-prof h4 {
z-index: 1;
text-align: center;
width: 100%;
padding: 10px;
color: white;
font-weight: bold;
position: relative;
}
div.profession-list-block{
background-color: #295e90;
padding: 40px 0px 60px 0px;
display: flex;
flex-direction: column;
align-items: center;
}
.profession-list-block h2{
padding-top: -top:40px;
}
/*PROFESSION PAGE (END)*/
/*Element page*/
.one-element-block{
margin: 100px 40px 80px 40px;
border-radius: 20px;
background-color: white;
padding: 50px 50px 100px 50px;
}
.details-prof{
display: flex;
justify-content: space-between;
position: relative;
margin-bottom: 40px;
}
.details-prof-photos{
width:30%;
margin-right:15px;
}
.prof-l-img{
width: 100%;
height: 200px;
border-radius: 20px;
background-color: white;
background-size: cover;
background-position: center;
}
.details-prof-about{
width: calc(100% - 15px);
color: #292929;
}
.details-prof-about h2{
color: #292929;
text-align: left;
}
.element-group-btn{
position: absolute;
top: -10px;
right: -10px;
display: flex;
}
.element-group-btn a:last-child{
margin-left:10px;
}
.element-group-btn img{
width:40px;
height:40px;
}
#all-elements-photo{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
#all-elements-photo>div{
width: 12%;
margin: 0px 1% 20px 1%;
overflow: hidden;
border-radius: 10px;
position: relative;
}
#all-elements-photo>div img.del-elem{
position: absolute;
top: 2px;
right: 2px;
width: 20px;
height: 20px;
}
#all-elements-photo>div img.img-elem{
position:relative;
max-height: 300px;
max-width: 300px;
cursor: pointer;
}
/*Element page*/
/*Modal window*/
.background-modal, .background-modal-element{
position: fixed;
top:0px;
left:0px;
right:0px;
bottom:0px;
background-color: #383838b0;
z-index: 10;
display: none;
justify-content: center;
align-items: center;
}
.del-elem{
cursor: pointer;
}
.modal-window, .modal-window-element{
background-color: white;
width: 400px;
padding: 20px 40px;
color: #292929;
font-weight: bold;
border-radius:20px;
}
.modal-window form, .modal-window-element form{
width:100%;
margin:unset;
background-color: white;
padding: 10px 0px;
display: flex;
justify-content: flex-end;
}
/*Modal window (end)*/
/*GALERY*/
.background-galery{
position: fixed;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-color: #383838b0;
z-index: 10;
display: none;
justify-content: center;
align-items: center;
}
.galery-block{
width: 80%;
margin: 0px 10%;
padding: 20px;
background-color: white;
border-radius: 20px;
position: relative;
}
.galery-block a{
padding: 10px 15px;
border-radius: 50%;
background-color: #292929;
border: 2px solid white;
color: white;
}
.galery-block a.left{
position: absolute;
top: calc(50% - 15px);
left: 5px;
}
.galery-block a.right{
position: absolute;
top: calc(50% - 15px);
right: 5px;
}
.galery-img{
max-width: 100%;
max-height: 100%;
border-radius: 10px;
}
.close-img{
position: absolute;
top: 10px;
right: 10px;
width: 25px;
height: 25px;
cursor: pointer;
}
/*GALERY (END)*/
/* UPLOAD FILE FORM */
.upload-area{
width: 100%;
height: 200px;
border: 2px dashed gray;
border-radius: 3px;
margin: 0 auto;
margin-top: 50px;
text-align: center;
overflow: auto;
}
.upload-area:hover{
cursor:pointer;
}
.upload-area h4{
text-align: center;
font-weight: bold;
color: #292929;
margin-top: 30px;
}
#file{
display: none;
}
.thumbnail{
width: 80px;
height: 80px;
padding: 2px;
border: 2px solid lightgray;
border-radius: 3px;
float: left;
}
.size{
font-size:12px;
}
/* UPLOAD FILE FORM (END) */
div.container {
width:100%;
padding: 0px;
}
.footer {
height: 60px;
border-top: 1px solid #ddd;
padding-top: 20px;
background-color: #292929;
border-top: 1px dashed white;
}
footer .copy-h6{
text-align: center;
font-weight: bold;
margin-top: 2px;
}
.footer-fixed{
position:fixed;
bottom:0px;
left:0px;
right:0px;
}
@media screen and (max-width: 1014px) and (min-width:768px) {
form {
width: 80%;
margin-left: 10%;
}
#all-elements-photo>div {
width: 18%;
margin:0px 1% 20px 1%;
}
}
@media screen and (max-width:768px) {
form{
width: 92%;
margin: 70px 4%;
padding: 20px 20px 30px 20px;
}
.banner-info{
flex-direction: column;
width:80%;
padding: 0px;
}
div.profession-block{
width:100%;
margin:0px 0px 50px 0px;
}
div.profession-block:last-child{
margin:0px;
}
/*PROFESSION PAGE*/
.profession{
flex-direction: column;
flex-wrap: wrap;
align-items: center;
padding: 80px 0px 60px 0px;
}
.prof-header{
width: 100%;
flex-wrap: wrap;
padding-left: 55px;
margin-bottom: 20px;
}
div.prof-photo{
width: 100%;
min-height: 200px;
margin-left: 0px;
margin-bottom: 20px;
}
.one-prof{
width: 46%;
margin: 2%;
}
/*PROFESSION PAGE (END)*/
/*Element page*/
.details-prof{
flex-wrap: wrap;
padding: 0px;
margin: 0px;
}
.details-prof-photos{
width: 100%;
display: flex;
justify-content: center;
margin-right: 0px;
}
.details-prof-about{
width: 100%;
margin-top: 20px;
}
.prof-l-img {
height: 200px;
}
.details-prof-about h2 {
margin-bottom: 20px;
}
#all-elements-photo>div {
width: 30%;
margin: 0px 1.6% 20px 1.6%;
}
.one-element-block {
padding: 20px 20px 60px 20px;
margin: 60px 20px 40px 20px;
}
/*Element page*/
}
@media(max-width:420px) {
#all-elements-photo>div {
width: 46%;
margin: 0px 2% 15px 2%;
}
} | web/css/site.css | html,
body {
height: 100%;
background-color: #ffd941;
color: white;
font-size:14px;
font-family: 'Montserrat', sans-serif;
}
a:hover{
text-decoration: none;
}
nav h1{
color: white;
font-weight: bold;
margin-top: 10px;
}
h2{
font-size: 30px;
color: white;
margin-top: 0px;
text-align: center;
font-weight: bold;
margin-bottom: 30px;
font-family: 'Lato', sans-serif;
}
h3{
font-weight: bold;
}
.form-control{
font-weight: bold;
font-size: 15px;
padding: 8px 14px;
height: 38px;
color: #333;
}
/*HEADER*/
header{
border-bottom: 1px dashed white;
}
nav.main-nav{
display: flex;
padding: 10px;
align-items: flex-end;
justify-content: space-between;
background-color: #292929;
}
nav ul.nav-right-block{
display: flex;
margin-bottom: 0px;
flex-wrap: wrap;
}
nav ul.nav-right-block li{
list-style-type: none;
padding: 10px;
}
nav ul.nav-right-block li a{
color: white;
font-weight: bold;
font-size: 15px;
text-decoration: none;
}
.breadcrumb{
background: unset;
font-size: 12px;
position: absolute;
}
form.form-horizontal .control-label{
color: white;
margin-bottom: 5px;
}
.breadcrumb > .active {
color: #292929;
font-weight: bold;
}
.breadcrumb a{
color: #292929;
font-weight: bold;
text-decoration: underline;
}
.breadcrumb > li + li:before {
color: #292929;
}
/*HEADER (END)*/
/*FORM*/
form{
background-color: #292929;
padding: 40px 50px 50px 50px;
border-radius: 30px;
margin-top: 70px;
margin-bottom: 70px;
width: 50%;
margin-left: 25%;
border: 1px dashed white;
}
textarea{
resize: vertical;
}
.form-edit-photo img{
max-width: 100%;
max-height: 120px;
border-radius: 20px;
margin-bottom: 10px;
border: 2px solid white;
}
.cke {
border-radius: 20px;
overflow: hidden;
font-size: 15px;
font-weight:bold;
}
/*FORM (END)*/
/*LOGIN*/
.form-button{
background-color: #286090;
border: 0px;
color: white;
padding: 7px 40px;
font-weight: bold;
border-radius: 20px;
}
div.div-form-button{
display:flex;
justify-content: flex-end;
margin-top: 20px;
}
.form-group{
margin-bottom:15px;
}
.form-control{
border-radius: 20px;
}
.radio label, .checkbox label {
font-weight: bold;
}
/*LOGIN (END)*/
/*MAIN PAGE*/
.user_info{
width: 100%;
background-color: #ffd941;
padding: 30px 0px 70px 0px;
display: flex;
justify-content: center;
align-items: center;
border-bottom: 2px dashed #292929;
}
.all-profession{
display:flex;
flex-direction: column;
align-items: center;
background-color: white;
padding-bottom: 60px;
}
.all-profession h2{
color: #292929;
margin-top: 60px;
margin-bottom: 50px;
}
.profession-info{
display:flex;
justify-content:flex-start;
width:90%;
margin-left:5%;
margin-right: 5%;
margin-bottom: 50px;
flex-wrap: wrap;
}
.profession-block{
width: 27%;
margin-right: 3.15%;
position: relative;
border: 1px solid #292929;
border-radius: 20px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
overflow: hidden;
}
.block-on-background{
position: absolute;
top:0px;
left:0px;
right:0px;
bottom:0px;
z-index:0;
background-color: #29292959;
}
.profession-block h4{
z-index: 1;
text-align: center;
width: 100%;
padding: 10px;
color: #ffd941;
font-weight: bold;
position: relative;
}
figure.profession-photo{
width:100%;
}
figure>img{
width:100%;
}
a.show-profession{
position: absolute;
bottom: 10px;
right: 10px;
z-index: 2;
}
a.show-profession img{
width:40px;
height:40px;
}
.banner-info{
padding: 40px 20px;
width: 60%;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
.user_info_about dt.col-md-5{
padding-left:0px;
}
.user_info_about>div{
display:flex;
margin-bottom: 7px;
}
.user_info_about>div dt{
width:35%;
}
.user_info_about>div dd{
width:65%;
}
.photo_user{
margin-right: 20px;
width:200px;
height:200px;
border-radius: 50%;
border: 3px solid white;
min-width: 200px;
background-position: center;
background-size: cover;
}
a.edit-info{
position: absolute;
top: 15px;
right: 15px;
color: white;
font-size: 12px;
}
.end-user-info{
background-color: #1b1b1b;
margin-top:80px;
padding:150px 0px;
}
a.btn-add img{
width: 70px;
height: 70px;
}
/*MAIN PAGE*/
/*PROFESSION PAGE*/
.profession{
padding: 100px 0px;
display: flex;
align-items: center;
border-bottom: 2px dashed #292929;
background-color: white;
}
.prof-header{
display: flex;
width: 70%;
min-height: 200px;
padding: 40px;
border: 1px solid #ffffff;
border-radius: 30px;
margin-left: -30px;
background-color: #ffd941;
margin-right: 10px;
}
div.prof-photo{
width: 30%;
margin-left: 25px;
background-size: cover;
border-radius: 20px;
margin-right: 20px;
border: 2px solid white;
}
.prof-about h3{
margin-top: 0px;
}
#all-profession-elements{
display: flex;
justify-content: flex-start;
width: 90%;
margin-bottom: 30px;
flex-wrap: wrap;
}
.one-prof{
border-radius: 20px;
width: 27%;
margin: 3.15%;
min-height: 200px;
background-color: white;
border: 2px solid #fff;
position: relative;
overflow: hidden;
background-size: cover;
}
.one-prof h4 {
z-index: 1;
text-align: center;
width: 100%;
padding: 10px;
color: white;
font-weight: bold;
position: relative;
}
div.profession-list-block{
background-color: #295e90;
padding: 40px 0px 60px 0px;
display: flex;
flex-direction: column;
align-items: center;
}
.profession-list-block h2{
padding-top: -top:40px;
}
/*PROFESSION PAGE (END)*/
/*Element page*/
.one-element-block{
margin: 100px 40px 80px 40px;
border-radius: 20px;
background-color: white;
padding: 50px 50px 100px 50px;
}
.details-prof{
display: flex;
justify-content: space-between;
position: relative;
margin-bottom: 40px;
}
.details-prof-photos{
width:30%;
margin-right:15px;
}
.prof-l-img{
width: 100%;
height: 200px;
border-radius: 20px;
background-color: white;
background-size: cover;
background-position: center;
}
.details-prof-about{
width: calc(100% - 15px);
color: #292929;
}
.details-prof-about h2{
color: #292929;
text-align: left;
}
.element-group-btn{
position: absolute;
top: -10px;
right: -10px;
display: flex;
}
.element-group-btn a:last-child{
margin-left:10px;
}
.element-group-btn img{
width:40px;
height:40px;
}
#all-elements-photo{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
#all-elements-photo>div{
width: 12%;
margin: 0px 1% 20px 1%;
overflow: hidden;
border-radius: 10px;
position: relative;
}
#all-elements-photo>div img.del-elem{
position: absolute;
top: 2px;
right: 2px;
width: 20px;
height: 20px;
}
#all-elements-photo>div img.img-elem{
position:relative;
max-height: 300px;
max-width: 300px;
cursor: pointer;
}
/*Element page*/
/*Modal window*/
.background-modal, .background-modal-element{
position: fixed;
top:0px;
left:0px;
right:0px;
bottom:0px;
background-color: #383838b0;
z-index: 10;
display: none;
justify-content: center;
align-items: center;
}
.del-elem{
cursor: pointer;
}
.modal-window, .modal-window-element{
background-color: white;
width: 400px;
padding: 20px 40px;
color: #292929;
font-weight: bold;
border-radius:20px;
}
.modal-window form, .modal-window-element form{
width:100%;
margin:unset;
background-color: white;
padding: 10px 0px;
display: flex;
justify-content: flex-end;
}
/*Modal window (end)*/
/*GALERY*/
.background-galery{
position: fixed;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-color: #383838b0;
z-index: 10;
display: none;
justify-content: center;
align-items: center;
}
.galery-block{
width: 80%;
margin: 0px 10%;
padding: 20px;
background-color: white;
border-radius: 20px;
position: relative;
}
.galery-block a{
padding: 10px 15px;
border-radius: 50%;
background-color: #292929;
border: 2px solid white;
color: white;
}
.galery-block a.left{
position: absolute;
top: calc(50% - 15px);
left: 5px;
}
.galery-block a.right{
position: absolute;
top: calc(50% - 15px);
right: 5px;
}
.galery-img{
max-width: 100%;
max-height: 100%;
border-radius: 10px;
}
.close-img{
position: absolute;
top: 10px;
right: 10px;
width: 25px;
height: 25px;
cursor: pointer;
}
/*GALERY (END)*/
/* UPLOAD FILE FORM */
.upload-area{
width: 100%;
height: 200px;
border: 2px dashed gray;
border-radius: 3px;
margin: 0 auto;
margin-top: 50px;
text-align: center;
overflow: auto;
}
.upload-area:hover{
cursor:pointer;
}
.upload-area h4{
text-align: center;
font-weight: bold;
color: #292929;
margin-top: 30px;
}
#file{
display: none;
}
.thumbnail{
width: 80px;
height: 80px;
padding: 2px;
border: 2px solid lightgray;
border-radius: 3px;
float: left;
}
.size{
font-size:12px;
}
/* UPLOAD FILE FORM (END) */
div.container {
width:100%;
padding: 0px;
}
.footer {
height: 60px;
border-top: 1px solid #ddd;
padding-top: 20px;
background-color: #292929;
border-top: 1px dashed white;
}
footer .copy-h6{
text-align: center;
font-weight: bold;
margin-top: 2px;
}
.footer-fixed{
position:fixed;
bottom:0px;
left:0px;
right:0px;
}
@media screen and (max-width: 1014px) and (min-width:768px) {
form {
width: 80%;
margin-left: 10%;
}
#all-elements-photo>div {
width: 18%;
margin:0px 1% 20px 1%;
}
}
@media screen and (max-width:768px) {
form{
width: 92%;
margin: 70px 4%;
padding: 20px 20px 30px 20px;
}
.banner-info{
flex-direction: column;
width:80%;
padding: 0px;
}
div.profession-block{
width:100%;
margin:0px 0px 50px 0px;
}
div.profession-block:last-child{
margin:0px;
}
/*PROFESSION PAGE*/
.profession{
flex-direction: column;
flex-wrap: wrap;
align-items: center;
padding: 80px 0px 60px 0px;
}
.prof-header{
width: 100%;
flex-wrap: wrap;
padding-left: 55px;
margin-bottom: 20px;
}
div.prof-photo{
width: 100%;
min-height: 200px;
margin-left: 0px;
margin-bottom: 20px;
}
.one-prof{
width: 46%;
margin: 2%;
}
/*PROFESSION PAGE (END)*/
/*Element page*/
.details-prof{
flex-wrap: wrap;
padding: 0px;
margin: 0px;
}
.details-prof-photos{
width: 100%;
display: flex;
justify-content: center;
margin-right: 0px;
}
.details-prof-about{
width: 100%;
margin-top: 20px;
}
.prof-l-img {
height: 200px;
}
.details-prof-about h2 {
margin-bottom: 20px;
}
#all-elements-photo>div {
width: 30%;
margin: 0px 1.6% 20px 1.6%;
}
.one-element-block {
padding: 20px 20px 60px 20px;
margin: 60px 20px 40px 20px;
}
/*Element page*/
}
@media(max-width:420px) {
#all-elements-photo>div {
width: 46%;
margin: 0px 2% 15px 2%;
}
} | 0.426799 | 0.05848 |
display:none;
}
blockquote {
display: inherit;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
font-style: italic;
}
.arcgisSearch .showNoResults .noResultsMenu {
width: calc(100% - 6px);
margin: 0 2px;
}
.TableOfContents {
width: auto;
}
.TableOfContents .toc-title {
border-bottom: 1px solid gray;
font-size: 16px;
line-height: 16px;
-webkit-user-select: none;
-moz-user-select: none;
margin: 1px 2px;
}
.TableOfContents .toc-title-container {
background: none;
color: #555;
position: relative;
}
.esriRTL label.checkbox {
float: right;
}
.esriRTL .checkbox {
float: right;
}
.toc-settings {
cursor: pointer;
float: right;
margin-top: 5px;
opacity: 0.15;
position: absolute;
margin-left: 264px;
}
.toc-settings img{
width:16px;
height:16px;
}
.toc-settings:hover {
opacity: 1;
}
.toc-settings:active {
color: #97cbec; }
.esriRTL .toc-settings {
margin-right: 0;
float: left;
margin-left: 15px; }
.toc-account {
margin-left: 4px;
cursor: pointer;
text-decoration: none; }
.esriRTL .toc-account {
margin-left: 0;
margin-right: 4px; }
.clear {
clear: both;
/*width: 22px;
height: 22px;
background-color: silver;
display: inline-block;
position: absolute;
right: 10px;
top: 8px;*/
}
.modal-scrollbar {
margin-right: 17px; }
/* Fonts */
@font-face {
font-family: "HelveticaNeue";
src: url('../fonts/helveticaneue.eot');
src: url('../fonts/helveticaneue.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneue.woff') format('woff'), url('../fonts/helveticaneue.ttf') format('truetype'), url('../fonts/helveticaneue.svg#HelveticaNeue') format('svg');
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: "HelveticaNeueUltraLight";
src: url('../fonts/helveticaneueultralight.eot');
src: url('../fonts/helveticaneueultralight.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneueultralight.woff') format('woff'), url('../fonts/helveticaneueultralight.ttf') format('truetype'), url('../fonts/helveticaneueultralight.svg#HelveticaNeueUltraLight') format('svg');
font-style: normal;
font-weight: normal;
}
#mapDiv {
width: calc(100% - 0px) !important;
height: calc(100% - 0px) !important;
background-color: white;
/*padding: 1px;*/
}
.map .container {
/*padding:1px;
background-color: transparent !important;*/
}
.loading-indicator {
/* Loading status */
display: none;
height: 100%;
width: 100%;
z-index: 500;
position: absolute;
top: 0;
left: 0;
overflow: hidden;
background: #fff;
}
.app-loading .loading-indicator, .app-error .loading-indicator {
/* Show this class when loading or error */
display: block;
}
.app-loading .loading-indicator {
/* Loading image */
background-position: center center;
background-image: url(../images/ajax-loader.gif);
background-repeat: no-repeat;
}
.app-error .loading-message {
/* Error status */
background-position: top center;
background-image: url(../images/error.png);
background-repeat: no-repeat;
padding-top: 60px;
width: 100%;
position: absolute;
z-index: 2;
top: 75%;
left: 0;
text-align: center;
}
/*Layer list dialog*/
.layer-menu {
width: 100%;
}
.layer-menu .dijitMenuItem:hover {
background: #d3d3d3;
}
.layer-menu .dijitMenuItemSelected {
background: #d3d3d3;
}
/* Esri Javascript API*/
.templatePicker {
}
.esriEditor {
height: 100%;
width: 100%;
/* position: absolute; */
}
.esriEditor .esriDrawingToolbar {
right: 0;
left: 0;
top: 10px;
}
.esriPopup .pointer.bottom, .esriPopup .pointer.bottomLeft, .esriPopup .pointer.bottomRight {
background: #f7f7f7 !important;
}
.esriPopupMaximized {
top: 100px !important;
}
.esriPopup.light .actionsPane .action.zoomTo {
background-position: 0 -224px;
}
.esriPopup .actionsPane .action {
margin-right: 10px;
}
.esriPopup.light .actionsPane .action {
position: absolute;
cursor: pointer;
background-image: url("http://js.arcgis.com/3.12/esri/css/calcite/images/popup-sprite.png");
width: 12px;
height: 12px;
text-indent: -9999px;
}
.esriPrintout a {
color: #5daddd;
}
.esriMeasurement .esriMeasurementButtonPane {
padding-left: 6px;
}
.esriMeasurement .esriMeasurementResultLabel {
padding-left: 4px;
}
.esriMeasurement .areaIcon {
background-image: url(../images/area_measure.png);
width: 28px;
height: 28px;
}
.esriMeasurement .distanceIcon {
background-image: url(../images/dist_measure.png);
width: 28px;
height: 28px;
}
.esriMeasurement .locationIcon {
background-image: url(../images/dist_point.png);
width: 28px;
height: 28px;
}
.esriMeasurement .esriButtonHover .dijitButtonNode {
background: #a9a9a9;
}
.esriMeasurement .esriButtonChecked .dijitButtonNode {
background: #a9a9a9;
}
.no-touch .esriMeasurement .esriButton .dijitButtonNode:hover {
background: #a9a9a9;
}
.locationIcon {
width: 32px;
height: 32px;
}
/*.esriSimpleSlider {
text-align: center;
color: #ffffff;
background-color: transparent;
background-color: rgba(255, 255, 255, 0.8);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);
zoom: 1;
-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
cursor: pointer;
display: none;
}
@media only screen and (min-width: 760px) {*/
.esriSimpleSlider {
display: block;
}
/*}*/
.notools div {
width: 30px;
height: 30px;
line-height: 25px;
font-size: 24px;
}
/*.esriSimpleSliderTL {
top: 10px;
left: 10px;
border: none;
}
.esriSimpleSliderDecrementButton:hover, .esriSimpleSliderIncrementButton:hover {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000,endColorstr=#4D000000);
zoom: 1;
}
.esriSimpleSliderVertical .esriSimpleSliderIncrementButton {
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.esriSimpleSliderVertical .esriSimpleSliderIncrementButton input[type='image'],
.esriSimpleSliderVertical .esriSimpleSliderHomeButton input[type='image'],
.esriSimpleSliderVertical .esriSimpleSliderDecrementButton input[type='image'] {
border-bottom: 0;
width: 20px;
height: 20px;
}*/
.simpleGeocoder .esriGeocoder {
display: block;
width: 100%;
margin: 0;
border: transparent;
background-color: transparent;
background-color: rgba(0, 0, 0, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000,endColorstr=#4D000000);
zoom: 1;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.simpleGeocoder .esriGeocoderMenu {
color: #333;
}
.simpleGeocoder .esriGeocoderResults {
border: transparent;
background-color: transparent;
background-color: rgba(0, 0, 0, 0.6);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
zoom: 1;
}
.simpleGeocoder .esriGeocoder input {
color: #FFF !important;
}
.simpleGeocoder .esriGeocoderResult:hover, .simpleGeocoder .esriGeocoderResultEven:focus, .simpleGeocoder .esriGeocoderResultOdd:focus {
--background-color: rgba(0, 0, 0, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000,endColorstr=#4D000000);
zoom: 1;
}
.simpleGeocoder .esriGeocoder .esriGeocoderMenuArrow {
background: none;
}
.simpleGeocoder .esriGeocoder .esriGeocoderMenuArrow:before {
content: "\e809";
width: 16px;
height: 16px;
font-size: 16px;
color: #a8a8a8;
font-family: "tool-icons";
}
.esriMeasurement .esriMeasurementResultLabel {
text-align: left;
font-weight: 500;
}
.esriControlsBR {
position: absolute;
left: 0px;
bottom: 0px;
}
.logo-med {
position: absolute;
left: 0px;
bottom: 0px;
}
.logo-sm {
position: absolute;
left: 0px;
bottom: 0px;
}
.esriAttribution {
position: absolute;
left: 65px;
bottom: 5px;
}
.esriBookmarks {
border: none;
width: 100%;
}
.esriBookmarkItem {
width: calc(100% - 16px);
background: #f8f8f8;
color: #555;
border-bottom: 1px solid #e0e0e0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding: 5px 3px 5px 12px;
}
.esriBookmarkLabel {
font-size: 16px;
text-overflow: ellipsis;
color: inherit;
margin-left:0;
padding-left:0;
width: 100%;
}
.esriBookmarkHighlight {
background-color: none !important;
border-radius: 5px;
-webkit-border-radius: 5px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
}
.esriBasemapGallery {
padding: 10px 0 10px 10px;
}
.scalebar_bottom-left {
left: 25px;
bottom: 40px;
}
.scalebar_bottom-left {
left: 25px;
bottom: 40px;
}
img {
border: 0;
}
/*custom tooltips for toolbar tools. Test on early IE*/
[data-title]:hover:after {
content: attr(data-title);
padding: 4px 8px;
color: #fff;
font-size: 12px;
font-weight: bold;
white-space: nowrap;
z-index: 99;
-webkit-box-shadow: 0px 0px 4px #222;
-moz-box-shadow: 0px 0px 4px #222;
box-shadow: 0px 0px 4px #222;
background-color: transparent;
background-color: rgba(0, 0, 0, 0.5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
}
/*.esriSimpleSliderIncrementButton[data-title]:hover:after {
line-height: 11;
}
.esriSimpleSliderDecrementButton[data-title]:hover:after {
line-height: 0;
}*/
/* Template
.bg {
} */
.rounded {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.roundedTop {
-moz-border-radius: 5px 5px 0 0;
/* -webkit-border-radius: 5px 5px 0 0; */
/* border-radius: 5px 5px 0 0; */
}
.shadow {
-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
#panelContent {
font-family: Helvetica, Arial, sans-serif;
/* background-color: rgba(0, 0, 0, 0.5); */
/* position: relative; */
}
#panelPages {
font-family: Helvetica, Arial, sans-serif;
width: calc(100% - 2px);
height: calc(100% - 155px);
background-color: #F9F9F9;
overflow: auto;
padding: 1px;
background: #aaa;
}
.page {
overflow: hidden;
background-color: transparent;
/* background-color: rgba(0, 0, 0, 0.5); */
height: calc(100% - 22px);
height: 100%;
position: relative;
top: 0;
}
.pageContent {
background-color: white;
margin: 0;
height: 100%;
width: 100%;
top: 0;
}
.pageHeader {
position: relative;
width: calc(100% + 2px);
/*height: 25px;*/
}
.pageTitle {
display: inline-block;
font-size: 12px;
font-weight: bolder;
overflow: hidden;
padding: 0 4px;
margin: 0;
-webkit-margin-before: 0px;
-webkit-margin-after: 0px;
vertical-align: baseline;
}
@media only screen and (min-width: 720px) {
.pageTitle {
font-size: 18px;
font-weight: bold;
}
}
.pageHeaderImg {
position: absolute;
left: 5px;
margin-left: 0px;
top: 11px;
width: 60px;
height: 60px;
line-height: 60px;
border: 5px solid rgba(0, 0, 0, 0.1);
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
-ms-border-radius: 35px;
border-radius: 35px;
}
.pageIcon {
position: absolute;
left: 11px;
top: 11px;
width: 40px;
height: 40px;
}
.pageBody {
width: 100%;
height: calc(100% - 34px);
color: #000000;
overflow: hidden;
overflow-y: auto;
background-color: transparent;
display: inline-block;
position: relative;
}
#pageBody_details {
display: flex;
flex-direction: column;
justify-content: space-around;
}
@media only screen and (min-width: 720px) {
.pageBody {
width: 100%;
height: calc(100% - 52px);
}
}
.esriPrint {
padding: 0px;
padding-bottom: 16px;
}
#panelTop {
width: 100%;
}
.no-search #panelText {
display: block;
}
#panelText {
text-overflow: ellipsis;
white-space: nowrap;
font-size: 14px;
overflow: hidden;
display: block;
}
@media only screen and (min-width: 720px) {
#panelText {
font-size: 28px;
}
}
#panelText:focus {
white-space: inherit;
/*font-size: 14px;*/
}
#panelTitle h1 {
padding: 6px;
margin: 0;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
#panelText.nosearch {
display: block;
}
#panelTools {
left: 0px;
top: 0px;
min-height: 16px;
width: calc(100% - 2px);
display: block;
clear: both;
}
@media only screen and (min-width: 720px) {
#panelTools {
min-height: 26px;
}
}
#panelMenu {
position: absolute;
top: 10px;
right: 2px;
font-size: 24px;
cursor: pointer;
color: #fff;
display: none;
}
.panelTool {
float: left;
padding: 1px;
border-color: transparent;
background-color: transparent;
position: relative;
cursor: pointer;
background: transparent;
}
.panelTool input[type="image"] {
width: 14px;
height: 14px;
float: left;
}
@media only screen and (min-width: 720px) {
.panelTool input[type="image"] {
width: 24px;
height: 24px;
float: left;
}
}
/*Added hover to match the out-of-the-box hover for the home and locate buttons*/
.no-touch .panelTool:hover {
--background-color: rgba(0, 0, 0, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6666666,endColorstr=#E6666666);
}
.tool {
/* margin: 1px; */
/* width: 24px; */
/* height: 24px; */
cursor: pointer;
}
#panelLocate {
float: left;
margin-left: 0px;
}
/*Calcite updates keep list and submit issues*/
.calcite .esriPopup .title {
font-weight: bold; }
.dijitMenuItemIconChar.dijitCheckedMenuItemIconChar {
display: inline-block;
visibility: hidden; }
.calcite .dijitMenu {
border: none; }
.dijitMenuItemLabel {
padding: 0; }
.dijitChecked .dijitMenuItemIconChar.dijitCheckedMenuItemIconChar {
display: inline-block;
visibility: visible; }
.no-touch .dijitMenuItem:hover {
--background-color: rgba(0, 0, 0, 0.8);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#665DADDD,endColorstr=#665DADDD);
zoom: 1; }
.calcite .dijitMenuItemLabel {
max-width: 250px; }
.dijitButtonNode {
margin: 0;
line-height: normal;
vertical-align: middle;
text-align: center;
white-space: nowrap; }
.esriAttributeInspector .atiButton {
background-image: none; }
.esriAttributeInspector .atiButton .dijitButtonNode {
padding: 1em !important;
line-height: 16px;
background: #d3d3d3;
/*#5daddd; calcite blue */
color: #fff;
padding: 0;
border: none;
display: inline-block;
white-space: nowrap;
cursor: pointer;
position: relative;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
transition: all 0.5s linear; }
.esriPrintButton {
padding: 0.5em 1em 0.5em !important;
line-height: 32px;
background: #d3d3d3;
/*#5daddd; calcite blue */
color: #fff;
padding: 0;
border: none;
display: inline-block;
white-space: nowrap;
cursor: pointer;
position: relative;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
transition: all 0.5s linear; }
.esriPrintButton .esriPrintButton {
background: #d3d3d3;
/*#5daddd; calcite blue */ }
.esriPrintButton:hover {
--background: #a9a9a9;
/*#4997d2; calcite hover */
}
.calcite .dijitArrowButtonInner {
width: 16px;
height: 16px;
}
.calcite .dijitPopup {
border: solid 1px #d3d3d3; }
.esriPopup .titlePane {
font-size: 12px;
line-height: 16px;
height: 16px;
padding: 10px;
border: 0;
border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0; }
.esriPopup .titlePane .title {
line-height: 16px; }
.esriPopup .titleButton {
top: 10px;
background: none; }
.esriPopup .titleButton.prev {
right: 73px; }
.dj_rtl .esriPopup .titleButton.prev {
left: 73px;
right: auto; }
.esriPopup .titleButton.next {
right: 55px; }
.dj_rtl .esriPopup .titleButton.next {
left: 55px;
right: auto; }
.esriPopup .titleButton.maximize {
right: 31px; }
.dj_rtl .esriPopup .titleButton.maximize {
left: 31px;
right: auto; }
.esriPopup .titleButton.restore {
right: 29px; }
.dj_rtl .esriPopup .titleButton.restore {
left: 29px;
right: auto; }
.esriPopup .titleButton.close {
right: 10px; }
.dj_rtl .esriPopup .titleButton.close {
left: 10px;
right: auto; }
/*Share Dialog updates*/
.calcite .icon-container {
margin: 10px 0 10px;
display: none; }
/*@media only screen and (min-width: 720px) {*/
.calcite .icon-container {
display: block; }
/*}*/
.calcite .map-size-label {
float: left;
font-size: 15px;
margin: 0 5px 0 0; }
.esriRTL .calcite .map-size-label {
float: right;
margin: 0 0 0 5px; }
.calcite .share-dialog-icon {
--font-size: 30px;
--line-height: 30px;
float: left;
--color: rgba(0, 0, 0, 0.3);
cursor: pointer;
margin: 0 10px 0 0;
text-decoration: none;
display: block;
height: 32px;
/* opacity: 0.5; */
}
.calcite .share-dialog-icon:hover, .calcite .share-dialog-icon:focus {
opacity: 1;
}
.calcite .share-dialog-icon:visited {
color: rgba(0, 0, 0, 0.5); }
.esriRTL .calcite .share-dialog-icon {
float: right;
margin: 0 0 0 10px; }
.calcite .share-dialog-icon:hover {
color: rgba(0, 0, 0, 0.8);
}
.calcite .share-map-url {
width: calc(100% - 0px) !important;
height: 24px;
font-size: 14px;
color: #777;
/* border: 1px solid #dcdcdc; */
margin: 0 0 10px 0;
padding-left:1px;
padding-right:1px;
}
.calcite .share-dialog-subheader {
margin-bottom: 0;
}
.calcite .map-size-container {
margin: 0;
padding: 0 0 20px; }
.calcite .embed-map-size-clear, .calcite .icon-clear {
clear: both; }
.calcite .embed-map-size-dropdown {
float: left; }
.esriRTL .calcite .embed-map-size-dropdown {
float: right; }
.calcite .share-dialog-subheader {
font-size: 17px;
display: none; }
/*@media only screen and (min-width: 720px) {*/
.calcite .share-dialog-subheader {
display: block; }
/*}*/
.calcite .share-dialog-textarea {
max-width: calc(100% - 0px) !important;
margin: 0 !important;
width: calc(100% - 0px) !important;
height: 100px;
font-size: 14px;
color: #777;
/* border: 1px solid #dcdcdc; */
margin: 0 0 10px;
}
.share-dialog-checkbox {
display: inline-block;
cursor: pointer;
padding: 8px;
}
input[type=checkbox].share-dialog-checkbox {
display: none;
}
.share-dialog-checkbox:before {
content: "";
display: inline-block;
width: 18px;
height: 18px;
vertical-align: middle;
background-color: #d3d3d3;
color: #f3f3f3;
text-align: center;
border-radius: 3px; }
input[type=checkbox]:checked.share-dialog-checkbox + .share-dialog-checkbox:before {
content: "\2713";
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
font-size: 15px; }
.esriBasemapGallery{
padding:10px 0 10px 10px;
}
.esriBasemapGalleryNode
{
margin: 1px 8px !important;
padding: 5px 8px 0px 5px;
}
.HomeButton:focus, .LocateButton:focus,
.share-dialog-icon
{
border-radius: 5px;
-webkit-border-radius: 5px;
}
.esriSimpleSliderDisabledButton
{
background-color: #CEF6CE;
}
.HomeButton .home:before{
/* width:26px; */
/* height:26px; */
margin-top: 2px;
content:"";
text-align:center;
}
.LocateButton .zoomLocateButton:before{
content:"";
font-size:20px;
width:26px;
height:26px !important;
margin-top: 2px;
text-align:center;
}
.esriBookmarkItem {
/* width: 281px; */
margin-left: 1px;
}
.searchBtn .searchIcon, .searchClear .searchIcon {
opacity: 0.5;
}
.searchBtn:focus .searchIcon, .searchBtn:hover .searchIcon,
.searchClear:focus .searchIcon, .searchClear:hover .searchIcon {
opacity: 1;
}
.esriMeasurement {
width: 93%;
height: auto;
position: relative;
padding: 10px;
}
.esriMeasurement .esriButtonChecked .dijitButtonNode,
.esriBasemapGallerySelectedNode
{
background: transparent;
border-radius: 5px;
-webkit-border-radius: 5px;
}
.pageClose, .pageUp, .pageDown {
opacity: 0.2;
}
.pageClose:hover, .pageUp:hover, .pageDown:hover,
.pageClose:focus, .pageUp:focus, .pageDown:focus {
opacity: 1;
outline-style: none;
}
.homeContainer, .locateContainer {
background-color: transparent;
}
.arcgisSearch .searchBtn:hover, .arcgisSearch .searchBtn:focus {
opacity: 1;
background-color: rgba(0, 0, 0, 0.3);
}
.arcgisSearch .searchBtn {
opacity: 0.5;
background-color: rgba(0, 0, 0, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000,endColorstr=#4D000000);
color: #a8a8a8;
}
.arcgisSearch .searchBtn:focus, .arcgisSearch .searchClear:focus,
input[type='checkbox']:focus {
/* outline-style: none; */
}
#dijit_form_ComboButton_0 {
margin: 0;
}
.esriBookmarkList {
margin-top: 1px;
margin-bottom: 2px;
}
.esriBasemapGallerySelectedNode a {
color:white;
}
.esriMeasurement .esriToggleButton .dijitButtonNode{
height: 32px;
width: auto;
}
.esriEditor .esriDrawingToolbar {
top:0px;
}
#esri_dijit_editing_TemplatePicker_1,
.templatePicker
{
/* padding: 2px; */
position: relative;
top: 0;
height: calc(100% - 40px);
}
.attrName {
text-align: left;
font-weight: normal;
padding: 2px;
white-space: normal;
}
.rounded {
-moz-border-radius: 5px 5px 5px 5px;
/* -webkit-border-radius: 5px 5px 5px 5px; */
/* border-radius: 5px 5px 5px 5px; */
}
.roundedTop {
-moz-border-radius: 5px 5px 0 0;
/* -webkit-border-radius: 5px 5px 0 0; */
/* border-radius: 5px 5px 0 0; */
}
.roundedBottom {
-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
}
h3 {
padding:3px;
}
.esriOverviewMap .ovwContainer {
display: block;
position: absolute;
}
#panelTool_instructions,
#panelTool_details {
float: right;
}
.ovwHighlight {
background-color: rgba(0, 0, 0, 0.5);
}
.dojoxGrid .dojoxGridCell {
width:80px !important;
padding: 3px !important;
font-size: 12px !important;
}
.dojoxGridContent {
width:auto !important;
height:501px;
}
.esriDrawingToolbar {
background-color: rgb(3, 126, 175) !important;
}
.esriViewPopup .editSummary {
color: #883988 !important;
}
.share-dialog-textarea, .share-map-url {
color: #a12177 !important;
}
.esriLegendMsg {
margin-bottom: 18px;
}
html, body {
width: 100%;
height: 100%;
margin: 0;
overflow:hidden;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
}
#borderContainer {
width: 100%;
height: 100%;
}
.dijitSplitterV, .dijitGutterV {
background: none;
border: 0;
width: 5px;
margin: 0;
}
.dijitSplitterV .dijitSplitterThumb {
background: gray none;
height: 10%;
left: 0.5px;
width: calc(100% - 1.5px);
margin: 0;
overflow: hidden;
position: absolute;
top: 45%;
border-radius: 2px;
}
.dj_a11y .dijitSplitterV {
border-left: 1px solid #d3d3d3 !important;
border-right: 1px solid #d3d3d3 !important;
}
.dijitSplitterV {
width: 6px;
margin: 1px;
cursor: col-resize;
-webkit-tap-highlight-color: transparent;
}
.dijitSplitter {
position: absolute;
/* overflow: hidden; */
z-index: 10;
background-color: #fff;
border-color: gray;
border-style: solid;
border-width: 0;
}
.showAttr {
/*display: grid;*/
}
.hideAttr {
display:none;
height: 0;
}
.splitterContent {
overflow-y: hidden !important;
}
.borderBottom {
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.borderTop {
border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#leftPanel{
min-width: 300px;
height: 100%;
width: 100%;
background-color: white;
}
@media only screen and (min-width: 720px) {
#leftPanel{
min-width: 425px;
}
}
#panelBottom {
position:absolute;
bottom: 0px;
color: white;
white-space: nowrap;
width: calc(100% - 4px);
padding: 2px;
font-size: 10px;
}
@media only screen and (min-width: 720px) {
#panelBottom {
width: calc(100% - 8px);
padding: 4px;
font-size: 16px;
}
}
#fixContent {
width: calc(100% - 2px);
height: calc(100% - 27px);
/* height: 100%; */
osition: relative;
/* overflow: hidden; */
}
#instructionsDiv {
/*position: absolute;*/
/*bottom: 0;*/
padding: 0 5px;
/*max-height: 38%;*/
overflow-y: auto;
width: calc(100% - 10px);
}
@media only screen and (min-width: 720px) {
#instructionsDiv {
padding: 0 10px;
width: calc(100% - 20px);
}
}
.goThereHint {
position: absolute;
padding: 0px 2px !important;
border-radius: 2px;
border-width: 2px;
font-size: 11px !important;
box-shadow: 2px 2px 6px rgba(0, 0, 0, 1);
z-index: 100;
background-color: white;
border-color: black;
border-style: solid;
color: black;
font-family: verdana, helvetica;
/*height: 18px !important;*/
/*line-height: 18px !important;*/
overflow: hidden;
display: none;
}
@media only screen and (min-width: 720px) {
.goThereHint {
padding: 1px 4px !important;
border-radius: 4px;
border-width: 2px;
font-size: 14px !important;
box-shadow: 3px 3px 10px rgba(0, 0, 0, 1);
}
}
.margin {
/* border: transparent; */
/* border-width: 10px; */
/* border-style: solid; */
/* height: calc(100% - 28px); */
/* width: calc(100% - 22px); */
}
.app-loading .loading-indicator {
/* Loading image */
background-position: center center;
background-image: url(../images/reload3.gif);
background-repeat: no-repeat;
}
.small-loading {
display: inline-block;
vertical-align: baseline;
}
.small-loading img {
width: 14px;
height: 14px;
}
@media only screen and (min-width: 720px) {
.small-loading img {
width: 20px;
height: 20px;
}
}
#loadingTitle {
width: 100%;
position: absolute;
z-index: 2;
top: 45%;
left: 0;
text-align: center;
}
.skip a {
color: black;
background-color: white;
position: absolute;
top: 2px;
left: 2px;
overflow: hidden;
margin: 0;
width: auto;
height: auto;
padding: 5px 20px;
clip: rect(1px, 1px, 1px, 1px);
box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.5) !important;
z-index: 1000;
font-size: 14px;
font-weight: bold;
}
@media only screen and (min-width: 720px) {
.skip a {
font-size: 18px;
padding: 10px 40px;
}
}
.skip a:focus {
/*width: auto;
height: auto;
padding: .5rem 1rem;*/
clip: auto;
}
.skip {
/*position: absolute;*/
white-space: nowrap;
font-size: 18px;
}
.pageBtn {
background-color: rgb(3, 126, 175);
color: white;
background-blend-mode: darken;
padding: 3px 10px 0px 10px;
border-radius: 4px;
}
.dataInputBox {
width:120px;
}
._filter._date .dijitArrowButtonInner {
padding-bottom: 6px !important;
}
._filter._date .dijitInputField {
padding: 2px;
width: 80px;
}
._filter._number .dijitInputField {
padding: 0px;
width: 100px;
}
.esriBookmarkTable {
width:100%;
}
.esriOverviewMap {
margin: 4px;
width: calc(100% - 8px);
height: calc(100% - 8px);
}
.ovwContainer {
width: 400px !important;
height: 400px !important;
background-color: transparent !important;
left: calc(50% - 200px);
top: calc(50% - 200px);
}
.legend, .ShareDialog, .PrintDialog {
padding: 10px;
}
.arcgisSearch .searchInput::-moz-placeholder {
color: #c6c6c1; !important
opacity: 1;
}
.arcgisSearch .searchInput:-ms-input-placeholder {
color: #c6c6c1; !important
}
.arcgisSearch .searchInput::-webkit-input-placeholder {
color: #c6c6c1; !important
}
#detailDiv {
background: white;
overflow-y: auto;
/*position: absolute;*/
color: black;
width: calc(100% - 20px);
padding: 10px 10px 0 10px;
}
.detailFull {
height: calc(100% - 10px);
}
.detailHalf {
/*height: calc(100% - 274px);*/
/*max-height:60%;*/
height:auto;
}
.leftWrapper {
display: flex;
flex-direction: column;
}
header {
height: auto;
}
footer {
height: auto;
}
main {
flex: 1;
}
.hideLoading {
display:none;
}
.setIndicator {
width: 15px;
height: 15px;
top: -3px;
right: -6px;
position: absolute;
/*pointer-events: none;*/
z-index: 1000;
}
.navToolBar {
height: auto !important;
border-radius: 5px;
}
.navToolBar div {
display:block;
}
.HomeButton .home:hover,
.LocateButton .zoomLocateButton:hover {
background-color: transparent !important;
}
#extenderNav {
height: 12px;
font-size: 0;
line-height: 0;
padding: 1px 0;
}
#extenderNav input[type="checkbox"] {
display:none;
}
#extenderNav input[type="checkbox"] + label .extenderNavCollapse {
display:none !important;
}
#extenderNav input[type="checkbox"] + label .extenderNavExtend {
display:inline-block !important;
}
#extenderNav input[type="checkbox"]:checked + label .extenderNavCollapse {
display:inline-block !important;
}
#extenderNav input[type="checkbox"]:checked + label .extenderNavExtend {
display:none !important;
}
.disabledBtn {
background-color: rgba(255, 255, 255, 0.5);
position: absolute;
}
.disabledBtn:focus {
outline-style: none;
}
#instructionsList {
margin: 0;
-webkit-padding-start: 16px;
font-size: 12px;
}
@media only screen and (min-width: 720px) {
#instructionsList {
-webkit-padding-start: 20px;
font-size: 14px;
}
}
.instructionsTitle {
padding: 0;
margin: 2px;
font-size: 14px;
}
@media only screen and (min-width: 720px) {
.instructionsTitle {
margin: 4px;
font-size: 18px;
}
}
#panelSearch {
margin: 0;
width:100%;
position: relative;
}
#panelSearch .searchLabel {
padding: 4px 5px;
float: left;
font-size: 12px;
margin-bottom: 0 !important;
}
.arcgisSearch .searchIcon {
font-size: 16px;
width: auto;
height: auto;
line-height: 10px;
display: inline-block;
}
.arcgisSearch .searchIcon img {
width: 14px;
height: 14px;
}
.arcgisSearch .searchBtn {
padding: 3px;
font-size: 10px;
line-height: 14px;
height: 14px;
-webkit-border-radius: 0 2px 2px 0;
border-radius: 0 2px 2px 0;
}
.arcgisSearch .searchGroup .searchInput {
height:14px;
width: 155px;
padding: 3px 20px 3px 6px ;
font-size: 12px;
line-height: 16px;
-webkit-border-radius: 2px 0 0 2px;
border-radius: 2px 0 0 2px;
}
.arcgisSearch .searchGroup .searchInput {
/* width: 298px; */
/*padding: 6px 17px 6px 18px;*/
background-color: rgba(0, 0, 0, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000,endColorstr=#4D000000);
zoom: 1;
color: #fff;
}
/*@media only screen and (min-width: 800px) {*/
.arcgisSearch .searchGroup .searchInput {
/* max-width: 300px; */
display: block;
}
/*}*/
.arcgisSearch .searchClose, .arcgisSearch .searchSpinner {
vertical-align: baseline;
margin-top: 3.5px;
position: absolute;
right: 2px;
}
.arcgisSearch .searchSpinner {
display: none;
}
.arcgisSearch .hasMultipleSources .searchToggle {
display: inline-block;
float: left;
}
.arcgisSearch .hasValue .searchClear {
background-color: inherit;
display: inline-block;
width: 18px;
height: 100%;
top: 0;
}
@media only screen and (min-width: 720px) {
#panelSearch {
margin: 0;
width:100%;
position: relative;
}
#panelSearch .searchLabel {
padding: 8px 4px;
float: left;
font-size: 14px;
}
.arcgisSearch .searchIcon {
width: auto;
height: auto;
}
.arcgisSearch .searchIcon img {
width: 20px;
height: 20px;
}
.arcgisSearch .searchBtn {
padding: 6px;
font-size: 16px;
line-height: 20px;
height: 20px;
-webkit-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
}
.arcgisSearch .searchGroup .searchInput {
height: 20px;
width: 200px;
padding: 6px 28px 6px 12px;
font-size: 14px;
line-height: 20px;
-webkit-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}
.arcgisSearch .searchClose, .arcgisSearch .searchSpinner {
line-height: 28px;
vertical-align: baseline;
position: absolute;
opacity:0.5;
height: 29px;
}
.searchClose:focus, .searchClose:hover {
background-color: rgba(0, 0, 0, 0.701961);
opacity:1;
}
.arcgisSearch .hasValue .searchClear {
width: 28px;
}
}
.pageBody h2, .groupLabel {
font-size:14px;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
}
.esriLegendServiceLabel {
-webkit-margin-before: 0;
-webkit-margin-after: 0;
margin-top: 0;
margin-bottom: 0;
padding: 2px;
margin: 0;
}
.legend table {
width:100%;
font-size: 14px;
}
@media only screen and (min-width: 720px) {
.pageBody h2, .groupLabel {
font-size:16px;
}
.legend table {
font-size: 16px;
}
}
label.checkbox {
padding: 1.2px 0px;
font-size: 14px;
margin: 0 !important;
border: 2px solid transparent;
vertical-align: text-top;
font-weight: bold;
display: inline-block;
}
input[type=checkbox].checkbox {
height: 16px;
width: 16px;
border: 1px solid #bababa;
vertical-align: top;
background-color: #fff;
color: #000;
cursor: pointer;
}
.toc-title-container {
padding: 2px;
}
@media only screen and (min-width: 720px) {
input[type=checkbox].checkbox {
height: 20px;
width: 20px;
}
label.checkbox {
padding: 3px 0px;
font-size: 16px;
}
.toc-title-container {
padding: 6px;
}
}
.esriSimpleSlider {
border-style: none;
}
.esriSimpleSliderTL {
top: 10px;
left: 10px;
}
.esriSimpleSlider div {
width: 20px;
height: 28px;
}
.navToolBar input[type="image"] {
width: 15px;
height: 15px;
}
#extenderNav {
height: 8px;
font-size: 0;
line-height: 0;
padding: 1px 0;
}
#extenderNavLabel img {
width: 18px;
height: 8px;
}
.HomeButton .home, .LocateButton .zoomLocateButton {
background-color: transparent;
width: inherit;
height: inherit;
padding: 0;
cursor: pointer;
background-image: none;
}
.homeContainer input, .locateContainer input
{
height: 22px;
width: 22px;
padding: 1px;
}
@media only screen and (min-width: 720px) {
.esriSimpleSliderTL {
top: 20px;
left: 20px;
}
.esriSimpleSlider div {
width: 30px;
height: 40px;
line-height: 40px;
}
#extenderNav {
height: 12px;
}
.navToolBar input[type="image"] {
width: 20px;
height: 20px;
}
#extenderNavLabel img {
width: 24px;
height: 12px;
}
}
#panelLogo {
overflow: hidden;
line-height: 0;
margin:1px;
}
#panelLogo img {
max-height: 24px;
padding: 2px;
}
#panelTitle {
height:28px;
}
@media only screen and (min-width: 720px) {
#panelLogo img {
max-height: 32px;
padding: 3px;
}
#panelTitle {
height:45px;
}
}
.esriScalebarLabel {
color: #444444;
width: initial;
height: initial;
} | css/styles.css | display:none;
}
blockquote {
display: inherit;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
font-style: italic;
}
.arcgisSearch .showNoResults .noResultsMenu {
width: calc(100% - 6px);
margin: 0 2px;
}
.TableOfContents {
width: auto;
}
.TableOfContents .toc-title {
border-bottom: 1px solid gray;
font-size: 16px;
line-height: 16px;
-webkit-user-select: none;
-moz-user-select: none;
margin: 1px 2px;
}
.TableOfContents .toc-title-container {
background: none;
color: #555;
position: relative;
}
.esriRTL label.checkbox {
float: right;
}
.esriRTL .checkbox {
float: right;
}
.toc-settings {
cursor: pointer;
float: right;
margin-top: 5px;
opacity: 0.15;
position: absolute;
margin-left: 264px;
}
.toc-settings img{
width:16px;
height:16px;
}
.toc-settings:hover {
opacity: 1;
}
.toc-settings:active {
color: #97cbec; }
.esriRTL .toc-settings {
margin-right: 0;
float: left;
margin-left: 15px; }
.toc-account {
margin-left: 4px;
cursor: pointer;
text-decoration: none; }
.esriRTL .toc-account {
margin-left: 0;
margin-right: 4px; }
.clear {
clear: both;
/*width: 22px;
height: 22px;
background-color: silver;
display: inline-block;
position: absolute;
right: 10px;
top: 8px;*/
}
.modal-scrollbar {
margin-right: 17px; }
/* Fonts */
@font-face {
font-family: "HelveticaNeue";
src: url('../fonts/helveticaneue.eot');
src: url('../fonts/helveticaneue.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneue.woff') format('woff'), url('../fonts/helveticaneue.ttf') format('truetype'), url('../fonts/helveticaneue.svg#HelveticaNeue') format('svg');
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: "HelveticaNeueUltraLight";
src: url('../fonts/helveticaneueultralight.eot');
src: url('../fonts/helveticaneueultralight.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneueultralight.woff') format('woff'), url('../fonts/helveticaneueultralight.ttf') format('truetype'), url('../fonts/helveticaneueultralight.svg#HelveticaNeueUltraLight') format('svg');
font-style: normal;
font-weight: normal;
}
#mapDiv {
width: calc(100% - 0px) !important;
height: calc(100% - 0px) !important;
background-color: white;
/*padding: 1px;*/
}
.map .container {
/*padding:1px;
background-color: transparent !important;*/
}
.loading-indicator {
/* Loading status */
display: none;
height: 100%;
width: 100%;
z-index: 500;
position: absolute;
top: 0;
left: 0;
overflow: hidden;
background: #fff;
}
.app-loading .loading-indicator, .app-error .loading-indicator {
/* Show this class when loading or error */
display: block;
}
.app-loading .loading-indicator {
/* Loading image */
background-position: center center;
background-image: url(../images/ajax-loader.gif);
background-repeat: no-repeat;
}
.app-error .loading-message {
/* Error status */
background-position: top center;
background-image: url(../images/error.png);
background-repeat: no-repeat;
padding-top: 60px;
width: 100%;
position: absolute;
z-index: 2;
top: 75%;
left: 0;
text-align: center;
}
/*Layer list dialog*/
.layer-menu {
width: 100%;
}
.layer-menu .dijitMenuItem:hover {
background: #d3d3d3;
}
.layer-menu .dijitMenuItemSelected {
background: #d3d3d3;
}
/* Esri Javascript API*/
.templatePicker {
}
.esriEditor {
height: 100%;
width: 100%;
/* position: absolute; */
}
.esriEditor .esriDrawingToolbar {
right: 0;
left: 0;
top: 10px;
}
.esriPopup .pointer.bottom, .esriPopup .pointer.bottomLeft, .esriPopup .pointer.bottomRight {
background: #f7f7f7 !important;
}
.esriPopupMaximized {
top: 100px !important;
}
.esriPopup.light .actionsPane .action.zoomTo {
background-position: 0 -224px;
}
.esriPopup .actionsPane .action {
margin-right: 10px;
}
.esriPopup.light .actionsPane .action {
position: absolute;
cursor: pointer;
background-image: url("http://js.arcgis.com/3.12/esri/css/calcite/images/popup-sprite.png");
width: 12px;
height: 12px;
text-indent: -9999px;
}
.esriPrintout a {
color: #5daddd;
}
.esriMeasurement .esriMeasurementButtonPane {
padding-left: 6px;
}
.esriMeasurement .esriMeasurementResultLabel {
padding-left: 4px;
}
.esriMeasurement .areaIcon {
background-image: url(../images/area_measure.png);
width: 28px;
height: 28px;
}
.esriMeasurement .distanceIcon {
background-image: url(../images/dist_measure.png);
width: 28px;
height: 28px;
}
.esriMeasurement .locationIcon {
background-image: url(../images/dist_point.png);
width: 28px;
height: 28px;
}
.esriMeasurement .esriButtonHover .dijitButtonNode {
background: #a9a9a9;
}
.esriMeasurement .esriButtonChecked .dijitButtonNode {
background: #a9a9a9;
}
.no-touch .esriMeasurement .esriButton .dijitButtonNode:hover {
background: #a9a9a9;
}
.locationIcon {
width: 32px;
height: 32px;
}
/*.esriSimpleSlider {
text-align: center;
color: #ffffff;
background-color: transparent;
background-color: rgba(255, 255, 255, 0.8);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);
zoom: 1;
-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
cursor: pointer;
display: none;
}
@media only screen and (min-width: 760px) {*/
.esriSimpleSlider {
display: block;
}
/*}*/
.notools div {
width: 30px;
height: 30px;
line-height: 25px;
font-size: 24px;
}
/*.esriSimpleSliderTL {
top: 10px;
left: 10px;
border: none;
}
.esriSimpleSliderDecrementButton:hover, .esriSimpleSliderIncrementButton:hover {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000,endColorstr=#4D000000);
zoom: 1;
}
.esriSimpleSliderVertical .esriSimpleSliderIncrementButton {
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.esriSimpleSliderVertical .esriSimpleSliderIncrementButton input[type='image'],
.esriSimpleSliderVertical .esriSimpleSliderHomeButton input[type='image'],
.esriSimpleSliderVertical .esriSimpleSliderDecrementButton input[type='image'] {
border-bottom: 0;
width: 20px;
height: 20px;
}*/
.simpleGeocoder .esriGeocoder {
display: block;
width: 100%;
margin: 0;
border: transparent;
background-color: transparent;
background-color: rgba(0, 0, 0, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000,endColorstr=#4D000000);
zoom: 1;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.simpleGeocoder .esriGeocoderMenu {
color: #333;
}
.simpleGeocoder .esriGeocoderResults {
border: transparent;
background-color: transparent;
background-color: rgba(0, 0, 0, 0.6);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
zoom: 1;
}
.simpleGeocoder .esriGeocoder input {
color: #FFF !important;
}
.simpleGeocoder .esriGeocoderResult:hover, .simpleGeocoder .esriGeocoderResultEven:focus, .simpleGeocoder .esriGeocoderResultOdd:focus {
--background-color: rgba(0, 0, 0, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000,endColorstr=#4D000000);
zoom: 1;
}
.simpleGeocoder .esriGeocoder .esriGeocoderMenuArrow {
background: none;
}
.simpleGeocoder .esriGeocoder .esriGeocoderMenuArrow:before {
content: "\e809";
width: 16px;
height: 16px;
font-size: 16px;
color: #a8a8a8;
font-family: "tool-icons";
}
.esriMeasurement .esriMeasurementResultLabel {
text-align: left;
font-weight: 500;
}
.esriControlsBR {
position: absolute;
left: 0px;
bottom: 0px;
}
.logo-med {
position: absolute;
left: 0px;
bottom: 0px;
}
.logo-sm {
position: absolute;
left: 0px;
bottom: 0px;
}
.esriAttribution {
position: absolute;
left: 65px;
bottom: 5px;
}
.esriBookmarks {
border: none;
width: 100%;
}
.esriBookmarkItem {
width: calc(100% - 16px);
background: #f8f8f8;
color: #555;
border-bottom: 1px solid #e0e0e0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding: 5px 3px 5px 12px;
}
.esriBookmarkLabel {
font-size: 16px;
text-overflow: ellipsis;
color: inherit;
margin-left:0;
padding-left:0;
width: 100%;
}
.esriBookmarkHighlight {
background-color: none !important;
border-radius: 5px;
-webkit-border-radius: 5px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
}
.esriBasemapGallery {
padding: 10px 0 10px 10px;
}
.scalebar_bottom-left {
left: 25px;
bottom: 40px;
}
.scalebar_bottom-left {
left: 25px;
bottom: 40px;
}
img {
border: 0;
}
/*custom tooltips for toolbar tools. Test on early IE*/
[data-title]:hover:after {
content: attr(data-title);
padding: 4px 8px;
color: #fff;
font-size: 12px;
font-weight: bold;
white-space: nowrap;
z-index: 99;
-webkit-box-shadow: 0px 0px 4px #222;
-moz-box-shadow: 0px 0px 4px #222;
box-shadow: 0px 0px 4px #222;
background-color: transparent;
background-color: rgba(0, 0, 0, 0.5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
}
/*.esriSimpleSliderIncrementButton[data-title]:hover:after {
line-height: 11;
}
.esriSimpleSliderDecrementButton[data-title]:hover:after {
line-height: 0;
}*/
/* Template
.bg {
} */
.rounded {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}
.roundedTop {
-moz-border-radius: 5px 5px 0 0;
/* -webkit-border-radius: 5px 5px 0 0; */
/* border-radius: 5px 5px 0 0; */
}
.shadow {
-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
#panelContent {
font-family: Helvetica, Arial, sans-serif;
/* background-color: rgba(0, 0, 0, 0.5); */
/* position: relative; */
}
#panelPages {
font-family: Helvetica, Arial, sans-serif;
width: calc(100% - 2px);
height: calc(100% - 155px);
background-color: #F9F9F9;
overflow: auto;
padding: 1px;
background: #aaa;
}
.page {
overflow: hidden;
background-color: transparent;
/* background-color: rgba(0, 0, 0, 0.5); */
height: calc(100% - 22px);
height: 100%;
position: relative;
top: 0;
}
.pageContent {
background-color: white;
margin: 0;
height: 100%;
width: 100%;
top: 0;
}
.pageHeader {
position: relative;
width: calc(100% + 2px);
/*height: 25px;*/
}
.pageTitle {
display: inline-block;
font-size: 12px;
font-weight: bolder;
overflow: hidden;
padding: 0 4px;
margin: 0;
-webkit-margin-before: 0px;
-webkit-margin-after: 0px;
vertical-align: baseline;
}
@media only screen and (min-width: 720px) {
.pageTitle {
font-size: 18px;
font-weight: bold;
}
}
.pageHeaderImg {
position: absolute;
left: 5px;
margin-left: 0px;
top: 11px;
width: 60px;
height: 60px;
line-height: 60px;
border: 5px solid rgba(0, 0, 0, 0.1);
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
-ms-border-radius: 35px;
border-radius: 35px;
}
.pageIcon {
position: absolute;
left: 11px;
top: 11px;
width: 40px;
height: 40px;
}
.pageBody {
width: 100%;
height: calc(100% - 34px);
color: #000000;
overflow: hidden;
overflow-y: auto;
background-color: transparent;
display: inline-block;
position: relative;
}
#pageBody_details {
display: flex;
flex-direction: column;
justify-content: space-around;
}
@media only screen and (min-width: 720px) {
.pageBody {
width: 100%;
height: calc(100% - 52px);
}
}
.esriPrint {
padding: 0px;
padding-bottom: 16px;
}
#panelTop {
width: 100%;
}
.no-search #panelText {
display: block;
}
#panelText {
text-overflow: ellipsis;
white-space: nowrap;
font-size: 14px;
overflow: hidden;
display: block;
}
@media only screen and (min-width: 720px) {
#panelText {
font-size: 28px;
}
}
#panelText:focus {
white-space: inherit;
/*font-size: 14px;*/
}
#panelTitle h1 {
padding: 6px;
margin: 0;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
#panelText.nosearch {
display: block;
}
#panelTools {
left: 0px;
top: 0px;
min-height: 16px;
width: calc(100% - 2px);
display: block;
clear: both;
}
@media only screen and (min-width: 720px) {
#panelTools {
min-height: 26px;
}
}
#panelMenu {
position: absolute;
top: 10px;
right: 2px;
font-size: 24px;
cursor: pointer;
color: #fff;
display: none;
}
.panelTool {
float: left;
padding: 1px;
border-color: transparent;
background-color: transparent;
position: relative;
cursor: pointer;
background: transparent;
}
.panelTool input[type="image"] {
width: 14px;
height: 14px;
float: left;
}
@media only screen and (min-width: 720px) {
.panelTool input[type="image"] {
width: 24px;
height: 24px;
float: left;
}
}
/*Added hover to match the out-of-the-box hover for the home and locate buttons*/
.no-touch .panelTool:hover {
--background-color: rgba(0, 0, 0, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6666666,endColorstr=#E6666666);
}
.tool {
/* margin: 1px; */
/* width: 24px; */
/* height: 24px; */
cursor: pointer;
}
#panelLocate {
float: left;
margin-left: 0px;
}
/*Calcite updates keep list and submit issues*/
.calcite .esriPopup .title {
font-weight: bold; }
.dijitMenuItemIconChar.dijitCheckedMenuItemIconChar {
display: inline-block;
visibility: hidden; }
.calcite .dijitMenu {
border: none; }
.dijitMenuItemLabel {
padding: 0; }
.dijitChecked .dijitMenuItemIconChar.dijitCheckedMenuItemIconChar {
display: inline-block;
visibility: visible; }
.no-touch .dijitMenuItem:hover {
--background-color: rgba(0, 0, 0, 0.8);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#665DADDD,endColorstr=#665DADDD);
zoom: 1; }
.calcite .dijitMenuItemLabel {
max-width: 250px; }
.dijitButtonNode {
margin: 0;
line-height: normal;
vertical-align: middle;
text-align: center;
white-space: nowrap; }
.esriAttributeInspector .atiButton {
background-image: none; }
.esriAttributeInspector .atiButton .dijitButtonNode {
padding: 1em !important;
line-height: 16px;
background: #d3d3d3;
/*#5daddd; calcite blue */
color: #fff;
padding: 0;
border: none;
display: inline-block;
white-space: nowrap;
cursor: pointer;
position: relative;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
transition: all 0.5s linear; }
.esriPrintButton {
padding: 0.5em 1em 0.5em !important;
line-height: 32px;
background: #d3d3d3;
/*#5daddd; calcite blue */
color: #fff;
padding: 0;
border: none;
display: inline-block;
white-space: nowrap;
cursor: pointer;
position: relative;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
transition: all 0.5s linear; }
.esriPrintButton .esriPrintButton {
background: #d3d3d3;
/*#5daddd; calcite blue */ }
.esriPrintButton:hover {
--background: #a9a9a9;
/*#4997d2; calcite hover */
}
.calcite .dijitArrowButtonInner {
width: 16px;
height: 16px;
}
.calcite .dijitPopup {
border: solid 1px #d3d3d3; }
.esriPopup .titlePane {
font-size: 12px;
line-height: 16px;
height: 16px;
padding: 10px;
border: 0;
border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0; }
.esriPopup .titlePane .title {
line-height: 16px; }
.esriPopup .titleButton {
top: 10px;
background: none; }
.esriPopup .titleButton.prev {
right: 73px; }
.dj_rtl .esriPopup .titleButton.prev {
left: 73px;
right: auto; }
.esriPopup .titleButton.next {
right: 55px; }
.dj_rtl .esriPopup .titleButton.next {
left: 55px;
right: auto; }
.esriPopup .titleButton.maximize {
right: 31px; }
.dj_rtl .esriPopup .titleButton.maximize {
left: 31px;
right: auto; }
.esriPopup .titleButton.restore {
right: 29px; }
.dj_rtl .esriPopup .titleButton.restore {
left: 29px;
right: auto; }
.esriPopup .titleButton.close {
right: 10px; }
.dj_rtl .esriPopup .titleButton.close {
left: 10px;
right: auto; }
/*Share Dialog updates*/
.calcite .icon-container {
margin: 10px 0 10px;
display: none; }
/*@media only screen and (min-width: 720px) {*/
.calcite .icon-container {
display: block; }
/*}*/
.calcite .map-size-label {
float: left;
font-size: 15px;
margin: 0 5px 0 0; }
.esriRTL .calcite .map-size-label {
float: right;
margin: 0 0 0 5px; }
.calcite .share-dialog-icon {
--font-size: 30px;
--line-height: 30px;
float: left;
--color: rgba(0, 0, 0, 0.3);
cursor: pointer;
margin: 0 10px 0 0;
text-decoration: none;
display: block;
height: 32px;
/* opacity: 0.5; */
}
.calcite .share-dialog-icon:hover, .calcite .share-dialog-icon:focus {
opacity: 1;
}
.calcite .share-dialog-icon:visited {
color: rgba(0, 0, 0, 0.5); }
.esriRTL .calcite .share-dialog-icon {
float: right;
margin: 0 0 0 10px; }
.calcite .share-dialog-icon:hover {
color: rgba(0, 0, 0, 0.8);
}
.calcite .share-map-url {
width: calc(100% - 0px) !important;
height: 24px;
font-size: 14px;
color: #777;
/* border: 1px solid #dcdcdc; */
margin: 0 0 10px 0;
padding-left:1px;
padding-right:1px;
}
.calcite .share-dialog-subheader {
margin-bottom: 0;
}
.calcite .map-size-container {
margin: 0;
padding: 0 0 20px; }
.calcite .embed-map-size-clear, .calcite .icon-clear {
clear: both; }
.calcite .embed-map-size-dropdown {
float: left; }
.esriRTL .calcite .embed-map-size-dropdown {
float: right; }
.calcite .share-dialog-subheader {
font-size: 17px;
display: none; }
/*@media only screen and (min-width: 720px) {*/
.calcite .share-dialog-subheader {
display: block; }
/*}*/
.calcite .share-dialog-textarea {
max-width: calc(100% - 0px) !important;
margin: 0 !important;
width: calc(100% - 0px) !important;
height: 100px;
font-size: 14px;
color: #777;
/* border: 1px solid #dcdcdc; */
margin: 0 0 10px;
}
.share-dialog-checkbox {
display: inline-block;
cursor: pointer;
padding: 8px;
}
input[type=checkbox].share-dialog-checkbox {
display: none;
}
.share-dialog-checkbox:before {
content: "";
display: inline-block;
width: 18px;
height: 18px;
vertical-align: middle;
background-color: #d3d3d3;
color: #f3f3f3;
text-align: center;
border-radius: 3px; }
input[type=checkbox]:checked.share-dialog-checkbox + .share-dialog-checkbox:before {
content: "\2713";
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
font-size: 15px; }
.esriBasemapGallery{
padding:10px 0 10px 10px;
}
.esriBasemapGalleryNode
{
margin: 1px 8px !important;
padding: 5px 8px 0px 5px;
}
.HomeButton:focus, .LocateButton:focus,
.share-dialog-icon
{
border-radius: 5px;
-webkit-border-radius: 5px;
}
.esriSimpleSliderDisabledButton
{
background-color: #CEF6CE;
}
.HomeButton .home:before{
/* width:26px; */
/* height:26px; */
margin-top: 2px;
content:"";
text-align:center;
}
.LocateButton .zoomLocateButton:before{
content:"";
font-size:20px;
width:26px;
height:26px !important;
margin-top: 2px;
text-align:center;
}
.esriBookmarkItem {
/* width: 281px; */
margin-left: 1px;
}
.searchBtn .searchIcon, .searchClear .searchIcon {
opacity: 0.5;
}
.searchBtn:focus .searchIcon, .searchBtn:hover .searchIcon,
.searchClear:focus .searchIcon, .searchClear:hover .searchIcon {
opacity: 1;
}
.esriMeasurement {
width: 93%;
height: auto;
position: relative;
padding: 10px;
}
.esriMeasurement .esriButtonChecked .dijitButtonNode,
.esriBasemapGallerySelectedNode
{
background: transparent;
border-radius: 5px;
-webkit-border-radius: 5px;
}
.pageClose, .pageUp, .pageDown {
opacity: 0.2;
}
.pageClose:hover, .pageUp:hover, .pageDown:hover,
.pageClose:focus, .pageUp:focus, .pageDown:focus {
opacity: 1;
outline-style: none;
}
.homeContainer, .locateContainer {
background-color: transparent;
}
.arcgisSearch .searchBtn:hover, .arcgisSearch .searchBtn:focus {
opacity: 1;
background-color: rgba(0, 0, 0, 0.3);
}
.arcgisSearch .searchBtn {
opacity: 0.5;
background-color: rgba(0, 0, 0, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000,endColorstr=#4D000000);
color: #a8a8a8;
}
.arcgisSearch .searchBtn:focus, .arcgisSearch .searchClear:focus,
input[type='checkbox']:focus {
/* outline-style: none; */
}
#dijit_form_ComboButton_0 {
margin: 0;
}
.esriBookmarkList {
margin-top: 1px;
margin-bottom: 2px;
}
.esriBasemapGallerySelectedNode a {
color:white;
}
.esriMeasurement .esriToggleButton .dijitButtonNode{
height: 32px;
width: auto;
}
.esriEditor .esriDrawingToolbar {
top:0px;
}
#esri_dijit_editing_TemplatePicker_1,
.templatePicker
{
/* padding: 2px; */
position: relative;
top: 0;
height: calc(100% - 40px);
}
.attrName {
text-align: left;
font-weight: normal;
padding: 2px;
white-space: normal;
}
.rounded {
-moz-border-radius: 5px 5px 5px 5px;
/* -webkit-border-radius: 5px 5px 5px 5px; */
/* border-radius: 5px 5px 5px 5px; */
}
.roundedTop {
-moz-border-radius: 5px 5px 0 0;
/* -webkit-border-radius: 5px 5px 0 0; */
/* border-radius: 5px 5px 0 0; */
}
.roundedBottom {
-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
}
h3 {
padding:3px;
}
.esriOverviewMap .ovwContainer {
display: block;
position: absolute;
}
#panelTool_instructions,
#panelTool_details {
float: right;
}
.ovwHighlight {
background-color: rgba(0, 0, 0, 0.5);
}
.dojoxGrid .dojoxGridCell {
width:80px !important;
padding: 3px !important;
font-size: 12px !important;
}
.dojoxGridContent {
width:auto !important;
height:501px;
}
.esriDrawingToolbar {
background-color: rgb(3, 126, 175) !important;
}
.esriViewPopup .editSummary {
color: #883988 !important;
}
.share-dialog-textarea, .share-map-url {
color: #a12177 !important;
}
.esriLegendMsg {
margin-bottom: 18px;
}
html, body {
width: 100%;
height: 100%;
margin: 0;
overflow:hidden;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
}
#borderContainer {
width: 100%;
height: 100%;
}
.dijitSplitterV, .dijitGutterV {
background: none;
border: 0;
width: 5px;
margin: 0;
}
.dijitSplitterV .dijitSplitterThumb {
background: gray none;
height: 10%;
left: 0.5px;
width: calc(100% - 1.5px);
margin: 0;
overflow: hidden;
position: absolute;
top: 45%;
border-radius: 2px;
}
.dj_a11y .dijitSplitterV {
border-left: 1px solid #d3d3d3 !important;
border-right: 1px solid #d3d3d3 !important;
}
.dijitSplitterV {
width: 6px;
margin: 1px;
cursor: col-resize;
-webkit-tap-highlight-color: transparent;
}
.dijitSplitter {
position: absolute;
/* overflow: hidden; */
z-index: 10;
background-color: #fff;
border-color: gray;
border-style: solid;
border-width: 0;
}
.showAttr {
/*display: grid;*/
}
.hideAttr {
display:none;
height: 0;
}
.splitterContent {
overflow-y: hidden !important;
}
.borderBottom {
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.borderTop {
border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#leftPanel{
min-width: 300px;
height: 100%;
width: 100%;
background-color: white;
}
@media only screen and (min-width: 720px) {
#leftPanel{
min-width: 425px;
}
}
#panelBottom {
position:absolute;
bottom: 0px;
color: white;
white-space: nowrap;
width: calc(100% - 4px);
padding: 2px;
font-size: 10px;
}
@media only screen and (min-width: 720px) {
#panelBottom {
width: calc(100% - 8px);
padding: 4px;
font-size: 16px;
}
}
#fixContent {
width: calc(100% - 2px);
height: calc(100% - 27px);
/* height: 100%; */
osition: relative;
/* overflow: hidden; */
}
#instructionsDiv {
/*position: absolute;*/
/*bottom: 0;*/
padding: 0 5px;
/*max-height: 38%;*/
overflow-y: auto;
width: calc(100% - 10px);
}
@media only screen and (min-width: 720px) {
#instructionsDiv {
padding: 0 10px;
width: calc(100% - 20px);
}
}
.goThereHint {
position: absolute;
padding: 0px 2px !important;
border-radius: 2px;
border-width: 2px;
font-size: 11px !important;
box-shadow: 2px 2px 6px rgba(0, 0, 0, 1);
z-index: 100;
background-color: white;
border-color: black;
border-style: solid;
color: black;
font-family: verdana, helvetica;
/*height: 18px !important;*/
/*line-height: 18px !important;*/
overflow: hidden;
display: none;
}
@media only screen and (min-width: 720px) {
.goThereHint {
padding: 1px 4px !important;
border-radius: 4px;
border-width: 2px;
font-size: 14px !important;
box-shadow: 3px 3px 10px rgba(0, 0, 0, 1);
}
}
.margin {
/* border: transparent; */
/* border-width: 10px; */
/* border-style: solid; */
/* height: calc(100% - 28px); */
/* width: calc(100% - 22px); */
}
.app-loading .loading-indicator {
/* Loading image */
background-position: center center;
background-image: url(../images/reload3.gif);
background-repeat: no-repeat;
}
.small-loading {
display: inline-block;
vertical-align: baseline;
}
.small-loading img {
width: 14px;
height: 14px;
}
@media only screen and (min-width: 720px) {
.small-loading img {
width: 20px;
height: 20px;
}
}
#loadingTitle {
width: 100%;
position: absolute;
z-index: 2;
top: 45%;
left: 0;
text-align: center;
}
.skip a {
color: black;
background-color: white;
position: absolute;
top: 2px;
left: 2px;
overflow: hidden;
margin: 0;
width: auto;
height: auto;
padding: 5px 20px;
clip: rect(1px, 1px, 1px, 1px);
box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.5) !important;
z-index: 1000;
font-size: 14px;
font-weight: bold;
}
@media only screen and (min-width: 720px) {
.skip a {
font-size: 18px;
padding: 10px 40px;
}
}
.skip a:focus {
/*width: auto;
height: auto;
padding: .5rem 1rem;*/
clip: auto;
}
.skip {
/*position: absolute;*/
white-space: nowrap;
font-size: 18px;
}
.pageBtn {
background-color: rgb(3, 126, 175);
color: white;
background-blend-mode: darken;
padding: 3px 10px 0px 10px;
border-radius: 4px;
}
.dataInputBox {
width:120px;
}
._filter._date .dijitArrowButtonInner {
padding-bottom: 6px !important;
}
._filter._date .dijitInputField {
padding: 2px;
width: 80px;
}
._filter._number .dijitInputField {
padding: 0px;
width: 100px;
}
.esriBookmarkTable {
width:100%;
}
.esriOverviewMap {
margin: 4px;
width: calc(100% - 8px);
height: calc(100% - 8px);
}
.ovwContainer {
width: 400px !important;
height: 400px !important;
background-color: transparent !important;
left: calc(50% - 200px);
top: calc(50% - 200px);
}
.legend, .ShareDialog, .PrintDialog {
padding: 10px;
}
.arcgisSearch .searchInput::-moz-placeholder {
color: #c6c6c1; !important
opacity: 1;
}
.arcgisSearch .searchInput:-ms-input-placeholder {
color: #c6c6c1; !important
}
.arcgisSearch .searchInput::-webkit-input-placeholder {
color: #c6c6c1; !important
}
#detailDiv {
background: white;
overflow-y: auto;
/*position: absolute;*/
color: black;
width: calc(100% - 20px);
padding: 10px 10px 0 10px;
}
.detailFull {
height: calc(100% - 10px);
}
.detailHalf {
/*height: calc(100% - 274px);*/
/*max-height:60%;*/
height:auto;
}
.leftWrapper {
display: flex;
flex-direction: column;
}
header {
height: auto;
}
footer {
height: auto;
}
main {
flex: 1;
}
.hideLoading {
display:none;
}
.setIndicator {
width: 15px;
height: 15px;
top: -3px;
right: -6px;
position: absolute;
/*pointer-events: none;*/
z-index: 1000;
}
.navToolBar {
height: auto !important;
border-radius: 5px;
}
.navToolBar div {
display:block;
}
.HomeButton .home:hover,
.LocateButton .zoomLocateButton:hover {
background-color: transparent !important;
}
#extenderNav {
height: 12px;
font-size: 0;
line-height: 0;
padding: 1px 0;
}
#extenderNav input[type="checkbox"] {
display:none;
}
#extenderNav input[type="checkbox"] + label .extenderNavCollapse {
display:none !important;
}
#extenderNav input[type="checkbox"] + label .extenderNavExtend {
display:inline-block !important;
}
#extenderNav input[type="checkbox"]:checked + label .extenderNavCollapse {
display:inline-block !important;
}
#extenderNav input[type="checkbox"]:checked + label .extenderNavExtend {
display:none !important;
}
.disabledBtn {
background-color: rgba(255, 255, 255, 0.5);
position: absolute;
}
.disabledBtn:focus {
outline-style: none;
}
#instructionsList {
margin: 0;
-webkit-padding-start: 16px;
font-size: 12px;
}
@media only screen and (min-width: 720px) {
#instructionsList {
-webkit-padding-start: 20px;
font-size: 14px;
}
}
.instructionsTitle {
padding: 0;
margin: 2px;
font-size: 14px;
}
@media only screen and (min-width: 720px) {
.instructionsTitle {
margin: 4px;
font-size: 18px;
}
}
#panelSearch {
margin: 0;
width:100%;
position: relative;
}
#panelSearch .searchLabel {
padding: 4px 5px;
float: left;
font-size: 12px;
margin-bottom: 0 !important;
}
.arcgisSearch .searchIcon {
font-size: 16px;
width: auto;
height: auto;
line-height: 10px;
display: inline-block;
}
.arcgisSearch .searchIcon img {
width: 14px;
height: 14px;
}
.arcgisSearch .searchBtn {
padding: 3px;
font-size: 10px;
line-height: 14px;
height: 14px;
-webkit-border-radius: 0 2px 2px 0;
border-radius: 0 2px 2px 0;
}
.arcgisSearch .searchGroup .searchInput {
height:14px;
width: 155px;
padding: 3px 20px 3px 6px ;
font-size: 12px;
line-height: 16px;
-webkit-border-radius: 2px 0 0 2px;
border-radius: 2px 0 0 2px;
}
.arcgisSearch .searchGroup .searchInput {
/* width: 298px; */
/*padding: 6px 17px 6px 18px;*/
background-color: rgba(0, 0, 0, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000,endColorstr=#4D000000);
zoom: 1;
color: #fff;
}
/*@media only screen and (min-width: 800px) {*/
.arcgisSearch .searchGroup .searchInput {
/* max-width: 300px; */
display: block;
}
/*}*/
.arcgisSearch .searchClose, .arcgisSearch .searchSpinner {
vertical-align: baseline;
margin-top: 3.5px;
position: absolute;
right: 2px;
}
.arcgisSearch .searchSpinner {
display: none;
}
.arcgisSearch .hasMultipleSources .searchToggle {
display: inline-block;
float: left;
}
.arcgisSearch .hasValue .searchClear {
background-color: inherit;
display: inline-block;
width: 18px;
height: 100%;
top: 0;
}
@media only screen and (min-width: 720px) {
#panelSearch {
margin: 0;
width:100%;
position: relative;
}
#panelSearch .searchLabel {
padding: 8px 4px;
float: left;
font-size: 14px;
}
.arcgisSearch .searchIcon {
width: auto;
height: auto;
}
.arcgisSearch .searchIcon img {
width: 20px;
height: 20px;
}
.arcgisSearch .searchBtn {
padding: 6px;
font-size: 16px;
line-height: 20px;
height: 20px;
-webkit-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
}
.arcgisSearch .searchGroup .searchInput {
height: 20px;
width: 200px;
padding: 6px 28px 6px 12px;
font-size: 14px;
line-height: 20px;
-webkit-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}
.arcgisSearch .searchClose, .arcgisSearch .searchSpinner {
line-height: 28px;
vertical-align: baseline;
position: absolute;
opacity:0.5;
height: 29px;
}
.searchClose:focus, .searchClose:hover {
background-color: rgba(0, 0, 0, 0.701961);
opacity:1;
}
.arcgisSearch .hasValue .searchClear {
width: 28px;
}
}
.pageBody h2, .groupLabel {
font-size:14px;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
}
.esriLegendServiceLabel {
-webkit-margin-before: 0;
-webkit-margin-after: 0;
margin-top: 0;
margin-bottom: 0;
padding: 2px;
margin: 0;
}
.legend table {
width:100%;
font-size: 14px;
}
@media only screen and (min-width: 720px) {
.pageBody h2, .groupLabel {
font-size:16px;
}
.legend table {
font-size: 16px;
}
}
label.checkbox {
padding: 1.2px 0px;
font-size: 14px;
margin: 0 !important;
border: 2px solid transparent;
vertical-align: text-top;
font-weight: bold;
display: inline-block;
}
input[type=checkbox].checkbox {
height: 16px;
width: 16px;
border: 1px solid #bababa;
vertical-align: top;
background-color: #fff;
color: #000;
cursor: pointer;
}
.toc-title-container {
padding: 2px;
}
@media only screen and (min-width: 720px) {
input[type=checkbox].checkbox {
height: 20px;
width: 20px;
}
label.checkbox {
padding: 3px 0px;
font-size: 16px;
}
.toc-title-container {
padding: 6px;
}
}
.esriSimpleSlider {
border-style: none;
}
.esriSimpleSliderTL {
top: 10px;
left: 10px;
}
.esriSimpleSlider div {
width: 20px;
height: 28px;
}
.navToolBar input[type="image"] {
width: 15px;
height: 15px;
}
#extenderNav {
height: 8px;
font-size: 0;
line-height: 0;
padding: 1px 0;
}
#extenderNavLabel img {
width: 18px;
height: 8px;
}
.HomeButton .home, .LocateButton .zoomLocateButton {
background-color: transparent;
width: inherit;
height: inherit;
padding: 0;
cursor: pointer;
background-image: none;
}
.homeContainer input, .locateContainer input
{
height: 22px;
width: 22px;
padding: 1px;
}
@media only screen and (min-width: 720px) {
.esriSimpleSliderTL {
top: 20px;
left: 20px;
}
.esriSimpleSlider div {
width: 30px;
height: 40px;
line-height: 40px;
}
#extenderNav {
height: 12px;
}
.navToolBar input[type="image"] {
width: 20px;
height: 20px;
}
#extenderNavLabel img {
width: 24px;
height: 12px;
}
}
#panelLogo {
overflow: hidden;
line-height: 0;
margin:1px;
}
#panelLogo img {
max-height: 24px;
padding: 2px;
}
#panelTitle {
height:28px;
}
@media only screen and (min-width: 720px) {
#panelLogo img {
max-height: 32px;
padding: 3px;
}
#panelTitle {
height:45px;
}
}
.esriScalebarLabel {
color: #444444;
width: initial;
height: initial;
} | 0.284675 | 0.062217 |
.backdrop{
height:3750px;
background:url(../images/bg.png) center top no-repeat;
}
.content{
width:1000px;
margin:0 auto;
height:3750px;
text-align:center;
}
.side_float{
width:40px;
height:40px;
background:url(../images/gotop.png);
position:fixed;
bottom:50px;
z-index: 8;
margin-left:1010px;
}
.tie_1{
height:300px;
margin-top: -2950px;
background:url(../images/4.png) center top no-repeat;
}
.tie_2{
height:283px;
margin-top: 1050px;
margin-bottom: 1260px;
background:url(../images/5.png) center top no-repeat;
}
._title{
width: 1280px;
height: 951px;
margin-left: -140px;
margin-top:25px;
background: url(../images/title.png);
}
._time{
width:858px;
height:48px;
z-index: 2;
position: absolute;
margin-top:-60px;
margin-left:90px;
background: url(../images/time.png);
}
._title2{
width:421px;
height:140px;
z-index: 2;
position: absolute;
margin-top:1270px;
margin-left:300px;
background: url(../images/title2.png);
}
._gonglve{
width:1000px;
height:1015px;
margin-top:150px;
position: absolute;
background: url(../images/1.png);
}
._gonglve span{
font-size:21.5px;
font-weight: bold;
color:white;
}
._gonglve p{
font-size:18px;
text-align: left;
}
._star{
width:1307px;
height:900px;
margin-top: 1300px;
margin-left: -240px;
position: absolute;
z-index: 3;
background: url(../images/2.png);
}
.img_show{
width: 1000px;
height: 403px;
margin-top: 1650px;
position: absolute;
z-index: 3;
background: url(../images/img1.png);
}
.btn{
width: 170px;
height: 39px;
margin-top: 1605px;
position: absolute;
z-index: 3;
background: url(../images/btn.png);
font-size: 24px;
font-weight: bold;
color:white;
line-height: 35px;
}
.tmall{
width: 473px;
height:183px;
background: url(../images/3.png);
margin-top: 2150px;
margin-left: 270px;
}
.logo{
width: 169px;
height: 80px;
background: url(../images/logo.png);
margin-left: 410px;
margin-top: 50px;
}
.qrcode{
width: 265px;
height:252px;
position:fixed;
top: 200px;
margin-left: -280px;
z-index: 8;
background: url(../images/qrcode.png) no-repeat center center;
}
@media (max-width: 1500px){
.side_float{
right:10px;
}
.qrcode{
margin-left: 0;
left:10px;
}
} | zt/aosman/css/style.css | .backdrop{
height:3750px;
background:url(../images/bg.png) center top no-repeat;
}
.content{
width:1000px;
margin:0 auto;
height:3750px;
text-align:center;
}
.side_float{
width:40px;
height:40px;
background:url(../images/gotop.png);
position:fixed;
bottom:50px;
z-index: 8;
margin-left:1010px;
}
.tie_1{
height:300px;
margin-top: -2950px;
background:url(../images/4.png) center top no-repeat;
}
.tie_2{
height:283px;
margin-top: 1050px;
margin-bottom: 1260px;
background:url(../images/5.png) center top no-repeat;
}
._title{
width: 1280px;
height: 951px;
margin-left: -140px;
margin-top:25px;
background: url(../images/title.png);
}
._time{
width:858px;
height:48px;
z-index: 2;
position: absolute;
margin-top:-60px;
margin-left:90px;
background: url(../images/time.png);
}
._title2{
width:421px;
height:140px;
z-index: 2;
position: absolute;
margin-top:1270px;
margin-left:300px;
background: url(../images/title2.png);
}
._gonglve{
width:1000px;
height:1015px;
margin-top:150px;
position: absolute;
background: url(../images/1.png);
}
._gonglve span{
font-size:21.5px;
font-weight: bold;
color:white;
}
._gonglve p{
font-size:18px;
text-align: left;
}
._star{
width:1307px;
height:900px;
margin-top: 1300px;
margin-left: -240px;
position: absolute;
z-index: 3;
background: url(../images/2.png);
}
.img_show{
width: 1000px;
height: 403px;
margin-top: 1650px;
position: absolute;
z-index: 3;
background: url(../images/img1.png);
}
.btn{
width: 170px;
height: 39px;
margin-top: 1605px;
position: absolute;
z-index: 3;
background: url(../images/btn.png);
font-size: 24px;
font-weight: bold;
color:white;
line-height: 35px;
}
.tmall{
width: 473px;
height:183px;
background: url(../images/3.png);
margin-top: 2150px;
margin-left: 270px;
}
.logo{
width: 169px;
height: 80px;
background: url(../images/logo.png);
margin-left: 410px;
margin-top: 50px;
}
.qrcode{
width: 265px;
height:252px;
position:fixed;
top: 200px;
margin-left: -280px;
z-index: 8;
background: url(../images/qrcode.png) no-repeat center center;
}
@media (max-width: 1500px){
.side_float{
right:10px;
}
.qrcode{
margin-left: 0;
left:10px;
}
} | 0.373076 | 0.110279 |
@font-face {
font-family: windows;
src: url(/fnt/LeviWindows.ttf);
}
@font-face {
font-family: lcd;
src: url(/fnt/Hyperspace.otf);
}
body {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
position: fixed;
background-color: black;
background-image: url(/img/darkness.png);
background-repeat: repeat;
}
m-row { display:flex; }
m-window {
display: block;
margin: 2px 0 0 2px;
padding-bottom: 5px;
border-top: 1px solid #707083;
border-left: 1px solid #5F5F68;
outline: 1px solid #1A1927;
background: linear-gradient(135deg, rgba(19,20,30,1) 0%, rgba(56,56,89,1) 50%, rgba(30,30,47,1) 100%);
user-select: none;
cursor: url(/img/cur/PNORMAL.CUR), pointer;
}
m-window.minified { padding-bottom: 0; }
m-title,
m-mini-title
{
display: flex;
align-items: center;
justify-content: center;
margin: 2px 4px 1px 3px;
}
m-window m-mini-title {
display: none;
padding-bottom: 2px;
}
m-window.minified m-title { display:none; }
m-window.minified m-mini-title { display:flex; }
m-content {
display: block;
margin: 3px 5px 0 4px;
border-top: 1px solid #707083;
border-left: 1px solid #707083;
outline: 2px solid #101019;
box-shadow: 1px 1px 0 2px #707083
}
m-window.minified m-content { display:none; }
m-label {
display: block;
margin: 0 4px 0 4px;
color: white;
font-family: sans-serif;
font-size: 7px;
}
m-bar {
display: block;
flex-grow: 1;
height: 5px;
background: url(/img/bar-inactive.svg) repeat-x;
border: 1px solid #1E1F25;
border-radius: 2px;
}
m-window:hover m-bar {
background-image: url(/img/bar.svg);
}
m-button { display: block; }
m-button.title {
width: 7px;
height: 7px;
}
m-button.title:active {
border: 1px solid #A3946A;
}
m-button.title.close {
margin: 0 -2px 0 2px;
background-image: url(/img/close-inactive.svg);
}
m-button.title.close:active {
margin: -2px -3px -2px 1px;
background-image: url(/img/close-pressed.svg);
}
m-window:hover m-button.title.close {
background-image: url(/img/close.svg);
}
m-window:hover m-button.title.close:active {
background-image: url(/img/close-pressed.svg);
}
m-button.title.max {
margin: 0 1px 0 2px;
background-image: url(/img/maximize-inactive.svg);
}
m-button.title.max:active {
margin: -1px 0px -1px 1px;
background-image: url(/img/maximize-pressed.svg);
}
m-window:hover m-button.title.max {
background-image: url(/img/maximize.svg);
}
m-window:hover m-button.title.max:active {
background-image: url(/img/maximize-pressed.svg);
}
m-button.title.mini {
margin: 0 1px 0 2px;
background-image: url(/img/minimize-inactive.svg);
}
m-button.title.mini:active {
margin: -1px 0px -1px 1px;
background-image: url(/img/minimize-pressed.svg);
}
m-window:hover m-button.title.mini {
background-image: url(/img/minimize.svg);
}
m-window:hover m-button.title.mini:active {
background-image: url(/img/minimize-pressed.svg);
}
m-mini-title m-black-area { background-color: black; }
m-content m-black-area {
padding: 0 1px 0 1px;
background-color: black;
border-top: 1px solid #171724;
border-left: 1px solid #171724;
border-right: 1px solid #6F6F83;
border-bottom: 1px solid #6F6F83;
}
.hidden { display:none; }
input:focus,
select:focus,
textarea:focus,
button:focus {
outline: none;
} | index.css | @font-face {
font-family: windows;
src: url(/fnt/LeviWindows.ttf);
}
@font-face {
font-family: lcd;
src: url(/fnt/Hyperspace.otf);
}
body {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
position: fixed;
background-color: black;
background-image: url(/img/darkness.png);
background-repeat: repeat;
}
m-row { display:flex; }
m-window {
display: block;
margin: 2px 0 0 2px;
padding-bottom: 5px;
border-top: 1px solid #707083;
border-left: 1px solid #5F5F68;
outline: 1px solid #1A1927;
background: linear-gradient(135deg, rgba(19,20,30,1) 0%, rgba(56,56,89,1) 50%, rgba(30,30,47,1) 100%);
user-select: none;
cursor: url(/img/cur/PNORMAL.CUR), pointer;
}
m-window.minified { padding-bottom: 0; }
m-title,
m-mini-title
{
display: flex;
align-items: center;
justify-content: center;
margin: 2px 4px 1px 3px;
}
m-window m-mini-title {
display: none;
padding-bottom: 2px;
}
m-window.minified m-title { display:none; }
m-window.minified m-mini-title { display:flex; }
m-content {
display: block;
margin: 3px 5px 0 4px;
border-top: 1px solid #707083;
border-left: 1px solid #707083;
outline: 2px solid #101019;
box-shadow: 1px 1px 0 2px #707083
}
m-window.minified m-content { display:none; }
m-label {
display: block;
margin: 0 4px 0 4px;
color: white;
font-family: sans-serif;
font-size: 7px;
}
m-bar {
display: block;
flex-grow: 1;
height: 5px;
background: url(/img/bar-inactive.svg) repeat-x;
border: 1px solid #1E1F25;
border-radius: 2px;
}
m-window:hover m-bar {
background-image: url(/img/bar.svg);
}
m-button { display: block; }
m-button.title {
width: 7px;
height: 7px;
}
m-button.title:active {
border: 1px solid #A3946A;
}
m-button.title.close {
margin: 0 -2px 0 2px;
background-image: url(/img/close-inactive.svg);
}
m-button.title.close:active {
margin: -2px -3px -2px 1px;
background-image: url(/img/close-pressed.svg);
}
m-window:hover m-button.title.close {
background-image: url(/img/close.svg);
}
m-window:hover m-button.title.close:active {
background-image: url(/img/close-pressed.svg);
}
m-button.title.max {
margin: 0 1px 0 2px;
background-image: url(/img/maximize-inactive.svg);
}
m-button.title.max:active {
margin: -1px 0px -1px 1px;
background-image: url(/img/maximize-pressed.svg);
}
m-window:hover m-button.title.max {
background-image: url(/img/maximize.svg);
}
m-window:hover m-button.title.max:active {
background-image: url(/img/maximize-pressed.svg);
}
m-button.title.mini {
margin: 0 1px 0 2px;
background-image: url(/img/minimize-inactive.svg);
}
m-button.title.mini:active {
margin: -1px 0px -1px 1px;
background-image: url(/img/minimize-pressed.svg);
}
m-window:hover m-button.title.mini {
background-image: url(/img/minimize.svg);
}
m-window:hover m-button.title.mini:active {
background-image: url(/img/minimize-pressed.svg);
}
m-mini-title m-black-area { background-color: black; }
m-content m-black-area {
padding: 0 1px 0 1px;
background-color: black;
border-top: 1px solid #171724;
border-left: 1px solid #171724;
border-right: 1px solid #6F6F83;
border-bottom: 1px solid #6F6F83;
}
.hidden { display:none; }
input:focus,
select:focus,
textarea:focus,
button:focus {
outline: none;
} | 0.272993 | 0.095941 |
@import url("ionicons/css/ionicons.min.css");
@import url("micons/micons.css");
html {
font-size: 10px;
}
@media only screen and (max-width:1024px) {
html {
font-size: 9.375px;
}
}
@media only screen and (max-width:768px) {
html {
font-size: 10px;
}
}
@media only screen and (max-width:400px) {
html {
font-size: 9.375px;
}
}
html, body {
height: 100%;
}
body {
background: #14181E;
font-family: "serif","serif","merriweather-regular", serif;
font-size: 1.6rem;
line-height: 3rem;
color: #737373;
}
/**
* links
* -
*/
a, a:visited {
/*color: #0087cc;*/
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
color: #ff7b29;
}
/**
* typography
* -
*/
h1, h2, h3, h4, h5, h6, .h01, .h02, .h03, .h04, .h05, .h06 {
font-family: "serif","serif","raleway-bold", sans-serif;
color: #252525;
font-style: normal;
text-rendering: optimizeLegibility;
margin-bottom: 2.1rem;
}
h3, .h03, h4, .h04 {
margin-bottom: 1.8rem;
}
h5, .h05, h6, .h06 {
font-family: "serif","serif","raleway-heavy";
margin-bottom: 1.2rem;
}
h1, .h01 {
font-size: 3.1rem;
line-height: 1.35;
letter-spacing: -.1rem;
}
@media only screen and (max-width:600px) {
h1, .h01 {
font-size: 2.6rem;
letter-spacing: -.07rem;
}
}
h2, .h02 {
font-size: 2.4rem;
line-height: 1.25;
}
h3, .h03 {
font-size: 2rem;
line-height: 1.5;
}
h4, .h04 {
font-size: 1.7rem;
line-height: 1.76;
}
h5, .h05 {
font-size: 1.4rem;
line-height: 1.7;
text-transform: uppercase;
letter-spacing: .15rem;
}
h6, .h06 {
font-size: 1.3rem;
line-height: 1.85;
text-transform: uppercase;
letter-spacing: .15rem;
}
p img {
margin: 0;
}
p.lead {
font-family: "serif","serif","merriweather-light", serif;
font-size: 1.8rem;
line-height: 1.8;
color: #737373;
}
@media only screen and (max-width:768px) {
p.lead {
font-size: 1.7rem;
}
}
em, i, strong, b {
font-size: 1.6rem;
line-height: 3rem;
font-style: normal;
font-weight: normal;
}
em, i {
font-family: "serif","serif","merriweather-italic", serif;
}
strong, b {
font-family: "serif","serif","merriweather-bold", serif;
}
small {
font-size: 1.1rem;
line-height: inherit;
}
blockquote {
margin: 3rem 0;
padding-left: 4rem;
position: relative;
}
blockquote:before {
content: "\201C";
font-size: 8rem;
line-height: 0px;
margin: 0;
color: #333;
font-family: "serif","serif",arial, sans-serif;
position: absolute;
top: 3rem;
left: 0;
}
blockquote p {
font-family: "serif",georgia, serif;
font-style: italic;
padding: 0;
font-size: 1.9rem;
line-height: 1.75;
}
blockquote cite {
display: block;
font-size: 1.2rem;
font-style: normal;
line-height: 1.65;
}
blockquote cite:before {
content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited {
/*color: #8d8d8d;*/
border: none;
}
abbr {
font-family: "serif","merriweather-bold", serif;
font-variant: small-caps;
text-transform: lowercase;
letter-spacing: .05rem;
color: #8d8d8d;
}
var, kbd, samp, code, pre {
font-family: "serif",Consolas, "Andale Mono", Courier, "Courier New", monospace;
}
pre {
padding: 2.4rem 3rem 3rem;
background: #F1F1F1;
}
code {
font-size: 1.4rem;
margin: 0 .2rem;
padding: .3rem .6rem;
white-space: nowrap;
background: #F1F1F1;
border: 1px solid #E1E1E1;
border-radius: 3px;
}
pre > code {
display: block;
white-space: pre;
line-height: 2;
padding: 0;
margin: 0;
}
pre.prettyprint > code {
border: none;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom: 1px dotted;
cursor: help;
}
mark {
background: #FFF49B;
color: #000;
}
hr {
border: solid #cfcfd5;
border-width: 1px 0 0;
clear: both;
margin: 2.4rem 0 1.5rem;
height: 0;
}
/**
* Lists
* -
*/
ol {
list-style: decimal;
}
ul {
list-style: disc;
}
li {
display: list-item;
}
ol, ul {
margin-left: 1.7rem;
}
ul li {
padding-left: .4rem;
}
ul ul, ul ol, ol ol, ol ul {
margin: .6rem 0 .6rem 1.7rem;
}
ul.disc li {
display: list-item;
list-style: none;
padding: 0 0 0 .8rem;
position: relative;
}
ul.disc li::before {
content: "";
display: inline-block;
width: 8px;
height: 8px;
border-radius: 50%;
background: #2196f3;
position: absolute;
left: -17px;
top: 11px;
vertical-align: middle;
}
dt {
margin: 0;
color: #2196f3;
}
dd {
margin: 0 0 0 2rem;
}
/**
* tables
* -
*/
table {
border-width: 0;
width: 100%;
max-width: 100%;
font-family: "serif","raleway-regular", sans-serif;
}
th, td {
padding: 1.5rem 3rem;
text-align: left;
border-bottom: 1px solid #E8E8E8;
}
th {
color: #252525;
font-family: "serif","raleway-bold", sans-serif;
}
td {
line-height: 1.5;
}
th:first-child, td:first-child {
padding-left: 0;
}
th:last-child, td:last-child {
padding-right: 0;
}
.table-responsive {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
/**
* Spacing
* -
*/
button, .button {
margin-bottom: 1.2;
}
fieldset {
margin-bottom: 1.5rem;
}
input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.fluid-video-wrapper,
.iw-custom-select {
margin-bottom: 3rem;
}
/**
* floated image
* -
*/
img.pull-right {
margin: 1.5rem 0 0 3rem;
}
img.pull-left {
margin: 1.5rem 3rem 0 0;
}
/**
* block grids paddings
* -
*/
.bgrid {
padding: 0 20px;
}
@media only screen and (max-width:1024px) {
.bgrid {
padding: 0 18px;
}
}
@media only screen and (max-width:768px) {
.bgrid {
padding: 0 15px;
}
}
@media only screen and (max-width:600px) {
.bgrid {
padding: 0 10px;
}
}
@media only screen and (max-width:400px) {
.bgrid {
padding: 0;
}
}
/**
* ===================================================================
* preloader
*
* -------------------------------------------------------------------
*/
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #0F1215;
z-index: 9999999;
height: 100%;
width: 100%;
}
.no-js #preloader, .oldie #preloader {
display: none;
}
#loader {
position: absolute;
left: 50%;
top: 50%;
width: 60px;
height: 60px;
margin-left: -30px;
margin-top: -30px;
padding: 0;
background-color: #2196f3;
border-radius: 100%;
-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
0% {
-webkit-transform: scale(0);
}
100% {
-webkit-transform: scale(1);
opacity: 0;
}
}
@keyframes sk-scaleout {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0;
}
}
/**
* ===================================================================
* forms
*
* -------------------------------------------------------------------
*/
fieldset {
border: none;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
display: block;
height: 6rem;
padding: 1.5rem 2rem;
border: 0;
outline: none;
vertical-align: middle;
color: #737373;
font-family: "serif","merriweather-regular", sans-serif;
font-size: 1.5rem;
line-height: 3rem;
border-radius: 3px;
background: #FFFFFF;
max-width: 100%;
border: 1px solid #d5d5d5;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.ss-custom-select {
position: relative;
padding: 0;
display: inline-block;
}
.ss-custom-select select {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
text-indent: 0.01px;
text-overflow: '';
margin: 0;
line-height: 3rem;
vertical-align: middle;
padding-right: 4rem;
}
.ss-custom-select select option {
padding-left: 2rem;
padding-right: 2rem;
}
.ss-custom-select select::-ms-expand {
display: none;
}
.ss-custom-select::after {
content: '\f123';
font-family: "serif",'Ionicons';
position: absolute;
top: 50%;
right: 18px;
margin-top: -10px;
bottom: auto;
width: 20px;
height: 20px;
line-height: 20px;
font-size: 15px;
text-align: center;
pointer-events: none;
color: #252525;
}
textarea {
min-height: 25rem;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
color: #000000;
background: #f4fffe;
border: 1px solid #d2fef9;
}
label, legend {
font-family: "serif","merriweather-bold", sans-serif;
font-size: 1.4rem;
margin-bottom: .6rem;
color: #404040;
display: block;
}
label span, legend span {
color: #2196f3;
}
input[type="checkbox"], input[type="radio"] {
display: inline;
}
/**
* Style Placeholder Text
* -
*/
::-webkit-input-placeholder {
color: #a1a1a1;
}
:-moz-placeholder {
/* Firefox 18- */
color: #a1a1a1;
}
::-moz-placeholder {
/* Firefox 19+ */
color: #a1a1a1;
}
:-ms-input-placeholder {
color: #a1a1a1;
}
.placeholder {
color: #a1a1a1 !important;
}
/**
* ===================================================================
* buttons
*
* -------------------------------------------------------------------
*/
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
display: inline-block;
font-family: "serif","raleway-bold", sans-serif;
font-size: 1.6rem;
height: 5rem;
line-height: 5rem;
padding: 0 3rem;
margin: 0 .3rem 1rem 0;
background: #d8d8d8;
color: #252525;
text-decoration: none;
cursor: pointer;
text-align: center;
white-space: nowrap;
border: none;
border-radius: 1000px;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
background: #bebebe;
color: #FFFFFF;
outline: 0;
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
background: #2196f3;
color: #FFFFFF;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
background: #04998a;
}
button.full-width, .button.full-width {
width: 100%;
margin-right: 0;
}
button.medium, .button.medium {
height: 5.5rem !important;
line-height: 5.5rem !important;
padding: 0 1.8rem !important;
}
button.large, .button.large {
height: 6rem !important;
line-height: 6rem !important;
padding: 0rem 3rem !important;
}
button.round, .button.round {
padding-left: 3rem !important;
padding-right: 3rem !important;
border-radius: 1000px;
}
button.stroke, .button.stroke {
background: transparent !important;
border: 3px solid transparent;
line-height: 4.4rem;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
/**
* ===================================================================
* common styles
*
* -------------------------------------------------------------------
*/
.section-intro {
max-width: 700px;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-bottom: 5.2rem;
position: relative;
}
.section-intro h1 {
font-family: "serif","merriweather-bold", serif;
font-size: 4.8rem;
color: #252525;
line-height: 1.25;
margin-bottom: 1.2rem;
}
.section-intro h5 {
color: rgba(56, 66, 78, 0.5);
font-size: 1.6rem;
line-height: 1.875;
margin-bottom: 0.3rem;
letter-spacing: .4rem;
}
.section-intro .lead {
color: rgba(0, 0, 0, 0.45);
}
.section-intro .with-bottom-line {
position: relative;
overflow: hidden;
}
.section-intro .with-bottom-line::after {
display: block;
background-color: #2196f3;
width: 120px;
height: 3px;
content: '\0020';
position: absolute;
left: 50%;
bottom: 0;
margin-left: -60px;
}
@media only screen and (max-width:600px) {
section .h01 {
font-size: 2.5rem;
}
}
/**
* ===================================================================
* header styles
*
* -------------------------------------------------------------------
*/
header {
width: 100%;
position: absolute;
left: 0;
top: 24px;
z-index: 600;
background: transparent;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
header .row {
width: auto;
height: 66px;
position: relative;
}
header .logo {
margin-top: 2px;
z-index: 600;
position: absolute;
left: 35px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
header .logo a {
display: block;
margin: 0;
padding: 0;
border: none;
font: 0/0 a;
text-shadow: none;
color: transparent;
width: 42px;
height: 42px;
background: url("../images/logo.png") no-repeat center;
background-size: 42px 42px;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.sticky {
position: fixed;
background: #14171c;
top: 0;
}
.sticky .logo a {
width: 38px;
height: 38px;
background-size: 38px 38px;
}
/**
* primary navigation
* -
*/
#main-nav-wrap, .main-navigation {
margin: 0;
padding: 0;
}
/* hide toggle button */
a.menu-toggle {
display: none;
}
/* main-nav-wrap */
#main-nav-wrap {
font-family: "serif","raleway-heavy", sans-serif;
font-size: 11.5px;
text-transform: uppercase;
letter-spacing: 1.5px;
position: absolute;
top: 0;
right: 30px;
}
.main-navigation {
min-height: 66px;
display: inline-block;
width: auto;
text-align: left;
}
.main-navigation li {
position: relative;
display: inline-block;
list-style: none;
padding: 0;
margin: 0;
height: 66px;
}
.main-navigation li.current a {
color: #FFFFFF;
}
.main-navigation li.current a::after {
position: absolute;
left: 50%;
bottom: 0;
width: 80%;
height: 3px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #2196f3;
content: '\0020';
display: block;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.main-navigation li.highlight a {
color: #2196f3;
}
.main-navigation li.with-sep a {
position: relative;
padding-left: 22px;
margin-left: 8px;
}
.main-navigation li.with-sep a::before {
position: absolute;
left: 0;
top: 50%;
width: 1px;
height: 20px;
margin-top: -10px;
background-color: rgba(255, 255, 255, 0.2);
content: '\0020';
display: block;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
/* navigation links */
.main-navigation li a {
display: block;
padding: 18px 7px;
line-height: 30px;
text-decoration: none;
text-align: left;
color: #98999a;
position: relative;
-moz-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
-webkit-transition: color 0.3s ease-in-out;
-ms-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
}
.main-navigation li a:active {
background-color: transparent !important;
}
.main-navigation li a:hover {
color: #FFFFFF;
}
/**
* make sure the menu is visible on larger screens
* -
*/
@media only screen and (min-width:769px) {
#main-nav-wrap ul.main-navigation {
display: block !important;
}
}
/**
* ===================================================================
* intro section
*
* -------------------------------------------------------------------
*/
#intro {
background: #14181E url(../images/intro-bg.jpg) no-repeat center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
width: 100%;
height: 100%;
min-height: 720px;
display: table;
position: relative;
}
.shadow-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
}
.intro-content {
display: table-cell;
vertical-align: middle;
text-align: center;
-webkit-transform: translateY(-1.2rem);
-ms-transform: translateY(-1.2rem);
transform: translateY(-1.2rem);
}
.intro-content h1 {
color: #FFFFFF;
font-family: "serif","merriweather-bold", serif;
font-size: 5.4rem;
line-height: 1.334;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.intro-content h5 {
color: rgba(255, 255, 255, 0.6);
font-family: "serif","raleway-heavy", sans-serif;
font-size: 1.8rem;
line-height: 1.667;
margin-bottom: 0.6rem;
text-transform: uppercase;
letter-spacing: .25rem;
}
.intro-content .video-link a {
display: inline-block;
width: 90px;
height: 90px;
margin-bottom: 4.2rem;
outline: none;
}
.intro-content .button {
border-color: #FFFFFF;
color: #FFFFFF;
height: 6.6rem;
line-height: 6rem;
padding: 0 3rem !important;
margin-top: 1.8rem;
font-family: "serif","raleway-heavy", sans-serif;
font-size: 1.4rem;
text-transform: uppercase;
letter-spacing: .4rem;
}
.intro-content .button:hover, .intro-content .button:focus {
color: #2196f3;
border-color: #2196f3;
}
/**
* video popup modal
* -
*/
.popup-modal {
max-width: 800px;
background: #FFFFFF;
position: relative;
margin: 0 auto; /* close */
}
.popup-modal .close-popup {
position: absolute;
right: 0;
top: -42px;
cursor: pointer;
display: block;
width: 30px;
height: 30px;
color: rgba(255, 255, 255, 0.5);
text-align: center;
font: 0/0 a;
text-shadow: none;
color: transparent;
}
.popup-modal .close-popup::before {
display: block;
width: 30px;
height: 30px;
line-height: 30px;
font-family: "serif","Ionicons";
content: "\f2d7";
font-size: 21px;
color: rgba(255, 255, 255, 0.5);
}
/**
* transition effect for modal popup
* -
*/
/* overlay at start */
.mfp-fade.mfp-bg {
opacity: 0;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
/* content animate in */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
/**
* ===================================================================
* process section
*
* -------------------------------------------------------------------
*/
#process {
background: #FFFFFF;
padding-top: 12rem;
padding-bottom: 15rem;
overflow: hidden;
}
.process-content {
position: relative;
text-align: center;
}
.process-content .right-side,
.process-content .left-side,
.process-content .image-part {
width: 33.33333%;
font-size: 15px;
line-height: 27px;
}
.process-content .right-side, .process-content .left-side {
padding: 0 6% 24px;
position: absolute;
top: 0;
}
.process-content .right-side {
right: 0;
}
.process-content .left-side {
left: 0;
}
.process-content .image-part {
margin: 0 auto;
height: 660px;
background-image: url("../images/appdesign.jpg");
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: contain;
-moz-background-size: contain;
background-size: contain;
}
.process-content .item[data-item]::before {
background: #38424e;
color: #FFFFFF;
border-radius: 100%;
font-family: "serif","montserrat-bold", sans-serif;
content: attr(data-item);
display: inline-block;
font-size: 18px;
height: 42px;
width: 42px;
line-height: 42px;
text-align: center;
vertical-align: middle;
margin-bottom: 1.5rem;
}
.process-content h5 {
color: #2196f3;
font-size: 1.6rem;
line-height: 1.875;
letter-spacing: .2rem;
margin-bottom: .3rem;
}
/**
* ===================================================================
* features section
*
* -------------------------------------------------------------------
*/
#features {
background: #090909 url(../images/features-bg.jpg) no-repeat center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
padding-top: 12rem;
padding-bottom: 12rem;
color: white;
}
#features .section-intro h1 {
color: white;
}
#features .section-intro h5 {
color: rgba(255, 255, 255, 0.5);
}
#features .section-intro p {
color: rgba(255, 255, 255, 0.7);
}
.features-content {
max-width: 1200px;
}
.features-list {
margin-top: 1.2rem;
text-align: center;
}
.features-list .feature {
margin-bottom: 1.2rem;
padding: 0 32px;
}
.features-list .icon {
display: inline-block;
margin-bottom: 2.1rem;
}
.features-list .icon i {
font-size: 4.8rem;
}
.features-list .h05 {
font-size: 1.7rem;
line-height: 1.765;
color: #2196f3;
margin-bottom: 1.8rem;
}
/**
* ===================================================================
* call-to-action section
*
* -------------------------------------------------------------------
*/
#cta {
background: #212121;
padding-top: 7.2rem;
padding-bottom: 9rem;
text-align: center;
color: #FFFFFF;
}
.cta-content {
max-width: 740px;
margin: 0 auto;
}
.cta-content h1 {
color: #FFFFFF;
margin-bottom: .6rem;
}
.cta-content p {
color: rgba(255, 255, 255, 0.8);
}
.cta-content .stores {
margin: 0;
padding: 0;
display: block;
}
.cta-content .stores li {
padding: 0;
display: inline-block;
}
.cta-content .stores li .button {
background: #4a4a4a;
color: #FFFFFF;
margin-right: 12px;
display: block;
line-height: 60px;
}
.cta-content .stores li .button:hover,
.cta-content .stores li .button:focus {
background: #313131;
}
.cta-content .stores li .button i {
font-size: 18px;
line-height: inherit;
margin-right: 8px;
}
.cta-content .stores li .button i.ion-social-windows {
font-size: 15px;
}
.cta-content .stores li:last-child .button {
margin-right: 0;
}
/**
* ===================================================================
* footer
*
* -------------------------------------------------------------------
*/
footer {
padding-bottom: 3rem;
font-size: 1.5rem;
line-height: 2.7rem;
font-family: "serif","raleway-medium", sans-serif;
color: #f1f1f1;
}
footer a, footer a:visited {
color: #2196f3;
}
footer a:hover, footer a:focus {
color: #FFFFFF;
}
footer h4 {
border-bottom: 1px solid rgba(255, 255, 255, 0.03);
padding-bottom: 1.2rem;
margin-bottom: 1.2rem;
color: #FFFFFF;
}
footer ul {
margin-left: 0;
}
footer ul li {
padding-left: 0;
}
.footer-bottom {
margin-top: 3rem;
text-align: center;
}
.footer-bottom .copyright span {
display: inline-block;
}
.footer-bottom .copyright span::after {
content: "|";
display: inline-block;
padding: 0 1rem 0 1.2rem;
color: rgba(255, 255, 255, 0.1);
}
.footer-bottom .copyright span:last-child::after {
display: none;
}
/**
* go to top
* -
*/
#go-top {
position: fixed;
bottom: 0;
right: 0;
z-index: 600;
display: none;
}
#go-top a {
text-decoration: none;
border: 0 none;
display: block;
height: 66px;
width: 60px;
line-height: 66px;
text-align: center;
background: #252525;
color: #FFFFFF;
text-align: center;
text-transform: uppercase;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#go-top a i {
font-size: 20px;
line-height: inherit;
}
#go-top a:hover {
background: #2196f3;
color: #FFFFFF;
} | css/main.css | @import url("ionicons/css/ionicons.min.css");
@import url("micons/micons.css");
html {
font-size: 10px;
}
@media only screen and (max-width:1024px) {
html {
font-size: 9.375px;
}
}
@media only screen and (max-width:768px) {
html {
font-size: 10px;
}
}
@media only screen and (max-width:400px) {
html {
font-size: 9.375px;
}
}
html, body {
height: 100%;
}
body {
background: #14181E;
font-family: "serif","serif","merriweather-regular", serif;
font-size: 1.6rem;
line-height: 3rem;
color: #737373;
}
/**
* links
* -
*/
a, a:visited {
/*color: #0087cc;*/
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
color: #ff7b29;
}
/**
* typography
* -
*/
h1, h2, h3, h4, h5, h6, .h01, .h02, .h03, .h04, .h05, .h06 {
font-family: "serif","serif","raleway-bold", sans-serif;
color: #252525;
font-style: normal;
text-rendering: optimizeLegibility;
margin-bottom: 2.1rem;
}
h3, .h03, h4, .h04 {
margin-bottom: 1.8rem;
}
h5, .h05, h6, .h06 {
font-family: "serif","serif","raleway-heavy";
margin-bottom: 1.2rem;
}
h1, .h01 {
font-size: 3.1rem;
line-height: 1.35;
letter-spacing: -.1rem;
}
@media only screen and (max-width:600px) {
h1, .h01 {
font-size: 2.6rem;
letter-spacing: -.07rem;
}
}
h2, .h02 {
font-size: 2.4rem;
line-height: 1.25;
}
h3, .h03 {
font-size: 2rem;
line-height: 1.5;
}
h4, .h04 {
font-size: 1.7rem;
line-height: 1.76;
}
h5, .h05 {
font-size: 1.4rem;
line-height: 1.7;
text-transform: uppercase;
letter-spacing: .15rem;
}
h6, .h06 {
font-size: 1.3rem;
line-height: 1.85;
text-transform: uppercase;
letter-spacing: .15rem;
}
p img {
margin: 0;
}
p.lead {
font-family: "serif","serif","merriweather-light", serif;
font-size: 1.8rem;
line-height: 1.8;
color: #737373;
}
@media only screen and (max-width:768px) {
p.lead {
font-size: 1.7rem;
}
}
em, i, strong, b {
font-size: 1.6rem;
line-height: 3rem;
font-style: normal;
font-weight: normal;
}
em, i {
font-family: "serif","serif","merriweather-italic", serif;
}
strong, b {
font-family: "serif","serif","merriweather-bold", serif;
}
small {
font-size: 1.1rem;
line-height: inherit;
}
blockquote {
margin: 3rem 0;
padding-left: 4rem;
position: relative;
}
blockquote:before {
content: "\201C";
font-size: 8rem;
line-height: 0px;
margin: 0;
color: #333;
font-family: "serif","serif",arial, sans-serif;
position: absolute;
top: 3rem;
left: 0;
}
blockquote p {
font-family: "serif",georgia, serif;
font-style: italic;
padding: 0;
font-size: 1.9rem;
line-height: 1.75;
}
blockquote cite {
display: block;
font-size: 1.2rem;
font-style: normal;
line-height: 1.65;
}
blockquote cite:before {
content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited {
/*color: #8d8d8d;*/
border: none;
}
abbr {
font-family: "serif","merriweather-bold", serif;
font-variant: small-caps;
text-transform: lowercase;
letter-spacing: .05rem;
color: #8d8d8d;
}
var, kbd, samp, code, pre {
font-family: "serif",Consolas, "Andale Mono", Courier, "Courier New", monospace;
}
pre {
padding: 2.4rem 3rem 3rem;
background: #F1F1F1;
}
code {
font-size: 1.4rem;
margin: 0 .2rem;
padding: .3rem .6rem;
white-space: nowrap;
background: #F1F1F1;
border: 1px solid #E1E1E1;
border-radius: 3px;
}
pre > code {
display: block;
white-space: pre;
line-height: 2;
padding: 0;
margin: 0;
}
pre.prettyprint > code {
border: none;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom: 1px dotted;
cursor: help;
}
mark {
background: #FFF49B;
color: #000;
}
hr {
border: solid #cfcfd5;
border-width: 1px 0 0;
clear: both;
margin: 2.4rem 0 1.5rem;
height: 0;
}
/**
* Lists
* -
*/
ol {
list-style: decimal;
}
ul {
list-style: disc;
}
li {
display: list-item;
}
ol, ul {
margin-left: 1.7rem;
}
ul li {
padding-left: .4rem;
}
ul ul, ul ol, ol ol, ol ul {
margin: .6rem 0 .6rem 1.7rem;
}
ul.disc li {
display: list-item;
list-style: none;
padding: 0 0 0 .8rem;
position: relative;
}
ul.disc li::before {
content: "";
display: inline-block;
width: 8px;
height: 8px;
border-radius: 50%;
background: #2196f3;
position: absolute;
left: -17px;
top: 11px;
vertical-align: middle;
}
dt {
margin: 0;
color: #2196f3;
}
dd {
margin: 0 0 0 2rem;
}
/**
* tables
* -
*/
table {
border-width: 0;
width: 100%;
max-width: 100%;
font-family: "serif","raleway-regular", sans-serif;
}
th, td {
padding: 1.5rem 3rem;
text-align: left;
border-bottom: 1px solid #E8E8E8;
}
th {
color: #252525;
font-family: "serif","raleway-bold", sans-serif;
}
td {
line-height: 1.5;
}
th:first-child, td:first-child {
padding-left: 0;
}
th:last-child, td:last-child {
padding-right: 0;
}
.table-responsive {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
/**
* Spacing
* -
*/
button, .button {
margin-bottom: 1.2;
}
fieldset {
margin-bottom: 1.5rem;
}
input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.fluid-video-wrapper,
.iw-custom-select {
margin-bottom: 3rem;
}
/**
* floated image
* -
*/
img.pull-right {
margin: 1.5rem 0 0 3rem;
}
img.pull-left {
margin: 1.5rem 3rem 0 0;
}
/**
* block grids paddings
* -
*/
.bgrid {
padding: 0 20px;
}
@media only screen and (max-width:1024px) {
.bgrid {
padding: 0 18px;
}
}
@media only screen and (max-width:768px) {
.bgrid {
padding: 0 15px;
}
}
@media only screen and (max-width:600px) {
.bgrid {
padding: 0 10px;
}
}
@media only screen and (max-width:400px) {
.bgrid {
padding: 0;
}
}
/**
* ===================================================================
* preloader
*
* -------------------------------------------------------------------
*/
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #0F1215;
z-index: 9999999;
height: 100%;
width: 100%;
}
.no-js #preloader, .oldie #preloader {
display: none;
}
#loader {
position: absolute;
left: 50%;
top: 50%;
width: 60px;
height: 60px;
margin-left: -30px;
margin-top: -30px;
padding: 0;
background-color: #2196f3;
border-radius: 100%;
-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
0% {
-webkit-transform: scale(0);
}
100% {
-webkit-transform: scale(1);
opacity: 0;
}
}
@keyframes sk-scaleout {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0;
}
}
/**
* ===================================================================
* forms
*
* -------------------------------------------------------------------
*/
fieldset {
border: none;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
display: block;
height: 6rem;
padding: 1.5rem 2rem;
border: 0;
outline: none;
vertical-align: middle;
color: #737373;
font-family: "serif","merriweather-regular", sans-serif;
font-size: 1.5rem;
line-height: 3rem;
border-radius: 3px;
background: #FFFFFF;
max-width: 100%;
border: 1px solid #d5d5d5;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.ss-custom-select {
position: relative;
padding: 0;
display: inline-block;
}
.ss-custom-select select {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
text-indent: 0.01px;
text-overflow: '';
margin: 0;
line-height: 3rem;
vertical-align: middle;
padding-right: 4rem;
}
.ss-custom-select select option {
padding-left: 2rem;
padding-right: 2rem;
}
.ss-custom-select select::-ms-expand {
display: none;
}
.ss-custom-select::after {
content: '\f123';
font-family: "serif",'Ionicons';
position: absolute;
top: 50%;
right: 18px;
margin-top: -10px;
bottom: auto;
width: 20px;
height: 20px;
line-height: 20px;
font-size: 15px;
text-align: center;
pointer-events: none;
color: #252525;
}
textarea {
min-height: 25rem;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
color: #000000;
background: #f4fffe;
border: 1px solid #d2fef9;
}
label, legend {
font-family: "serif","merriweather-bold", sans-serif;
font-size: 1.4rem;
margin-bottom: .6rem;
color: #404040;
display: block;
}
label span, legend span {
color: #2196f3;
}
input[type="checkbox"], input[type="radio"] {
display: inline;
}
/**
* Style Placeholder Text
* -
*/
::-webkit-input-placeholder {
color: #a1a1a1;
}
:-moz-placeholder {
/* Firefox 18- */
color: #a1a1a1;
}
::-moz-placeholder {
/* Firefox 19+ */
color: #a1a1a1;
}
:-ms-input-placeholder {
color: #a1a1a1;
}
.placeholder {
color: #a1a1a1 !important;
}
/**
* ===================================================================
* buttons
*
* -------------------------------------------------------------------
*/
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
display: inline-block;
font-family: "serif","raleway-bold", sans-serif;
font-size: 1.6rem;
height: 5rem;
line-height: 5rem;
padding: 0 3rem;
margin: 0 .3rem 1rem 0;
background: #d8d8d8;
color: #252525;
text-decoration: none;
cursor: pointer;
text-align: center;
white-space: nowrap;
border: none;
border-radius: 1000px;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
background: #bebebe;
color: #FFFFFF;
outline: 0;
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
background: #2196f3;
color: #FFFFFF;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
background: #04998a;
}
button.full-width, .button.full-width {
width: 100%;
margin-right: 0;
}
button.medium, .button.medium {
height: 5.5rem !important;
line-height: 5.5rem !important;
padding: 0 1.8rem !important;
}
button.large, .button.large {
height: 6rem !important;
line-height: 6rem !important;
padding: 0rem 3rem !important;
}
button.round, .button.round {
padding-left: 3rem !important;
padding-right: 3rem !important;
border-radius: 1000px;
}
button.stroke, .button.stroke {
background: transparent !important;
border: 3px solid transparent;
line-height: 4.4rem;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
/**
* ===================================================================
* common styles
*
* -------------------------------------------------------------------
*/
.section-intro {
max-width: 700px;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-bottom: 5.2rem;
position: relative;
}
.section-intro h1 {
font-family: "serif","merriweather-bold", serif;
font-size: 4.8rem;
color: #252525;
line-height: 1.25;
margin-bottom: 1.2rem;
}
.section-intro h5 {
color: rgba(56, 66, 78, 0.5);
font-size: 1.6rem;
line-height: 1.875;
margin-bottom: 0.3rem;
letter-spacing: .4rem;
}
.section-intro .lead {
color: rgba(0, 0, 0, 0.45);
}
.section-intro .with-bottom-line {
position: relative;
overflow: hidden;
}
.section-intro .with-bottom-line::after {
display: block;
background-color: #2196f3;
width: 120px;
height: 3px;
content: '\0020';
position: absolute;
left: 50%;
bottom: 0;
margin-left: -60px;
}
@media only screen and (max-width:600px) {
section .h01 {
font-size: 2.5rem;
}
}
/**
* ===================================================================
* header styles
*
* -------------------------------------------------------------------
*/
header {
width: 100%;
position: absolute;
left: 0;
top: 24px;
z-index: 600;
background: transparent;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
header .row {
width: auto;
height: 66px;
position: relative;
}
header .logo {
margin-top: 2px;
z-index: 600;
position: absolute;
left: 35px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
header .logo a {
display: block;
margin: 0;
padding: 0;
border: none;
font: 0/0 a;
text-shadow: none;
color: transparent;
width: 42px;
height: 42px;
background: url("../images/logo.png") no-repeat center;
background-size: 42px 42px;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.sticky {
position: fixed;
background: #14171c;
top: 0;
}
.sticky .logo a {
width: 38px;
height: 38px;
background-size: 38px 38px;
}
/**
* primary navigation
* -
*/
#main-nav-wrap, .main-navigation {
margin: 0;
padding: 0;
}
/* hide toggle button */
a.menu-toggle {
display: none;
}
/* main-nav-wrap */
#main-nav-wrap {
font-family: "serif","raleway-heavy", sans-serif;
font-size: 11.5px;
text-transform: uppercase;
letter-spacing: 1.5px;
position: absolute;
top: 0;
right: 30px;
}
.main-navigation {
min-height: 66px;
display: inline-block;
width: auto;
text-align: left;
}
.main-navigation li {
position: relative;
display: inline-block;
list-style: none;
padding: 0;
margin: 0;
height: 66px;
}
.main-navigation li.current a {
color: #FFFFFF;
}
.main-navigation li.current a::after {
position: absolute;
left: 50%;
bottom: 0;
width: 80%;
height: 3px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #2196f3;
content: '\0020';
display: block;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.main-navigation li.highlight a {
color: #2196f3;
}
.main-navigation li.with-sep a {
position: relative;
padding-left: 22px;
margin-left: 8px;
}
.main-navigation li.with-sep a::before {
position: absolute;
left: 0;
top: 50%;
width: 1px;
height: 20px;
margin-top: -10px;
background-color: rgba(255, 255, 255, 0.2);
content: '\0020';
display: block;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
/* navigation links */
.main-navigation li a {
display: block;
padding: 18px 7px;
line-height: 30px;
text-decoration: none;
text-align: left;
color: #98999a;
position: relative;
-moz-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
-webkit-transition: color 0.3s ease-in-out;
-ms-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
}
.main-navigation li a:active {
background-color: transparent !important;
}
.main-navigation li a:hover {
color: #FFFFFF;
}
/**
* make sure the menu is visible on larger screens
* -
*/
@media only screen and (min-width:769px) {
#main-nav-wrap ul.main-navigation {
display: block !important;
}
}
/**
* ===================================================================
* intro section
*
* -------------------------------------------------------------------
*/
#intro {
background: #14181E url(../images/intro-bg.jpg) no-repeat center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
width: 100%;
height: 100%;
min-height: 720px;
display: table;
position: relative;
}
.shadow-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 25%, transparent 56%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
}
.intro-content {
display: table-cell;
vertical-align: middle;
text-align: center;
-webkit-transform: translateY(-1.2rem);
-ms-transform: translateY(-1.2rem);
transform: translateY(-1.2rem);
}
.intro-content h1 {
color: #FFFFFF;
font-family: "serif","merriweather-bold", serif;
font-size: 5.4rem;
line-height: 1.334;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.intro-content h5 {
color: rgba(255, 255, 255, 0.6);
font-family: "serif","raleway-heavy", sans-serif;
font-size: 1.8rem;
line-height: 1.667;
margin-bottom: 0.6rem;
text-transform: uppercase;
letter-spacing: .25rem;
}
.intro-content .video-link a {
display: inline-block;
width: 90px;
height: 90px;
margin-bottom: 4.2rem;
outline: none;
}
.intro-content .button {
border-color: #FFFFFF;
color: #FFFFFF;
height: 6.6rem;
line-height: 6rem;
padding: 0 3rem !important;
margin-top: 1.8rem;
font-family: "serif","raleway-heavy", sans-serif;
font-size: 1.4rem;
text-transform: uppercase;
letter-spacing: .4rem;
}
.intro-content .button:hover, .intro-content .button:focus {
color: #2196f3;
border-color: #2196f3;
}
/**
* video popup modal
* -
*/
.popup-modal {
max-width: 800px;
background: #FFFFFF;
position: relative;
margin: 0 auto; /* close */
}
.popup-modal .close-popup {
position: absolute;
right: 0;
top: -42px;
cursor: pointer;
display: block;
width: 30px;
height: 30px;
color: rgba(255, 255, 255, 0.5);
text-align: center;
font: 0/0 a;
text-shadow: none;
color: transparent;
}
.popup-modal .close-popup::before {
display: block;
width: 30px;
height: 30px;
line-height: 30px;
font-family: "serif","Ionicons";
content: "\f2d7";
font-size: 21px;
color: rgba(255, 255, 255, 0.5);
}
/**
* transition effect for modal popup
* -
*/
/* overlay at start */
.mfp-fade.mfp-bg {
opacity: 0;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
/* content animate in */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
/**
* ===================================================================
* process section
*
* -------------------------------------------------------------------
*/
#process {
background: #FFFFFF;
padding-top: 12rem;
padding-bottom: 15rem;
overflow: hidden;
}
.process-content {
position: relative;
text-align: center;
}
.process-content .right-side,
.process-content .left-side,
.process-content .image-part {
width: 33.33333%;
font-size: 15px;
line-height: 27px;
}
.process-content .right-side, .process-content .left-side {
padding: 0 6% 24px;
position: absolute;
top: 0;
}
.process-content .right-side {
right: 0;
}
.process-content .left-side {
left: 0;
}
.process-content .image-part {
margin: 0 auto;
height: 660px;
background-image: url("../images/appdesign.jpg");
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: contain;
-moz-background-size: contain;
background-size: contain;
}
.process-content .item[data-item]::before {
background: #38424e;
color: #FFFFFF;
border-radius: 100%;
font-family: "serif","montserrat-bold", sans-serif;
content: attr(data-item);
display: inline-block;
font-size: 18px;
height: 42px;
width: 42px;
line-height: 42px;
text-align: center;
vertical-align: middle;
margin-bottom: 1.5rem;
}
.process-content h5 {
color: #2196f3;
font-size: 1.6rem;
line-height: 1.875;
letter-spacing: .2rem;
margin-bottom: .3rem;
}
/**
* ===================================================================
* features section
*
* -------------------------------------------------------------------
*/
#features {
background: #090909 url(../images/features-bg.jpg) no-repeat center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
padding-top: 12rem;
padding-bottom: 12rem;
color: white;
}
#features .section-intro h1 {
color: white;
}
#features .section-intro h5 {
color: rgba(255, 255, 255, 0.5);
}
#features .section-intro p {
color: rgba(255, 255, 255, 0.7);
}
.features-content {
max-width: 1200px;
}
.features-list {
margin-top: 1.2rem;
text-align: center;
}
.features-list .feature {
margin-bottom: 1.2rem;
padding: 0 32px;
}
.features-list .icon {
display: inline-block;
margin-bottom: 2.1rem;
}
.features-list .icon i {
font-size: 4.8rem;
}
.features-list .h05 {
font-size: 1.7rem;
line-height: 1.765;
color: #2196f3;
margin-bottom: 1.8rem;
}
/**
* ===================================================================
* call-to-action section
*
* -------------------------------------------------------------------
*/
#cta {
background: #212121;
padding-top: 7.2rem;
padding-bottom: 9rem;
text-align: center;
color: #FFFFFF;
}
.cta-content {
max-width: 740px;
margin: 0 auto;
}
.cta-content h1 {
color: #FFFFFF;
margin-bottom: .6rem;
}
.cta-content p {
color: rgba(255, 255, 255, 0.8);
}
.cta-content .stores {
margin: 0;
padding: 0;
display: block;
}
.cta-content .stores li {
padding: 0;
display: inline-block;
}
.cta-content .stores li .button {
background: #4a4a4a;
color: #FFFFFF;
margin-right: 12px;
display: block;
line-height: 60px;
}
.cta-content .stores li .button:hover,
.cta-content .stores li .button:focus {
background: #313131;
}
.cta-content .stores li .button i {
font-size: 18px;
line-height: inherit;
margin-right: 8px;
}
.cta-content .stores li .button i.ion-social-windows {
font-size: 15px;
}
.cta-content .stores li:last-child .button {
margin-right: 0;
}
/**
* ===================================================================
* footer
*
* -------------------------------------------------------------------
*/
footer {
padding-bottom: 3rem;
font-size: 1.5rem;
line-height: 2.7rem;
font-family: "serif","raleway-medium", sans-serif;
color: #f1f1f1;
}
footer a, footer a:visited {
color: #2196f3;
}
footer a:hover, footer a:focus {
color: #FFFFFF;
}
footer h4 {
border-bottom: 1px solid rgba(255, 255, 255, 0.03);
padding-bottom: 1.2rem;
margin-bottom: 1.2rem;
color: #FFFFFF;
}
footer ul {
margin-left: 0;
}
footer ul li {
padding-left: 0;
}
.footer-bottom {
margin-top: 3rem;
text-align: center;
}
.footer-bottom .copyright span {
display: inline-block;
}
.footer-bottom .copyright span::after {
content: "|";
display: inline-block;
padding: 0 1rem 0 1.2rem;
color: rgba(255, 255, 255, 0.1);
}
.footer-bottom .copyright span:last-child::after {
display: none;
}
/**
* go to top
* -
*/
#go-top {
position: fixed;
bottom: 0;
right: 0;
z-index: 600;
display: none;
}
#go-top a {
text-decoration: none;
border: 0 none;
display: block;
height: 66px;
width: 60px;
line-height: 66px;
text-align: center;
background: #252525;
color: #FFFFFF;
text-align: center;
text-transform: uppercase;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#go-top a i {
font-size: 20px;
line-height: inherit;
}
#go-top a:hover {
background: #2196f3;
color: #FFFFFF;
} | 0.243822 | 0.069542 |
body{
text-align: center;
color: #40514E;
font-family: Montserrat, sans-serif;
margin:0;
}
h1,h4,h5,h6{
margin:0 auto 0;
}
h2{
color:#66BFBF;
font-family: 'Montserrat', sans-serif;
font-size: 2.5rem;
}
h3{
color:#66BFBF;
font-family: 'Montserrat', sans-serif;
font-size: 2rem;
}
p{
margin:0 auto 0;
padding: 50px auto 50px;
font-size: 1.5rem;
}
hr{
border:none;
border-top:8px dotted gray;
width: 8%;
color:#EAF6F6;
}
.top{
text-align: center;
font-family: Raleway, sans-serif;
font-weight: 400;
height: 74vh;
position:relative;
color:#66BFBF;
background-color: #EAF6F6;
margin:0 0;
}
.top-r1{
font-family: Sacramento, sans-serif;
position:relative;
top:20%;
font-size: 450%;
line-height: 2;
}
.top-r2{
position:relative;
top:19%;
font-family: Montserrat, sans-serif;
font-size: 150%;
}
.cloud-top{
position: absolute;
top:10%;
right:25%;
width: 10%;
}
.cloud-bot{
position: absolute;
top:40%;
left:20%;
width: 10%;
}
.mountain{
position: relative;
margin:0 auto 0;
top:250px;
}
.top-intro{
padding-top:50px;
position:relative;
background-color: white;
font-family: Montserrat,sans-serif;
color:black;
}
.top-intro-r1{
padding-top: 1% auto 1%;
line-height: 2;
font-size: 225%;;
color:#66BFBF;
}
.top-greeting{
width: 35%;
line-height: 1.5;
font-family: serif;
font-size: 1.5rem;
font-weight: 500;
padding-bottom: 50px;
}
.profile-pic{
border-radius: 50%;
}
.top-intro-sub{
position:relative;
padding:50% auto 50%;
margin: 0 auto 0;
}
.mid-content{
color:#66BFBF;
padding:50px 50px;;
position:relative;
background-color: white;
font-family: Montserrat,sans-serif;
}
.mid-header-r1{
padding-top: 1% auto 1%;
font-size: 225%;;
text-align: center;
}
.skill-row{
text-align: left;
width: 1000px;
margin: 100px auto 100px;
line-height: 2;
}
.computer{
border-radius: 50%;
width: 25%;
float:left;
margin-right: 30px;
margin-bottom: 30px;
}
.par{
font-family: serif;
color:black;
}
.chillies{
width: 25%;
border-radius: 50%;
float:right;
margin-left: 30px;
margin-bottom: 30px;
}
.contact-me{
color:#66BFBF;
padding-top:50px;
position:relative;
background-color: white;
font-family: Montserrat,sans-serif;
padding-bottom: 60px;
}
.contact-msg{
color:black;
width: 40%;
line-height: 2;
margin:40px auto 60px;
}
.btn{
box-shadow: 0px 10px 14px -7px #276873;
background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
background-color:#599bb3;
border-radius:8px;
display:inline-block;
cursor:pointer;
color:#f9f9f9;
font-family: 'Montserrat', sans-serif ;
font-size:20px;
font-weight:bold;
padding:13px 32px;
text-decoration:none;
text-shadow:0px 1px 0px #3d768a;
}
.btn:hover{
background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
background-color:#408c99;
}
.btn:active{
position:relative;
top:1px;
}
.bottom-container{
color:black;
margin:0 0 0 0;
position:relative;
font-family: Montserrat,sans-serif;
background-color:#66BFBF;
padding: 50px 0 30px;
}
.footer-link{
color:#11999E;
font-family: 'Montserrat', sans-serif;
margin:10px 20px;
text-decoration: none;
}
.footer-link:hover{
color:white;
}
.copywrite{
color:#EAF6F6;
font-size: .9rem;
padding:20px 0px 1px;
} | css/master.css | body{
text-align: center;
color: #40514E;
font-family: Montserrat, sans-serif;
margin:0;
}
h1,h4,h5,h6{
margin:0 auto 0;
}
h2{
color:#66BFBF;
font-family: 'Montserrat', sans-serif;
font-size: 2.5rem;
}
h3{
color:#66BFBF;
font-family: 'Montserrat', sans-serif;
font-size: 2rem;
}
p{
margin:0 auto 0;
padding: 50px auto 50px;
font-size: 1.5rem;
}
hr{
border:none;
border-top:8px dotted gray;
width: 8%;
color:#EAF6F6;
}
.top{
text-align: center;
font-family: Raleway, sans-serif;
font-weight: 400;
height: 74vh;
position:relative;
color:#66BFBF;
background-color: #EAF6F6;
margin:0 0;
}
.top-r1{
font-family: Sacramento, sans-serif;
position:relative;
top:20%;
font-size: 450%;
line-height: 2;
}
.top-r2{
position:relative;
top:19%;
font-family: Montserrat, sans-serif;
font-size: 150%;
}
.cloud-top{
position: absolute;
top:10%;
right:25%;
width: 10%;
}
.cloud-bot{
position: absolute;
top:40%;
left:20%;
width: 10%;
}
.mountain{
position: relative;
margin:0 auto 0;
top:250px;
}
.top-intro{
padding-top:50px;
position:relative;
background-color: white;
font-family: Montserrat,sans-serif;
color:black;
}
.top-intro-r1{
padding-top: 1% auto 1%;
line-height: 2;
font-size: 225%;;
color:#66BFBF;
}
.top-greeting{
width: 35%;
line-height: 1.5;
font-family: serif;
font-size: 1.5rem;
font-weight: 500;
padding-bottom: 50px;
}
.profile-pic{
border-radius: 50%;
}
.top-intro-sub{
position:relative;
padding:50% auto 50%;
margin: 0 auto 0;
}
.mid-content{
color:#66BFBF;
padding:50px 50px;;
position:relative;
background-color: white;
font-family: Montserrat,sans-serif;
}
.mid-header-r1{
padding-top: 1% auto 1%;
font-size: 225%;;
text-align: center;
}
.skill-row{
text-align: left;
width: 1000px;
margin: 100px auto 100px;
line-height: 2;
}
.computer{
border-radius: 50%;
width: 25%;
float:left;
margin-right: 30px;
margin-bottom: 30px;
}
.par{
font-family: serif;
color:black;
}
.chillies{
width: 25%;
border-radius: 50%;
float:right;
margin-left: 30px;
margin-bottom: 30px;
}
.contact-me{
color:#66BFBF;
padding-top:50px;
position:relative;
background-color: white;
font-family: Montserrat,sans-serif;
padding-bottom: 60px;
}
.contact-msg{
color:black;
width: 40%;
line-height: 2;
margin:40px auto 60px;
}
.btn{
box-shadow: 0px 10px 14px -7px #276873;
background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
background-color:#599bb3;
border-radius:8px;
display:inline-block;
cursor:pointer;
color:#f9f9f9;
font-family: 'Montserrat', sans-serif ;
font-size:20px;
font-weight:bold;
padding:13px 32px;
text-decoration:none;
text-shadow:0px 1px 0px #3d768a;
}
.btn:hover{
background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
background-color:#408c99;
}
.btn:active{
position:relative;
top:1px;
}
.bottom-container{
color:black;
margin:0 0 0 0;
position:relative;
font-family: Montserrat,sans-serif;
background-color:#66BFBF;
padding: 50px 0 30px;
}
.footer-link{
color:#11999E;
font-family: 'Montserrat', sans-serif;
margin:10px 20px;
text-decoration: none;
}
.footer-link:hover{
color:white;
}
.copywrite{
color:#EAF6F6;
font-size: .9rem;
padding:20px 0px 1px;
} | 0.38145 | 0.072999 |
@import url("https://fonts.googleapis.com/css2?family=Handlee&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Acme&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');
input {
outline: none;
border: none;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }
input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}
/*---------------------------------------------*/
button {
outline: none !important;
border: none;
background: transparent;
}
button:hover {
cursor: pointer;
}
.wrap-login100 {
width: 500px;
background: #fff;
border-radius: 10px;
overflow: hidden;
}
/*------------------------------------------------------------------
[ Input ]*/
.wrap-input {
width: 100%;
position: relative;
border-bottom: 2px solid #d9d9d9;
}
.label-input {
font-family: '<NAME>', cursive;
font-size: 19px;
}
.input{
font-family: '<NAME>', cursive;
font-size: 17px;
color: #333333;
line-height: 1.2;
display: block;
width: 100%;
height: 55px;
background: transparent;
padding: 0 7px 0 43px;
}
.focus-input {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
pointer-events: none;
}
.focus-input::after {
font-family: "Font Awesome 5 Pro";
content: attr(data-symbol);
color: #adadad;
font-size: 22px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
height: calc(100% - 20px);
bottom: 0;
left: 0;
padding-left: 13px;
padding-top: 3px;
}
.focus-input::before {
content: "";
display: block;
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 2px;
background: #7f7f7f;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.input:focus + .focus-input::before {
width: 100%;
}
.input:focus + .focus-input::after {
color: #f44b4b;
}
.wrap-login-form-btn {
width: 100%;
display: block;
position: relative;
z-index: 1;
border-radius: 25px;
overflow: hidden;
margin: 0 auto;
box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
-moz-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
-webkit-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
-o-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
-ms-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
}
.login-form-bgbtn {
position: absolute;
z-index: -1;
width: 300%;
height: 100%;
background: #a64bf4;
background: -webkit-linear-gradient(right, #de1a00, #f39b28, #de1a00, #f39b28);
background: -o-linear-gradient(right, #de1a00, #f39b28, #de1a00, #f39b28);
background: -moz-linear-gradient(right, #de1a00, #f39b28, #de1a00, #f39b28);
background: linear-gradient(right, #de1a00, #f39b28, #de1a00, #f39b28);
top: 0;
left: -100%;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.login-form-btn {
font-family: 'Acme', sans-serif;
font-size: 20px;
color: #fff;
line-height: 1.2;
text-transform: uppercase;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
align-items: center;
padding: 0 20px;
width: 100%;
height: 50px;
}
.wrap-login-form-btn:hover .login-form-bgbtn {
left: 0;
} | src/public/css/main.css | @import url("https://fonts.googleapis.com/css2?family=Handlee&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Acme&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');
input {
outline: none;
border: none;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }
input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}
/*---------------------------------------------*/
button {
outline: none !important;
border: none;
background: transparent;
}
button:hover {
cursor: pointer;
}
.wrap-login100 {
width: 500px;
background: #fff;
border-radius: 10px;
overflow: hidden;
}
/*------------------------------------------------------------------
[ Input ]*/
.wrap-input {
width: 100%;
position: relative;
border-bottom: 2px solid #d9d9d9;
}
.label-input {
font-family: '<NAME>', cursive;
font-size: 19px;
}
.input{
font-family: '<NAME>', cursive;
font-size: 17px;
color: #333333;
line-height: 1.2;
display: block;
width: 100%;
height: 55px;
background: transparent;
padding: 0 7px 0 43px;
}
.focus-input {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
pointer-events: none;
}
.focus-input::after {
font-family: "Font Awesome 5 Pro";
content: attr(data-symbol);
color: #adadad;
font-size: 22px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
height: calc(100% - 20px);
bottom: 0;
left: 0;
padding-left: 13px;
padding-top: 3px;
}
.focus-input::before {
content: "";
display: block;
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 2px;
background: #7f7f7f;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.input:focus + .focus-input::before {
width: 100%;
}
.input:focus + .focus-input::after {
color: #f44b4b;
}
.wrap-login-form-btn {
width: 100%;
display: block;
position: relative;
z-index: 1;
border-radius: 25px;
overflow: hidden;
margin: 0 auto;
box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
-moz-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
-webkit-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
-o-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
-ms-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
}
.login-form-bgbtn {
position: absolute;
z-index: -1;
width: 300%;
height: 100%;
background: #a64bf4;
background: -webkit-linear-gradient(right, #de1a00, #f39b28, #de1a00, #f39b28);
background: -o-linear-gradient(right, #de1a00, #f39b28, #de1a00, #f39b28);
background: -moz-linear-gradient(right, #de1a00, #f39b28, #de1a00, #f39b28);
background: linear-gradient(right, #de1a00, #f39b28, #de1a00, #f39b28);
top: 0;
left: -100%;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.login-form-btn {
font-family: 'Acme', sans-serif;
font-size: 20px;
color: #fff;
line-height: 1.2;
text-transform: uppercase;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
align-items: center;
padding: 0 20px;
width: 100%;
height: 50px;
}
.wrap-login-form-btn:hover .login-form-bgbtn {
left: 0;
} | 0.267504 | 0.058723 |
path.area.stroke {
stroke: #fff;
stroke-width: 1;
}
path.area.fill {
stroke-width: 0;
stroke: rgba(255, 255, 255, 0.3);
fill: rgba(255, 255, 255, 0.3);
fill-rule: evenodd;
}
.preset-icon-fill-area {
border: 1px solid rgb(170, 170, 170);
background-color: rgba(170, 170, 170, 0.3);
}
path.shadow.old-multipolygon,
path.stroke.old-multipolygon {
stroke-dasharray: 100, 5;
stroke-linecap: butt;
}
path.stroke.tag-natural {
stroke: rgb(182, 225, 153);
}
path.fill.tag-natural {
stroke: rgba(182, 225, 153, 0.3);
fill: rgba(182, 225, 153, 0.3);
}
.preset-icon-fill-area.tag-natural {
border-color: rgb(182, 225, 153);
background-color: rgba(182, 225, 153, 0.3);
}
path.stroke.tag-landuse,
path.stroke.tag-natural-wood,
path.stroke.tag-natural-tree,
path.stroke.tag-natural-grassland,
path.stroke.tag-natural-grass,
path.stroke.tag-leisure-nature_reserve,
path.stroke.tag-leisure-pitch,
path.stroke.tag-leisure-park {
stroke: rgb(140, 208, 95);
}
path.fill.tag-landuse,
path.fill.tag-natural-wood,
path.fill.tag-natural-tree,
path.fill.tag-natural-grassland,
path.fill.tag-natural-grass,
path.fill.tag-leisure-nature_reserve,
path.fill.tag-leisure-pitch,
path.fill.tag-leisure-park {
stroke: rgba(140, 208, 95, 0.3);
fill: rgba(140, 208, 95, 0.3);
}
.preset-icon-fill-area.tag-landuse,
.preset-icon-fill-area.tag-natural-wood,
.preset-icon-fill-area.tag-natural-tree,
.preset-icon-fill-area.tag-natural-grassland,
.preset-icon-fill-area.tag-natural-grass,
.preset-icon-fill-area.tag-leisure-nature_reserve,
.preset-icon-fill-area.tag-leisure-pitch,
.preset-icon-fill-area.tag-leisure-park {
border-color: rgb(140, 208, 95);
background-color: rgba(140, 208, 95, 0.3);
}
path.stroke.tag-amenity-swimming_pool,
path.stroke.tag-leisure-swimming_pool,
path.stroke.tag-natural-water,
path.stroke.tag-landuse-aquaculture,
path.stroke.tag-landuse-basin,
path.stroke.tag-landuse-harbour,
path.stroke.tag-landuse-reservoir {
stroke: rgb(119, 211, 222);
}
path.fill.tag-amenity-swimming_pool,
path.fill.tag-leisure-swimming_pool,
path.fill.tag-landuse-aquaculture,
path.fill.tag-landuse-basin,
path.fill.tag-landuse-harbour,
path.fill.tag-landuse-reservoir,
path.fill.tag-natural-water {
stroke: rgba(119, 211, 222, 0.3);
fill: rgba(119, 211, 222, 0.3);
}
.preset-icon-fill-area.tag-amenity-swimming_pool,
.preset-icon-fill-area.tag-leisure-swimming_pool,
.preset-icon-fill-area.tag-landuse-aquaculture,
.preset-icon-fill-area.tag-landuse-basin,
.preset-icon-fill-area.tag-landuse-harbour,
.preset-icon-fill-area.tag-landuse-reservoir,
.preset-icon-fill-area.tag-natural-water {
border-color: rgb(119, 211, 222);
background-color: rgba(119, 211, 222, 0.3);
}
path.stroke.tag-amenity-childcare,
path.stroke.tag-amenity-kindergarten,
path.stroke.tag-amenity-school,
path.stroke.tag-amenity-college,
path.stroke.tag-amenity-university {
stroke: rgb(255, 255, 148);
}
path.fill.tag-amenity-childcare,
path.fill.tag-amenity-kindergarten,
path.fill.tag-amenity-school,
path.fill.tag-amenity-college,
path.fill.tag-amenity-university {
stroke: rgba(255, 255, 148, 0.15);
fill: rgba(255, 255, 148, 0.15);
}
.preset-icon-fill-area.tag-amenity-childcare,
.preset-icon-fill-area.tag-amenity-kindergarten,
.preset-icon-fill-area.tag-amenity-school,
.preset-icon-fill-area.tag-amenity-college,
.preset-icon-fill-area.tag-amenity-university {
border-color: rgb(232, 232, 0);
background-color: rgba(255, 255, 148, 0.15);
}
path.stroke.tag-landuse-residential {
stroke: rgb(196, 189, 25);
}
path.fill.tag-landuse-residential {
stroke: rgba(196, 189, 25, 0.3);
fill: rgba(196, 189, 25, 0.3);
}
.preset-icon-fill-area.tag-landuse-residential {
border-color: rgb(196, 189, 25);
background: rgba(196, 189, 25, 0.3);
}
path.stroke.tag-landuse-retail,
path.stroke.tag-landuse-commercial {
stroke: rgb(214, 136, 26);
}
path.fill.tag-landuse-retail,
path.fill.tag-landuse-commercial {
stroke: rgba(214, 136, 26, 0.3);
fill: rgba(214, 136, 26, 0.3);
}
.preset-icon-fill-area.tag-landuse-retail,
.preset-icon-fill-area.tag-landuse-commercial {
border-color: rgb(214, 136, 26);
background-color: rgba(214, 136, 26, 0.3);
}
path.stroke.tag-landuse-industrial,
path.stroke.tag-power-plant {
stroke: rgb(228, 164, 245);
}
path.fill.tag-landuse-industrial,
path.fill.tag-power-plant {
stroke: rgba(228, 164, 245, 0.3);
fill: rgba(228, 164, 245, 0.3);
}
.preset-icon-fill-area.tag-landuse-industrial,
.preset-icon-fill-area.tag-power-plant {
border-color: rgb(228, 164, 245);
background-color: rgba(228, 164, 245, 0.3);
}
path.stroke.tag-natural-bare_rock,
path.stroke.tag-natural-scree,
path.stroke.tag-landuse-railway,
path.stroke.tag-landuse-quarry {
stroke: rgb(166, 149, 123);
}
path.fill.tag-natural-bare_rock,
path.fill.tag-natural-scree,
path.fill.tag-landuse-railway,
path.fill.tag-landuse-quarry {
stroke: rgba(166, 149, 123, 0.2);
fill: rgba(166, 149, 123, 0.2);
}
.preset-icon-fill-area.tag-natural-bare_rock,
.preset-icon-fill-area.tag-natural-scree,
.preset-icon-fill-area.tag-landuse-railway,
.preset-icon-fill-area.tag-landuse-quarry {
border-color: rgb(166, 149, 123);
background-color: rgba(166, 149, 123, 0.2);
}
path.stroke.tag-landuse-landfill {
stroke: rgb(255, 153, 51);
}
path.fill.tag-landuse-landfill {
stroke: rgba(255, 153, 51, 0.2);
fill: rgba(255, 153, 51, 0.2);
}
.preset-icon-fill-area.tag-landuse-landfill {
border-color: rgb(255, 153, 51);
background-color: rgba(255, 153, 51, 0.2);
}
.pattern-color-construction {
fill: rgba(196, 189, 25, 0.2);
}
path.stroke.tag-landuse.tag-status,
path.stroke.tag-landuse-construction {
stroke: rgb(196, 189, 25);
}
.preset-icon-fill-area.tag-landuse.tag-status,
.preset-icon-fill-area.tag-landuse-construction {
border-color: rgb(196, 189, 25);
background-color: rgba(196, 189, 25, 0.2);
}
path.stroke.tag-military,
path.stroke.tag-landuse-military {
stroke: rgb(214, 136, 26);
}
path.fill.tag-military,
path.fill.tag-landuse-military {
stroke: rgba(214, 136, 26, 0.2);
fill: rgba(214, 136, 26, 0.2);
}
.preset-icon-fill-area.tag-military,
.preset-icon-fill-area.tag-landuse-military {
border-color: rgb(214, 136, 26);
background-color: rgba(214, 136, 26, 0.2);
}
.pattern-color-wetland {
fill: rgba(182, 225, 153, 0.2);
}
path.stroke.tag-natural-wetland {
stroke: rgb(182, 225, 153);
}
.preset-icon-fill-area.tag-natural-wetland {
border-color: rgb(182, 225, 153);
background-color: rgba(182, 225, 153, 0.2);
}
.pattern-color-meadow {
fill: rgba(182, 225, 153, 0.2);
}
path.stroke.tag-landuse-meadow {
stroke: rgb(182, 225, 153);
}
.preset-icon-fill-area.tag-landuse-meadow {
border-color: rgb(182, 225, 153);
background-color: rgba(182, 225, 153, 0.2);
}
.pattern-color-beach,
.pattern-color-sand {
fill: rgba(255, 255, 126, 0.2);
}
path.stroke.tag-natural-beach,
path.stroke.tag-natural-sand {
stroke: rgb(255, 255, 126);
}
.preset-icon-fill-area.tag-natural-beach,
.preset-icon-fill-area.tag-natural-sand {
border-color: rgb(255, 255, 126);
background-color: rgba(255, 255, 126, 0.2);
}
.pattern-color-scrub {
fill: rgba(219, 240, 139, 0.2);
}
path.stroke.tag-natural-scrub {
stroke: rgb(219, 240, 139);
}
.preset-icon-fill-area.tag-natural-scrub {
border-color: rgb(219, 240, 139);
background-color: rgba(219, 240, 139, 0.2);
}
.pattern-color-farm,
.pattern-color-farmland {
fill: rgba(140, 208, 95, 0.2);
}
path.stroke.tag-landuse-farm,
path.stroke.tag-landuse-farmland {
stroke: rgb(140, 208, 95);
}
.preset-icon-fill-area.tag-landuse-farm,
.preset-icon-fill-area.tag-landuse-farmland {
background-color: rgba(140, 208, 95, 0.2);
}
path.stroke.tag-landuse-farmyard {
stroke: rgb(245, 220, 186);
}
path.fill.tag-landuse-farmyard {
stroke: rgba(245, 220, 186, 0.3);
fill: rgba(245, 220, 186, 0.3);
}
.preset-icon-fill-area.tag-landuse-farmyard {
border-color: rgb(226, 177, 111);
background: rgba(245, 220, 186, 0.3);
}
.pattern-color-cemetery,
.pattern-color-orchard {
fill: rgba(140, 208, 95, 0.2);
}
path.stroke.tag-landuse-cemetery,
path.stroke.tag-landuse-orchard {
stroke: rgb(140, 208, 95);
}
.preset-icon-fill-area.tag-landuse-cemetery,
.preset-icon-fill-area.tag-landuse-orchard {
background-color: rgba(140, 208, 95, 0.2);
}
path.stroke.tag-amenity-parking {
stroke: rgb(170, 170, 170);
}
path.fill.tag-amenity-parking {
stroke: rgba(170, 170, 170, 0.3);
fill: rgba(170, 170, 170, 0.3);
}
.preset-icon-fill-area.tag-amenity-parking {
border-color: rgb(170, 170, 170);
background-color: rgba(170, 170, 170, 0.3);
} | css/25_areas.css | path.area.stroke {
stroke: #fff;
stroke-width: 1;
}
path.area.fill {
stroke-width: 0;
stroke: rgba(255, 255, 255, 0.3);
fill: rgba(255, 255, 255, 0.3);
fill-rule: evenodd;
}
.preset-icon-fill-area {
border: 1px solid rgb(170, 170, 170);
background-color: rgba(170, 170, 170, 0.3);
}
path.shadow.old-multipolygon,
path.stroke.old-multipolygon {
stroke-dasharray: 100, 5;
stroke-linecap: butt;
}
path.stroke.tag-natural {
stroke: rgb(182, 225, 153);
}
path.fill.tag-natural {
stroke: rgba(182, 225, 153, 0.3);
fill: rgba(182, 225, 153, 0.3);
}
.preset-icon-fill-area.tag-natural {
border-color: rgb(182, 225, 153);
background-color: rgba(182, 225, 153, 0.3);
}
path.stroke.tag-landuse,
path.stroke.tag-natural-wood,
path.stroke.tag-natural-tree,
path.stroke.tag-natural-grassland,
path.stroke.tag-natural-grass,
path.stroke.tag-leisure-nature_reserve,
path.stroke.tag-leisure-pitch,
path.stroke.tag-leisure-park {
stroke: rgb(140, 208, 95);
}
path.fill.tag-landuse,
path.fill.tag-natural-wood,
path.fill.tag-natural-tree,
path.fill.tag-natural-grassland,
path.fill.tag-natural-grass,
path.fill.tag-leisure-nature_reserve,
path.fill.tag-leisure-pitch,
path.fill.tag-leisure-park {
stroke: rgba(140, 208, 95, 0.3);
fill: rgba(140, 208, 95, 0.3);
}
.preset-icon-fill-area.tag-landuse,
.preset-icon-fill-area.tag-natural-wood,
.preset-icon-fill-area.tag-natural-tree,
.preset-icon-fill-area.tag-natural-grassland,
.preset-icon-fill-area.tag-natural-grass,
.preset-icon-fill-area.tag-leisure-nature_reserve,
.preset-icon-fill-area.tag-leisure-pitch,
.preset-icon-fill-area.tag-leisure-park {
border-color: rgb(140, 208, 95);
background-color: rgba(140, 208, 95, 0.3);
}
path.stroke.tag-amenity-swimming_pool,
path.stroke.tag-leisure-swimming_pool,
path.stroke.tag-natural-water,
path.stroke.tag-landuse-aquaculture,
path.stroke.tag-landuse-basin,
path.stroke.tag-landuse-harbour,
path.stroke.tag-landuse-reservoir {
stroke: rgb(119, 211, 222);
}
path.fill.tag-amenity-swimming_pool,
path.fill.tag-leisure-swimming_pool,
path.fill.tag-landuse-aquaculture,
path.fill.tag-landuse-basin,
path.fill.tag-landuse-harbour,
path.fill.tag-landuse-reservoir,
path.fill.tag-natural-water {
stroke: rgba(119, 211, 222, 0.3);
fill: rgba(119, 211, 222, 0.3);
}
.preset-icon-fill-area.tag-amenity-swimming_pool,
.preset-icon-fill-area.tag-leisure-swimming_pool,
.preset-icon-fill-area.tag-landuse-aquaculture,
.preset-icon-fill-area.tag-landuse-basin,
.preset-icon-fill-area.tag-landuse-harbour,
.preset-icon-fill-area.tag-landuse-reservoir,
.preset-icon-fill-area.tag-natural-water {
border-color: rgb(119, 211, 222);
background-color: rgba(119, 211, 222, 0.3);
}
path.stroke.tag-amenity-childcare,
path.stroke.tag-amenity-kindergarten,
path.stroke.tag-amenity-school,
path.stroke.tag-amenity-college,
path.stroke.tag-amenity-university {
stroke: rgb(255, 255, 148);
}
path.fill.tag-amenity-childcare,
path.fill.tag-amenity-kindergarten,
path.fill.tag-amenity-school,
path.fill.tag-amenity-college,
path.fill.tag-amenity-university {
stroke: rgba(255, 255, 148, 0.15);
fill: rgba(255, 255, 148, 0.15);
}
.preset-icon-fill-area.tag-amenity-childcare,
.preset-icon-fill-area.tag-amenity-kindergarten,
.preset-icon-fill-area.tag-amenity-school,
.preset-icon-fill-area.tag-amenity-college,
.preset-icon-fill-area.tag-amenity-university {
border-color: rgb(232, 232, 0);
background-color: rgba(255, 255, 148, 0.15);
}
path.stroke.tag-landuse-residential {
stroke: rgb(196, 189, 25);
}
path.fill.tag-landuse-residential {
stroke: rgba(196, 189, 25, 0.3);
fill: rgba(196, 189, 25, 0.3);
}
.preset-icon-fill-area.tag-landuse-residential {
border-color: rgb(196, 189, 25);
background: rgba(196, 189, 25, 0.3);
}
path.stroke.tag-landuse-retail,
path.stroke.tag-landuse-commercial {
stroke: rgb(214, 136, 26);
}
path.fill.tag-landuse-retail,
path.fill.tag-landuse-commercial {
stroke: rgba(214, 136, 26, 0.3);
fill: rgba(214, 136, 26, 0.3);
}
.preset-icon-fill-area.tag-landuse-retail,
.preset-icon-fill-area.tag-landuse-commercial {
border-color: rgb(214, 136, 26);
background-color: rgba(214, 136, 26, 0.3);
}
path.stroke.tag-landuse-industrial,
path.stroke.tag-power-plant {
stroke: rgb(228, 164, 245);
}
path.fill.tag-landuse-industrial,
path.fill.tag-power-plant {
stroke: rgba(228, 164, 245, 0.3);
fill: rgba(228, 164, 245, 0.3);
}
.preset-icon-fill-area.tag-landuse-industrial,
.preset-icon-fill-area.tag-power-plant {
border-color: rgb(228, 164, 245);
background-color: rgba(228, 164, 245, 0.3);
}
path.stroke.tag-natural-bare_rock,
path.stroke.tag-natural-scree,
path.stroke.tag-landuse-railway,
path.stroke.tag-landuse-quarry {
stroke: rgb(166, 149, 123);
}
path.fill.tag-natural-bare_rock,
path.fill.tag-natural-scree,
path.fill.tag-landuse-railway,
path.fill.tag-landuse-quarry {
stroke: rgba(166, 149, 123, 0.2);
fill: rgba(166, 149, 123, 0.2);
}
.preset-icon-fill-area.tag-natural-bare_rock,
.preset-icon-fill-area.tag-natural-scree,
.preset-icon-fill-area.tag-landuse-railway,
.preset-icon-fill-area.tag-landuse-quarry {
border-color: rgb(166, 149, 123);
background-color: rgba(166, 149, 123, 0.2);
}
path.stroke.tag-landuse-landfill {
stroke: rgb(255, 153, 51);
}
path.fill.tag-landuse-landfill {
stroke: rgba(255, 153, 51, 0.2);
fill: rgba(255, 153, 51, 0.2);
}
.preset-icon-fill-area.tag-landuse-landfill {
border-color: rgb(255, 153, 51);
background-color: rgba(255, 153, 51, 0.2);
}
.pattern-color-construction {
fill: rgba(196, 189, 25, 0.2);
}
path.stroke.tag-landuse.tag-status,
path.stroke.tag-landuse-construction {
stroke: rgb(196, 189, 25);
}
.preset-icon-fill-area.tag-landuse.tag-status,
.preset-icon-fill-area.tag-landuse-construction {
border-color: rgb(196, 189, 25);
background-color: rgba(196, 189, 25, 0.2);
}
path.stroke.tag-military,
path.stroke.tag-landuse-military {
stroke: rgb(214, 136, 26);
}
path.fill.tag-military,
path.fill.tag-landuse-military {
stroke: rgba(214, 136, 26, 0.2);
fill: rgba(214, 136, 26, 0.2);
}
.preset-icon-fill-area.tag-military,
.preset-icon-fill-area.tag-landuse-military {
border-color: rgb(214, 136, 26);
background-color: rgba(214, 136, 26, 0.2);
}
.pattern-color-wetland {
fill: rgba(182, 225, 153, 0.2);
}
path.stroke.tag-natural-wetland {
stroke: rgb(182, 225, 153);
}
.preset-icon-fill-area.tag-natural-wetland {
border-color: rgb(182, 225, 153);
background-color: rgba(182, 225, 153, 0.2);
}
.pattern-color-meadow {
fill: rgba(182, 225, 153, 0.2);
}
path.stroke.tag-landuse-meadow {
stroke: rgb(182, 225, 153);
}
.preset-icon-fill-area.tag-landuse-meadow {
border-color: rgb(182, 225, 153);
background-color: rgba(182, 225, 153, 0.2);
}
.pattern-color-beach,
.pattern-color-sand {
fill: rgba(255, 255, 126, 0.2);
}
path.stroke.tag-natural-beach,
path.stroke.tag-natural-sand {
stroke: rgb(255, 255, 126);
}
.preset-icon-fill-area.tag-natural-beach,
.preset-icon-fill-area.tag-natural-sand {
border-color: rgb(255, 255, 126);
background-color: rgba(255, 255, 126, 0.2);
}
.pattern-color-scrub {
fill: rgba(219, 240, 139, 0.2);
}
path.stroke.tag-natural-scrub {
stroke: rgb(219, 240, 139);
}
.preset-icon-fill-area.tag-natural-scrub {
border-color: rgb(219, 240, 139);
background-color: rgba(219, 240, 139, 0.2);
}
.pattern-color-farm,
.pattern-color-farmland {
fill: rgba(140, 208, 95, 0.2);
}
path.stroke.tag-landuse-farm,
path.stroke.tag-landuse-farmland {
stroke: rgb(140, 208, 95);
}
.preset-icon-fill-area.tag-landuse-farm,
.preset-icon-fill-area.tag-landuse-farmland {
background-color: rgba(140, 208, 95, 0.2);
}
path.stroke.tag-landuse-farmyard {
stroke: rgb(245, 220, 186);
}
path.fill.tag-landuse-farmyard {
stroke: rgba(245, 220, 186, 0.3);
fill: rgba(245, 220, 186, 0.3);
}
.preset-icon-fill-area.tag-landuse-farmyard {
border-color: rgb(226, 177, 111);
background: rgba(245, 220, 186, 0.3);
}
.pattern-color-cemetery,
.pattern-color-orchard {
fill: rgba(140, 208, 95, 0.2);
}
path.stroke.tag-landuse-cemetery,
path.stroke.tag-landuse-orchard {
stroke: rgb(140, 208, 95);
}
.preset-icon-fill-area.tag-landuse-cemetery,
.preset-icon-fill-area.tag-landuse-orchard {
background-color: rgba(140, 208, 95, 0.2);
}
path.stroke.tag-amenity-parking {
stroke: rgb(170, 170, 170);
}
path.fill.tag-amenity-parking {
stroke: rgba(170, 170, 170, 0.3);
fill: rgba(170, 170, 170, 0.3);
}
.preset-icon-fill-area.tag-amenity-parking {
border-color: rgb(170, 170, 170);
background-color: rgba(170, 170, 170, 0.3);
} | 0.696165 | 0.082883 |
.leaflet-container {
background: #FFF;
}
.Cweek1 {
transform: translateZ(0);
}
/* Map styling */
.leaflet-bottom.leaflet-left {
width: 33%;
min-width: 22em;
max-width: 90vw;
}
.leaflet-control-layers-base {
max-width: 20vw;
}
.leaflet-control-layers-base, .legend {
font-size: 0.8em;
}
.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
border: 0;
background-color: rgba(255,255,255,0.8);
background-clip: padding-box;
}
.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar .info {
box-shadow: 0 0 8px rgba(0, 59, 115, 0.2) !important;
}
.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
box-shadow: 0 0 8px rgba(0, 59, 115, 0.2) !important;
}
#map .level2 {
min-height: 90vh;
}
.leaflet_title {
margin-left: 0;
text-shadow: 0 0 1.5em white;
}
.leaflet_title h1, .leaflet_title h2 {
color: #003b73;
margin-top: 0;
margin-left: 40px;
max-width: 70vw;
text-shadow: 0 0 10px white;
}
.leaflet_title h1 {
margin-bottom: 0;
}
.leaflet_title h2 {
margin-bottom: 2em;
}
@media (max-width: 767px) {
.leaflet_title h1 {
font-size: 1.6em;
max-width: 50vw;
font-weight: 900;
}
.leaflet_title h2 {
font-size: 1.3em;
max-width: 50vw;
font-weight: 900;
}
}
@media (max-width: 576px) {
.leaflet_title h1, .leaflet_title h2 {
margin-left: 10px;
max-width: 60vw;
}
}
@media (min-width: 768px) {
.leaflet-control-layers-base, .legend {
font-size: 1em;
}
#map {
min-height: 0;
}
}
@media (min-width: 576px) {
.leaflet-timeline-control {
min-width: 500px;
}
}
.leaflet-control.leaflet-timeline-control input[type="range"] {
min-width: 65% !important;
}
.leaflet-control.leaflet-timeline-control .sldr-ctrl-container,
.leaflet-control.leaflet-timeline-control .button-container {
min-width: 80px;
}
div.dt-button-collection {
width: 300px;
}
#ltla-search {
margin-top: 1.7em;
margin-bottom: 1em;
}
.form-group {
text-align: center;
}
@media (max-width: 576px) {
.leaflet-control.leaflet-timeline-control .prev,
.leaflet-control.leaflet-timeline-control .next {
display: none;
}
.leaflet-control.leaflet-timeline-control .sldr-ctrl-container,
.leaflet-control.leaflet-timeline-control .button-container {
min-width: 30px;
}
.modal-header,
.modal-footer {
padding-top: 10px;
padding-bottom: 10px;
}
.modal-body {
padding: 13px;
}
.modal-body ul {
padding-left: 20px;
}
}
.faq-heading {
margin-top: 1.6em;
}
.faq-container {
max-width: 70em;
}
#region-select {
text-align: left;
}
.results-table .chart-stage.chart-stage-flex {
overflow: visible !important;
}
.leaflet-control-layers-list {
overflow: auto !important;
height: 170px !important;
}
@media (max-width: 1200px) {
.leaflet-control-layers-list {
overflow: auto !important;
height: 170px !important;
}
.leaflet-control-layers label {
margin-bottom: 2px;
}
} | css/LTLA.css | .leaflet-container {
background: #FFF;
}
.Cweek1 {
transform: translateZ(0);
}
/* Map styling */
.leaflet-bottom.leaflet-left {
width: 33%;
min-width: 22em;
max-width: 90vw;
}
.leaflet-control-layers-base {
max-width: 20vw;
}
.leaflet-control-layers-base, .legend {
font-size: 0.8em;
}
.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
border: 0;
background-color: rgba(255,255,255,0.8);
background-clip: padding-box;
}
.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar .info {
box-shadow: 0 0 8px rgba(0, 59, 115, 0.2) !important;
}
.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
box-shadow: 0 0 8px rgba(0, 59, 115, 0.2) !important;
}
#map .level2 {
min-height: 90vh;
}
.leaflet_title {
margin-left: 0;
text-shadow: 0 0 1.5em white;
}
.leaflet_title h1, .leaflet_title h2 {
color: #003b73;
margin-top: 0;
margin-left: 40px;
max-width: 70vw;
text-shadow: 0 0 10px white;
}
.leaflet_title h1 {
margin-bottom: 0;
}
.leaflet_title h2 {
margin-bottom: 2em;
}
@media (max-width: 767px) {
.leaflet_title h1 {
font-size: 1.6em;
max-width: 50vw;
font-weight: 900;
}
.leaflet_title h2 {
font-size: 1.3em;
max-width: 50vw;
font-weight: 900;
}
}
@media (max-width: 576px) {
.leaflet_title h1, .leaflet_title h2 {
margin-left: 10px;
max-width: 60vw;
}
}
@media (min-width: 768px) {
.leaflet-control-layers-base, .legend {
font-size: 1em;
}
#map {
min-height: 0;
}
}
@media (min-width: 576px) {
.leaflet-timeline-control {
min-width: 500px;
}
}
.leaflet-control.leaflet-timeline-control input[type="range"] {
min-width: 65% !important;
}
.leaflet-control.leaflet-timeline-control .sldr-ctrl-container,
.leaflet-control.leaflet-timeline-control .button-container {
min-width: 80px;
}
div.dt-button-collection {
width: 300px;
}
#ltla-search {
margin-top: 1.7em;
margin-bottom: 1em;
}
.form-group {
text-align: center;
}
@media (max-width: 576px) {
.leaflet-control.leaflet-timeline-control .prev,
.leaflet-control.leaflet-timeline-control .next {
display: none;
}
.leaflet-control.leaflet-timeline-control .sldr-ctrl-container,
.leaflet-control.leaflet-timeline-control .button-container {
min-width: 30px;
}
.modal-header,
.modal-footer {
padding-top: 10px;
padding-bottom: 10px;
}
.modal-body {
padding: 13px;
}
.modal-body ul {
padding-left: 20px;
}
}
.faq-heading {
margin-top: 1.6em;
}
.faq-container {
max-width: 70em;
}
#region-select {
text-align: left;
}
.results-table .chart-stage.chart-stage-flex {
overflow: visible !important;
}
.leaflet-control-layers-list {
overflow: auto !important;
height: 170px !important;
}
@media (max-width: 1200px) {
.leaflet-control-layers-list {
overflow: auto !important;
height: 170px !important;
}
.leaflet-control-layers label {
margin-bottom: 2px;
}
} | 0.402157 | 0.261634 |
body {
background-color: #1d1c1b;
}
/* main-page */
.card {
margin: 50px 0 50px 0;
}
.bg-primary {
background-color: #444243 !important;
}
.navbar {
background-color: #1d1c1b !important;
}
.cart {
margin-left: auto;
}
.carousel-item{
width: 100%;
height: 460px;
}
.carousel-caption1 {
width: 400px;
height: 400px;
}
.carousel-caption2 {
width: 400px;
height: 300px;
margin-left: 50%;
margin-bottom: 50px;
}
.carousel-caption3 {
width: 400px;
height: 300px;
margin-left: -150px;
margin-bottom: 50px;
}
.card-full {
width: 100%;
height: 360px;
object-fit: cover;
}
footer {
background-color: black;
height: 200px;
margin-top: 30px;
padding-top: 20px;
width: 100%;
}
.icon {
list-style: none;
display: inline;
margin: 10px 10px 0 10px;
}
/* main-page */
/* checkout-page */
h4 {
color: white;
margin: 50px 0 50px 0;
}
/* checkout-page */
.hvr-outline-in {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
}
.hvr-outline-in:before {
pointer-events: none;
content: '';
position: absolute;
border: #444243 solid 4px;
top: -16px;
right: -16px;
bottom: -16px;
left: -16px;
opacity: 0;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: top, right, bottom, left;
transition-property: top, right, bottom, left;
}
.hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
opacity: 1;
}
/* product-page */
/* product-page */
/* blog-page */
.jumbotron {
background-image: url(https://images.unsplash.com/photo-1522335789203-aabd1fc54bc9?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=2865&q=80);
background-position: center;
background-size: cover;
}
/* blog-page */
.map {
margin-top: 30px;
width: 100%;
}
@media screen and (max-width:425px){
.carousel-item {
height: auto;
}
.newsletter {
width: auto;
}
.nav-btn {
border-color: white;
background-color: white;
}
iframe {
width: 400px;
}
}
@media screen and (max-width:768px){
.nav-btn {
border-color: white;
background-color: white;
}
.carousel-caption1 {
width: 400px;
height: 400px;
}
.carousel-caption2 {
width: 400px;
height: 300px;
margin:0 0 50px -60px;
}
.carousel-caption3 {
width: 400px;
height: 300px;
margin:0 0 50px -60px;
}
} | final/stylesheet.css | body {
background-color: #1d1c1b;
}
/* main-page */
.card {
margin: 50px 0 50px 0;
}
.bg-primary {
background-color: #444243 !important;
}
.navbar {
background-color: #1d1c1b !important;
}
.cart {
margin-left: auto;
}
.carousel-item{
width: 100%;
height: 460px;
}
.carousel-caption1 {
width: 400px;
height: 400px;
}
.carousel-caption2 {
width: 400px;
height: 300px;
margin-left: 50%;
margin-bottom: 50px;
}
.carousel-caption3 {
width: 400px;
height: 300px;
margin-left: -150px;
margin-bottom: 50px;
}
.card-full {
width: 100%;
height: 360px;
object-fit: cover;
}
footer {
background-color: black;
height: 200px;
margin-top: 30px;
padding-top: 20px;
width: 100%;
}
.icon {
list-style: none;
display: inline;
margin: 10px 10px 0 10px;
}
/* main-page */
/* checkout-page */
h4 {
color: white;
margin: 50px 0 50px 0;
}
/* checkout-page */
.hvr-outline-in {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
}
.hvr-outline-in:before {
pointer-events: none;
content: '';
position: absolute;
border: #444243 solid 4px;
top: -16px;
right: -16px;
bottom: -16px;
left: -16px;
opacity: 0;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: top, right, bottom, left;
transition-property: top, right, bottom, left;
}
.hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
opacity: 1;
}
/* product-page */
/* product-page */
/* blog-page */
.jumbotron {
background-image: url(https://images.unsplash.com/photo-1522335789203-aabd1fc54bc9?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=2865&q=80);
background-position: center;
background-size: cover;
}
/* blog-page */
.map {
margin-top: 30px;
width: 100%;
}
@media screen and (max-width:425px){
.carousel-item {
height: auto;
}
.newsletter {
width: auto;
}
.nav-btn {
border-color: white;
background-color: white;
}
iframe {
width: 400px;
}
}
@media screen and (max-width:768px){
.nav-btn {
border-color: white;
background-color: white;
}
.carousel-caption1 {
width: 400px;
height: 400px;
}
.carousel-caption2 {
width: 400px;
height: 300px;
margin:0 0 50px -60px;
}
.carousel-caption3 {
width: 400px;
height: 300px;
margin:0 0 50px -60px;
}
} | 0.269326 | 0.088781 |
.gangWrap .gangPad .ballasPad .menuWrap .mainPad .padBtnRow .btn:hover{
border: 1px solid #dc1fed;
}
.gangWrap .gangPad .ballasPad .gangBankInfoUse::-webkit-scrollbar,
.gangWrap .gangPad .ballasPad .gangLesterOpt::-webkit-scrollbar,
.gangWrap .gangPad .ballasPad .gangPlayerList::-webkit-scrollbar {
width: 7px;
background-color: #4d1d5a;
border-radius: 3px;
}
.gangWrap .gangPad .ballasPad .gangBankInfoUse::-webkit-scrollbar-track,
.gangWrap .gangPad .ballasPad .gangLesterOpt::-webkit-scrollbar-track,
.gangWrap .gangPad .ballasPad .gangPlayerList::-webkit-scrollbar-track {
position: absolute;
}
.gangWrap .gangPad .ballasPad .gangBankInfoUse::-webkit-scrollbar-thumb,
.gangWrap .gangPad .ballasPad .gangLesterOpt::-webkit-scrollbar-thumb,
.gangWrap .gangPad .ballasPad .gangPlayerList::-webkit-scrollbar-thumb {
top: 2px;
background-color: #901bad;
background-repeat: repeat-y;
border-radius: 3px;
}
.gangWrap .gangPad .ballasPad .gangBankInfoUse .selectRow div,
.gangWrap .gangPad .ballasPad .gangLesterOpt .selectRow div,
.gangWrap .gangPad .ballasPad .gangPlayerList .selectRow div{
background-color: #911dae;
}
.gangWrap .gangPad .ballasPad .menuWrap .contentList .headerGangBank .titleTGBank,
.gangWrap .gangPad .ballasPad .menuWrap .contentList .headerList div{
color: #901bad;
}
.gangWrap .gangPad .ballasPad{
background-image: url(../img/bandTablet/bgBallas.png);
width: 100%;
height: 100%;
color: #fff;
}
.gangWrap .gangPad .ballasPad .menuWrap .mainPad .btnCar{
background-image: url(../img/bandTablet/ballas_carsGang.png);
}
.gangWrap .gangPad .ballasPad .menuWrap .mainPad .btnChat{
background-image: url(../img/bandTablet/ballas_chat.png);
}
.gangWrap .gangPad .ballasPad .menuWrap .mainPad .btnList{
background-image: url(../img/bandTablet/ballas_gangList.png);
}
.gangWrap .gangPad .ballasPad .menuWrap .mainPad .btnMap{
background-image: url(../img/bandTablet/ballas_gangMap.png);
}
.gangWrap .gangPad .ballasPad .menuWrap .mainPad .btnGBank{
background-image: url(../img/bandTablet/ballas_gangBank.png);
}
.gangWrap .gangPad .ballasPad .menuWrap .mainPad .btnLester{
background-image: url(../img/bandTablet/ballas_lester.png);
}
.gangWrap .gangPad .ballasPad .menuWrap .contentList{
background-color: #3c1e45;
}
.gangWrap .gangPad .ballasPad .menuWrap .gangMapInfo .mapBtn,
.gangWrap .gangPad .ballasPad .menuWrap .footerBtn .footBtnP{
background-color: #901bad;
} | AppReact/src/assets/css/ballas.css | .gangWrap .gangPad .ballasPad .menuWrap .mainPad .padBtnRow .btn:hover{
border: 1px solid #dc1fed;
}
.gangWrap .gangPad .ballasPad .gangBankInfoUse::-webkit-scrollbar,
.gangWrap .gangPad .ballasPad .gangLesterOpt::-webkit-scrollbar,
.gangWrap .gangPad .ballasPad .gangPlayerList::-webkit-scrollbar {
width: 7px;
background-color: #4d1d5a;
border-radius: 3px;
}
.gangWrap .gangPad .ballasPad .gangBankInfoUse::-webkit-scrollbar-track,
.gangWrap .gangPad .ballasPad .gangLesterOpt::-webkit-scrollbar-track,
.gangWrap .gangPad .ballasPad .gangPlayerList::-webkit-scrollbar-track {
position: absolute;
}
.gangWrap .gangPad .ballasPad .gangBankInfoUse::-webkit-scrollbar-thumb,
.gangWrap .gangPad .ballasPad .gangLesterOpt::-webkit-scrollbar-thumb,
.gangWrap .gangPad .ballasPad .gangPlayerList::-webkit-scrollbar-thumb {
top: 2px;
background-color: #901bad;
background-repeat: repeat-y;
border-radius: 3px;
}
.gangWrap .gangPad .ballasPad .gangBankInfoUse .selectRow div,
.gangWrap .gangPad .ballasPad .gangLesterOpt .selectRow div,
.gangWrap .gangPad .ballasPad .gangPlayerList .selectRow div{
background-color: #911dae;
}
.gangWrap .gangPad .ballasPad .menuWrap .contentList .headerGangBank .titleTGBank,
.gangWrap .gangPad .ballasPad .menuWrap .contentList .headerList div{
color: #901bad;
}
.gangWrap .gangPad .ballasPad{
background-image: url(../img/bandTablet/bgBallas.png);
width: 100%;
height: 100%;
color: #fff;
}
.gangWrap .gangPad .ballasPad .menuWrap .mainPad .btnCar{
background-image: url(../img/bandTablet/ballas_carsGang.png);
}
.gangWrap .gangPad .ballasPad .menuWrap .mainPad .btnChat{
background-image: url(../img/bandTablet/ballas_chat.png);
}
.gangWrap .gangPad .ballasPad .menuWrap .mainPad .btnList{
background-image: url(../img/bandTablet/ballas_gangList.png);
}
.gangWrap .gangPad .ballasPad .menuWrap .mainPad .btnMap{
background-image: url(../img/bandTablet/ballas_gangMap.png);
}
.gangWrap .gangPad .ballasPad .menuWrap .mainPad .btnGBank{
background-image: url(../img/bandTablet/ballas_gangBank.png);
}
.gangWrap .gangPad .ballasPad .menuWrap .mainPad .btnLester{
background-image: url(../img/bandTablet/ballas_lester.png);
}
.gangWrap .gangPad .ballasPad .menuWrap .contentList{
background-color: #3c1e45;
}
.gangWrap .gangPad .ballasPad .menuWrap .gangMapInfo .mapBtn,
.gangWrap .gangPad .ballasPad .menuWrap .footerBtn .footBtnP{
background-color: #901bad;
} | 0.196094 | 0.07056 |
@charset "UTF-8";
/*!
* Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/font-awesome/fontawesome-webfont.eot?v=4.6.3');
src: url('../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.3')
format('embedded-opentype'), url('../fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.3')
format('woff2'), url('../fonts/font-awesome/fontawesome-webfont.woff?v=4.6.3')
format('woff'), url('../fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.3')
format('truetype'), url('../fonts/font-awesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
font-size: 1.33333333em;
line-height: 0.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;
text-align: center;
}
.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: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.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(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-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 {
-ms-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-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.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-remove:before,
.fa-close: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-gear:before,
.fa-cog: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-rotate-right:before,
.fa-repeat: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-photo:before,
.fa-image: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-warning:before,
.fa-exclamation-triangle: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-gears:before,
.fa-cogs: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-feed:before,
.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-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars: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-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard: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-unlink:before,
.fa-chain-broken: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-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw: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-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try: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-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap: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-pp: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-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-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-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.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-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin: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-soccer-ball-o:before,
.fa-futbol-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-shekel:before,
.fa-sheqel:before,
.fa-ils: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-intersex:before,
.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-genderless:before {
content: "\f22d";
}
.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-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-envira:before {
content: "\f299";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-wheelchair-alt:before {
content: "\f29b";
}
.fa-question-circle-o:before {
content: "\f29c";
}
.fa-blind:before {
content: "\f29d";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-volume-control-phone:before {
content: "\f2a0";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\f2a4";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
content: "\f2a7";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-themeisle:before {
content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
content: "\f2b4";
}
.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;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license
Copyright (c) 2013 <NAME>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
-webkit-animation-duration:1s;
animation-duration:1s;
-webkit-animation-fill-mode:both;
animation-fill-mode:both
}
.animated.hinge {
-webkit-animation-duration:2s;
animation-duration:2s
}
@-webkit-keyframes bounce {
0%,100%,20%,50%,80% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
40% {
-webkit-transform:translateY(-30px);
transform:translateY(-30px)
}
60% {
-webkit-transform:translateY(-15px);
transform:translateY(-15px)
}
}
@keyframes bounce {
0%,100%,20%,50%,80% {
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
40% {
-webkit-transform:translateY(-30px);
-ms-transform:translateY(-30px);
transform:translateY(-30px)
}
60% {
-webkit-transform:translateY(-15px);
-ms-transform:translateY(-15px);
transform:translateY(-15px)
}
}
.bounce {
-webkit-animation-name:bounce;
animation-name:bounce
}
@-webkit-keyframes flash {
0%,100%,50% {
opacity:1
}
25%,75% {
opacity:0
}
}
@keyframes flash {
0%,100%,50% {
opacity:1
}
25%,75% {
opacity:0
}
}
.flash {
-webkit-animation-name:flash;
animation-name:flash
}
@-webkit-keyframes pulse {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
50% {
-webkit-transform:scale(1.1);
transform:scale(1.1)
}
100% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes pulse {
0% {
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
50% {
-webkit-transform:scale(1.1);
-ms-transform:scale(1.1);
transform:scale(1.1)
}
100% {
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
}
.pulse {
-webkit-animation-name:pulse;
animation-name:pulse
}
@-webkit-keyframes shake {
0%,100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
10%,30%,50%,70%,90% {
-webkit-transform:translateX(-10px);
transform:translateX(-10px)
}
20%,40%,60%,80% {
-webkit-transform:translateX(10px);
transform:translateX(10px)
}
}
@keyframes shake {
0%,100% {
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
10%,30%,50%,70%,90% {
-webkit-transform:translateX(-10px);
-ms-transform:translateX(-10px);
transform:translateX(-10px)
}
20%,40%,60%,80% {
-webkit-transform:translateX(10px);
-ms-transform:translateX(10px);
transform:translateX(10px)
}
}
.shake {
-webkit-animation-name:shake;
animation-name:shake
}
@-webkit-keyframes swing {
20% {
-webkit-transform:rotate(15deg);
transform:rotate(15deg)
}
40% {
-webkit-transform:rotate(-10deg);
transform:rotate(-10deg)
}
60% {
-webkit-transform:rotate(5deg);
transform:rotate(5deg)
}
80% {
-webkit-transform:rotate(-5deg);
transform:rotate(-5deg)
}
100% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
}
@keyframes swing {
20% {
-webkit-transform:rotate(15deg);
-ms-transform:rotate(15deg);
transform:rotate(15deg)
}
40% {
-webkit-transform:rotate(-10deg);
-ms-transform:rotate(-10deg);
transform:rotate(-10deg)
}
60% {
-webkit-transform:rotate(5deg);
-ms-transform:rotate(5deg);
transform:rotate(5deg)
}
80% {
-webkit-transform:rotate(-5deg);
-ms-transform:rotate(-5deg);
transform:rotate(-5deg)
}
100% {
-webkit-transform:rotate(0deg);
-ms-transform:rotate(0deg);
transform:rotate(0deg)
}
}
.swing {
-webkit-transform-origin:top center;
-ms-transform-origin:top center;
transform-origin:top center;
-webkit-animation-name:swing;
animation-name:swing
}
@-webkit-keyframes tada {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
10%,20% {
-webkit-transform:scale(0.9) rotate(-3deg);
transform:scale(0.9) rotate(-3deg)
}
30%,50%,70%,90% {
-webkit-transform:scale(1.1) rotate(3deg);
transform:scale(1.1) rotate(3deg)
}
40%,60%,80% {
-webkit-transform:scale(1.1) rotate(-3deg);
transform:scale(1.1) rotate(-3deg)
}
100% {
-webkit-transform:scale(1) rotate(0);
transform:scale(1) rotate(0)
}
}
@keyframes tada {
0% {
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
10%,20% {
-webkit-transform:scale(0.9) rotate(-3deg);
-ms-transform:scale(0.9) rotate(-3deg);
transform:scale(0.9) rotate(-3deg)
}
30%,50%,70%,90% {
-webkit-transform:scale(1.1) rotate(3deg);
-ms-transform:scale(1.1) rotate(3deg);
transform:scale(1.1) rotate(3deg)
}
40%,60%,80% {
-webkit-transform:scale(1.1) rotate(-3deg);
-ms-transform:scale(1.1) rotate(-3deg);
transform:scale(1.1) rotate(-3deg)
}
100% {
-webkit-transform:scale(1) rotate(0);
-ms-transform:scale(1) rotate(0);
transform:scale(1) rotate(0)
}
}
.tada {
-webkit-animation-name:tada;
animation-name:tada
}
@-webkit-keyframes wobble {
0% {
-webkit-transform:translateX(0%);
transform:translateX(0%)
}
15% {
-webkit-transform:translateX(-25%) rotate(-5deg);
transform:translateX(-25%) rotate(-5deg)
}
30% {
-webkit-transform:translateX(20%) rotate(3deg);
transform:translateX(20%) rotate(3deg)
}
45% {
-webkit-transform:translateX(-15%) rotate(-3deg);
transform:translateX(-15%) rotate(-3deg)
}
60% {
-webkit-transform:translateX(10%) rotate(2deg);
transform:translateX(10%) rotate(2deg)
}
75% {
-webkit-transform:translateX(-5%) rotate(-1deg);
transform:translateX(-5%) rotate(-1deg)
}
100% {
-webkit-transform:translateX(0%);
transform:translateX(0%)
}
}
@keyframes wobble {
0% {
-webkit-transform:translateX(0%);
-ms-transform:translateX(0%);
transform:translateX(0%)
}
15% {
-webkit-transform:translateX(-25%) rotate(-5deg);
-ms-transform:translateX(-25%) rotate(-5deg);
transform:translateX(-25%) rotate(-5deg)
}
30% {
-webkit-transform:translateX(20%) rotate(3deg);
-ms-transform:translateX(20%) rotate(3deg);
transform:translateX(20%) rotate(3deg)
}
45% {
-webkit-transform:translateX(-15%) rotate(-3deg);
-ms-transform:translateX(-15%) rotate(-3deg);
transform:translateX(-15%) rotate(-3deg)
}
60% {
-webkit-transform:translateX(10%) rotate(2deg);
-ms-transform:translateX(10%) rotate(2deg);
transform:translateX(10%) rotate(2deg)
}
75% {
-webkit-transform:translateX(-5%) rotate(-1deg);
-ms-transform:translateX(-5%) rotate(-1deg);
transform:translateX(-5%) rotate(-1deg)
}
100% {
-webkit-transform:translateX(0%);
-ms-transform:translateX(0%);
transform:translateX(0%)
}
}
.wobble {
-webkit-animation-name:wobble;
animation-name:wobble
}
@-webkit-keyframes bounceIn {
0% {
opacity:0;
-webkit-transform:scale(0.3);
transform:scale(0.3)
}
50% {
opacity:1;
-webkit-transform:scale(1.05);
transform:scale(1.05)
}
70% {
-webkit-transform:scale(0.9);
transform:scale(0.9)
}
100% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes bounceIn {
0% {
opacity:0;
-webkit-transform:scale(0.3);
-ms-transform:scale(0.3);
transform:scale(0.3)
}
50% {
opacity:1;
-webkit-transform:scale(1.05);
-ms-transform:scale(1.05);
transform:scale(1.05)
}
70% {
-webkit-transform:scale(0.9);
-ms-transform:scale(0.9);
transform:scale(0.9)
}
100% {
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
}
.bounceIn {
-webkit-animation-name:bounceIn;
animation-name:bounceIn
}
@-webkit-keyframes bounceInDown {
0% {
opacity:0;
-webkit-transform:translateY(-2000px);
transform:translateY(-2000px)
}
60% {
opacity:1;
-webkit-transform:translateY(30px);
transform:translateY(30px)
}
80% {
-webkit-transform:translateY(-10px);
transform:translateY(-10px)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes bounceInDown {
0% {
opacity:0;
-webkit-transform:translateY(-2000px);
-ms-transform:translateY(-2000px);
transform:translateY(-2000px)
}
60% {
opacity:1;
-webkit-transform:translateY(30px);
-ms-transform:translateY(30px);
transform:translateY(30px)
}
80% {
-webkit-transform:translateY(-10px);
-ms-transform:translateY(-10px);
transform:translateY(-10px)
}
100% {
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
}
.bounceInDown {
-webkit-animation-name:bounceInDown;
animation-name:bounceInDown
}
@-webkit-keyframes bounceInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-2000px);
transform:translateX(-2000px)
}
60% {
opacity:1;
-webkit-transform:translateX(30px);
transform:translateX(30px)
}
80% {
-webkit-transform:translateX(-10px);
transform:translateX(-10px)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes bounceInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-2000px);
-ms-transform:translateX(-2000px);
transform:translateX(-2000px)
}
60% {
opacity:1;
-webkit-transform:translateX(30px);
-ms-transform:translateX(30px);
transform:translateX(30px)
}
80% {
-webkit-transform:translateX(-10px);
-ms-transform:translateX(-10px);
transform:translateX(-10px)
}
100% {
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
}
.bounceInLeft {
-webkit-animation-name:bounceInLeft;
animation-name:bounceInLeft
}
@-webkit-keyframes bounceInRight {
0% {
opacity:0;
-webkit-transform:translateX(2000px);
transform:translateX(2000px)
}
60% {
opacity:1;
-webkit-transform:translateX(-30px);
transform:translateX(-30px)
}
80% {
-webkit-transform:translateX(10px);
transform:translateX(10px)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes bounceInRight {
0% {
opacity:0;
-webkit-transform:translateX(2000px);
-ms-transform:translateX(2000px);
transform:translateX(2000px)
}
60% {
opacity:1;
-webkit-transform:translateX(-30px);
-ms-transform:translateX(-30px);
transform:translateX(-30px)
}
80% {
-webkit-transform:translateX(10px);
-ms-transform:translateX(10px);
transform:translateX(10px)
}
100% {
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
}
.bounceInRight {
-webkit-animation-name:bounceInRight;
animation-name:bounceInRight
}
@-webkit-keyframes bounceInUp {
0% {
opacity:0;
-webkit-transform:translateY(2000px);
transform:translateY(2000px)
}
60% {
opacity:1;
-webkit-transform:translateY(-30px);
transform:translateY(-30px)
}
80% {
-webkit-transform:translateY(10px);
transform:translateY(10px)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes bounceInUp {
0% {
opacity:0;
-webkit-transform:translateY(2000px);
-ms-transform:translateY(2000px);
transform:translateY(2000px)
}
60% {
opacity:1;
-webkit-transform:translateY(-30px);
-ms-transform:translateY(-30px);
transform:translateY(-30px)
}
80% {
-webkit-transform:translateY(10px);
-ms-transform:translateY(10px);
transform:translateY(10px)
}
100% {
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
}
.bounceInUp {
-webkit-animation-name:bounceInUp;
animation-name:bounceInUp
}
@-webkit-keyframes bounceOut {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
25% {
-webkit-transform:scale(0.95);
transform:scale(0.95)
}
50% {
opacity:1;
-webkit-transform:scale(1.1);
transform:scale(1.1)
}
100% {
opacity:0;
-webkit-transform:scale(0.3);
transform:scale(0.3)
}
}
@keyframes bounceOut {
0% {
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
25% {
-webkit-transform:scale(0.95);
-ms-transform:scale(0.95);
transform:scale(0.95)
}
50% {
opacity:1;
-webkit-transform:scale(1.1);
-ms-transform:scale(1.1);
transform:scale(1.1)
}
100% {
opacity:0;
-webkit-transform:scale(0.3);
-ms-transform:scale(0.3);
transform:scale(0.3)
}
}
.bounceOut {
-webkit-animation-name:bounceOut;
animation-name:bounceOut
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
20% {
opacity:1;
-webkit-transform:translateY(-20px);
transform:translateY(-20px)
}
100% {
opacity:0;
-webkit-transform:translateY(2000px);
transform:translateY(2000px)
}
}
@keyframes bounceOutDown {
0% {
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
20% {
opacity:1;
-webkit-transform:translateY(-20px);
-ms-transform:translateY(-20px);
transform:translateY(-20px)
}
100% {
opacity:0;
-webkit-transform:translateY(2000px);
-ms-transform:translateY(2000px);
transform:translateY(2000px)
}
}
.bounceOutDown {
-webkit-animation-name:bounceOutDown;
animation-name:bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
20% {
opacity:1;
-webkit-transform:translateX(20px);
transform:translateX(20px)
}
100% {
opacity:0;
-webkit-transform:translateX(-2000px);
transform:translateX(-2000px)
}
}
@keyframes bounceOutLeft {
0% {
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
20% {
opacity:1;
-webkit-transform:translateX(20px);
-ms-transform:translateX(20px);
transform:translateX(20px)
}
100% {
opacity:0;
-webkit-transform:translateX(-2000px);
-ms-transform:translateX(-2000px);
transform:translateX(-2000px)
}
}
.bounceOutLeft {
-webkit-animation-name:bounceOutLeft;
animation-name:bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
20% {
opacity:1;
-webkit-transform:translateX(-20px);
transform:translateX(-20px)
}
100% {
opacity:0;
-webkit-transform:translateX(2000px);
transform:translateX(2000px)
}
}
@keyframes bounceOutRight {
0% {
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
20% {
opacity:1;
-webkit-transform:translateX(-20px);
-ms-transform:translateX(-20px);
transform:translateX(-20px)
}
100% {
opacity:0;
-webkit-transform:translateX(2000px);
-ms-transform:translateX(2000px);
transform:translateX(2000px)
}
}
.bounceOutRight {
-webkit-animation-name:bounceOutRight;
animation-name:bounceOutRight
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
20% {
opacity:1;
-webkit-transform:translateY(20px);
transform:translateY(20px)
}
100% {
opacity:0;
-webkit-transform:translateY(-2000px);
transform:translateY(-2000px)
}
}
@keyframes bounceOutUp {
0% {
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
20% {
opacity:1;
-webkit-transform:translateY(20px);
-ms-transform:translateY(20px);
transform:translateY(20px)
}
100% {
opacity:0;
-webkit-transform:translateY(-2000px);
-ms-transform:translateY(-2000px);
transform:translateY(-2000px)
}
}
.bounceOutUp {
-webkit-animation-name:bounceOutUp;
animation-name:bounceOutUp
}
@-webkit-keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
.fadeIn {
-webkit-animation-name:fadeIn;
animation-name:fadeIn
}
@-webkit-keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translateY(-20px);
transform:translateY(-20px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translateY(-20px);
-ms-transform:translateY(-20px);
transform:translateY(-20px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
}
.fadeInDown {
-webkit-animation-name:fadeInDown;
animation-name:fadeInDown
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity:0;
-webkit-transform:translateY(-2000px);
transform:translateY(-2000px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes fadeInDownBig {
0% {
opacity:0;
-webkit-transform:translateY(-2000px);
-ms-transform:translateY(-2000px);
transform:translateY(-2000px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
}
.fadeInDownBig {
-webkit-animation-name:fadeInDownBig;
animation-name:fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-20px);
transform:translateX(-20px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-20px);
-ms-transform:translateX(-20px);
transform:translateX(-20px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
}
.fadeInLeft {
-webkit-animation-name:fadeInLeft;
animation-name:fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity:0;
-webkit-transform:translateX(-2000px);
transform:translateX(-2000px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes fadeInLeftBig {
0% {
opacity:0;
-webkit-transform:translateX(-2000px);
-ms-transform:translateX(-2000px);
transform:translateX(-2000px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
}
.fadeInLeftBig {
-webkit-animation-name:fadeInLeftBig;
animation-name:fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translateX(20px);
transform:translateX(20px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translateX(20px);
-ms-transform:translateX(20px);
transform:translateX(20px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
}
.fadeInRight {
-webkit-animation-name:fadeInRight;
animation-name:fadeInRight
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity:0;
-webkit-transform:translateX(2000px);
transform:translateX(2000px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes fadeInRightBig {
0% {
opacity:0;
-webkit-transform:translateX(2000px);
-ms-transform:translateX(2000px);
transform:translateX(2000px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
}
.fadeInRightBig {
-webkit-animation-name:fadeInRightBig;
animation-name:fadeInRightBig
}
@-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translateY(20px);
transform:translateY(20px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translateY(20px);
-ms-transform:translateY(20px);
transform:translateY(20px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
}
.fadeInUp {
-webkit-animation-name:fadeInUp;
animation-name:fadeInUp
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity:0;
-webkit-transform:translateY(2000px);
transform:translateY(2000px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes fadeInUpBig {
0% {
opacity:0;
-webkit-transform:translateY(2000px);
-ms-transform:translateY(2000px);
transform:translateY(2000px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
}
.fadeInUpBig {
-webkit-animation-name:fadeInUpBig;
animation-name:fadeInUpBig
}
@-webkit-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.fadeOut {
-webkit-animation-name:fadeOut;
animation-name:fadeOut
}
@-webkit-keyframes fadeOutDown {
0% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(20px);
transform:translateY(20px)
}
}
@keyframes fadeOutDown {
0% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(20px);
-ms-transform:translateY(20px);
transform:translateY(20px)
}
}
.fadeOutDown {
-webkit-animation-name:fadeOutDown;
animation-name:fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(2000px);
transform:translateY(2000px)
}
}
@keyframes fadeOutDownBig {
0% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(2000px);
-ms-transform:translateY(2000px);
transform:translateY(2000px)
}
}
.fadeOutDownBig {
-webkit-animation-name:fadeOutDownBig;
animation-name:fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(-20px);
transform:translateX(-20px)
}
}
@keyframes fadeOutLeft {
0% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(-20px);
-ms-transform:translateX(-20px);
transform:translateX(-20px)
}
}
.fadeOutLeft {
-webkit-animation-name:fadeOutLeft;
animation-name:fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(-2000px);
transform:translateX(-2000px)
}
}
@keyframes fadeOutLeftBig {
0% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(-2000px);
-ms-transform:translateX(-2000px);
transform:translateX(-2000px)
}
}
.fadeOutLeftBig {
-webkit-animation-name:fadeOutLeftBig;
animation-name:fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
0% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(20px);
transform:translateX(20px)
}
}
@keyframes fadeOutRight {
0% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(20px);
-ms-transform:translateX(20px);
transform:translateX(20px)
}
}
.fadeOutRight {
-webkit-animation-name:fadeOutRight;
animation-name:fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(2000px);
transform:translateX(2000px)
}
}
@keyframes fadeOutRightBig {
0% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(2000px);
-ms-transform:translateX(2000px);
transform:translateX(2000px)
}
}
.fadeOutRightBig {
-webkit-animation-name:fadeOutRightBig;
animation-name:fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
0% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(-20px);
transform:translateY(-20px)
}
}
@keyframes fadeOutUp {
0% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(-20px);
-ms-transform:translateY(-20px);
transform:translateY(-20px)
}
}
.fadeOutUp {
-webkit-animation-name:fadeOutUp;
animation-name:fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(-2000px);
transform:translateY(-2000px)
}
}
@keyframes fadeOutUpBig {
0% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(-2000px);
-ms-transform:translateY(-2000px);
transform:translateY(-2000px)
}
}
.fadeOutUpBig {
-webkit-animation-name:fadeOutUpBig;
animation-name:fadeOutUpBig
}
@-webkit-keyframes flip {
0% {
-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);
transform:perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
40% {
-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
50% {
-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
80% {
-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
100% {
-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
}
@keyframes flip {
0% {
-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);
-ms-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);
transform:perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
40% {
-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-ms-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
50% {
-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-ms-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
80% {
-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
100% {
-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
}
.animated.flip {
-webkit-backface-visibility:visible;
-ms-backface-visibility:visible;
backface-visibility:visible;
-webkit-animation-name:flip;
animation-name:flip
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform:perspective(400px) rotateX(90deg);
transform:perspective(400px) rotateX(90deg);
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotateX(-10deg);
transform:perspective(400px) rotateX(-10deg)
}
70% {
-webkit-transform:perspective(400px) rotateX(10deg);
transform:perspective(400px) rotateX(10deg)
}
100% {
-webkit-transform:perspective(400px) rotateX(0deg);
transform:perspective(400px) rotateX(0deg);
opacity:1
}
}
@keyframes flipInX {
0% {
-webkit-transform:perspective(400px) rotateX(90deg);
-ms-transform:perspective(400px) rotateX(90deg);
transform:perspective(400px) rotateX(90deg);
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotateX(-10deg);
-ms-transform:perspective(400px) rotateX(-10deg);
transform:perspective(400px) rotateX(-10deg)
}
70% {
-webkit-transform:perspective(400px) rotateX(10deg);
-ms-transform:perspective(400px) rotateX(10deg);
transform:perspective(400px) rotateX(10deg)
}
100% {
-webkit-transform:perspective(400px) rotateX(0deg);
-ms-transform:perspective(400px) rotateX(0deg);
transform:perspective(400px) rotateX(0deg);
opacity:1
}
}
.flipInX {
-webkit-backface-visibility:visible!important;
-ms-backface-visibility:visible!important;
backface-visibility:visible!important;
-webkit-animation-name:flipInX;
animation-name:flipInX
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotateY(90deg);
transform:perspective(400px) rotateY(90deg);
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotateY(-10deg);
transform:perspective(400px) rotateY(-10deg)
}
70% {
-webkit-transform:perspective(400px) rotateY(10deg);
transform:perspective(400px) rotateY(10deg)
}
100% {
-webkit-transform:perspective(400px) rotateY(0deg);
transform:perspective(400px) rotateY(0deg);
opacity:1
}
}
@keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotateY(90deg);
-ms-transform:perspective(400px) rotateY(90deg);
transform:perspective(400px) rotateY(90deg);
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotateY(-10deg);
-ms-transform:perspective(400px) rotateY(-10deg);
transform:perspective(400px) rotateY(-10deg)
}
70% {
-webkit-transform:perspective(400px) rotateY(10deg);
-ms-transform:perspective(400px) rotateY(10deg);
transform:perspective(400px) rotateY(10deg)
}
100% {
-webkit-transform:perspective(400px) rotateY(0deg);
-ms-transform:perspective(400px) rotateY(0deg);
transform:perspective(400px) rotateY(0deg);
opacity:1
}
}
.flipInY {
-webkit-backface-visibility:visible!important;
-ms-backface-visibility:visible!important;
backface-visibility:visible!important;
-webkit-animation-name:flipInY;
animation-name:flipInY
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform:perspective(400px) rotateX(0deg);
transform:perspective(400px) rotateX(0deg);
opacity:1
}
100% {
-webkit-transform:perspective(400px) rotateX(90deg);
transform:perspective(400px) rotateX(90deg);
opacity:0
}
}
@keyframes flipOutX {
0% {
-webkit-transform:perspective(400px) rotateX(0deg);
-ms-transform:perspective(400px) rotateX(0deg);
transform:perspective(400px) rotateX(0deg);
opacity:1
}
100% {
-webkit-transform:perspective(400px) rotateX(90deg);
-ms-transform:perspective(400px) rotateX(90deg);
transform:perspective(400px) rotateX(90deg);
opacity:0
}
}
.flipOutX {
-webkit-animation-name:flipOutX;
animation-name:flipOutX;
-webkit-backface-visibility:visible!important;
-ms-backface-visibility:visible!important;
backface-visibility:visible!important
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform:perspective(400px) rotateY(0deg);
transform:perspective(400px) rotateY(0deg);
opacity:1
}
100% {
-webkit-transform:perspective(400px) rotateY(90deg);
transform:perspective(400px) rotateY(90deg);
opacity:0
}
}
@keyframes flipOutY {
0% {
-webkit-transform:perspective(400px) rotateY(0deg);
-ms-transform:perspective(400px) rotateY(0deg);
transform:perspective(400px) rotateY(0deg);
opacity:1
}
100% {
-webkit-transform:perspective(400px) rotateY(90deg);
-ms-transform:perspective(400px) rotateY(90deg);
transform:perspective(400px) rotateY(90deg);
opacity:0
}
}
.flipOutY {
-webkit-backface-visibility:visible!important;
-ms-backface-visibility:visible!important;
backface-visibility:visible!important;
-webkit-animation-name:flipOutY;
animation-name:flipOutY
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform:translateX(100%) skewX(-30deg);
transform:translateX(100%) skewX(-30deg);
opacity:0
}
60% {
-webkit-transform:translateX(-20%) skewX(30deg);
transform:translateX(-20%) skewX(30deg);
opacity:1
}
80% {
-webkit-transform:translateX(0%) skewX(-15deg);
transform:translateX(0%) skewX(-15deg);
opacity:1
}
100% {
-webkit-transform:translateX(0%) skewX(0deg);
transform:translateX(0%) skewX(0deg);
opacity:1
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform:translateX(100%) skewX(-30deg);
-ms-transform:translateX(100%) skewX(-30deg);
transform:translateX(100%) skewX(-30deg);
opacity:0
}
60% {
-webkit-transform:translateX(-20%) skewX(30deg);
-ms-transform:translateX(-20%) skewX(30deg);
transform:translateX(-20%) skewX(30deg);
opacity:1
}
80% {
-webkit-transform:translateX(0%) skewX(-15deg);
-ms-transform:translateX(0%) skewX(-15deg);
transform:translateX(0%) skewX(-15deg);
opacity:1
}
100% {
-webkit-transform:translateX(0%) skewX(0deg);
-ms-transform:translateX(0%) skewX(0deg);
transform:translateX(0%) skewX(0deg);
opacity:1
}
}
.lightSpeedIn {
-webkit-animation-name:lightSpeedIn;
animation-name:lightSpeedIn;
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
@-webkit-keyframes lightSpeedOut {
0% {
-webkit-transform:translateX(0%) skewX(0deg);
transform:translateX(0%) skewX(0deg);
opacity:1
}
100% {
-webkit-transform:translateX(100%) skewX(-30deg);
transform:translateX(100%) skewX(-30deg);
opacity:0
}
}
@keyframes lightSpeedOut {
0% {
-webkit-transform:translateX(0%) skewX(0deg);
-ms-transform:translateX(0%) skewX(0deg);
transform:translateX(0%) skewX(0deg);
opacity:1
}
100% {
-webkit-transform:translateX(100%) skewX(-30deg);
-ms-transform:translateX(100%) skewX(-30deg);
transform:translateX(100%) skewX(-30deg);
opacity:0
}
}
.lightSpeedOut {
-webkit-animation-name:lightSpeedOut;
animation-name:lightSpeedOut;
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(-200deg);
transform:rotate(-200deg);
opacity:0
}
100% {
-webkit-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin:center center;
-ms-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(-200deg);
-ms-transform:rotate(-200deg);
transform:rotate(-200deg);
opacity:0
}
100% {
-webkit-transform-origin:center center;
-ms-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
opacity:1
}
}
.rotateIn {
-webkit-animation-name:rotateIn;
animation-name:rotateIn
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin:left bottom;
-ms-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(-90deg);
-ms-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0
}
100% {
-webkit-transform-origin:left bottom;
-ms-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
opacity:1
}
}
.rotateInDownLeft {
-webkit-animation-name:rotateInDownLeft;
animation-name:rotateInDownLeft
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin:right bottom;
-ms-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0
}
100% {
-webkit-transform-origin:right bottom;
-ms-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
opacity:1
}
}
.rotateInDownRight {
-webkit-animation-name:rotateInDownRight;
animation-name:rotateInDownRight
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin:left bottom;
-ms-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0
}
100% {
-webkit-transform-origin:left bottom;
-ms-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
opacity:1
}
}
.rotateInUpLeft {
-webkit-animation-name:rotateInUpLeft;
animation-name:rotateInUpLeft
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin:right bottom;
-ms-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(-90deg);
-ms-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0
}
100% {
-webkit-transform-origin:right bottom;
-ms-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
opacity:1
}
}
.rotateInUpRight {
-webkit-animation-name:rotateInUpRight;
animation-name:rotateInUpRight
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(200deg);
transform:rotate(200deg);
opacity:0
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin:center center;
-ms-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:center center;
-ms-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(200deg);
-ms-transform:rotate(200deg);
transform:rotate(200deg);
opacity:0
}
}
.rotateOut {
-webkit-animation-name:rotateOut;
animation-name:rotateOut
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin:left bottom;
-ms-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:left bottom;
-ms-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0
}
}
.rotateOutDownLeft {
-webkit-animation-name:rotateOutDownLeft;
animation-name:rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin:right bottom;
-ms-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:right bottom;
-ms-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(-90deg);
-ms-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0
}
}
.rotateOutDownRight {
-webkit-animation-name:rotateOutDownRight;
animation-name:rotateOutDownRight
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin:left bottom;
-ms-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:left bottom;
-ms-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(-90deg);
-ms-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0
}
}
.rotateOutUpLeft {
-webkit-animation-name:rotateOutUpLeft;
animation-name:rotateOutUpLeft
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin:right bottom;
-ms-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:right bottom;
-ms-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0
}
}
.rotateOutUpRight {
-webkit-animation-name:rotateOutUpRight;
animation-name:rotateOutUpRight
}
@-webkit-keyframes slideInDown {
0% {
opacity:0;
-webkit-transform:translateY(-2000px);
transform:translateY(-2000px)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes slideInDown {
0% {
opacity:0;
-webkit-transform:translateY(-2000px);
-ms-transform:translateY(-2000px);
transform:translateY(-2000px)
}
100% {
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
}
.slideInDown {
-webkit-animation-name:slideInDown;
animation-name:slideInDown
}
@-webkit-keyframes slideInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-2000px);
transform:translateX(-2000px)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes slideInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-2000px);
-ms-transform:translateX(-2000px);
transform:translateX(-2000px)
}
100% {
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
}
.slideInLeft {
-webkit-animation-name:slideInLeft;
animation-name:slideInLeft
}
@-webkit-keyframes slideInRight {
0% {
opacity:0;
-webkit-transform:translateX(2000px);
transform:translateX(2000px)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes slideInRight {
0% {
opacity:0;
-webkit-transform:translateX(2000px);
-ms-transform:translateX(2000px);
transform:translateX(2000px)
}
100% {
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
}
.slideInRight {
-webkit-animation-name:slideInRight;
animation-name:slideInRight
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(-2000px);
transform:translateX(-2000px)
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(-2000px);
-ms-transform:translateX(-2000px);
transform:translateX(-2000px)
}
}
.slideOutLeft {
-webkit-animation-name:slideOutLeft;
animation-name:slideOutLeft
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(2000px);
transform:translateX(2000px)
}
}
@keyframes slideOutRight {
0% {
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(2000px);
-ms-transform:translateX(2000px);
transform:translateX(2000px)
}
}
.slideOutRight {
-webkit-animation-name:slideOutRight;
animation-name:slideOutRight
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(-2000px);
transform:translateY(-2000px)
}
}
@keyframes slideOutUp {
0% {
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(-2000px);
-ms-transform:translateY(-2000px);
transform:translateY(-2000px)
}
}
.slideOutUp {
-webkit-animation-name:slideOutUp;
animation-name:slideOutUp
}
@-webkit-keyframes hinge {
0% {
-webkit-transform:rotate(0);
transform:rotate(0);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
20%,60% {
-webkit-transform:rotate(80deg);
transform:rotate(80deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
40% {
-webkit-transform:rotate(60deg);
transform:rotate(60deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
80% {
-webkit-transform:rotate(60deg) translateY(0);
transform:rotate(60deg) translateY(0);
opacity:1;
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
100% {
-webkit-transform:translateY(700px);
transform:translateY(700px);
opacity:0
}
}
@keyframes hinge {
0% {
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
-webkit-transform-origin:top left;
-ms-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
20%,60% {
-webkit-transform:rotate(80deg);
-ms-transform:rotate(80deg);
transform:rotate(80deg);
-webkit-transform-origin:top left;
-ms-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
40% {
-webkit-transform:rotate(60deg);
-ms-transform:rotate(60deg);
transform:rotate(60deg);
-webkit-transform-origin:top left;
-ms-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
80% {
-webkit-transform:rotate(60deg) translateY(0);
-ms-transform:rotate(60deg) translateY(0);
transform:rotate(60deg) translateY(0);
opacity:1;
-webkit-transform-origin:top left;
-ms-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
100% {
-webkit-transform:translateY(700px);
-ms-transform:translateY(700px);
transform:translateY(700px);
opacity:0
}
}
.hinge {
-webkit-animation-name:hinge;
animation-name:hinge
}
@-webkit-keyframes rollIn {
0% {
opacity:0;
-webkit-transform:translateX(-100%) rotate(-120deg);
transform:translateX(-100%) rotate(-120deg)
}
100% {
opacity:1;
-webkit-transform:translateX(0px) rotate(0deg);
transform:translateX(0px) rotate(0deg)
}
}
@keyframes rollIn {
0% {
opacity:0;
-webkit-transform:translateX(-100%) rotate(-120deg);
-ms-transform:translateX(-100%) rotate(-120deg);
transform:translateX(-100%) rotate(-120deg)
}
100% {
opacity:1;
-webkit-transform:translateX(0px) rotate(0deg);
-ms-transform:translateX(0px) rotate(0deg);
transform:translateX(0px) rotate(0deg)
}
}
.rollIn {
-webkit-animation-name:rollIn;
animation-name:rollIn
}
@-webkit-keyframes rollOut {
0% {
opacity:1;
-webkit-transform:translateX(0px) rotate(0deg);
transform:translateX(0px) rotate(0deg)
}
100% {
opacity:0;
-webkit-transform:translateX(100%) rotate(120deg);
transform:translateX(100%) rotate(120deg)
}
}
@keyframes rollOut {
0% {
opacity:1;
-webkit-transform:translateX(0px) rotate(0deg);
-ms-transform:translateX(0px) rotate(0deg);
transform:translateX(0px) rotate(0deg)
}
100% {
opacity:0;
-webkit-transform:translateX(100%) rotate(120deg);
-ms-transform:translateX(100%) rotate(120deg);
transform:translateX(100%) rotate(120deg)
}
}
.rollOut {
-webkit-animation-name:rollOut;
animation-name:rollOut
}
body,html {
padding:0;
margin:0
}
.ie8 body {
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif
}
h1.light,h2.light,h3.light,h4.light,h5.light,h6.light {
font-weight:300
}
h1,h2,h3,h4,h5,h6 {
outline:0
}
a,a:hover {
text-decoration:none
}
@media (min-width:768px) {
a:focus {
outline:0
}
}
.no-animation {
-webkit-animation-duration:0!important;
-moz-animation-duration:0!important;
-o-animation-duration:0!important;
animation-duration:0!important
}
/* Start of the Stylesheet */
/* preloader */
.preloader {
display: block;
position: fixed;
width: 100%;
height: 100%;
z-index: 9999999;
background-color: #ffffff;
top: 0;
left: 0;
color: #38b24a;
}
.preloader .preloader-content-wrapper {
display: table;
width: 100%;
height: 100%;
text-align: center;
}
.preloader .preloader-content {
display: table-cell;
vertical-align: middle;
}
.page-header,.page-header h1 {
margin:0
}
.page-header {
background:#fafafa;
border-bottom:1px solid #e4e4e4;
margin:-18px -18px 18px;
padding:20px 18px
}
.page-header:after,.page-header:before {
content:" ";
display:table
}
.page-header:after {
clear:both
}
.page-header h1 {
color:#666;
display:inline-block;
font-size:18px;
font-weight:300;
line-height:30px
}
.page-header-icon {
font-size:21px;
line-height:21px
}
#small-screen-width-point {
display:block
}
#tablet-screen-width-point {
display:none
}
@media (min-width:480px) {
#small-screen-width-point {
display:none!important
}
#tablet-screen-width-point {
display:block
}
}
@media (min-width:768px) {
#tablet-screen-width-point {
display:none!important
}
}
#content-wrapper:after,#content-wrapper:before,#main-menu:after,#main-menu:before,#main-wrapper:after,#main-wrapper:before,body:after,body:before {
content:" ";
display:table
}
#content-wrapper:after,#main-menu:after,#main-wrapper:after,body:after {
clear:both
}
#main-wrapper {
width:100%;
overflow:hidden!important
}
#content-wrapper {
left:0;
padding:64px 18px 18px;
width:100%;
position:relative
}
#main-menu-bg {
display:block;
height:100%;
padding:0;
position:fixed;
top:0;
z-index:499
}
@media (max-width:480px) {
.animate-mm-sm #content-wrapper,.animate-mm-sm #main-menu,.animate-mm-sm #main-menu-bg,.animate-mm-sm #main-menu-toggle,.animate-mm-sm #main-navbar .navbar-inner,.animate-mm-sm #main-wrapper {
-webkit-transition:all .5s;
transition:all .5s
}
.animate-mm-sm #main-navbar .navbar-header {
-webkit-transition:padding .5s;
transition:padding .5s
}
}
@media (min-width:480px) and (max-width:768px) {
.animate-mm-md #content-wrapper,.animate-mm-md #main-menu,.animate-mm-md #main-menu-bg,.animate-mm-md #main-menu-toggle,.animate-mm-md #main-navbar .navbar-inner,.animate-mm-md #main-wrapper {
-webkit-transition:all .5s;
transition:all .5s
}
.animate-mm-md #main-navbar .navbar-header {
-webkit-transition:padding .5s;
transition:padding .5s
}
}
@media (min-width:768px) {
.animate-mm-lg #content-wrapper,.animate-mm-lg #main-menu,.animate-mm-lg #main-menu-bg,.animate-mm-lg #main-menu-toggle,.animate-mm-lg #main-navbar .navbar-inner,.animate-mm-lg #main-wrapper {
-webkit-transition:all .5s;
transition:all .5s
}
.animate-mm-lg #main-navbar .navbar-header {
-webkit-transition:padding .5s;
transition:padding .5s
}
}
.disable-mm-animation #content-wrapper,.disable-mm-animation #main-menu,.disable-mm-animation #main-menu-bg,.disable-mm-animation #main-menu-toggle,.disable-mm-animation #main-navbar .navbar-header,.disable-mm-animation #main-navbar .navbar-inner,.disable-mm-animation #main-wrapper {
-webkit-transition:none!important;
transition:none!important
}
.dont-animate-mm-content #main-menu .animated {
-webkit-animation-duration:0!important;
-moz-animation-duration:0!important;
-o-animation-duration:0!important;
-ms-animation-duration:0!important;
animation-duration:0!important
}
@media (max-width:480px) {
.dont-animate-mm-content-sm #main-menu .animated {
-webkit-animation-duration:0!important;
-moz-animation-duration:0!important;
-o-animation-duration:0!important;
-ms-animation-duration:0!important;
animation-duration:0!important
}
}
@media (min-width:480px) and (max-width:768px) {
.dont-animate-mm-content-md #main-menu .animated {
-webkit-animation-duration:0!important;
-moz-animation-duration:0!important;
-o-animation-duration:0!important;
-ms-animation-duration:0!important;
animation-duration:0!important
}
}
@media (min-width:768px) {
.dont-animate-mm-content-lg #main-menu .animated {
-webkit-animation-duration:0!important;
-moz-animation-duration:0!important;
-o-animation-duration:0!important;
-ms-animation-duration:0!important;
animation-duration:0!important
}
}
.main-navbar-fixed #main-navbar {
position:fixed!important
}
#main-navbar {
border:none;
border-radius:0;
left:0;
min-height:46px;
right:0;
position:absolute;
top:0!important;
z-index:1030
}
#main-navbar .navbar-inner {
min-height:46px;
width:100%;
position:relative;
left:0
}
#main-navbar .navbar-header {
padding:0;
position:relative;
width:100%;
z-index:1032
}
#main-navbar .navbar-brand {
display:inline-block;
float:none;
line-height:46px;
height:auto!important;
padding:0 0 0 14px
}
#main-navbar #main-menu-toggle,#main-navbar .navbar-toggle {
background:0 0;
border:none;
display:block;
font-size:11px;
margin:0;
outline:0!important;
padding:0;
position:absolute;
text-align:center;
top:0!important;
z-index:1033
}
#main-navbar #main-menu-toggle .navbar-icon,#main-navbar .navbar-toggle .navbar-icon {
font-size:14px;
line-height:46px
}
#main-navbar #main-menu-toggle {
height:46px;
left:0;
overflow:hidden;
width:56px;
z-index:1034
}
#main-navbar #main-menu-toggle .navbar-icon {
left:20px;
margin:-23px 0 0;
padding:0;
position:absolute;
z-index:1035;
-webkit-transition:all .2s;
transition:all .2s
}
#main-navbar #main-menu-toggle .navbar-icon:after {
content:"\f0da";
display:block;
font-size:10px;
line-height:46px;
position:absolute;
right:-8px;
top:0
}
.main-menu-right #main-navbar #main-menu-toggle .navbar-icon {
left:26px
}
.main-menu-right #main-navbar #main-menu-toggle .navbar-icon:after {
content:"\f0d9";
right:16px
}
#main-navbar #main-menu-toggle .hide-menu-text {
left:51px;
line-height:46px;
margin-top:-23px;
opacity:0;
position:absolute;
z-index:1035
}
.ie8 #main-navbar #main-menu-toggle .hide-menu-text {
left:53px
}
#main-navbar .navbar-toggle {
padding:0 17px;
right:0
}
#main-navbar .navbar-toggle:not(.collapsed) {
opacity:.5;
filter:alpha(opacity=50)
}
#main-navbar .navbar-toggle .navbar-icon {
display:inline-block
}
#main-navbar li .divider,#main-navbar li .nav-header {
display:none
}
#main-navbar li a {
line-height:42px;
padding-top:0;
padding-bottom:0
}
#main-navbar li a:active,#main-navbar li a:focus,#main-navbar li a:hover {
background:0 0
}
#main-navbar .navbar-collapse {
height:auto;
max-height:inherit;
padding-left:0;
padding-right:0;
z-index:1031
}
#main-navbar .navbar-collapse,#main-navbar .navbar-collapse.collapse {
overflow:visible
}
#main-navbar .navbar-collapse.collapsing,#main-navbar .navbar-collapse.in {
overflow:hidden
}
#main-navbar .navbar-nav {
margin:0
}
#main-navbar .navbar-nav.pull-right {
width:100%
}
#main-navbar .navbar-nav>li:after,#main-navbar .navbar-nav>li:before {
content:" ";
display:table
}
#main-navbar .navbar-nav>li:after {
clear:both
}
#main-navbar .dropdown-menu {
padding:0
}
#main-navbar form.navbar-form {
border:none;
margin:0;
width:100%
}
#main-navbar form.navbar-form .form-group {
margin:0
}
#main-navbar form.navbar-form .form-control {
-webkit-box-shadow:none;
box-shadow:none;
-webkit-transition:background .2s;
transition:background .2s
}
#main-navbar .user-menu>img {
border-radius:25px;
display:inline-block;
height:20px;
margin:-2px 0 0;
width:20px
}
#main-navbar .user-menu>span {
display:inline-block;
margin-left:7px
}
.mme #main-navbar {
overflow:hidden
}
.mme #main-navbar #main-menu-toggle {
width:80%
}
.mme #main-navbar #main-menu-toggle .navbar-icon {
left:26px
}
.mme #main-navbar #main-menu-toggle .navbar-icon:after {
content:"\f0d9";
right:16px
}
.mme #main-navbar #main-menu-toggle .hide-menu-text {
opacity:1;
-webkit-transition:all 1s;
transition:all 1s
}
.mme.main-menu-right #main-navbar #main-menu-toggle .navbar-icon {
left:20px
}
.mme.main-menu-right #main-navbar #main-menu-toggle .navbar-icon:after {
content:"\f0da";
right:-8px
}
@media (max-width:768px) {
#main-navbar .dropdown>a:after {
content:"\f078";
display:inline-block;
float:right;
font-family:FontAwesome;
font-size:10px;
position:relative
}
#main-navbar .dropdown.open {
border-bottom:none
}
#main-navbar .dropdown.open>a:after {
content:"\f077"
}
}
@media (min-width:768px) {
#main-navbar {
overflow:visible!important
}
#main-navbar .navbar-header {
width:auto;
z-index:1033
}
#main-navbar .navbar-brand {
padding-right:14px
}
#main-navbar #main-menu-toggle {
width:56px!important
}
#main-navbar #main-menu-toggle .navbar-icon {
left:26px
}
#main-navbar #main-menu-toggle .navbar-icon:after {
content:"\f0d9";
right:16px
}
.main-menu-right #main-navbar #main-menu-toggle .navbar-icon,.mme.main-menu-right #main-navbar #main-menu-toggle .navbar-icon {
left:20px
}
.main-menu-right #main-navbar #main-menu-toggle .navbar-icon:after,.mme.main-menu-right #main-navbar #main-menu-toggle .navbar-icon:after {
content:"\f0da";
right:-8px
}
#main-navbar .navbar-toggle {
display:none!important
}
#main-navbar .hide-menu-text {
opacity:0!important;
-webkit-transition:none!important;
transition:none!important
}
#main-navbar .right {
left:0;
padding-right:16px;
position:absolute;
right:0;
top:0;
z-index:1031
}
#main-navbar li {
border:none
}
#main-navbar li .divider {
display:block
}
#main-navbar li a {
line-height:46px
}
#main-navbar .navbar-collapse {
height:auto!important;
overflow:visible!important;
padding:0!important
}
#main-navbar .navbar-form,#main-navbar .navbar-nav {
position:relative;
z-index:1032
}
#main-navbar .navbar-nav {
margin:0
}
#main-navbar .navbar-nav>li>a {
height:46px;
-webkit-transition:all .2s;
transition:all .2s
}
#main-navbar .navbar-nav.pull-right {
width:auto
}
#main-navbar .dropdown>a:after {
display:none
}
#main-navbar .dropdown.open {
border-bottom:none
}
#main-navbar .dropdown-menu .badge {
padding-left:6px;
padding-right:6px
}
#main-navbar .dropdown-menu>li>a {
line-height:32px;
margin:0
}
#main-navbar .pull-right .dropdown-menu {
float:right;
left:auto;
right:0
}
#main-navbar form.navbar-form {
height:46px
}
#main-navbar form.navbar-form .form-control {
height:30px;
line-height:20px;
margin-top:8px;
padding-bottom:5px;
padding-top:5px;
width:150px
}
#main-navbar .user-menu>span {
display:none
}
#main-navbar .user-menu>img {
height:25px;
margin-top:-3px;
width:25px
}
.mmc #main-navbar #main-menu-toggle .navbar-icon,.mme.mmc #main-navbar #main-menu-toggle .navbar-icon {
left:20px
}
.mmc #main-navbar #main-menu-toggle .navbar-icon:after,.mme.mmc #main-navbar #main-menu-toggle .navbar-icon:after {
content:"\f0da";
right:-8px
}
.main-menu-right.mmc #main-navbar #main-menu-toggle .navbar-icon,.main-menu-right.mme.mmc #main-navbar #main-menu-toggle .navbar-icon {
left:26px
}
.main-menu-right.mmc #main-navbar #main-menu-toggle .navbar-icon:after,.main-menu-right.mme.mmc #main-navbar #main-menu-toggle .navbar-icon:after {
content:"\f0d9";
right:16px
}
}
@media (min-width:992px) {
.mmc #main-navbar .navbar-header {
width:auto
}
#main-navbar .user-menu>span {
display:inline-block
}
.main-menu-right #main-navbar .navbar-header,.no-main-menu #main-navbar .navbar-header {
width:auto
}
}
#main-navbar-collapse .iScrollVerticalScrollbar {
margin-right:2px!important;
width:4px!important
}
#main-navbar-collapse .iScrollVerticalScrollbar .iScrollIndicator {
background:rgba(255,255,255,.2)!important;
border:none!important
}
.main-menu-fixed #main-menu {
height:100%;
margin:0;
position:fixed;
padding-bottom:0
}
#main-menu .navigation ul.get-height {
display:block!important;
position:absolute!important;
visibility:hidden!important
}
#main-menu-bg {
left:-80%;
width:80%
}
#main-menu {
display:block;
height:100%;
left:-80%;
position:fixed;
top:0;
width:80%;
z-index:500;
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}
#main-menu .mmc-dropdown-open-ul,#main-menu .navigation {
padding:46px 0 0
}
#main-menu .mmc-dropdown-open-ul,#main-menu .mmc-dropdown-open-ul li,#main-menu .mmc-dropdown-open-ul ul,#main-menu .navigation,#main-menu .navigation li,#main-menu .navigation ul {
display:block
}
#main-menu .mmc-dropdown-open-ul a,#main-menu .navigation a {
display:block;
font-size:13px;
line-height:20px;
padding:11px 14px;
text-decoration:none
}
#main-menu .mmc-dropdown-open-ul a,#main-menu .mmc-dropdown-open-ul a:active,#main-menu .mmc-dropdown-open-ul a:focus,#main-menu .mmc-dropdown-open-ul a:hover,#main-menu .navigation a,#main-menu .navigation a:active,#main-menu .navigation a:focus,#main-menu .navigation a:hover {
outline:0!important
}
#main-menu .mmc-dropdown-open-ul .menu-icon,#main-menu .navigation .menu-icon {
display:inline-block;
margin-right:5px;
line-height:20px;
height:20px;
width:20px;
text-align:center;
font-size:14px
}
#main-menu .mmc-dropdown-open-ul .badge,#main-menu .mmc-dropdown-open-ul .label,#main-menu .navigation .badge,#main-menu .navigation .label {
display:block;
line-height:16px;
float:right;
font-size:11px;
height:auto;
margin:2px 0 0 5px;
padding:0 5px;
position:relative;
width:auto!important;
z-index:501;
border:none
}
#main-menu .mm-dropdown {
position:relative
}
#main-menu .mm-dropdown>a {
padding-right:30px
}
#main-menu .mm-dropdown>a:before {
content:"\f105";
display:block;
font-family:FontAwesome;
font-size:12px;
line-height:10px;
height:10px;
width:10px;
right:14px;
top:17px;
margin:0;
position:absolute;
text-align:center;
-webkit-transition:all 300ms ease-in-out;
transition:all 300ms ease-in-out
}
#main-menu .mm-dropdown>ul>li>a {
padding-left:40px
}
#main-menu .mm-dropdown>ul>.mm-dropdown>ul>li>a {
padding-left:60px
}
#main-menu .mm-dropdown>ul>.mm-dropdown>ul>.mm-dropdown>ul>li>a {
padding-left:80px
}
#main-menu .mm-dropdown>ul>.mm-dropdown>ul>.mm-dropdown>ul>.mm-dropdown>ul>li>a {
padding-left:100px
}
#main-menu .mm-dropdown>ul>.mm-dropdown>ul>.mm-dropdown>ul>.mm-dropdown>ul>.mm-dropdown>ul>li>a {
padding-left:120px
}
#main-menu .mm-dropdown .badge,#main-menu .mm-dropdown .label {
line-height:16px;
margin-top:2px
}
#main-menu .mm-dropdown ul,#main-menu .mmc-dropdown-open-ul,#main-menu .mmc-dropdown-open-ul ul {
display:none;
overflow:hidden;
padding:0
}
#main-menu .mm-dropdown ul li,#main-menu .mmc-dropdown-open-ul li,#main-menu .mmc-dropdown-open-ul ul li {
padding-left:0
}
#main-menu .mm-dropdown ul .menu-icon,#main-menu .mmc-dropdown-open-ul .menu-icon,#main-menu .mmc-dropdown-open-ul ul .menu-icon {
margin-left:-5px
}
#main-menu .mm-dropdown ul a,#main-menu .mmc-dropdown-open-ul a,#main-menu .mmc-dropdown-open-ul ul a {
padding-bottom:8px;
padding-top:8px
}
#main-menu .mm-dropdown ul a:before,#main-menu .mmc-dropdown-open-ul a:before,#main-menu .mmc-dropdown-open-ul ul a:before {
top:14px
}
#main-menu .mm-dropdown.open>a:before {
-moz-transform:rotate(90deg);
-o-transform:rotate(90deg);
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg)
}
#main-menu .mm-dropdown.open>ul {
display:block
}
#main-menu .mmc-dropdown-open-ul {
display:block!important;
left:100%;
margin:0!important;
padding-bottom:0;
padding-left:0!important;
position:absolute;
top:0;
width:240px;
z-index:502
}
#main-menu .mmc-dropdown-open-ul>.mmc-title {
display:block
}
#main-menu .mmc-dropdown-open-ul.top {
bottom:0;
padding-top:0;
top:auto
}
#main-menu .mmc-title {
display:none;
line-height:42px;
padding:0 18px;
position:relative
}
#main-menu .mmc-dropdown-delay {
-webkit-animation-duration:.4s;
-moz-animation-duration:.4s;
-o-animation-duration:.4s;
animation-duration:.4s
}
#main-menu .menu-content {
margin-top:15px;
padding:20px;
border-top:1px solid;
overflow:hidden
}
#main-menu .menu-content.top {
border-bottom:1px solid;
border-top:none;
margin-bottom:-47px;
margin-top:0;
padding-top:66px
}
#main-menu>.slimScrollDiv>.slimScrollBar,#main-menu>.slimScrollDiv>.slimScrollRail {
display:none!important
}
@media (min-width:480px) {
#main-menu-bg {
left:0;
width:56px
}
#main-menu {
height:auto;
left:0;
overflow:visible;
position:absolute;
width:56px
}
#main-menu .navigation>li {
width:auto
}
#main-menu .navigation>li>a {
text-align:center
}
#main-menu .navigation>li>a>.menu-icon {
margin:0
}
#main-menu .navigation>li>a>.badge,#main-menu .navigation>li>a>.label,#main-menu .navigation>li>a>.mm-text {
display:none
}
#main-menu .navigation>.mm-dropdown>a {
padding-right:14px
}
#main-menu .navigation>.mm-dropdown>a:before {
right:7px
}
.main-menu-right #main-menu .navigation>.mm-dropdown>a:before {
content:"\f104";
left:7px;
right:auto
}
#main-menu .navigation>.mm-dropdown.open>ul {
display:none
}
#main-menu .navigation>.mm-dropdown.open>a:before {
-moz-transform:rotate(0deg);
-o-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
-ms-transform:rotate(0deg);
transform:rotate(0deg)
}
#main-menu .menu-content {
display:none
}
.mme #main-menu-bg {
width:240px
}
.mme #main-menu {
overflow:hidden;
width:240px
}
.mme #main-menu .navigation>li {
width:240px
}
.mme #main-menu .navigation>li>a {
text-align:left
}
.mme #main-menu .navigation>li>a:before {
right:14px
}
.mme #main-menu .navigation>li>a>.menu-icon {
margin-right:5px
}
.mme #main-menu .navigation>li>a>.badge,.mme #main-menu .navigation>li>a>.label {
display:block
}
.mme #main-menu .navigation>li>a>.mm-text {
display:inline
}
.mme #main-menu .navigation>.mm-dropdown>a {
padding-right:30px
}
.mme #main-menu .navigation>.mm-dropdown.open>ul {
display:block
}
.mme #main-menu .navigation>.mm-dropdown.open>a:before {
-moz-transform:rotate(90deg);
-o-transform:rotate(90deg);
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg)
}
.mme #main-menu .menu-content {
display:block
}
.mme.main-menu-right #main-menu .navigation>.mm-dropdown>a:before {
content:"\f105";
left:auto;
right:14px
}
}
@media (min-width:768px) {
#main-menu,#main-menu-bg,.mme #main-menu,.mme #main-menu-bg {
overflow:hidden;
width:240px
}
.mmc #main-menu,.mmc #main-menu-bg,.mme.mmc #main-menu,.mme.mmc #main-menu-bg {
overflow:visible;
width:56px
}
#main-menu ul.navigation>li {
width:240px
}
#main-menu ul.navigation>li>a {
text-align:left
}
#main-menu ul.navigation>li>a>.menu-icon {
margin-right:5px
}
#main-menu ul.navigation>li>a>.badge,#main-menu ul.navigation>li>a>.label {
display:block
}
#main-menu ul.navigation>li>a>.mm-text {
display:inline
}
#main-menu ul.navigation>.mm-dropdown>a {
padding-right:30px
}
#main-menu ul.navigation>.mm-dropdown>a:before,.main-menu-right #main-menu ul.navigation>.mm-dropdown>a:before {
content:"\f105";
left:auto;
right:14px
}
#main-menu ul.navigation>.mm-dropdown.open>ul {
display:block
}
#main-menu ul.navigation>.mm-dropdown.open>a:before {
-moz-transform:rotate(90deg);
-o-transform:rotate(90deg);
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg)
}
#main-menu .menu-content {
display:block
}
.mmc #main-menu {
overflow:visible
}
.mmc #main-menu ul.navigation>li {
width:auto
}
.mmc #main-menu ul.navigation>li>a {
text-align:center
}
.mmc #main-menu ul.navigation>li>a>.menu-icon {
margin:0;
text-align:center
}
.mmc #main-menu ul.navigation>li>a>.badge,.mmc #main-menu ul.navigation>li>a>.label,.mmc #main-menu ul.navigation>li>a>.mm-text {
display:none
}
.mmc #main-menu ul.navigation>.mm-dropdown>a {
padding-right:14px
}
.mmc #main-menu ul.navigation>.mm-dropdown>a:before {
right:7px
}
.mmc #main-menu ul.navigation>.mm-dropdown.open>ul {
display:none
}
.mmc #main-menu ul.navigation>.mm-dropdown.open>a:before {
-moz-transform:rotate(0deg);
-o-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
-ms-transform:rotate(0deg);
transform:rotate(0deg)
}
.mmc #main-menu .menu-content {
display:none!important
}
.mmc.main-menu-right #main-menu ul.navigation>.mm-dropdown>a:before {
content:"\f104";
left:7px;
right:auto
}
}
.mme #main-navbar {
position:fixed
}
#main-navbar .navbar-header {
padding-left:56px
}
.mme #content-wrapper,.mme #main-navbar .navbar-inner {
left:80%
}
.mme #main-navbar .navbar-header {
padding-left:0
}
.mme #main-menu,.mme #main-menu-bg {
left:0
}
@media (min-width:480px) {
#main-wrapper {
padding-left:56px
}
.mme #main-navbar {
position:absolute
}
.mme #content-wrapper {
left:184px
}
.mme #main-navbar .navbar-inner {
left:240px;
padding-left:0
}
.mme #main-navbar #main-menu-toggle {
width:240px
}
}
@media (min-width:768px) {
#main-wrapper,.mme #main-wrapper {
padding-left:240px
}
.mmc.mme #content-wrapper,.mme #content-wrapper,.mme #main-navbar .navbar-inner {
left:0
}
.mmc #main-wrapper {
padding-left:56px
}
#main-navbar .navbar-header {
padding-left:56px!important
}
}
@media (min-width:768px) {
#main-navbar .navbar-header {
width:240px
}
}
.main-menu-right #main-menu,.main-menu-right #main-menu-bg {
left:auto;
right:-80%
}
.main-menu-right #main-menu .mmc-dropdown-open-ul {
left:auto;
right:100%
}
.main-menu-right #main-navbar .navbar-header {
padding-left:0
}
.main-menu-right #main-navbar #main-menu-toggle,.main-menu-right #main-navbar .navbar-inner {
left:auto;
right:0
}
.main-menu-right #main-navbar .navbar-toggle {
right:56px
}
.main-menu-right #content-wrapper {
left:auto;
right:0
}
.main-menu-right.mme #content-wrapper,.main-menu-right.mme #main-navbar .navbar-inner {
left:auto;
right:80%
}
.main-menu-right.mme #main-menu,.main-menu-right.mme #main-menu-bg {
left:auto;
right:0
}
.main-menu-right.mme #main-navbar .navbar-toggle {
right:0
}
@media (min-width:480px) {
.main-menu-right #main-wrapper {
padding-left:0;
padding-right:56px
}
.main-menu-right #main-menu,.main-menu-right #main-menu-bg {
left:auto;
right:0
}
.main-menu-right.mme #content-wrapper {
left:auto;
right:184px
}
.main-menu-right.mme #main-navbar .navbar-inner {
left:auto;
right:240px
}
.main-menu-right.mme #main-navbar #main-menu-toggle {
width:240px
}
}
@media (min-width:768px) {
.main-menu-right #main-wrapper,.main-menu-right.mme #main-wrapper {
padding-left:0;
padding-right:240px
}
.main-menu-right #content-wrapper,.main-menu-right.mme #content-wrapper {
right:0
}
.main-menu-right #main-navbar .navbar-inner,.main-menu-right.mme #main-navbar .navbar-inner,.main-menu-right.mme.mmc #main-navbar .navbar-inner {
right:0;
margin-right:56px;
width:auto
}
.main-menu-right.mmc #main-wrapper,.main-menu-right.mme.mmc #main-wrapper {
padding-right:56px;
padding-left:0
}
.main-menu-right #main-navbar .navbar-header {
padding-left:0!important
}
}
body.no-main-menu #main-menu,body.no-main-menu #main-menu-bg,body.no-main-menu #main-menu-toggle {
display:none!important
}
body.no-main-menu #main-wrapper {
padding:0!important
}
body.no-main-menu #content-wrapper {
left:0!important;
margin-left:0!important;
margin-right:0!important;
right:0!important
}
body.no-main-menu #main-navbar .navbar-header {
padding:0!important
}
body.no-main-menu #main-navbar .navbar-inner {
left:0!important;
margin:0!important;
right:0!important
}
.navbar .badge,.navbar .dropdown-menu>li>a>.badge,.navbar .dropdown-menu>li>a>.label,.navbar .label {
font-size:11px;
padding:0 4px;
line-height:16px;
top:-1px;
position:relative
}
.navbar .nav-icon-btn.dropdown>a:after {
display:none!important
}
.navbar .dropdown-menu>li>a>.badge {
line-height:14px
}
.navbar .nav-icon-btn>a {
width:auto
}
.navbar .nav-icon-btn>a .badge,.navbar .nav-icon-btn>a .label,.navbar .nav-icon-btn>a .small-screen-text {
display:inline-block
}
.navbar .dropdown-menu .badge.pull-right,.navbar .dropdown-menu .label.pull-right,.navbar .nav-icon-btn .badge,.navbar .nav-icon-btn .label {
float:right;
top:13px
}
.navbar .nav-icon-btn.nav-icon-btn-success .label {
background:#5ebd5e
}
.navbar .nav-icon-btn.nav-icon-btn-warning .label {
background:#f4b04f
}
.navbar .nav-icon-btn.nav-icon-btn-danger .label {
background:#e66454
}
.navbar .nav-icon-btn.nav-icon-btn-info .label {
background:#5bc0de
}
@media (max-width:768px) {
.navbar .nav-icon-btn.dropdown>.dropdown-menu {
display:none!important
}
}
@media (min-width:768px) {
.navbar .dropdown-menu .badge.pull-right,.navbar .dropdown-menu .label.pull-right {
top:8px
}
.navbar .dropdown-menu>li>a>.badge,.navbar .dropdown-menu>li>a>.label {
font-size:10px;
line-height:13px;
top:1px;
padding-left:4px!important;
padding-right:4px!important
}
.navbar .dropdown-menu>li>a>.label {
padding-top:1px;
padding-bottom:1px
}
.navbar .nav-icon-btn {
font-size:13px
}
.navbar .nav-icon-btn>a {
text-align:center;
width:46px
}
.navbar .nav-icon-btn>a .nav-icon {
display:inline-block;
font-size:12px;
margin:0!important
}
.navbar .nav-icon-btn>a .badge,.navbar .nav-icon-btn>a .label {
font-size:8px;
padding:0 2px;
line-height:10px;
position:absolute;
display:block;
right:10px
}
.navbar .nav-icon-btn>a .small-screen-text {
display:none
}
}
.btn {
text-shadow:none;
line-height:15px;
font-weight:400;
padding:7px 12px;
outline:0!important
}
.btn,.btn:active {
-webkit-box-shadow:none;
box-shadow:none
}
.btn>.fa-caret-down {
font-size:12px
}
.btn-lg {
font-size:15px;
line-height:19px;
padding:9px 18px
}
.btn-sm {
font-size:12px;
line-height:15px;
padding:4px 9px
}
.btn-sm>.fa-caret-down {
font-size:10px
}
.btn-xs {
font-size:11px;
line-height:12px;
padding:4px 7px
}
.btn-xs>.fa-caret-down {
font-size:10px
}
.btn.btn-flat,.btn.btn-flat:focus {
border-bottom-width:3px
}
.btn.btn-flat:active {
border-bottom-width:1px!important;
margin-top:2px;
-webkit-box-shadow:none;
box-shadow:none
}
.btn.btn-flat.btn-lg {
border-bottom-width:3px
}
.btn.btn-flat.btn-lg:active {
margin-top:2px
}
.btn.btn-flat.btn-xs {
border-bottom-width:2px
}
.btn.btn-flat.btn-xs:active {
margin-top:1px
}
.btn.btn-outline,.btn.btn-outline.btn-flat,.btn.btn-outline.btn-flat.btn-primary,.btn.btn-outline.btn-primary {
color:#555
}
.btn-group>.btn.btn-outline,.btn-group>.btn.btn-outline.btn-flat,.btn-group>.btn.btn-outline.btn-flat.btn-primary,.btn-group>.btn.btn-outline.btn-flat.btn-primary:focus,.btn-group>.btn.btn-outline.btn-flat:focus,.btn-group>.btn.btn-outline.btn-primary,.btn-group>.btn.btn-outline.btn-primary:focus,.btn-group>.btn.btn-outline:focus,.btn.btn-outline,.btn.btn-outline.btn-flat,.btn.btn-outline.btn-flat.btn-primary,.btn.btn-outline.btn-flat.btn-primary:focus,.btn.btn-outline.btn-flat:focus,.btn.btn-outline.btn-primary,.btn.btn-outline.btn-primary:focus,.btn.btn-outline:focus,.input-group-btn>.btn.btn-outline,.input-group-btn>.btn.btn-outline.btn-flat,.input-group-btn>.btn.btn-outline.btn-flat.btn-primary,.input-group-btn>.btn.btn-outline.btn-flat.btn-primary:focus,.input-group-btn>.btn.btn-outline.btn-flat:focus,.input-group-btn>.btn.btn-outline.btn-primary,.input-group-btn>.btn.btn-outline.btn-primary:focus,.input-group-btn>.btn.btn-outline:focus {
background:0 0;
border-color:#e0e0e0;
border-color:rgba(0,0,0,.12)
}
.btn.btn-outline.dark,.btn.btn-outline.dark.btn-primary {
color:#fff;
color:rgba(255,255,255,.8)
}
.btn.btn-outline.dark,.btn.btn-outline.dark.btn-primary,.btn.btn-outline.dark.btn-primary:focus,.btn.btn-outline.dark:focus {
border-color:#595959;
border-color:rgba(255,255,255,.12)
}
.btn.btn-outline.dark.btn-primary:active,.btn.btn-outline.dark.btn-primary:hover,.btn.btn-outline.dark:active,.btn.btn-outline.dark:hover {
border-color:transparent!important
}
.btn.btn-rounded {
border-radius:9999px
}
.btn-rounded.btn-flat {
border-top-color:transparent;
border-left-color:transparent;
border-right-color:transparent
}
.btn-rounded.btn-flat,.btn-rounded.btn-flat:focus,.btn-rounded.btn-flat:hover {
border-bottom-width:2px
}
.btn-rounded.btn-flat.btn-lg,.btn-rounded.btn-flat.btn-lg:focus,.btn-rounded.btn-flat.btn-lg:hover {
border-bottom-width:3px
}
.btn-rounded.btn-flat:active {
margin-top:1px
}
.btn-rounded.btn-flat.btn-outline.btn:hover,.btn-rounded.btn-flat.btn:focus,.btn-rounded.btn-flat.btn:hover {
border-top-color:transparent;
border-left-color:transparent;
border-right-color:transparent
}
.btn-rounded.btn-flat.btn-outline:focus {
border-color:#e0e0e0;
border-color:rgba(0,0,0,.12)
}
.btn-rounded.btn-flat.btn-outline.dark:focus {
border-color:#595959;
border-color:rgba(255,255,255,.12)
}
.btn,.btn-default {
color:#555
}
.btn,.btn-default,.btn-default:focus,.btn:focus {
border-color:#ddd;
border-bottom-color:#cecece;
background:#f4f4f4;
background-image:-webkit-linear-gradient(top,#f4f4f4 0,#eaeaea 100%);
background-image:linear-gradient(to bottom,#f4f4f4 0,#eaeaea 100%);
background-repeat:repeat-x
}
.btn-default:hover,.btn:hover {
color:#555;
border-color:#d5d5d5;
border-bottom-color:#bcbcbc;
background:#eaeaea!important;
background-image:-webkit-linear-gradient(top,#efefef 0,#e5e5e5 100%)!important;
background-image:linear-gradient(to bottom,#efefef 0,#e5e5e5 100%)!important;
background-repeat:repeat-x
}
.btn-default.active,.btn-default:active,.btn.active,.btn:active,.open .btn-default.dropdown-toggle,.open .btn.dropdown-toggle {
background:0 0;
background:#ebebeb!important;
border-color:#c6c6c6;
border-bottom-color:#c6c6c6!important;
color:#555;
-webkit-box-shadow:0 0 12px rgba(0,0,0,.1)inset;
box-shadow:0 0 12px rgba(0,0,0,.1)inset
}
.btn-default.btn-flat,.btn.btn-flat {
background:#ececec
}
.btn-default.btn-flat.active,.btn-default.btn-flat:active,.btn-default.btn-flat:hover,.btn.btn-flat.active,.btn.btn-flat:active,.btn.btn-flat:hover,.open .btn-default.btn-flat.dropdown-toggle,.open .btn.btn-flat.dropdown-toggle {
background:#ececec!important;
color:#555
}
.btn-default.btn-outline.btn-flat:hover,.btn-default.btn-outline:hover,.btn.btn-outline.btn-flat:hover,.btn.btn-outline:hover {
color:#555;
border-color:#d5d5d5;
border-bottom-color:#bcbcbc
}
.btn-default.btn-outline.btn-flat:active,.btn-default.btn-outline:active,.btn.btn-outline.btn-flat:active,.btn.btn-outline:active {
border-color:#c6c6c6
}
.btn-group .btn,.btn-group .btn-default,.btn-group .btn-default:focus,.btn-group .btn:focus,.input-group-btn .btn,.input-group-btn .btn-default,.input-group-btn .btn-default:focus,.input-group-btn .btn:focus {
border-left-color:#d5d5d5;
border-right-color:#d5d5d5
}
.btn-group .btn-default:hover,.btn-group .btn:hover,.btn-group.open .btn-default.dropdown-toggle,.btn-group.open .btn.dropdown-toggle,.input-group-btn .btn-default:hover,.input-group-btn .btn:hover,.input-group-btn.open .btn-default.dropdown-toggle,.input-group-btn.open .btn.dropdown-toggle {
border-color:#d5d5d5;
border-bottom-color:#bcbcbc
}
.btn-group .btn-default.active,.btn-group .btn-default:active,.btn-group .btn.active,.btn-group .btn:active,.input-group-btn .btn-default.active,.input-group-btn .btn-default:active,.input-group-btn .btn.active,.input-group-btn .btn:active {
border-left-color:#c6c6c6;
border-right-color:#c6c6c6
}
.btn-info {
color:#fff
}
.btn-info,.btn-info:focus {
border-color:#46b8da;
border-bottom-color:#2caed5;
background:#5bc0de;
background-image:-webkit-linear-gradient(top,#5fc2df 0,#46b8da 100%);
background-image:linear-gradient(to bottom,#5fc2df 0,#46b8da 100%);
background-repeat:repeat-x
}
.btn-info:hover {
color:#fff;
border-color:#39b3d7;
border-bottom-color:#2596b8;
background:#46b8da!important;
background-image:-webkit-linear-gradient(top,#53bddc 0,#39b3d7 100%)!important;
background-image:linear-gradient(to bottom,#53bddc 0,#39b3d7 100%)!important;
background-repeat:repeat-x
}
.btn-info.active,.btn-info:active,.open .btn-info.dropdown-toggle {
background:0 0;
background:#4ab9db!important;
border-color:#28a4c9;
border-bottom-color:#28a4c9!important;
color:#fff;
-webkit-box-shadow:0 0 12px rgba(0,0,0,.1)inset;
box-shadow:0 0 12px rgba(0,0,0,.1)inset
}
.btn-info.btn-flat {
background:#4ebbdb
}
.btn-info.btn-flat.active,.btn-info.btn-flat:active,.btn-info.btn-flat:hover,.open .btn-info.btn-flat.dropdown-toggle {
background:#4ebbdb!important;
color:#fff
}
.btn-info.btn-outline.btn-flat:hover,.btn-info.btn-outline:hover {
color:#fff;
border-color:#39b3d7;
border-bottom-color:#2596b8
}
.btn-info.btn-outline.btn-flat:active,.btn-info.btn-outline:active {
border-color:#28a4c9
}
.btn-group .btn-info,.btn-group .btn-info:focus,.input-group-btn .btn-info,.input-group-btn .btn-info:focus {
border-left-color:#39b3d7;
border-right-color:#39b3d7
}
.btn-group .btn-info:hover,.btn-group.open .btn-info.dropdown-toggle,.input-group-btn .btn-info:hover,.input-group-btn.open .btn-info.dropdown-toggle {
border-color:#39b3d7;
border-bottom-color:#2596b8
}
.btn-group .btn-info.active,.btn-group .btn-info:active,.input-group-btn .btn-info.active,.input-group-btn .btn-info:active {
border-left-color:#28a4c9;
border-right-color:#28a4c9
}
.btn-success {
color:#fff
}
.btn-success,.btn-success:focus {
border-color:#4cb64c;
border-bottom-color:#42a142;
background:#5ebd5e;
background-image:-webkit-linear-gradient(top,#62be62 0,#4cb64c 100%);
background-image:linear-gradient(to bottom,#62be62 0,#4cb64c 100%);
background-repeat:repeat-x
}
.btn-success:hover {
color:#fff;
border-color:#46ac46;
border-bottom-color:#388838;
background:#4cb64c!important;
background-image:-webkit-linear-gradient(top,#57ba57 0,#46ac46 100%)!important;
background-image:linear-gradient(to bottom,#57ba57 0,#46ac46 100%)!important;
background-repeat:repeat-x
}
.btn-success.active,.btn-success:active,.open .btn-success.dropdown-toggle {
background:0 0;
background:#50b750!important;
border-color:#3e963e;
border-bottom-color:#3e963e!important;
color:#fff;
-webkit-box-shadow:0 0 12px rgba(0,0,0,.1)inset;
box-shadow:0 0 12px rgba(0,0,0,.1)inset
}
.btn-success.btn-flat {
background:#53b953
}
.btn-success.btn-flat.active,.btn-success.btn-flat:active,.btn-success.btn-flat:hover,.open .btn-success.btn-flat.dropdown-toggle {
background:#53b953!important;
color:#fff
}
.btn-success.btn-outline.btn-flat:hover,.btn-success.btn-outline:hover {
color:#fff;
border-color:#46ac46;
border-bottom-color:#388838
}
.btn-success.btn-outline.btn-flat:active,.btn-success.btn-outline:active {
border-color:#3e963e
}
.btn-group .btn-success,.btn-group .btn-success:focus,.input-group-btn .btn-success,.input-group-btn .btn-success:focus {
border-left-color:#46ac46;
border-right-color:#46ac46
}
.btn-group .btn-success:hover,.btn-group.open .btn-success.dropdown-toggle,.input-group-btn .btn-success:hover,.input-group-btn.open .btn-success.dropdown-toggle {
border-color:#46ac46;
border-bottom-color:#388838
}
.btn-group .btn-success.active,.btn-group .btn-success:active,.input-group-btn .btn-success.active,.input-group-btn .btn-success:active {
border-left-color:#3e963e;
border-right-color:#3e963e
}
.btn-yellow {
color:#000;
}
.btn-yellow,.btn-yellow:focus {
border-color:#ffe401;
border-bottom-color:#ffc600;
background:#ffc600;
background-image:-webkit-linear-gradient(top,#ffe401 0,#ffc600 100%);
background-image:linear-gradient(to bottom,#ffe401 0,#ffc600 100%);
background-repeat:repeat-x
}
.btn-yellow:hover {
color:#000;
border-color:#ffe401;
border-bottom-color:#ffc600;
background:#4cb64c!important;
background-image:-webkit-linear-gradient(top,#ffe401 0,#ffc600 100%)!important;
background-image:linear-gradient(to bottom,#ffe401 0,#ffc600 100%)!important;
background-repeat:repeat-x
}
.btn-yellow.active,.btn-yellow:active,.open .btn-yellow.dropdown-toggle {
background:0 0;
background:#ffe401!important;
border-color:#ffe401;
border-bottom-color:#ffc600!important;
color:#000;
-webkit-box-shadow:0 0 12px rgba(0,0,0,.1)inset;
box-shadow:0 0 12px rgba(0,0,0,.1)inset
}
.btn-yellow.btn-flat {
background:#ffe401;
}
.btn-yellow.btn-flat.active,.btn-yellow.btn-flat:active,.btn-yellow.btn-flat:hover,.open .btn-yellow.btn-flat.dropdown-toggle {
background:#ffe401!important;
color:#000
}
.btn-yellow.btn-outline.btn-flat:hover,.btn-yellow.btn-outline:hover {
color:#000;
border-color:#ffe401;
border-bottom-color:#ffc600
}
.btn-yellow.btn-outline.btn-flat:active,.btn-yellow.btn-outline:active {
border-color:#ffe401
}
.btn-group .btn-yellow,.btn-group .btn-yellow:focus,.input-group-btn .btn-yellow,.input-group-btn .btn-yellow:focus {
border-left-color:#ffe401;
border-right-color:#ffc600
}
.btn-group .btn-yellow:hover,.btn-group.open .btn-yellow.dropdown-toggle,.input-group-btn .btn-yellow:hover,.input-group-btn.open .btn-yellow.dropdown-toggle {
border-color:#ffe401;
border-bottom-color:#ffc600
}
.btn-group .btn-yellow.active,.btn-group .btn-yellow:active,.input-group-btn .btn-yellow.active,.input-group-btn .btn-yellow:active {
border-left-color:#ffe401;
border-right-color:#ffc600
}
.btn-warning {
color:#fff
}
.btn-warning,.btn-warning:focus {
border-color:#f19a1f;
border-bottom-color:#e38b0e;
background:#f4b04f;
background-image:-webkit-linear-gradient(top,#f4b254 0,#f3a537 100%);
background-image:linear-gradient(to bottom,#f4b254 0,#f3a537 100%);
background-repeat:repeat-x
}
.btn-warning:hover {
color:#fff;
border-color:#f09411;
border-bottom-color:#c2770c;
background:#f3a537!important;
background-image:-webkit-linear-gradient(top,#f3ac45 0,#f29f29 100%)!important;
background-image:linear-gradient(to bottom,#f3ac45 0,#f29f29 100%)!important;
background-repeat:repeat-x
}
.btn-warning.active,.btn-warning:active,.open .btn-warning.dropdown-toggle {
background:0 0;
background:#f3a73c!important;
border-color:#d5830d;
border-bottom-color:#d5830d!important;
color:#fff;
-webkit-box-shadow:0 0 12px rgba(0,0,0,.1)inset;
box-shadow:0 0 12px rgba(0,0,0,.1)inset
}
.btn-warning.btn-flat {
background:#f3aa41
}
.btn-warning.btn-flat.active,.btn-warning.btn-flat:active,.btn-warning.btn-flat:hover,.open .btn-warning.btn-flat.dropdown-toggle {
background:#f3aa41!important;
color:#fff
}
.btn-warning.btn-outline.btn-flat:hover,.btn-warning.btn-outline:hover {
color:#fff;
border-color:#f09411;
border-bottom-color:#c2770c
}
.btn-warning.btn-outline.btn-flat:active,.btn-warning.btn-outline:active {
border-color:#d5830d
}
.btn-group .btn-warning,.btn-group .btn-warning:focus,.input-group-btn .btn-warning,.input-group-btn .btn-warning:focus {
border-left-color:#f09411;
border-right-color:#f09411
}
.btn-group .btn-warning:hover,.btn-group.open .btn-warning.dropdown-toggle,.input-group-btn .btn-warning:hover,.input-group-btn.open .btn-warning.dropdown-toggle {
border-color:#f09411;
border-bottom-color:#c2770c
}
.btn-group .btn-warning.active,.btn-group .btn-warning:active,.input-group-btn .btn-warning.active,.input-group-btn .btn-warning:active {
border-left-color:#d5830d;
border-right-color:#d5830d
}
.btn-danger {
color:#fff
}
.btn-danger,.btn-danger:focus {
border-color:#e3503e;
border-bottom-color:#df3823;
background:#e66454;
background-image:-webkit-linear-gradient(top,#e76858 0,#e3503e 100%);
background-image:linear-gradient(to bottom,#e76858 0,#e3503e 100%);
background-repeat:repeat-x
}
.btn-danger:hover {
color:#fff;
border-color:#e14430;
border-bottom-color:#c22e1c;
background:#e3503e!important;
background-image:-webkit-linear-gradient(top,#e55c4b 0,#e14430 100%)!important;
background-image:linear-gradient(to bottom,#e55c4b 0,#e14430 100%)!important;
background-repeat:repeat-x
}
.btn-danger.active,.btn-danger:active,.open .btn-danger.dropdown-toggle {
background:0 0;
background:#e35442!important;
border-color:#d4331f;
border-bottom-color:#d4331f!important;
color:#fff;
-webkit-box-shadow:0 0 12px rgba(0,0,0,.1)inset;
box-shadow:0 0 12px rgba(0,0,0,.1)inset
}
.btn-danger.btn-flat {
background:#e45847
}
.btn-danger.btn-flat.active,.btn-danger.btn-flat:active,.btn-danger.btn-flat:hover,.open .btn-danger.btn-flat.dropdown-toggle {
background:#e45847!important;
color:#fff
}
.btn-danger.btn-outline.btn-flat:hover,.btn-danger.btn-outline:hover {
color:#fff;
border-color:#e14430;
border-bottom-color:#c22e1c
}
.btn-danger.btn-outline.btn-flat:active,.btn-danger.btn-outline:active {
border-color:#d4331f
}
.btn-group .btn-danger,.btn-group .btn-danger:focus,.input-group-btn .btn-danger,.input-group-btn .btn-danger:focus {
border-left-color:#e14430;
border-right-color:#e14430
}
.btn-group .btn-danger:hover,.btn-group.open .btn-danger.dropdown-toggle,.input-group-btn .btn-danger:hover,.input-group-btn.open .btn-danger.dropdown-toggle {
border-color:#e14430;
border-bottom-color:#c22e1c
}
.btn-group .btn-danger.active,.btn-group .btn-danger:active,.input-group-btn .btn-danger.active,.input-group-btn .btn-danger:active {
border-left-color:#d4331f;
border-right-color:#d4331f
}
.btn.btn-outline.disabled,.btn.btn-outline[disabled] {
color:#555!important
}
.btn.btn-outline.disabled,.btn.btn-outline.disabled.active,.btn.btn-outline.disabled:active,.btn.btn-outline.disabled:focus,.btn.btn-outline.disabled:hover,.btn.btn-outline.disabled:link,.btn.btn-outline.disabled:visited,.btn.btn-outline[disabled],.btn.btn-outline[disabled].active,.btn.btn-outline[disabled]:active,.btn.btn-outline[disabled]:focus,.btn.btn-outline[disabled]:hover,.btn.btn-outline[disabled]:link,.btn.btn-outline[disabled]:visited {
background:none!important;
border-color:#e0e0e0!important;
border-color:rgba(0,0,0,.12)!important;
-webkit-box-shadow:none!important;
box-shadow:none!important
}
.btn.btn-flat.disabled:active,.btn.btn-flat[disabled]:active {
margin-top:0!important;
border-bottom-width:3px!important
}
.btn.btn-flat.btn-rounded.disabled:active,.btn.btn-flat.btn-rounded[disabled]:active {
border-bottom-width:2px!important
}
.btn.btn-labeled {
position:relative
}
.btn.btn-labeled .btn-label {
display:block;
float:left;
margin:-8px 12px -8px -13px;
padding:8px 10px;
position:relative;
background:rgba(0,0,0,.06);
line-height:15px;
border-bottom-left-radius:2px;
border-top-left-radius:2px
}
.btn.btn-labeled .btn-label.icon {
font-size:14px
}
.btn.btn-labeled.btn-lg .btn-label {
margin:-10px 18px -10px -19px;
padding:10px 13px;
line-height:19px;
border-bottom-left-radius:3px;
border-top-left-radius:3px
}
.btn.btn-labeled.btn-lg .btn-label.icon {
font-size:15px
}
.btn.btn-labeled.btn-sm .btn-label {
margin:-5px 9px -5px -10px;
padding:5px 7px;
line-height:15px;
border-bottom-left-radius:2px;
border-top-left-radius:2px
}
.btn.btn-labeled.btn-sm .btn-label.icon {
font-size:11px
}
.btn.btn-labeled.btn-xs .btn-label {
margin:-5px 9px -5px -8px;
padding:5px 6px;
line-height:12px;
border-bottom-left-radius:2px;
border-top-left-radius:2px
}
.btn.btn-labeled.btn-xs .btn-label.icon {
font-size:11px
}
.btn.btn-lg.btn-rounded.btn-labeled .btn-label,.btn.btn-rounded.btn-labeled .btn-label,.btn.btn-sm.btn-rounded.btn-labeled .btn-label,.btn.btn-xs.btn-rounded.btn-labeled .btn-label {
border-bottom-left-radius:9999px;
border-top-left-radius:9999px
}
.progress {
background-color:rgba(0,0,0,.06);
height:13px
}
.progress-bar {
background:0 0;
border:1px solid;
-webkit-box-shadow:none;
box-shadow:none
}
.progress .progress-bar.progress-bar-info {
background:#5bc0de;
border-color:#42b6d9
}
.progress.progress-striped .progress-bar.progress-bar-info {
background-color:#5bc0de;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.1)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.1)),color-stop(0.75,rgba(255,255,255,.1)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-size:10px 10px
}
.progress .progress-bar.progress-bar-success {
background:#5ebd5e;
border-color:#49b349
}
.progress.progress-striped .progress-bar.progress-bar-success {
background-color:#5ebd5e;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.1)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.1)),color-stop(0.75,rgba(255,255,255,.1)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-size:10px 10px
}
.progress .progress-bar.progress-bar-warning {
background:#f4b04f;
border-color:#f2a332
}
.progress.progress-striped .progress-bar.progress-bar-warning {
background-color:#f4b04f;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.1)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.1)),color-stop(0.75,rgba(255,255,255,.1)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-size:10px 10px
}
.progress .progress-bar.progress-bar-danger {
background:#e66454;
border-color:#e24c39
}
.progress.progress-striped .progress-bar.progress-bar-danger {
background-color:#e66454;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.1)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.1)),color-stop(0.75,rgba(255,255,255,.1)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-size:10px 10px
}
.label {
color:#fff;
font-size:11px;
line-height:20px;
text-shadow:0 -1px 0 rgba(0,0,0,.2);
padding:0 6px;
display:inline-block;
font-weight:600
}
.label.pull-right {
margin:0
}
h1 .label,h2 .label,h3 .label,h4 .label,h5 .label,h6 .label {
font-size:75%;
padding:.2em .5em
}
.label.label-tag {
display:inline-block;
font-size:11px;
line-height:18px;
margin-left:12px;
padding:0 5px;
position:relative;
border-bottom-left-radius:0;
border-top-left-radius:0
}
.label.label-tag:before {
content:"";
display:block;
position:absolute;
width:0;
height:0;
border-style:solid;
border-width:10px 12px 10px 0;
-webkit-transform:rotate(360deg);
margin-left:-17px;
top:-1px
}
.label.label-tag:after {
content:"";
display:block;
background:#fff;
position:absolute;
width:6px;
height:6px;
border-radius:99px;
margin:-12px 0 0 -10px
}
.ie8 .label.label-tag:after {
display:none!important
}
.label {
background:#b0b0b0
}
.label[href]:focus,.label[href]:hover {
background-color:#979797
}
.label.label-tag {
border:1px solid #b0b0b0
}
.label.label-tag:before {
border-color:transparent #b0b0b0 transparent transparent
}
.label.label-tag[href]:focus,.label.label-tag[href]:hover {
border-color:#979797
}
.label.label-tag[href]:focus:before,.label.label-tag[href]:hover:before {
border-color:transparent #979797 transparent transparent
}
.right-to-left .label.label-tag:before {
border-color:transparent transparent transparent #b0b0b0
}
.right-to-left .label.label-tag[href]:focus:before,.right-to-left .label.label-tag[href]:hover:before {
border-color:transparent transparent transparent #979797
}
.ie8 .right-to-left .label.label-tag:before,.ie9 .right-to-left .label.label-tag:before {
border-color:transparent #b0b0b0 transparent transparent
}
.ie8 .right-to-left .label.label-tag[href]:focus:before,.ie8 .right-to-left .label.label-tag[href]:hover:before,.ie9 .right-to-left .label.label-tag[href]:focus:before,.ie9 .right-to-left .label.label-tag[href]:hover:before {
border-color:transparent #979797 transparent transparent
}
.label.label-yellow[href]:focus,.label.label-yellow[href]:hover {
background-color:#43a543
}
.label.label-yellow.label-tag {
border:1px solid #5ebd5e
}
.label.label-yellow.label-tag:before {
border-color:transparent #5ebd5e transparent transparent
}
.label.label-yellow.label-tag[href]:focus,.label.label-yellow.label-tag[href]:hover {
border-color:#43a543
}
.label.label-yellow.label-tag[href]:focus:before,.label.label-yellow.label-tag[href]:hover:before {
border-color:transparent #43a543 transparent transparent
}
.right-to-left .label.label-yellow.label-tag:before {
border-color:transparent transparent transparent #5ebd5e
}
.right-to-left .label.label-yellow.label-tag[href]:focus:before,.right-to-left .label.label-yellow.label-tag[href]:hover:before {
border-color:transparent transparent transparent #43a543
}
.ie8 .right-to-left .label.label-yellow.label-tag:before,.ie9 .right-to-left .label.label-yellow.label-tag:before {
border-color:transparent #5ebd5e transparent transparent
}
.ie8 .right-to-left .label.label-yellow.label-tag[href]:focus:before,.ie8 .right-to-left .label.label-yellow.label-tag[href]:hover:before,.ie9 .right-to-left .label.label-yellow.label-tag[href]:focus:before,.ie9 .right-to-left .label.label-yellow.label-tag[href]:hover:before {
border-color:transparent #43a543 transparent transparent
}
.label.label-yellow {
background:#ffe401;
color: black;
}
.label.label-yellow[href]:focus,.label.label-yellow[href]:hover {
background-color:#43a543
}
.label.label-yellow.label-tag {
border:1px solid #5ebd5e
}
.label.label-yellow.label-tag:before {
border-color:transparent #5ebd5e transparent transparent
}
.label.label-yellow.label-tag[href]:focus,.label.label-yellow.label-tag[href]:hover {
border-color:#43a543
}
.label.label-yellow.label-tag[href]:focus:before,.label.label-yellow.label-tag[href]:hover:before {
border-color:transparent #43a543 transparent transparent
}
.right-to-left .label.label-yellow.label-tag:before {
border-color:transparent transparent transparent #5ebd5e
}
.right-to-left .label.label-yellow.label-tag[href]:focus:before,.right-to-left .label.label-yellow.label-tag[href]:hover:before {
border-color:transparent transparent transparent #43a543
}
.ie8 .right-to-left .label.label-yellow.label-tag:before,.ie9 .right-to-left .label.label-yellow.label-tag:before {
border-color:transparent #5ebd5e transparent transparent
}
.ie8 .right-to-left .label.label-yellow.label-tag[href]:focus:before,.ie8 .right-to-left .label.label-yellow.label-tag[href]:hover:before,.ie9 .right-to-left .label.label-yellow.label-tag[href]:focus:before,.ie9 .right-to-left .label.label-yellow.label-tag[href]:hover:before {
border-color:transparent #43a543 transparent transparent
}
.label.label-success {
background:#5ebd5e
}
.label.label-success[href]:focus,.label.label-success[href]:hover {
background-color:#43a543
}
.label.label-success.label-tag {
border:1px solid #5ebd5e
}
.label.label-success.label-tag:before {
border-color:transparent #5ebd5e transparent transparent
}
.label.label-success.label-tag[href]:focus,.label.label-success.label-tag[href]:hover {
border-color:#43a543
}
.label.label-success.label-tag[href]:focus:before,.label.label-success.label-tag[href]:hover:before {
border-color:transparent #43a543 transparent transparent
}
.right-to-left .label.label-success.label-tag:before {
border-color:transparent transparent transparent #5ebd5e
}
.right-to-left .label.label-success.label-tag[href]:focus:before,.right-to-left .label.label-success.label-tag[href]:hover:before {
border-color:transparent transparent transparent #43a543
}
.ie8 .right-to-left .label.label-success.label-tag:before,.ie9 .right-to-left .label.label-success.label-tag:before {
border-color:transparent #5ebd5e transparent transparent
}
.ie8 .right-to-left .label.label-success.label-tag[href]:focus:before,.ie8 .right-to-left .label.label-success.label-tag[href]:hover:before,.ie9 .right-to-left .label.label-success.label-tag[href]:focus:before,.ie9 .right-to-left .label.label-success.label-tag[href]:hover:before {
border-color:transparent #43a543 transparent transparent
}
.label.label-warning {
background:#f4b04f
}
.label.label-warning[href]:focus,.label.label-warning[href]:hover {
background-color:#f19a1f
}
.label.label-warning.label-tag {
border:1px solid #f4b04f
}
.label.label-warning.label-tag:before {
border-color:transparent #f4b04f transparent transparent
}
.label.label-warning.label-tag[href]:focus,.label.label-warning.label-tag[href]:hover {
border-color:#f19a1f
}
.label.label-warning.label-tag[href]:focus:before,.label.label-warning.label-tag[href]:hover:before {
border-color:transparent #f19a1f transparent transparent
}
.right-to-left .label.label-warning.label-tag:before {
border-color:transparent transparent transparent #f4b04f
}
.right-to-left .label.label-warning.label-tag[href]:focus:before,.right-to-left .label.label-warning.label-tag[href]:hover:before {
border-color:transparent transparent transparent #f19a1f
}
.ie8 .right-to-left .label.label-warning.label-tag:before,.ie9 .right-to-left .label.label-warning.label-tag:before {
border-color:transparent #f4b04f transparent transparent
}
.ie8 .right-to-left .label.label-warning.label-tag[href]:focus:before,.ie8 .right-to-left .label.label-warning.label-tag[href]:hover:before,.ie9 .right-to-left .label.label-warning.label-tag[href]:focus:before,.ie9 .right-to-left .label.label-warning.label-tag[href]:hover:before {
border-color:transparent #f19a1f transparent transparent
}
.label.label-danger {
background:#e66454
}
.label.label-danger[href]:focus,.label.label-danger[href]:hover {
background-color:#df3c28
}
.label.label-danger.label-tag {
border:1px solid #e66454
}
.label.label-danger.label-tag:before {
border-color:transparent #e66454 transparent transparent
}
.label.label-danger.label-tag[href]:focus,.label.label-danger.label-tag[href]:hover {
border-color:#df3c28
}
.label.label-danger.label-tag[href]:focus:before,.label.label-danger.label-tag[href]:hover:before {
border-color:transparent #df3c28 transparent transparent
}
.right-to-left .label.label-danger.label-tag:before {
border-color:transparent transparent transparent #e66454
}
.right-to-left .label.label-danger.label-tag[href]:focus:before,.right-to-left .label.label-danger.label-tag[href]:hover:before {
border-color:transparent transparent transparent #df3c28
}
.ie8 .right-to-left .label.label-danger.label-tag:before,.ie9 .right-to-left .label.label-danger.label-tag:before {
border-color:transparent #e66454 transparent transparent
}
.ie8 .right-to-left .label.label-danger.label-tag[href]:focus:before,.ie8 .right-to-left .label.label-danger.label-tag[href]:hover:before,.ie9 .right-to-left .label.label-danger.label-tag[href]:focus:before,.ie9 .right-to-left .label.label-danger.label-tag[href]:hover:before {
border-color:transparent #df3c28 transparent transparent
}
.label.label-info {
background:#5bc0de
}
.label.label-info[href]:focus,.label.label-info[href]:hover {
background-color:#31b0d5
}
.label.label-info.label-tag {
border:1px solid #5bc0de
}
.label.label-info.label-tag:before {
border-color:transparent #5bc0de transparent transparent
}
.label.label-info.label-tag[href]:focus,.label.label-info.label-tag[href]:hover {
border-color:#31b0d5
}
.label.label-info.label-tag[href]:focus:before,.label.label-info.label-tag[href]:hover:before {
border-color:transparent #31b0d5 transparent transparent
}
.right-to-left .label.label-info.label-tag:before {
border-color:transparent transparent transparent #5bc0de
}
.right-to-left .label.label-info.label-tag[href]:focus:before,.right-to-left .label.label-info.label-tag[href]:hover:before {
border-color:transparent transparent transparent #31b0d5
}
.ie8 .right-to-left .label.label-info.label-tag:before,.ie9 .right-to-left .label.label-info.label-tag:before {
border-color:transparent #5bc0de transparent transparent
}
.ie8 .right-to-left .label.label-info.label-tag[href]:focus:before,.ie8 .right-to-left .label.label-info.label-tag[href]:hover:before,.ie9 .right-to-left .label.label-info.label-tag[href]:focus:before,.ie9 .right-to-left .label.label-info.label-tag[href]:hover:before {
border-color:transparent #31b0d5 transparent transparent
}
.badge {
color:#fff;
font-size:11px;
font-weight:600;
line-height:18px;
padding:0 8px;
text-shadow:0 -1px 0 rgba(0,0,0,.2)
}
.badge.pull-right {
margin:0
}
.badge {
background:#b0b0b0;
border:1px solid #b0b0b0
}
.badge[href]:focus,.badge[href]:hover {
background-color:#979797;
border-color:#979797
}
.badge.badge-success {
background:#5ebd5e;
border:1px solid #5ebd5e
}
.badge.badge-success[href]:focus,.badge.badge-success[href]:hover {
background-color:#43a543;
border-color:#43a543
}
.badge.badge-warning {
background:#f4b04f;
border:1px solid #f4b04f
}
.badge.badge-warning[href]:focus,.badge.badge-warning[href]:hover {
background-color:#f19a1f;
border-color:#f19a1f
}
.badge.badge-danger {
background:#e66454;
border:1px solid #e66454
}
.badge.badge-danger[href]:focus,.badge.badge-danger[href]:hover {
background-color:#df3c28;
border-color:#df3c28
}
.badge.badge-info {
background:#5bc0de;
border:1px solid #5bc0de
}
.badge.badge-info[href]:focus,.badge.badge-info[href]:hover {
background-color:#31b0d5;
border-color:#31b0d5
}
.breadcrumb {
background:0 0;
margin-bottom:18px;
position:relative
}
.breadcrumb li+li:before {
color:#ccc;
content:"\f054";
font-family:FontAwesome;
font-size:7px;
display:inline-block;
line-height:8px;
top:-1px;
left:-1px;
position:relative;
padding:0;
height:8px;
width:15px;
text-align:center
}
.breadcrumb li,.breadcrumb li a {
color:#999;
font-size:12px;
line-height:18px;
height:18px
}
.breadcrumb li a:hover,.breadcrumb li:hover {
color:#555
}
.breadcrumb li.active {
padding-left:16px;
position:relative
}
.breadcrumb li.active:before {
position:absolute;
top:50%;
margin-top:-3px;
left:0
}
.breadcrumb li.active,.breadcrumb li.active a {
color:#555;
text-decoration:none
}
.breadcrumb.breadcrumb-dark>li+li:before {
color:#fff;
color:rgba(255,255,255,.4)
}
.breadcrumb.breadcrumb-dark li,.breadcrumb.breadcrumb-dark li a {
color:#fff;
color:rgba(255,255,255,.6)
}
.breadcrumb.breadcrumb-dark li a:hover,.breadcrumb.breadcrumb-dark li.active,.breadcrumb.breadcrumb-dark li.active a,.breadcrumb.breadcrumb-dark li:hover {
color:#fff
}
.breadcrumb.breadcrumb-no-padding {
padding-left:0;
padding-right:0
}
.breadcrumb.breadcrumb-page {
border-radius:0;
margin-left:-18px;
margin-right:-18px;
margin-top:-18px;
padding-left:18px;
padding-right:18px
}
.breadcrumb-label {
float:left;
font-size:12px;
line-height:18px;
height:18px;
padding-right:15px;
margin:1px 0 -1px
}
.alert {
background:#f9f1c7;
border-color:#f6deac;
color:#af8640;
background-size:20px 20px
}
.alert .close {
top:0
}
.alert.alert-danger {
background:#f2dede;
border-color:#ebccd1;
color:#b94a48;
background-size:20px 20px
}
.alert.alert-success {
background:#dff0d8;
border-color:#d0e6be;
color:#468847;
background-size:20px 20px
}
.alert.alert-info {
background:#d9edf7;
border-color:#bce8f1;
color:#3a87ad;
background-size:20px 20px
}
.alert.alert-dark {
color:#fff;
text-shadow:0 1px 0 rgba(0,0,0,.2);
background:0 0;
border-color:#f19a1f;
background-color:#f4b04f;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.06)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.06)),color-stop(0.75,rgba(255,255,255,.06)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-size:20px 20px
}
.alert.alert-danger.alert-dark {
background:0 0;
border-color:#df3c28;
background-color:#e66454;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.04)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.04)),color-stop(0.75,rgba(255,255,255,.04)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.04)25%,transparent 25%,transparent 50%,rgba(255,255,255,.04)50%,rgba(255,255,255,.04)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.04)25%,transparent 25%,transparent 50%,rgba(255,255,255,.04)50%,rgba(255,255,255,.04)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.04)25%,transparent 25%,transparent 50%,rgba(255,255,255,.04)50%,rgba(255,255,255,.04)75%,transparent 75%,transparent);
background-size:20px 20px
}
.alert.alert-success.alert-dark {
background:0 0;
border-color:#43a543;
background-color:#5ebd5e;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.06)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.06)),color-stop(0.75,rgba(255,255,255,.06)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-size:20px 20px
}
.alert.alert-info.alert-dark {
background:0 0;
border-color:#31b0d5;
background-color:#5bc0de;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.06)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.06)),color-stop(0.75,rgba(255,255,255,.06)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-size:20px 20px
}
.alert.alert-page {
margin:-18px -18px 18px;
border-top-width:0;
border-left-width:0;
border-right-width:0;
border-radius:0;
padding-left:18px;
padding-right:18px
}
.table tbody>tr>td,.table tbody>tr>th,.table tfoot>tr>td,.table tfoot>tr>th,.table thead>tr>td,.table thead>tr>th {
border-top-color:#e4e4e4
}
.table tbody>tr>th,.table tfoot>tr>th,.table thead>tr>th {
font-weight:600
}
.table tbody+tbody {
border-top-color:#e4e4e4
}
.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-color:#e4e4e4
}
.table-header {
background:#fff;
position:relative;
border:1px solid #e4e4e4;
margin-bottom:-1px;
padding:10px 15px;
border-top-right-radius:2px;
border-top-left-radius:2px
}
.table-header .table-caption {
font-size:15px;
line-height:24px;
font-weight:600;
margin:0;
padding:0
}
.table-footer {
min-height:40px;
margin-top:-19px;
position:relative;
border:1px solid #e4e4e4;
line-height:20px;
padding:10px 15px;
background:#fafafa;
border-bottom-right-radius:2px;
border-bottom-left-radius:2px
}
.table-danger,.table-info,.table-light,.table-primary,.table-success,.table-warning {
margin-bottom:20px
}
.table-light table {
border-top-color:#dbdbdb!important
}
.table-light .table-header,.table-light thead,.table-light thead th,.table-light thead tr {
border-color:#dbdbdb!important;
color:#555
}
.table-light thead th,.table-light thead tr {
background:#ebebeb
}
.table-light .table-header {
background:#fafafa
}
.table-success table {
border-top-color:#518d51!important
}
.table-success .table-header,.table-success thead,.table-success thead th,.table-success thead tr {
border-color:#518d51!important;
color:#fff
}
.table-success thead th,.table-success thead tr {
background:#53a953
}
.table-success .table-header {
background:#5ebd5e
}
.table-danger table {
border-top-color:#ca4433!important
}
.table-danger .table-header,.table-danger thead,.table-danger thead th,.table-danger thead tr {
border-color:#ca4433!important;
color:#fff
}
.table-danger thead th,.table-danger thead tr {
background:#d95342
}
.table-danger .table-header {
background:#e66454
}
.table-warning table {
border-top-color:#de9328!important
}
.table-warning .table-header,.table-warning thead,.table-warning thead th,.table-warning thead tr {
border-color:#de9328!important;
color:#fff
}
.table-warning thead th,.table-warning thead tr {
background:#e9a23b
}
.table-warning .table-header {
background:#f4b04f
}
.table-info table {
border-top-color:#3da1bf!important
}
.table-info .table-header,.table-info thead,.table-info thead th,.table-info thead tr {
border-color:#3da1bf!important;
color:#fff
}
.table-info thead th,.table-info thead tr {
background:#4bb1d0
}
.table-info .table-header {
background:#5bc0de
}
.nav-pills>li>a>.badge,.nav-pills>li>a>.label,.nav-tabs>li>a>.badge,.nav-tabs>li>a>.label {
position:relative;
background-color:rgba(0,0,0,.25);
border:1px solid transparent;
margin:0 -5px -100px 5px;
padding:0 6px;
line-height:14px;
top:0
}
.nav-pills>li>a>.label,.nav-tabs>li>a>.label {
padding-left:4px;
padding-right:4px
}
.nav-pills>li>a>.badge.badge-success,.nav-pills>li>a>.label.label-success,.nav-tabs>li>a>.badge.badge-success,.nav-tabs>li>a>.label.label-success {
background-color:#5ebd5e
}
.nav-pills>li>a>.badge.badge-warning,.nav-pills>li>a>.label.label-warning,.nav-tabs>li>a>.badge.badge-warning,.nav-tabs>li>a>.label.label-warning {
background-color:#f4b04f
}
.nav-pills>li>a>.badge.badge-danger,.nav-pills>li>a>.label.label-danger,.nav-tabs>li>a>.badge.badge-danger,.nav-tabs>li>a>.label.label-danger {
background-color:#e66454
}
.nav-pills>li>a>.badge.badge-info,.nav-pills>li>a>.label.label-info,.nav-tabs>li>a>.badge.badge-info,.nav-tabs>li>a>.label.label-info {
background-color:#5bc0de
}
.nav-pills>li.active>a>.badge,.nav-pills>li.active>a>.label,.nav-tabs:not(.nav-tabs-simple)>li.active>a>.badge,.nav-tabs:not(.nav-tabs-simple)>li.active>a>.label {
background-color:rgba(0,0,0,.25);
border-color:transparent;
color:#fff
}
.nav-pills.nav-justified>li>a,.nav-tabs.nav-justified>li>a {
margin:0
}
.nav-tabs.nav-tabs-sm>li>a>.badge,.nav-tabs.nav-tabs-sm>li>a>.label {
margin-left:4px;
margin-right:-4px
}
.nav-tabs.nav-tabs-xs>li>a {
font-size:12px
}
.nav-tabs.nav-tabs-xs>li>a>.badge,.nav-tabs.nav-tabs-xs>li>a>.label {
padding-left:4px;
padding-right:4px;
line-height:13px;
font-size:10px;
margin-left:3px;
margin-right:-3px;
top:-1px
}
.nav-tabs.nav-tabs-xs>li>a>.label {
padding-left:3px;
padding-right:3px
}
.nav-tabs {
border-bottom:2px solid #e4e4e4
}
.nav-tabs>li>a {
background-color:#f3f3f3;
background-color:rgba(0,0,0,.05);
border:0;
border-bottom:2px solid #e4e4e4;
color:#777;
margin:0 6px -1px 0;
padding:8px 20px
}
.nav-tabs>li>a:active,.nav-tabs>li>a:hover {
background-color:rgba(0,0,0,.06);
border-bottom-color:#d7d7d7;
color:#555
}
.nav-tabs>li>a>.fa-caret-down {
font-size:12px
}
.nav-tabs>li.dropdown.open>a:focus {
border-bottom:2px solid #e4e4e4
}
.nav-tabs li.active>a,.nav-tabs li.active>a:focus,.nav-tabs li.active>a:hover {
border:none;
color:#fff
}
.nav-tabs.nav-justified>li>a {
border-bottom:2px solid #e4e4e4;
border-left:none!important;
border-right:none!important;
border-top:none!important
}
.nav-tabs.nav-stacked>li>a {
margin:0;
border-bottom-width:1px!important
}
.nav-tabs.nav-stacked>li:last-child>a {
border-bottom-width:0!important
}
.nav-tabs.nav-stacked>li:last-child.active>a {
border-bottom-width:2px!important;
margin-bottom:-3px
}
.nav-tabs.nav-stacked>li:not(:first-child):not(:last-child)>a {
border-radius:0
}
.nav-tabs.nav-tabs-simple>li>a {
background-color:transparent!important;
margin-right:0
}
.nav-tabs.nav-tabs-simple>li.active>a {
color:#555!important
}
.nav-tabs.nav-tabs-sm>li>a {
padding:6px 15px
}
.nav-tabs.nav-tabs-xs>li>a {
padding:4px 15px
}
.tab-content {
padding:15px 0
}
.tab-content.tab-content-bordered {
border:1px solid #d7d7d7;
border-top:none;
padding-left:15px;
padding-right:15px;
border-bottom-right-radius:2px;
border-bottom-left-radius:2px
}
.nav-pills>li>a {
color:#777;
background-color:#f3f3f3;
background-color:rgba(0,0,0,.05);
border-radius:2px;
padding:8px 20px
}
.nav-pills>li>a:hover {
background-color:rgba(0,0,0,.06);
color:#555
}
.nav-pills>li>a>.fa-caret-down {
font-size:12px
}
.nav-pills>li>a>.badge,.nav-pills>li>a>.label {
top:-1px
}
.nav-pills>li {
margin-left:0;
margin-right:6px
}
.nav-pills>li+li {
margin-left:0
}
.nav-pills.nav-stacked>li {
margin:0 0 4px
}
.dropdown-menu {
border:2px solid #ccc;
-webkit-box-shadow:none;
box-shadow:none
}
ul.dropdown-menu {
border:2px solid #ccc;
padding:5px 0
}
ul.dropdown-menu>li>a {
margin:0 -2px;
padding:5px 18px
}
ul.dropdown-menu>li>a>.badge,ul.dropdown-menu>li>a>.label {
position:relative;
padding-left:4px;
padding-right:4px;
line-height:13px;
font-size:10px;
top:1px
}
ul.dropdown-menu>li>a>.label {
padding-top:1px;
padding-bottom:1px
}
ul.dropdown-menu .divider {
border-width:2px;
margin:5px 0
}
ul.dropdown-menu .dropdown-header {
font-size:11px;
font-weight:600;
margin:0 -2px;
padding:6px 18px 3px;
text-transform:uppercase
}
ul.dropdown-menu .dropdown-icon {
display:inline-block;
font-size:14px
}
.nav .dropdown>.dropdown-toggle .nav-icon {
font-size:12px;
display:inline-block;
margin-right:8px
}
.pull-right .dropdown-menu {
left:auto;
float:right;
right:0
}
.btn-group-lg .btn {
font-size:15px;
line-height:19px;
padding:9px 18px
}
.btn-group-sm .btn {
font-size:12px;
line-height:15px;
padding:4px 9px
}
.btn-group-sm .btn>.fa-caret-down {
font-size:10px
}
.btn-group-xs .btn {
font-size:11px;
line-height:12px;
padding:4px 7px
}
.btn-group-xs .btn>.fa-caret-down {
font-size:10px
}
.pagination>li>a,.pagination>li>span {
background-color:transparent;
border:1px solid #e4e4e4;
color:#7b7b7b;
margin-right:5px;
border-radius:2px
}
.pagination>li>a:hover {
background-color:transparent;
color:#555
}
.pagination>li.active>a,.pagination>li.active>span {
color:#fff;
font-weight:600
}
.pagination>li.disabled>a:hover {
border-color:#e4e4e4!important
}
.pagination.pagination-xs li a,.pagination.pagination-xs li span {
font-size:10px;
padding:4px 8px
}
.pager li>a,.pager li>span {
background-color:transparent;
border-color:#e4e4e4;
color:#7b7b7b
}
.pager li>a:hover {
background-color:transparent;
color:#555
}
.pager li.disabled>a {
background-color:transparent
}
.pager li.disabled>a:hover {
background-color:transparent;
border-color:#e4e4e4!important
}
.pager.pager-xs li a,.pager.pager-xs li span {
font-size:11px;
padding:4px 8px
}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
background-color:transparent
}
.list-group-item {
padding-bottom:10px;
padding-top:10px;
border-color:#e4e4e4
}
.list-group-item>.badge {
line-height:16px;
padding-left:5px;
padding-right:5px
}
.list-group-item>.badge+.badge {
margin-right:5px
}
.list-group-item>.label {
line-height:16px;
padding-left:5px;
padding-right:5px
}
.list-group-item>.label+.label {
margin-right:5px
}
.list-group-icon {
width:26px;
color:#aaa;
font-size:14px
}
a.list-group-item {
color:#555
}
a.list-group-item .list-group-item-heading {
color:#555;
margin-top:5px
}
a.list-group-item .list-group-item-heading+.list-group-item-text {
margin-bottom:5px
}
a.list-group-item .list-group-item-text {
color:#6f6f6f
}
a.list-group-item:focus,a.list-group-item:hover {
background:rgba(0,0,0,.04)
}
a.list-group-item.active {
color:#fff
}
a.list-group-item.active .list-group-item-heading {
color:inherit
}
a.list-group-item.active .badge {
background:#fff;
background:rgba(0,0,0,.25);
border-color:transparent;
color:#fff
}
.ie8 a.list-group-item.active .badge {
color:#555
}
.form-inline .form-control {
margin-bottom:10px
}
.form-inline .checkbox label,.form-inline .radio label {
margin-bottom:0
}
@media (min-width:768px) {
.form-inline .form-control {
margin-bottom:0;
width:auto
}
}
.form-horizontal .checkbox,.form-horizontal .radio {
margin-top:0;
margin-bottom:0
}
.form-horizontal .control-label {
padding-top:0;
margin-bottom:5px
}
@media (min-width:768px) {
.form-horizontal .control-label {
margin-bottom:0;
padding-top:7px
}
}
legend {
color:#666;
font-size:16.9px;
padding-bottom:7px
}
label,optgroup {
font-weight:600
}
.form-control {
border-top-color:#c2c2c2;
-webkit-box-shadow:none;
box-shadow:none
}
.help-block {
margin-bottom:0
}
.form-group:after,.form-group:before {
content:" ";
display:table
}
.form-group:after {
clear:both
}
.form-group.has-error .checkbox .help-block,.form-group.has-error .checkbox+.help-block,.form-group.has-error .radio .help-block,.form-group.has-error .radio+.help-block {
position:relative;
top:5px
}
.form-group.has-error .checkbox .help-block:after,.form-group.has-error .checkbox .help-block:before,.form-group.has-error .checkbox+.help-block:after,.form-group.has-error .checkbox+.help-block:before,.form-group.has-error .radio .help-block:after,.form-group.has-error .radio .help-block:before,.form-group.has-error .radio+.help-block:after,.form-group.has-error .radio+.help-block:before {
display:none
}
.checkbox label,.radio label {
display:block;
margin-bottom:0
}
.checkbox label:after,.checkbox label:before,.radio label:after,.radio label:before {
content:" ";
display:table
}
.checkbox label:after,.radio label:after {
clear:both
}
.form-control-feedback {
font-size:14px
}
.has-feedback .form-control {
padding-right:32px
}
.form-bordered .form-group {
border-top:1px solid #e4e4e4;
padding-top:15px
}
.checkbox,.radio {
margin-top:0
}
.has-error .help-block,.has-success .help-block,.has-warning .help-block {
display:block;
border:1px solid;
padding:5px 10px;
border-radius:2px;
margin-top:2px;
position:relative
}
.has-error .help-block:after,.has-error .help-block:before,.has-success .help-block:after,.has-success .help-block:before,.has-warning .help-block:after,.has-warning .help-block:before {
content:"";
position:absolute;
border-left:6px solid transparent;
border-right:6px solid transparent
}
.has-error .help-block:before,.has-success .help-block:before,.has-warning .help-block:before {
border-bottom:solid;
border-width:7px;
left:16px;
top:-7px
}
.has-error .help-block:after,.has-success .help-block:after,.has-warning .help-block:after {
border-bottom:6px solid;
left:17px;
top:-6px
}
.has-error.simple .help-block,.has-success.simple .help-block,.has-warning.simple .help-block {
background:none!important;
border:none;
padding:3px 0
}
.has-error.simple .help-block:after,.has-error.simple .help-block:before,.has-success.simple .help-block:after,.has-success.simple .help-block:before,.has-warning.simple .help-block:after,.has-warning.simple .help-block:before {
display:none
}
.has-feedback:not(.form-group) {
position:relative
}
.has-feedback:not(.form-group) .form-control-feedback {
top:0
}
.has-warning .control-label {
color:#555
}
.has-warning .help-block {
background:#f9f1c7;
border-color:#f6deac;
color:#af8640;
background-size:20px 20px
}
.has-warning .help-block:before {
border-bottom-color:#f1cc7e
}
.has-warning .help-block:after {
border-bottom-color:#f9f2cc
}
.has-warning .form-control {
border-color:#eebf5e;
-webkit-box-shadow:none;
box-shadow:none
}
.has-warning .form-control.focus,.has-warning .form-control:focus {
border-color:#e9ad30!important;
-webkit-box-shadow:none;
box-shadow:none
}
.has-warning .input-group-addon {
color:#af8640;
border-color:#f6deac;
background-color:#f9f1c7
}
.has-warning .form-control-feedback {
color:#e9ad30
}
.has-error .control-label {
color:#555
}
.has-error .help-block {
background:#f2dede;
border-color:#ebccd1;
color:#b94a48;
background-size:20px 20px
}
.has-error .help-block:before {
border-bottom-color:#dda7b0
}
.has-error .help-block:after {
border-bottom-color:#f3e2e2
}
.has-error .form-control {
border-color:#d38e99;
-webkit-box-shadow:none;
box-shadow:none
}
.has-error .form-control.focus,.has-error .form-control:focus {
border-color:#c46978!important;
-webkit-box-shadow:none;
box-shadow:none
}
.has-error .input-group-addon {
color:#b94a48;
border-color:#ebccd1;
background-color:#f2dede
}
.has-error .form-control-feedback {
color:#c46978
}
.has-success .control-label {
color:#555
}
.has-success .help-block {
background:#dff0d8;
border-color:#d0e6be;
color:#468847;
background-size:20px 20px
}
.has-success .help-block:before {
border-bottom-color:#b5d899
}
.has-success .help-block:after {
border-bottom-color:#e2f1dc
}
.has-success .form-control {
border-color:#a3ce7f;
-webkit-box-shadow:none;
box-shadow:none
}
.has-success .form-control.focus,.has-success .form-control:focus {
border-color:#88c05b!important;
-webkit-box-shadow:none;
box-shadow:none
}
.has-success .input-group-addon {
color:#468847;
border-color:#d0e6be;
background-color:#dff0d8
}
.has-success .form-control-feedback {
color:#88c05b
}
.has-warning.dark .control-label {
color:#555
}
.has-warning.dark .help-block {
border-color:#f19a1f;
color:#fff
}
.has-warning.dark .help-block:before {
border-bottom-color:#d0800d
}
.has-warning.dark .help-block:after {
border-bottom-color:#f4b254
}
.has-warning.dark .form-control {
border-color:#f4b04f;
-webkit-box-shadow:none;
box-shadow:none
}
.has-warning.dark .form-control.focus,.has-warning.dark .form-control:focus {
border-color:#f19a1f!important;
-webkit-box-shadow:none;
box-shadow:none
}
.has-warning.dark .input-group-addon {
color:#fff;
border-color:#f19a1f;
background-color:#f4b04f
}
.has-warning.dark .form-control-feedback {
color:#f19a1f
}
.has-warning.dark .help-block {
background:#f4b04f;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.06)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.06)),color-stop(0.75,rgba(255,255,255,.06)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-size:20px 20px
}
.has-error.dark .control-label {
color:#555
}
.has-error.dark .help-block {
border-color:#df3c28;
color:#fff
}
.has-error.dark .help-block:before {
border-bottom-color:#b92c1b
}
.has-error.dark .help-block:after {
border-bottom-color:#e76858
}
.has-error.dark .form-control {
border-color:#e66454;
-webkit-box-shadow:none;
box-shadow:none
}
.has-error.dark .form-control.focus,.has-error.dark .form-control:focus {
border-color:#df3c28!important;
-webkit-box-shadow:none;
box-shadow:none
}
.has-error.dark .input-group-addon {
color:#fff;
border-color:#df3c28;
background-color:#e66454
}
.has-error.dark .form-control-feedback {
color:#df3c28
}
.has-error.dark .help-block {
background:#e66454;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.04)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.04)),color-stop(0.75,rgba(255,255,255,.04)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.04)25%,transparent 25%,transparent 50%,rgba(255,255,255,.04)50%,rgba(255,255,255,.04)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.04)25%,transparent 25%,transparent 50%,rgba(255,255,255,.04)50%,rgba(255,255,255,.04)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.04)25%,transparent 25%,transparent 50%,rgba(255,255,255,.04)50%,rgba(255,255,255,.04)75%,transparent 75%,transparent);
background-size:20px 20px
}
.has-success.dark .control-label {
color:#555
}
.has-success.dark .help-block {
border-color:#43a543;
color:#fff
}
.has-success.dark .help-block:before {
border-bottom-color:#358035
}
.has-success.dark .help-block:after {
border-bottom-color:#62be62
}
.has-success.dark .form-control {
border-color:#5ebd5e;
-webkit-box-shadow:none;
box-shadow:none
}
.has-success.dark .form-control.focus,.has-success.dark .form-control:focus {
border-color:#43a543!important;
-webkit-box-shadow:none;
box-shadow:none
}
.has-success.dark .input-group-addon {
color:#fff;
border-color:#43a543;
background-color:#5ebd5e
}
.has-success.dark .form-control-feedback {
color:#43a543
}
.has-success.dark .help-block {
background:#5ebd5e;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.06)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.06)),color-stop(0.75,rgba(255,255,255,.06)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-size:20px 20px
}
.has-warning.simple .help-block {
color:#f29f29!important
}
.has-error.simple .help-block {
color:#e14430!important
}
.has-success.simple .help-block {
color:#46ac46!important
}
.gt-ie8 input.px {
position:absolute!important;
left:-1000000px!important;
margin:0!important;
padding:0!important
}
.gt-ie8 input.px+.lbl {
position:relative;
padding-left:1px;
display:inline-block
}
.gt-ie8 input.px+.lbl:before {
content:"";
opacity:1;
border:1px solid #bbb;
background:#fff;
display:block;
position:absolute;
top:0;
left:0;
width:15px;
height:15px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-transition:all .2s;
transition:all .2s;
cursor:pointer
}
.gt-ie8 input.px+.lbl:after {
display:none;
position:absolute
}
.gt-ie8 input.px:checked+.lbl:after {
display:block
}
.gt-ie8 input.px+.lbl:after,.gt-ie8 input.px+.lbl:before {
margin:2px 3px -3px -20px!important
}
.gt-ie8 input[type=checkbox].px+.lbl:before {
border-radius:2px
}
.gt-ie8 input[type=checkbox].px+.lbl:after {
content:"\f00c";
top:1px;
left:1px;
width:13px;
height:15px;
line-height:15px;
font-size:11px;
font-family:FontAwesome;
text-align:center
}
.gt-ie8 input[type=radio].px+.lbl:before {
border-radius:999999px
}
.gt-ie8 input[type=radio].px+.lbl:after {
content:"";
width:5px;
height:5px;
border-radius:999px;
top:5px;
left:5px
}
.gt-ie8 input.px.disabled,.gt-ie8 input.px.disabled+.lbl,.gt-ie8 input.px.disabled+.lbl:after,.gt-ie8 input.px.disabled+.lbl:before,.gt-ie8 input.px:disabled,.gt-ie8 input.px:disabled+.lbl,.gt-ie8 input.px:disabled+.lbl:after,.gt-ie8 input.px:disabled+.lbl:before {
cursor:not-allowed!important
}
.gt-ie8 input.px.disabled+.lbl:before,.gt-ie8 input.px:disabled+.lbl:before {
background:#eee!important;
border-color:#d6d6d6!important
}
.gt-ie8 input.px.disabled+.lbl:after,.gt-ie8 input.px:disabled+.lbl:after {
opacity:.5!important
}
@media (min-width:768px) {
.gt-ie8 .form-inline .checkbox input.px+.lbl,.gt-ie8 .form-inline .radio input.px+.lbl {
margin-left:20px
}
}
.px-single {
position:relative;
width:15px;
height:15px;
margin:0;
font-weight:400!important
}
.px-single input.px,.px-single input.px+.lbl:after,.px-single input.px+.lbl:before {
margin:0!important
}
.px-single input.px+.lbl {
padding:0!important;
width:15px!important;
height:15px!important
}
.input-group-btn>.btn {
line-height:16px;
margin:0
}
.input-group input {
position:relative;
z-index:3
}
.input-group>.input-group-btn+input {
margin-left:-1px
}
.input-group-addon>.fa {
font-size:14px
}
.input-group>input+.input-group-btn .btn:first-child {
border-left-width:0
}
.input-group-addon.no-background {
background:#fff!important
}
.panel,.panel-default {
border-color:#e4e4e4;
margin-bottom:22px;
position:relative;
-webkit-box-shadow:none;
box-shadow:none
}
.panel .alert-page,.panel-default .alert-page {
border-left-width:1px;
border-right-width:1px;
border-top-width:2px;
font-size:12px;
margin:-2px -1px 0!important;
padding:8px 15px;
position:relative
}
.panel-heading {
background:#fafafa;
border-bottom:2px solid #ececec;
padding-bottom:9px;
padding-left:20px;
padding-right:20px;
padding-top:11px;
position:relative
}
.panel-heading .nav-tabs {
border-bottom-color:transparent;
bottom:-2px;
position:absolute;
}
.panel-heading .nav-tabs>li>a {
border-bottom-color:transparent
}
.panel-body {
background:#fff;
margin:0;
padding:20px
}
.panel-body>li {
list-style:none;
margin:0;
padding:0
}
.panel-footer {
background:#fff;
border-top:1px solid #ececec;
padding-left:20px;
padding-right:20px
}
.panel-title {
color:#555;
font-size:14px;
line-height:20px
}
.panel-title-icon {
display:inline-block;
font-size:14px;
margin-right:7px
}
.panel-heading-controls {
margin-top:-2px;
margin-bottom:-200px;
float:right
}
.panel-heading-controls>* {
display:block;
float:left
}
.panel-heading-controls>*+* {
margin-left:4px
}
.panel-heading-controls>.btn,.panel-heading-controls>.btn-group {
margin-top:-4px
}
.panel-heading-controls>.btn-group.btn-group-sm,.panel-heading-controls>.btn.btn-sm {
margin-top:-1px
}
.panel-heading-controls>.btn-group.btn-group-xs,.panel-heading-controls>.btn.btn-xs {
margin-top:0
}
.panel-heading-controls>.progress {
height:6px;
margin-top:8px
}
.panel-heading-controls .badge,.panel-heading-controls>.label {
margin-bottom:-10px;
margin-top:1px
}
.panel-heading-controls>.pagination {
margin:-5px 0 0
}
.panel-heading-controls>.pagination.pagination-sm {
margin-top:-3px
}
.panel-heading-controls>.pagination.pagination-xs {
margin-top:-1px
}
.panel-heading-controls>.pager {
margin:-4px 0 0
}
.panel-heading-controls>.pager.pager-xs {
margin:-1px 0 0
}
.panel-heading-controls .input-group,.panel-heading-controls>.form-control {
margin-top:-2px
}
.panel-heading-controls .input-group .btn,.panel-heading-controls .input-group .form-control,.panel-heading-controls>.form-control {
height:26px;
padding:3px 8px
}
.panel-heading-controls>.panel-heading-icon {
font-size:14px;
margin-top:1px
}
.panel-heading-controls>.switcher {
margin-top:1px
}
.panel-heading-text {
display:inline-block;
line-height:20px;
font-size:12px;
margin-top:1px
}
.panel-dark .panel-heading-controls .btn {
border-color:transparent
}
.panel-dark .panel-heading-controls .btn.btn-outline {
border-width:1px;
border-color:#fff;
border-color:rgba(255,255,255,.12)
}
.panel-dark .panel-heading-controls .btn.btn-outline:hover,.panel-dark .panel-heading-controls>.form-control {
border-color:transparent!important
}
.panel-dark .panel-heading-controls>.pager li a,.panel-dark .panel-heading-controls>.pager li span,.panel-dark .panel-heading-controls>.pagination li a,.panel-dark .panel-heading-controls>.pagination li span {
border-color:#fff;
border-color:rgba(255,255,255,.12);
color:#fff;
color:rgba(255,255,255,.7)
}
.panel-dark .panel-heading-controls>.pager li a:hover,.panel-dark .panel-heading-controls>.pagination li a:hover {
color:#fff;
border-color:#fff
}
.panel-dark .panel-heading-controls>.pager li.active a,.panel-dark .panel-heading-controls>.pager li.active a:hover,.panel-dark .panel-heading-controls>.pager li.active span,.panel-dark .panel-heading-controls>.pagination li.active a,.panel-dark .panel-heading-controls>.pagination li.active a:hover,.panel-dark .panel-heading-controls>.pagination li.active span {
background:#fff;
border-color:#fff
}
.panel-dark .panel-heading-controls>.pager li.disabled a,.panel-dark .panel-heading-controls>.pager li.disabled span,.panel-dark .panel-heading-controls>.pagination li.disabled a,.panel-dark .panel-heading-controls>.pagination li.disabled span {
border-color:rgba(255,255,255,.1)!important;
color:rgba(255,255,255,.3)!important
}
.panel-dark .panel-heading-controls .input-group .form-control {
border-top-color:transparent;
border-bottom-color:transparent;
border-left-color:transparent;
border-right-color:#d5d5d5
}
.panel-dark .panel-heading .nav-tabs>li>a {
background:0 0;
background:rgba(255,255,255,.1);
color:#fff;
color:rgba(255,255,255,.8)
}
.panel-dark .panel-heading .nav-tabs>li>a:hover {
color:#fff
}
.panel-dark .panel-heading .nav-tabs>li.active>a,.panel-dark .panel-heading .nav-tabs>li.active>a:focus,.panel-dark .panel-heading .nav-tabs>li.active>a:hover {
background:#fff;
border-bottom-color:#fff;
color:#555
}
.panel.panel-dark.panel-body-colorful .list-group,.panel.panel-dark.panel-body-colorful table {
color:#fff
}
.panel-warning {
border-color:#f6deac!important
}
.panel-warning .panel-heading {
background:#f9f1c7;
border-color:#f6deac;
color:#af8640;
background-size:20px 20px
}
.panel-warning .panel-heading .panel-title {
color:#af8640
}
.panel-warning .panel-heading .panel-heading-text a {
color:#af8640;
text-decoration:underline
}
.panel-warning .panel-heading .panel-heading-text a:hover {
color:#c49e5e
}
.panel-warning.panel-body-colorful .panel-body {
background:#f9f1c7;
color:#af8640
}
.panel-warning.panel-body-colorful .panel-footer {
background:#f9f1c7;
border-color:#f6deac;
color:#af8640
}
.panel-danger {
border-color:#ebccd1!important
}
.panel-danger .panel-heading {
background:#f2dede;
border-color:#ebccd1;
color:#b94a48;
background-size:20px 20px
}
.panel-danger .panel-heading .panel-title {
color:#b94a48
}
.panel-danger .panel-heading .panel-heading-text a {
color:#b94a48;
text-decoration:underline
}
.panel-danger .panel-heading .panel-heading-text a:hover {
color:#c76e6d
}
.panel-danger.panel-body-colorful .panel-body {
background:#f2dede;
color:#b94a48
}
.panel-danger.panel-body-colorful .panel-footer {
background:#f2dede;
border-color:#ebccd1;
color:#b94a48
}
.panel-success {
border-color:#d0e6be!important
}
.panel-success .panel-heading {
background:#dff0d8;
border-color:#d0e6be;
color:#468847;
background-size:20px 20px
}
.panel-success .panel-heading .panel-title {
color:#468847
}
.panel-success .panel-heading .panel-heading-text a {
color:#468847;
text-decoration:underline
}
.panel-success .panel-heading .panel-heading-text a:hover {
color:#58a959
}
.panel-success.panel-body-colorful .panel-body {
background:#dff0d8;
color:#468847
}
.panel-success.panel-body-colorful .panel-footer {
background:#dff0d8;
border-color:#d0e6be;
color:#468847
}
.panel-info {
border-color:#bce8f1!important
}
.panel-info .panel-heading {
background:#d9edf7;
border-color:#bce8f1;
color:#3a87ad;
background-size:20px 20px
}
.panel-info .panel-heading .panel-title {
color:#3a87ad
}
.panel-info .panel-heading .panel-heading-text a {
color:#3a87ad;
text-decoration:underline
}
.panel-info .panel-heading .panel-heading-text a:hover {
color:#54a0c6
}
.panel-info.panel-body-colorful .panel-body {
background:#d9edf7;
color:#3a87ad
}
.panel-info.panel-body-colorful .panel-footer {
background:#d9edf7;
border-color:#bce8f1;
color:#3a87ad
}
.panel-warning.panel-dark {
border-color:#f4b04f!important
}
.panel-warning.panel-dark .panel-heading {
background:#f4b04f;
border-color:#f4b04f;
color:#fff
}
.panel-warning.panel-dark .panel-heading .panel-heading-text,.panel-warning.panel-dark .panel-heading .panel-title {
color:#fff
}
.panel-warning.panel-dark .panel-heading .panel-heading-text a {
color:#fff;
text-decoration:underline
}
.panel-warning.panel-dark .panel-heading .panel-heading-text a:hover {
color:#fff
}
.panel-warning.panel-dark .panel-heading-controls li.active a,.panel-warning.panel-dark .panel-heading-controls li.active span {
color:#f4b04f!important
}
.panel-warning.panel-dark.panel-body-colorful .list-group-item,.panel-warning.panel-dark.panel-body-colorful .panel-heading,.panel-warning.panel-dark.panel-body-colorful table,.panel-warning.panel-dark.panel-body-colorful table td,.panel-warning.panel-dark.panel-body-colorful table th,.panel-warning.panel-dark.panel-body-colorful table tr {
border-color:#f6c175
}
.panel-warning.panel-dark.panel-body-colorful,.panel-warning.panel-dark.panel-body-colorful .list-group-item,.panel-warning.panel-dark.panel-body-colorful .panel-body {
background:#f4b04f;
color:#fff
}
.panel-warning.panel-dark.panel-body-colorful .panel-footer {
background:#f4b04f;
border-color:#f6c175;
color:#fff
}
.panel-danger.panel-dark {
border-color:#e66454!important
}
.panel-danger.panel-dark .panel-heading {
background:#e66454;
border-color:#e66454;
color:#fff
}
.panel-danger.panel-dark .panel-heading .panel-title {
color:#fff
}
.panel-danger.panel-dark .panel-heading .panel-heading-text {
color:#fffdfd
}
.panel-danger.panel-dark .panel-heading .panel-heading-text a {
color:#fffdfd;
text-decoration:underline
}
.panel-danger.panel-dark .panel-heading .panel-heading-text a:hover {
color:#fff
}
.panel-danger.panel-dark .panel-heading-controls li.active a,.panel-danger.panel-dark .panel-heading-controls li.active span {
color:#e66454!important
}
.panel-danger.panel-dark.panel-body-colorful .list-group-item,.panel-danger.panel-dark.panel-body-colorful .panel-heading,.panel-danger.panel-dark.panel-body-colorful table,.panel-danger.panel-dark.panel-body-colorful table td,.panel-danger.panel-dark.panel-body-colorful table th,.panel-danger.panel-dark.panel-body-colorful table tr {
border-color:#eb8478
}
.panel-danger.panel-dark.panel-body-colorful,.panel-danger.panel-dark.panel-body-colorful .list-group-item,.panel-danger.panel-dark.panel-body-colorful .panel-body {
background:#e66454;
color:#fff
}
.panel-danger.panel-dark.panel-body-colorful .panel-footer {
background:#e66454;
border-color:#eb8478;
color:#fff
}
.panel-success.panel-dark {
border-color:#5ebd5e!important
}
.panel-success.panel-dark .panel-heading {
background:#5ebd5e;
border-color:#5ebd5e;
color:#fff
}
.panel-success.panel-dark .panel-heading .panel-title {
color:#fff
}
.panel-success.panel-dark .panel-heading .panel-heading-text {
color:#e7f5e7
}
.panel-success.panel-dark .panel-heading .panel-heading-text a {
color:#e7f5e7;
text-decoration:underline
}
.panel-success.panel-dark .panel-heading .panel-heading-text a:hover {
color:#fff
}
.panel-success.panel-dark .panel-heading-controls li.active a,.panel-success.panel-dark .panel-heading-controls li.active span {
color:#5ebd5e!important
}
.panel-success.panel-dark.panel-body-colorful .list-group-item,.panel-success.panel-dark.panel-body-colorful .panel-heading,.panel-success.panel-dark.panel-body-colorful table,.panel-success.panel-dark.panel-body-colorful table td,.panel-success.panel-dark.panel-body-colorful table th,.panel-success.panel-dark.panel-body-colorful table tr {
border-color:#7bc97b
}
.panel-success.panel-dark.panel-body-colorful,.panel-success.panel-dark.panel-body-colorful .list-group-item,.panel-success.panel-dark.panel-body-colorful .panel-body {
background:#5ebd5e;
color:#fff
}
.panel-success.panel-dark.panel-body-colorful .panel-footer {
background:#5ebd5e;
border-color:#7bc97b;
color:#fff
}
.panel-info.panel-dark {
border-color:#5bc0de!important
}
.panel-info.panel-dark .panel-heading {
background:#5bc0de;
border-color:#5bc0de;
color:#fff
}
.panel-info.panel-dark .panel-heading .panel-title {
color:#fff
}
.panel-info.panel-dark .panel-heading .panel-heading-text {
color:#fcfefe
}
.panel-info.panel-dark .panel-heading .panel-heading-text a {
color:#fcfefe;
text-decoration:underline
}
.panel-info.panel-dark .panel-heading .panel-heading-text a:hover {
color:#fff
}
.panel-info.panel-dark .panel-heading-controls li.active a,.panel-info.panel-dark .panel-heading-controls li.active span {
color:#5bc0de!important
}
.panel-info.panel-dark.panel-body-colorful .list-group-item,.panel-info.panel-dark.panel-body-colorful .panel-heading,.panel-info.panel-dark.panel-body-colorful table,.panel-info.panel-dark.panel-body-colorful table td,.panel-info.panel-dark.panel-body-colorful table th,.panel-info.panel-dark.panel-body-colorful table tr {
border-color:#7dcde5
}
.panel-info.panel-dark.panel-body-colorful,.panel-info.panel-dark.panel-body-colorful .list-group-item,.panel-info.panel-dark.panel-body-colorful .panel-body {
background:#5bc0de;
color:#fff
}
.panel-info.panel-dark.panel-body-colorful .panel-footer {
background:#5bc0de;
border-color:#7dcde5;
color:#fff
}
.panel-transparent {
background:none!important;
border:none!important
}
.panel-transparent .panel-body,.panel-transparent .panel-heading {
background:none!important
}
.panel-transparent .panel-footer {
background:none!important;
border:none!important
}
.well {
background-color:rgba(0,0,0,.03);
border:1px solid rgba(0,0,0,.06);
-webkit-box-shadow:none;
box-shadow:none
}
.popover {
border:3px solid rgba(0,0,0,.2);
-webkit-box-shadow:none;
box-shadow:none
}
.popover.top .arrow {
border-top:none
}
.popover.top .arrow:after {
border-top-color:rgba(0,0,0,.2);
border-width:7px 8px 0;
bottom:1px
}
.popover.bottom .arrow {
border-bottom:none
}
.popover.bottom .arrow:after {
border-bottom-color:rgba(0,0,0,.2);
border-width:0 8px 7px;
top:1px
}
.popover.left .arrow {
border-left:none
}
.popover.left .arrow:after {
border-left-color:rgba(0,0,0,.2);
border-width:8px 0 8px 7px;
bottom:-9px;
right:1px
}
.popover.right .arrow {
border-right:none
}
.popover.right .arrow:after {
border-right-color:rgba(0,0,0,.2);
border-width:8px 7px 8px 0;
bottom:-9px;
left:1px
}
.popover-colorful+.popover {
border-width:1px
}
.popover-colorful+.popover.top {
margin-bottom:8px
}
.popover-colorful+.popover.left {
margin-right:8px
}
.popover-colorful+.popover.top .arrow:after {
bottom:3px
}
.popover-colorful+.popover.bottom .arrow:after {
top:3px
}
.popover-colorful+.popover.left .arrow:after {
right:3px
}
.popover-colorful+.popover.right .arrow:after {
left:3px
}
.popover-title {
background-color:rgba(0,0,0,.06);
border-bottom-color:#ddd;
border-radius:0
}
.ie8 .popover.top.in {
margin-top:-30px
}
.ie8 .popover.left.in {
margin-left:-30px
}
.ie8 .popover .arrow {
display:none!important
}
.popover-warning+.popover .popover-title {
background:#f9f1c7;
border-bottom-color:#f6deac;
color:#af8640
}
.popover-warning.popover-colorful+.popover {
background:#f9f1c7;
border-color:#f6deac;
color:#af8640
}
.popover-warning.popover-colorful+.popover.top .arrow:after {
border-top-color:#f6deac
}
.popover-warning.popover-colorful+.popover.bottom .arrow:after {
border-bottom-color:#f6deac
}
.popover-warning.popover-colorful+.popover.left .arrow:after {
border-left-color:#f6deac
}
.popover-warning.popover-colorful+.popover.right .arrow:after {
border-right-color:#f6deac
}
.popover-danger+.popover .popover-title {
background:#f2dede;
border-bottom-color:#ebccd1;
color:#b94a48
}
.popover-danger.popover-colorful+.popover {
background:#f2dede;
border-color:#ebccd1;
color:#b94a48
}
.popover-danger.popover-colorful+.popover.top .arrow:after {
border-top-color:#ebccd1
}
.popover-danger.popover-colorful+.popover.bottom .arrow:after {
border-bottom-color:#ebccd1
}
.popover-danger.popover-colorful+.popover.left .arrow:after {
border-left-color:#ebccd1
}
.popover-danger.popover-colorful+.popover.right .arrow:after {
border-right-color:#ebccd1
}
.popover-success+.popover .popover-title {
background:#dff0d8;
border-bottom-color:#d0e6be;
color:#468847
}
.popover-success.popover-colorful+.popover {
background:#dff0d8;
border-color:#d0e6be;
color:#468847
}
.popover-success.popover-colorful+.popover.top .arrow:after {
border-top-color:#d0e6be
}
.popover-success.popover-colorful+.popover.bottom .arrow:after {
border-bottom-color:#d0e6be
}
.popover-success.popover-colorful+.popover.left .arrow:after {
border-left-color:#d0e6be
}
.popover-success.popover-colorful+.popover.right .arrow:after {
border-right-color:#d0e6be
}
.popover-info+.popover .popover-title {
background:#d9edf7;
border-bottom-color:#bce8f1;
color:#3a87ad
}
.popover-info.popover-colorful+.popover {
background:#d9edf7;
border-color:#bce8f1;
color:#3a87ad
}
.popover-info.popover-colorful+.popover.top .arrow:after {
border-top-color:#bce8f1
}
.popover-info.popover-colorful+.popover.bottom .arrow:after {
border-bottom-color:#bce8f1
}
.popover-info.popover-colorful+.popover.left .arrow:after {
border-left-color:#bce8f1
}
.popover-info.popover-colorful+.popover.right .arrow:after {
border-right-color:#bce8f1
}
.popover-warning.popover-dark+.popover .popover-title {
background:#f4b04f;
border-bottom-color:#f4b04f;
color:#fff
}
.popover-warning.popover-dark.popover-colorful+.popover {
background:#f4b04f;
border-color:#f4b04f;
color:#fff
}
.popover-warning.popover-dark.popover-colorful+.popover .popover-title {
border-bottom-color:#f6c175;
border-bottom-width:2px
}
.popover-warning.popover-dark.popover-colorful+.popover.top .arrow:after {
border-top-color:#f4b04f
}
.popover-warning.popover-dark.popover-colorful+.popover.bottom .arrow:after {
border-bottom-color:#f4b04f
}
.popover-warning.popover-dark.popover-colorful+.popover.left .arrow:after {
border-left-color:#f4b04f
}
.popover-warning.popover-dark.popover-colorful+.popover.right .arrow:after {
border-right-color:#f4b04f
}
.popover-danger.popover-dark+.popover .popover-title {
background:#e66454;
border-bottom-color:#e66454;
color:#fff
}
.popover-danger.popover-dark.popover-colorful+.popover {
background:#e66454;
border-color:#e66454;
color:#fff
}
.popover-danger.popover-dark.popover-colorful+.popover .popover-title {
border-bottom-color:#eb8478;
border-bottom-width:2px
}
.popover-danger.popover-dark.popover-colorful+.popover.top .arrow:after {
border-top-color:#e66454
}
.popover-danger.popover-dark.popover-colorful+.popover.bottom .arrow:after {
border-bottom-color:#e66454
}
.popover-danger.popover-dark.popover-colorful+.popover.left .arrow:after {
border-left-color:#e66454
}
.popover-danger.popover-dark.popover-colorful+.popover.right .arrow:after {
border-right-color:#e66454
}
.popover-success.popover-dark+.popover .popover-title {
background:#5ebd5e;
border-bottom-color:#5ebd5e;
color:#fff
}
.popover-success.popover-dark.popover-colorful+.popover {
background:#5ebd5e;
border-color:#5ebd5e;
color:#fff
}
.popover-success.popover-dark.popover-colorful+.popover .popover-title {
border-bottom-color:#7bc97b;
border-bottom-width:2px
}
.popover-success.popover-dark.popover-colorful+.popover.top .arrow:after {
border-top-color:#5ebd5e
}
.popover-success.popover-dark.popover-colorful+.popover.bottom .arrow:after {
border-bottom-color:#5ebd5e
}
.popover-success.popover-dark.popover-colorful+.popover.left .arrow:after {
border-left-color:#5ebd5e
}
.popover-success.popover-dark.popover-colorful+.popover.right .arrow:after {
border-right-color:#5ebd5e
}
.popover-info.popover-dark+.popover .popover-title {
background:#5bc0de;
border-bottom-color:#5bc0de;
color:#fff
}
.popover-info.popover-dark.popover-colorful+.popover {
background:#5bc0de;
border-color:#5bc0de;
color:#fff
}
.popover-info.popover-dark.popover-colorful+.popover .popover-title {
border-bottom-color:#7dcde5;
border-bottom-width:2px
}
.popover-info.popover-dark.popover-colorful+.popover.top .arrow:after {
border-top-color:#5bc0de
}
.popover-info.popover-dark.popover-colorful+.popover.bottom .arrow:after {
border-bottom-color:#5bc0de
}
.popover-info.popover-dark.popover-colorful+.popover.left .arrow:after {
border-left-color:#5bc0de
}
.popover-info.popover-dark.popover-colorful+.popover.right .arrow:after {
border-right-color:#5bc0de
}
.tooltip-inner {
background-color:#222;
font-size:12px;
padding:4px 10px
}
.tooltip.top .tooltip-arrow,.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow {
border-top-color:#222
}
.tooltip.right .tooltip-arrow {
border-right-color:#222
}
.tooltip.left .tooltip-arrow {
border-left-color:#222
}
.tooltip.bottom .tooltip-arrow,.tooltip.bottom-left .tooltip-arrow,.tooltip.bottom-right .tooltip-arrow {
border-bottom-color:#222
}
.tooltip-warning+.tooltip .tooltip-inner {
background-color:#f19a1f
}
.tooltip-warning+.tooltip.top .tooltip-arrow,.tooltip-warning+.tooltip.top-left .tooltip-arrow,.tooltip-warning+.tooltip.top-right .tooltip-arrow {
border-top-color:#f19a1f
}
.tooltip-warning+.tooltip.right .tooltip-arrow {
border-right-color:#f19a1f
}
.tooltip-warning+.tooltip.left .tooltip-arrow {
border-left-color:#f19a1f
}
.tooltip-warning+.tooltip.bottom .tooltip-arrow,.tooltip-warning+.tooltip.bottom-left .tooltip-arrow,.tooltip-warning+.tooltip.bottom-right .tooltip-arrow {
border-bottom-color:#f19a1f
}
.tooltip-danger+.tooltip .tooltip-inner {
background-color:#df3c28
}
.tooltip-danger+.tooltip.top .tooltip-arrow,.tooltip-danger+.tooltip.top-left .tooltip-arrow,.tooltip-danger+.tooltip.top-right .tooltip-arrow {
border-top-color:#df3c28
}
.tooltip-danger+.tooltip.right .tooltip-arrow {
border-right-color:#df3c28
}
.tooltip-danger+.tooltip.left .tooltip-arrow {
border-left-color:#df3c28
}
.tooltip-danger+.tooltip.bottom .tooltip-arrow,.tooltip-danger+.tooltip.bottom-left .tooltip-arrow,.tooltip-danger+.tooltip.bottom-right .tooltip-arrow {
border-bottom-color:#df3c28
}
.tooltip-success+.tooltip .tooltip-inner {
background-color:#43a543
}
.tooltip-success+.tooltip.top .tooltip-arrow,.tooltip-success+.tooltip.top-left .tooltip-arrow,.tooltip-success+.tooltip.top-right .tooltip-arrow {
border-top-color:#43a543
}
.tooltip-success+.tooltip.right .tooltip-arrow {
border-right-color:#43a543
}
.tooltip-success+.tooltip.left .tooltip-arrow {
border-left-color:#43a543
}
.tooltip-success+.tooltip.bottom .tooltip-arrow,.tooltip-success+.tooltip.bottom-left .tooltip-arrow,.tooltip-success+.tooltip.bottom-right .tooltip-arrow {
border-bottom-color:#43a543
}
.tooltip-info+.tooltip .tooltip-inner {
background-color:#31b0d5
}
.tooltip-info+.tooltip.top .tooltip-arrow,.tooltip-info+.tooltip.top-left .tooltip-arrow,.tooltip-info+.tooltip.top-right .tooltip-arrow {
border-top-color:#31b0d5
}
.tooltip-info+.tooltip.right .tooltip-arrow {
border-right-color:#31b0d5
}
.tooltip-info+.tooltip.left .tooltip-arrow {
border-left-color:#31b0d5
}
.tooltip-info+.tooltip.bottom .tooltip-arrow,.tooltip-info+.tooltip.bottom-left .tooltip-arrow,.tooltip-info+.tooltip.bottom-right .tooltip-arrow {
border-bottom-color:#31b0d5
}
.modal-dialog {
-webkit-animation-duration:.8s;
-moz-animation-duration:.8s;
-ms-animation-duration:.8s;
animation-duration:.8s
}
.modal-content {
border:none;
border-radius:2px;
-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);
box-shadow:0 1px 3px rgba(0,0,0,.1)
}
.modal-content:after,.modal-content:before {
content:" ";
display:table
}
.modal-content:after {
clear:both
}
.modal-header {
background:#f8f8f8;
padding:12px 20px;
border-top-right-radius:2px;
border-top-left-radius:2px
}
.modal-dialog .close {
color:#555;
font-size:20px;
margin-top:3px
}
.modal-dialog .close.fa-times {
font-size:15px;
margin-top:2px
}
.modal-footer {
padding:12px 20px;
margin-top:0;
background:#fff;
border-bottom-right-radius:2px;
border-bottom-left-radius:2px
}
@media (min-width:480px) {
.modal-alert .modal-dialog {
width:350px
}
}
.modal-alert .modal-body,.modal-alert .modal-footer,.modal-alert .modal-header,.modal-alert .modal-title {
background:0 0;
border:none;
margin:0;
padding:0 20px;
text-align:center!important
}
.modal-alert .modal-header {
color:#fff;
margin-bottom:20px;
padding:25px 0 18px;
text-shadow:0 1px 0 rgba(0,0,0,.15);
border-bottom:4px solid rgba(0,0,0,.08)
}
.modal-alert .modal-header .fa {
font-size:90px
}
.modal-alert .modal-title {
font-size:14px;
font-weight:600;
margin-bottom:3px
}
.modal-alert .modal-body {
color:#888
}
.modal-alert .modal-footer {
margin:25px 0 20px
}
.modal-alert.modal-info .modal-header {
background:#5bc0de
}
.modal-alert.modal-danger .modal-header {
background:#e66454
}
.modal-alert.modal-warning .modal-header {
background:#f4b04f
}
.modal-alert.modal-success .modal-header {
background:#5ebd5e
}
.panel-group .panel-heading {
padding:0
}
.accordion-toggle {
color:#555;
display:block;
line-height:22px;
padding:9px 35px 9px 20px;
position:relative
}
.accordion-toggle.collapsed:hover,.accordion-toggle:hover {
background:rgba(0,0,0,.015);
color:#555;
text-decoration:none
}
.accordion-toggle.collapsed:hover:after,.accordion-toggle:hover:after {
color:#888
}
.accordion-toggle:after {
color:#aaa;
content:"\f146";
display:block;
font-family:FontAwesome;
font-size:10px;
line-height:36px;
position:absolute;
top:3px;
right:15px
}
.accordion-toggle.collapsed {
color:#777
}
.accordion-toggle.collapsed:after {
content:"\f0fe"
}
.panel-group.panel-group-success .accordion-toggle {
background:#5ebd5e;
color:#fff
}
.panel-group.panel-group-success .accordion-toggle.collapsed:hover:after,.panel-group.panel-group-success .accordion-toggle:after,.panel-group.panel-group-success .accordion-toggle:hover:after {
color:#fff
}
.panel-group.panel-group-success .panel,.panel-group.panel-group-success .panel-body,.panel-group.panel-group-success .panel-heading,.panel-group.panel-group-success.panel-group .panel-heading+.panel-collapse .panel-body {
border-color:#5ebd5e
}
.panel-group.panel-group-danger .accordion-toggle {
background:#e66454;
color:#fff
}
.panel-group.panel-group-danger .accordion-toggle.collapsed:hover:after,.panel-group.panel-group-danger .accordion-toggle:after,.panel-group.panel-group-danger .accordion-toggle:hover:after {
color:#fff
}
.panel-group.panel-group-danger .panel,.panel-group.panel-group-danger .panel-body,.panel-group.panel-group-danger .panel-heading,.panel-group.panel-group-danger.panel-group .panel-heading+.panel-collapse .panel-body {
border-color:#e66454
}
.panel-group.panel-group-warning .accordion-toggle {
background:#f4b04f;
color:#fff
}
.panel-group.panel-group-warning .accordion-toggle.collapsed:hover:after,.panel-group.panel-group-warning .accordion-toggle:after,.panel-group.panel-group-warning .accordion-toggle:hover:after {
color:#fff
}
.panel-group.panel-group-warning .panel,.panel-group.panel-group-warning .panel-body,.panel-group.panel-group-warning .panel-heading,.panel-group.panel-group-warning.panel-group .panel-heading+.panel-collapse .panel-body {
border-color:#f4b04f
}
.panel-group.panel-group-info .accordion-toggle {
background:#5bc0de;
color:#fff
}
.panel-group.panel-group-info .accordion-toggle.collapsed:hover:after,.panel-group.panel-group-info .accordion-toggle:after,.panel-group.panel-group-info .accordion-toggle:hover:after {
color:#fff
}
.panel-group.panel-group-info .panel,.panel-group.panel-group-info .panel-body,.panel-group.panel-group-info .panel-heading,.panel-group.panel-group-info.panel-group .panel-heading+.panel-collapse .panel-body {
border-color:#5bc0de
}
.note {
background:#fafafa;
border-left:3px solid #ddd;
border-right:0 solid #ddd;
margin-bottom:20px;
padding:20px
}
.note h1,.note h2,.note h3,.note h4,.note h5,.note h6 {
margin-top:0
}
.note.note-success {
border-color:#5ebd5e;
background:#f4faf2
}
.note.note-success h1,.note.note-success h2,.note.note-success h3,.note.note-success h4,.note.note-success h5,.note.note-success h6 {
color:#5ebd5e
}
.note.note-danger {
border-color:#e66454;
background:#fbf4f4
}
.note.note-danger h1,.note.note-danger h2,.note.note-danger h3,.note.note-danger h4,.note.note-danger h5,.note.note-danger h6 {
color:#e66454
}
.note.note-warning {
border-color:#f4b04f;
background:#fbf7de
}
.note.note-warning h1,.note.note-warning h2,.note.note-warning h3,.note.note-warning h4,.note.note-warning h5,.note.note-warning h6 {
color:#f4b04f
}
.note.note-info {
border-color:#5bc0de;
background:#f6fbfd
}
.note.note-info h1,.note.note-info h2,.note.note-info h3,.note.note-info h4,.note.note-info h5,.note.note-info h6 {
color:#5bc0de
}
.counter,.counter-separated {
display:inline-block
}
.counter span,.counter-separated span {
background:#444;
border:1px solid #333;
border-radius:2px;
color:#fff;
display:block;
float:left;
font-size:20px;
font-weight:700;
line-height:28px;
padding:0 6px;
position:relative;
text-align:center
}
.counter span:before,.counter-separated span:before {
background:#333;
content:" ";
display:block;
font-size:0;
height:1px;
left:0;
position:absolute;
top:50%;
width:100%
}
.counter-separated.counter-sm span,.counter.counter-sm span {
font-size:16px;
line-height:22px;
padding:0 4px
}
.counter-separated.counter-lg span,.counter.counter-lg span {
font-size:24px;
line-height:34px;
padding:0 6px
}
.counter-separated span {
padding:0 5px
}
.counter-separated span+span {
margin-left:4px
}
.counter-separated.counter-sm span {
padding:0 4px
}
.counter-separated.counter-sm span+span {
margin-left:3px
}
.btn-pa-purple,.btn-pa-purple:focus {
color:#fff
}
.btn-pa-purple.btn-outline:focus {
color:#555
}
.btn-pa-purple.btn-outline.dark:focus {
color:#fff;
color:rgba(255,255,255,.8)
}
.btn-pa-purple,.btn-pa-purple:focus {
border-color:#78658b;
border-bottom-color:#695879;
background:#857198;
background-image:-webkit-linear-gradient(top,#88749a 0,#78658b 100%);
background-image:linear-gradient(to bottom,#88749a 0,#78658b 100%);
background-repeat:repeat-x
}
.btn-pa-purple:hover {
color:#fff;
border-color:#715e82;
border-bottom-color:#574964;
background:#78658b!important;
background-image:-webkit-linear-gradient(top,#806b94 0,#715e82 100%)!important;
background-image:linear-gradient(to bottom,#806b94 0,#715e82 100%)!important;
background-repeat:repeat-x
}
.btn-pa-purple.active,.btn-pa-purple:active,.open .btn-pa-purple.dropdown-toggle {
background:0 0;
background:#7b678e!important;
border-color:#615170;
border-bottom-color:#615170!important;
color:#fff;
-webkit-box-shadow:0 0 12px rgba(0,0,0,.1)inset;
box-shadow:0 0 12px rgba(0,0,0,.1)inset
}
.btn-pa-purple.btn-flat {
background:#7d6991
}
.btn-pa-purple.btn-flat.active,.btn-pa-purple.btn-flat:active,.btn-pa-purple.btn-flat:hover,.open .btn-pa-purple.btn-flat.dropdown-toggle {
background:#7d6991!important;
color:#fff
}
.btn-pa-purple.btn-outline.btn-flat:hover,.btn-pa-purple.btn-outline:hover {
color:#fff;
border-color:#715e82;
border-bottom-color:#574964
}
.btn-pa-purple.btn-outline.btn-flat:active,.btn-pa-purple.btn-outline:active {
border-color:#615170
}
.btn-group .btn-pa-purple,.btn-group .btn-pa-purple:focus,.input-group-btn .btn-pa-purple,.input-group-btn .btn-pa-purple:focus {
border-left-color:#715e82;
border-right-color:#715e82
}
.btn-group .btn-pa-purple:hover,.btn-group.open .btn-pa-purple.dropdown-toggle,.input-group-btn .btn-pa-purple:hover,.input-group-btn.open .btn-pa-purple.dropdown-toggle {
border-color:#715e82;
border-bottom-color:#574964
}
.btn-group .btn-pa-purple.active,.btn-group .btn-pa-purple:active,.input-group-btn .btn-pa-purple.active,.input-group-btn .btn-pa-purple:active {
border-left-color:#615170;
border-right-color:#615170
}
.badge.badge-pa-purple {
background:#857198;
border:1px solid #857198
}
.badge.badge-pa-purple[href]:focus,.badge.badge-pa-purple[href]:hover {
background-color:#6b5a7c;
border-color:#6b5a7c
}
.label.label-pa-purple {
background:#857198
}
.label.label-pa-purple[href]:focus,.label.label-pa-purple[href]:hover {
background-color:#6b5a7c
}
.label.label-pa-purple.label-tag {
border:1px solid #857198
}
.label.label-pa-purple.label-tag:before {
border-color:transparent #857198 transparent transparent
}
.label.label-pa-purple.label-tag[href]:focus,.label.label-pa-purple.label-tag[href]:hover {
border-color:#6b5a7c
}
.label.label-pa-purple.label-tag[href]:focus:before,.label.label-pa-purple.label-tag[href]:hover:before {
border-color:transparent #6b5a7c transparent transparent
}
.right-to-left .label.label-pa-purple.label-tag:before {
border-color:transparent transparent transparent #857198
}
.right-to-left .label.label-pa-purple.label-tag[href]:focus:before,.right-to-left .label.label-pa-purple.label-tag[href]:hover:before {
border-color:transparent transparent transparent #6b5a7c
}
.ie8 .right-to-left .label.label-pa-purple.label-tag:before,.ie9 .right-to-left .label.label-pa-purple.label-tag:before {
border-color:transparent #857198 transparent transparent
}
.ie8 .right-to-left .label.label-pa-purple.label-tag[href]:focus:before,.ie8 .right-to-left .label.label-pa-purple.label-tag[href]:hover:before,.ie9 .right-to-left .label.label-pa-purple.label-tag[href]:focus:before,.ie9 .right-to-left .label.label-pa-purple.label-tag[href]:hover:before {
border-color:transparent #6b5a7c transparent transparent
}
.alert.alert-pa-purple {
color:#fff;
background:0 0;
border-color:#6b5a7c;
background-color:#857198;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.06)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.06)),color-stop(0.75,rgba(255,255,255,.06)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-size:20px 20px
}
.progress .progress-bar.progress-bar-pa-purple {
background:#857198;
border-color:#766388
}
.progress.progress-striped .progress-bar.progress-bar-pa-purple {
background-color:#857198;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.1)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.1)),color-stop(0.75,rgba(255,255,255,.1)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-size:10px 10px
}
.dropdown-menu.dropdown-menu-pa-purple>li.active>a,.dropdown-menu.dropdown-menu-pa-purple>li>a:hover {
background:#857198
}
.dropdown-menu.dropdown-menu-pa-purple>li>a:hover {
color:#fff
}
.nav-tabs.nav-tabs-pa-purple>li.active>a,.nav-tabs.nav-tabs-pa-purple>li.active>a:focus,.nav-tabs.nav-tabs-pa-purple>li.active>a:hover {
background:#857198;
border-bottom:2px solid #78658b
}
.nav-tabs.nav-tabs-pa-purple .nav-tabs.nav-justified>.active>a {
border-bottom-color:#78658b
}
.nav-pills.nav-pills-pa-purple>li.active>a,.nav-pills.nav-pills-pa-purple>li.active>a:focus,.nav-pills.nav-pills-pa-purple>li.active>a:hover {
background:#857198
}
.table-pa-purple table {
border-top-color:#666567!important
}
.table-pa-purple .table-header,.table-pa-purple thead,.table-pa-purple thead th,.table-pa-purple thead tr {
border-color:#666567!important;
color:#fff
}
.table-pa-purple thead th,.table-pa-purple thead tr {
background:#756c7e
}
.table-pa-purple .table-header {
background:#857198
}
.list-group.list-group-pa-purple a.list-group-item.active {
background:#857198;
border-color:#857198
}
.list-group.list-group-pa-purple a.list-group-item.active .list-group-item-text {
color:#ebe7ee
}
.panel.panel-pa-purple {
border-color:#857198!important
}
.panel.panel-pa-purple .panel-heading {
background:#857198;
border-color:#857198;
color:#fff
}
.panel.panel-pa-purple .panel-heading .panel-title {
color:#fff
}
.panel.panel-pa-purple .panel-heading .panel-heading-text {
color:#e6e1e9
}
.panel.panel-pa-purple .panel-heading .panel-heading-text a {
color:#e6e1e9;
text-decoration:underline
}
.panel.panel-pa-purple .panel-heading .panel-heading-text a:hover {
color:#fff
}
.panel.panel-pa-purple .panel-heading-controls li.active a,.panel.panel-pa-purple .panel-heading-controls li.active span {
color:#857198!important
}
.panel.panel-pa-purple.panel-body-colorful .list-group-item,.panel.panel-pa-purple.panel-body-colorful .panel-heading,.panel.panel-pa-purple.panel-body-colorful table,.panel.panel-pa-purple.panel-body-colorful table td,.panel.panel-pa-purple.panel-body-colorful table th,.panel.panel-pa-purple.panel-body-colorful table tr {
border-color:#9989a9
}
.panel.panel-pa-purple.panel-body-colorful,.panel.panel-pa-purple.panel-body-colorful .list-group-item,.panel.panel-pa-purple.panel-body-colorful .panel-body {
background:#857198;
color:#fff
}
.panel.panel-pa-purple.panel-body-colorful .panel-footer {
background:#857198;
border-color:#9989a9;
color:#fff
}
.popover-pa-purple+.popover .popover-title {
background:#857198;
border-bottom-color:#857198;
color:#fff
}
.popover-pa-purple.popover-colorful+.popover {
background:#857198;
border-color:#857198;
color:#fff
}
.popover-pa-purple.popover-colorful+.popover .popover-title {
border-bottom-color:#9989a9;
border-bottom-width:2px
}
.popover-pa-purple.popover-colorful+.popover.top .arrow:after {
border-top-color:#857198
}
.popover-pa-purple.popover-colorful+.popover.bottom .arrow:after {
border-bottom-color:#857198
}
.popover-pa-purple.popover-colorful+.popover.left .arrow:after {
border-left-color:#857198
}
.popover-pa-purple.popover-colorful+.popover.right .arrow:after {
border-right-color:#857198
}
.tooltip-pa-purple+.tooltip .tooltip-inner {
background-color:#6b5a7c
}
.tooltip-pa-purple+.tooltip.top .tooltip-arrow,.tooltip-pa-purple+.tooltip.top-left .tooltip-arrow,.tooltip-pa-purple+.tooltip.top-right .tooltip-arrow {
border-top-color:#6b5a7c
}
.tooltip-pa-purple+.tooltip.right .tooltip-arrow {
border-right-color:#6b5a7c
}
.tooltip-pa-purple+.tooltip.left .tooltip-arrow {
border-left-color:#6b5a7c
}
.tooltip-pa-purple+.tooltip.bottom .tooltip-arrow,.tooltip-pa-purple+.tooltip.bottom-left .tooltip-arrow,.tooltip-pa-purple+.tooltip.bottom-right .tooltip-arrow {
border-bottom-color:#6b5a7c
}
.panel-group.panel-group-pa-purple .accordion-toggle {
background:#857198;
color:#fff
}
.panel-group.panel-group-pa-purple .accordion-toggle.collapsed:hover:after,.panel-group.panel-group-pa-purple .accordion-toggle:after,.panel-group.panel-group-pa-purple .accordion-toggle:hover:after {
color:#fff
}
.panel-group.panel-group-pa-purple .panel,.panel-group.panel-group-pa-purple .panel-body,.panel-group.panel-group-pa-purple .panel-heading,.panel-group.panel-group-pa-purple.panel-group .panel-heading+.panel-collapse .panel-body {
border-color:#857198
}
.switcher-pa-purple .switcher-state-on {
background:#857198!important
}
.ui-slider.ui-slider-pa-purple .ui-slider-handle.ui-state-active:before,.ui-slider.ui-slider-pa-purple .ui-slider-range {
background:#857198
}
.bg-simba-yellow{
background:#ffe401!important
}
.bg-simba-yellow.darken,.bg-simba-yellow[href]:hover {
background:#7d7089!important
}
.bg-simba-yellow.darken[href]:hover,.bg-simba-yellow.darker {
background:#756a81!important
}
.bg-simba-yellow.darker[href]:hover {
background:#6e6378!important
}
.bg-simba-yellow,.bg-simba-yellow a,.bg-simba-yellow a:focus,.bg-simba-yellow:active,.bg-simba-yellow:focus,.bg-simba-yellow:hover {
color:#000
}
.bg-simba-yellow a:active,.bg-simba-yellow a:hover {
color:#ffc600
}
.bg-simba-yellow [href]:hover,.bg-simba-yellow[href]:hover {
color:#000
}
.bg-simba-yellow * {
border-color:#ffe401
}
.bg-simba-orange{
background:#38b24a!important
}
.bg-simba-orange.darken,.bg-simba-orange[href]:hover {
background:#38b24a!important
}
.bg-simba-orange.darken[href]:hover,.bg-simba-orange.darker {
background:#38b24a!important
}
.bg-simba-orange.darker[href]:hover {
background:#38b24a!important
}
.bg-simba-orange,.bg-simba-orange a,.bg-simba-orange a:focus,.bg-simba-orange:active,.bg-simba-orange:focus,.bg-simba-orange:hover {
color:#000
}
.bg-simba-orange a:active,.bg-simba-orange a:hover {
color:#38b24a
}
.bg-simba-orange [href]:hover,.bg-simba-orange[href]:hover {
color:#000
}
.bg-simba-orange * {
border-color:#38b24a
}
.bg-pa-purple {
background:#857198!important
}
.bg-pa-purple.darken,.bg-pa-purple[href]:hover {
background:#7d7089!important
}
.bg-pa-purple.darken[href]:hover,.bg-pa-purple.darker {
background:#756a81!important
}
.bg-pa-purple.darker[href]:hover {
background:#6e6378!important
}
.bg-pa-purple,.bg-pa-purple a,.bg-pa-purple a:focus,.bg-pa-purple:active,.bg-pa-purple:focus,.bg-pa-purple:hover {
color:#fff
}
.bg-pa-purple a:active,.bg-pa-purple a:hover {
color:#d9d9d9
}
.bg-pa-purple [href]:hover,.bg-pa-purple[href]:hover {
color:#fff
}
.bg-pa-purple * {
border-color:#9786a7
}
.text-pa-purple,.text-pa-purple a,.text-pa-purple a:focus,.text-pa-purple:active,.text-pa-purple:focus,.text-pa-purple:hover {
color:#857198
}
.text-pa-purple a:active,.text-pa-purple a:hover {
color:#5f4f6d
}
.btn-light-green,.btn-light-green:focus {
color:#fff
}
.btn-light-green.btn-outline:focus {
color:#555
}
.btn-light-green.btn-outline.dark:focus {
color:#fff;
color:rgba(255,255,255,.8)
}
.btn-light-green,.btn-light-green:focus {
border-color:#98c66b;
border-bottom-color:#89bd54;
background:#a5cd7d;
background-image:-webkit-linear-gradient(top,#a8ce81 0,#98c66b 100%);
background-image:linear-gradient(to bottom,#a8ce81 0,#98c66b 100%);
background-repeat:repeat-x
}
.btn-light-green:hover {
color:#fff;
border-color:#91c260;
border-bottom-color:#77ac42;
background:#98c66b!important;
background-image:-webkit-linear-gradient(top,#a0ca76 0,#91c260 100%)!important;
background-image:linear-gradient(to bottom,#a0ca76 0,#91c260 100%)!important;
background-repeat:repeat-x
}
.btn-light-green.active,.btn-light-green:active,.open .btn-light-green.dropdown-toggle {
background:0 0;
background:#9bc76e!important;
border-color:#81b949;
border-bottom-color:#81b949!important;
color:#fff;
-webkit-box-shadow:0 0 12px rgba(0,0,0,.1)inset;
box-shadow:0 0 12px rgba(0,0,0,.1)inset
}
.btn-light-green.btn-flat {
background:#9dc972
}
.btn-light-green.btn-flat.active,.btn-light-green.btn-flat:active,.btn-light-green.btn-flat:hover,.open .btn-light-green.btn-flat.dropdown-toggle {
background:#9dc972!important;
color:#fff
}
.btn-light-green.btn-outline.btn-flat:hover,.btn-light-green.btn-outline:hover {
color:#fff;
border-color:#91c260;
border-bottom-color:#77ac42
}
.btn-light-green.btn-outline.btn-flat:active,.btn-light-green.btn-outline:active {
border-color:#81b949
}
.btn-group .btn-light-green,.btn-group .btn-light-green:focus,.input-group-btn .btn-light-green,.input-group-btn .btn-light-green:focus {
border-left-color:#91c260;
border-right-color:#91c260
}
.btn-group .btn-light-green:hover,.btn-group.open .btn-light-green.dropdown-toggle,.input-group-btn .btn-light-green:hover,.input-group-btn.open .btn-light-green.dropdown-toggle {
border-color:#91c260;
border-bottom-color:#77ac42
}
.btn-group .btn-light-green.active,.btn-group .btn-light-green:active,.input-group-btn .btn-light-green.active,.input-group-btn .btn-light-green:active {
border-left-color:#81b949;
border-right-color:#81b949
}
.badge.badge-light-green {
background:#a5cd7d;
border:1px solid #a5cd7d
}
.badge.badge-light-green[href]:focus,.badge.badge-light-green[href]:hover {
background-color:#8cbf58;
border-color:#8cbf58
}
.label.label-light-green {
background:#a5cd7d
}
.label.label-light-green[href]:focus,.label.label-light-green[href]:hover {
background-color:#8cbf58
}
.label.label-light-green.label-tag {
border:1px solid #a5cd7d
}
.label.label-light-green.label-tag:before {
border-color:transparent #a5cd7d transparent transparent
}
.label.label-light-green.label-tag[href]:focus,.label.label-light-green.label-tag[href]:hover {
border-color:#8cbf58
}
.label.label-light-green.label-tag[href]:focus:before,.label.label-light-green.label-tag[href]:hover:before {
border-color:transparent #8cbf58 transparent transparent
}
.right-to-left .label.label-light-green.label-tag:before {
border-color:transparent transparent transparent #a5cd7d
}
.right-to-left .label.label-light-green.label-tag[href]:focus:before,.right-to-left .label.label-light-green.label-tag[href]:hover:before {
border-color:transparent transparent transparent #8cbf58
}
.ie8 .right-to-left .label.label-light-green.label-tag:before,.ie9 .right-to-left .label.label-light-green.label-tag:before {
border-color:transparent #a5cd7d transparent transparent
}
.ie8 .right-to-left .label.label-light-green.label-tag[href]:focus:before,.ie8 .right-to-left .label.label-light-green.label-tag[href]:hover:before,.ie9 .right-to-left .label.label-light-green.label-tag[href]:focus:before,.ie9 .right-to-left .label.label-light-green.label-tag[href]:hover:before {
border-color:transparent #8cbf58 transparent transparent
}
.alert.alert-light-green {
color:#fff;
background:0 0;
border-color:#8cbf58;
background-color:#a5cd7d;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.06)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.06)),color-stop(0.75,rgba(255,255,255,.06)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-size:20px 20px
}
.progress .progress-bar.progress-bar-light-green {
background:#a5cd7d;
border-color:#96c467
}
.progress.progress-striped .progress-bar.progress-bar-light-green {
background-color:#a5cd7d;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.1)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.1)),color-stop(0.75,rgba(255,255,255,.1)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-size:10px 10px
}
.dropdown-menu.dropdown-menu-light-green>li.active>a,.dropdown-menu.dropdown-menu-light-green>li>a:hover {
background:#a5cd7d
}
.dropdown-menu.dropdown-menu-light-green>li>a:hover {
color:#fff
}
.nav-tabs.nav-tabs-light-green>li.active>a,.nav-tabs.nav-tabs-light-green>li.active>a:focus,.nav-tabs.nav-tabs-light-green>li.active>a:hover {
background:#a5cd7d;
border-bottom:2px solid #98c66b
}
.nav-tabs.nav-tabs-light-green .nav-tabs.nav-justified>.active>a {
border-bottom-color:#98c66b
}
.nav-pills.nav-pills-light-green>li.active>a,.nav-pills.nav-pills-light-green>li.active>a:focus,.nav-pills.nav-pills-light-green>li.active>a:hover {
background:#a5cd7d
}
.table-light-green table {
border-top-color:#86aa63!important
}
.table-light-green .table-header,.table-light-green thead,.table-light-green thead th,.table-light-green thead tr {
border-color:#86aa63!important;
color:#fff
}
.table-light-green thead th,.table-light-green thead tr {
background:#96bc6f
}
.table-light-green .table-header {
background:#a5cd7d
}
.list-group.list-group-light-green a.list-group-item.active {
background:#a5cd7d;
border-color:#a5cd7d
}
.list-group.list-group-light-green a.list-group-item.active .list-group-item-text {
color:#fff
}
.panel.panel-light-green {
border-color:#a5cd7d!important
}
.panel.panel-light-green .panel-heading {
background:#a5cd7d;
border-color:#a5cd7d;
color:#fff
}
.panel.panel-light-green .panel-heading .panel-heading-text,.panel.panel-light-green .panel-heading .panel-title {
color:#fff
}
.panel.panel-light-green .panel-heading .panel-heading-text a {
color:#fff;
text-decoration:underline
}
.panel.panel-light-green .panel-heading .panel-heading-text a:hover {
color:#fff
}
.panel.panel-light-green .panel-heading-controls li.active a,.panel.panel-light-green .panel-heading-controls li.active span {
color:#a5cd7d!important
}
.panel.panel-light-green.panel-body-colorful .list-group-item,.panel.panel-light-green.panel-body-colorful .panel-heading,.panel.panel-light-green.panel-body-colorful table,.panel.panel-light-green.panel-body-colorful table td,.panel.panel-light-green.panel-body-colorful table th,.panel.panel-light-green.panel-body-colorful table tr {
border-color:#b9d89a
}
.panel.panel-light-green.panel-body-colorful,.panel.panel-light-green.panel-body-colorful .list-group-item,.panel.panel-light-green.panel-body-colorful .panel-body {
background:#a5cd7d;
color:#fff
}
.panel.panel-light-green.panel-body-colorful .panel-footer {
background:#a5cd7d;
border-color:#b9d89a;
color:#fff
}
.popover-light-green+.popover .popover-title {
background:#a5cd7d;
border-bottom-color:#a5cd7d;
color:#fff
}
.popover-light-green.popover-colorful+.popover {
background:#a5cd7d;
border-color:#a5cd7d;
color:#fff
}
.popover-light-green.popover-colorful+.popover .popover-title {
border-bottom-color:#b9d89a;
border-bottom-width:2px
}
.popover-light-green.popover-colorful+.popover.top .arrow:after {
border-top-color:#a5cd7d
}
.popover-light-green.popover-colorful+.popover.bottom .arrow:after {
border-bottom-color:#a5cd7d
}
.popover-light-green.popover-colorful+.popover.left .arrow:after {
border-left-color:#a5cd7d
}
.popover-light-green.popover-colorful+.popover.right .arrow:after {
border-right-color:#a5cd7d
}
.tooltip-light-green+.tooltip .tooltip-inner {
background-color:#8cbf58
}
.tooltip-light-green+.tooltip.top .tooltip-arrow,.tooltip-light-green+.tooltip.top-left .tooltip-arrow,.tooltip-light-green+.tooltip.top-right .tooltip-arrow {
border-top-color:#8cbf58
}
.tooltip-light-green+.tooltip.right .tooltip-arrow {
border-right-color:#8cbf58
}
.tooltip-light-green+.tooltip.left .tooltip-arrow {
border-left-color:#8cbf58
}
.tooltip-light-green+.tooltip.bottom .tooltip-arrow,.tooltip-light-green+.tooltip.bottom-left .tooltip-arrow,.tooltip-light-green+.tooltip.bottom-right .tooltip-arrow {
border-bottom-color:#8cbf58
}
.panel-group.panel-group-light-green .accordion-toggle {
background:#a5cd7d;
color:#fff
}
.panel-group.panel-group-light-green .accordion-toggle.collapsed:hover:after,.panel-group.panel-group-light-green .accordion-toggle:after,.panel-group.panel-group-light-green .accordion-toggle:hover:after {
color:#fff
}
.panel-group.panel-group-light-green .panel,.panel-group.panel-group-light-green .panel-body,.panel-group.panel-group-light-green .panel-heading,.panel-group.panel-group-light-green.panel-group .panel-heading+.panel-collapse .panel-body {
border-color:#a5cd7d
}
.switcher-light-green .switcher-state-on {
background:#a5cd7d!important
}
.ui-slider.ui-slider-light-green .ui-slider-handle.ui-state-active:before,.ui-slider.ui-slider-light-green .ui-slider-range {
background:#a5cd7d
}
.bg-light-green {
background:#a5cd7d!important
}
.bg-light-green.darken,.bg-light-green[href]:hover {
background:#9dc378!important
}
.bg-light-green.darken[href]:hover,.bg-light-green.darker {
background:#96be6d!important
}
.bg-light-green.darker[href]:hover {
background:#8eb963!important
}
.bg-light-green,.bg-light-green a,.bg-light-green a:focus,.bg-light-green:active,.bg-light-green:focus,.bg-light-green:hover {
color:#fff
}
.bg-light-green a:active,.bg-light-green a:hover {
color:#d9d9d9
}
.bg-light-green [href]:hover,.bg-light-green[href]:hover {
color:#fff
}
.bg-light-green * {
border-color:#b7d797
}
.text-light-green,.text-light-green a,.text-light-green a:focus,.text-light-green:active,.text-light-green:focus,.text-light-green:hover {
color:#a5cd7d
}
.text-light-green a:active,.text-light-green a:hover {
color:#7fb746
}
.btn-dark-gray,.btn-dark-gray:focus {
color:#fff
}
.btn-dark-gray.btn-outline:focus {
color:#555
}
.btn-dark-gray.btn-outline.dark:focus {
color:#fff;
color:rgba(255,255,255,.8)
}
.btn-dark-gray,.btn-dark-gray:focus {
border-color:#2d2d30;
border-bottom-color:#1e1e20;
background:#39393d;
background-image:-webkit-linear-gradient(top,#3b3b40 0,#2d2d30 100%);
background-image:linear-gradient(to bottom,#3b3b40 0,#2d2d30 100%);
background-repeat:repeat-x
}
.btn-dark-gray:hover {
color:#fff;
border-color:#252528;
border-bottom-color:#0d0d0e;
background:#2d2d30!important;
background-image:-webkit-linear-gradient(top,#343438 0,#252528 100%)!important;
background-image:linear-gradient(to bottom,#343438 0,#252528 100%)!important;
background-repeat:repeat-x
}
.btn-dark-gray.active,.btn-dark-gray:active,.open .btn-dark-gray.dropdown-toggle {
background:0 0;
background:#2f2f32!important;
border-color:#171718;
border-bottom-color:#171718!important;
color:#fff;
-webkit-box-shadow:0 0 12px rgba(0,0,0,.1)inset;
box-shadow:0 0 12px rgba(0,0,0,.1)inset
}
.btn-dark-gray.btn-flat {
background:#323235
}
.btn-dark-gray.btn-flat.active,.btn-dark-gray.btn-flat:active,.btn-dark-gray.btn-flat:hover,.open .btn-dark-gray.btn-flat.dropdown-toggle {
background:#323235!important;
color:#fff
}
.btn-dark-gray.btn-outline.btn-flat:hover,.btn-dark-gray.btn-outline:hover {
color:#fff;
border-color:#252528;
border-bottom-color:#0d0d0e
}
.btn-dark-gray.btn-outline.btn-flat:active,.btn-dark-gray.btn-outline:active {
border-color:#171718
}
.btn-group .btn-dark-gray,.btn-group .btn-dark-gray:focus,.input-group-btn .btn-dark-gray,.input-group-btn .btn-dark-gray:focus {
border-left-color:#252528;
border-right-color:#252528
}
.btn-group .btn-dark-gray:hover,.btn-group.open .btn-dark-gray.dropdown-toggle,.input-group-btn .btn-dark-gray:hover,.input-group-btn.open .btn-dark-gray.dropdown-toggle {
border-color:#252528;
border-bottom-color:#0d0d0e
}
.btn-group .btn-dark-gray.active,.btn-group .btn-dark-gray:active,.input-group-btn .btn-dark-gray.active,.input-group-btn .btn-dark-gray:active {
border-left-color:#171718;
border-right-color:#171718
}
.badge.badge-dark-gray {
background:#39393d;
border:1px solid #39393d
}
.badge.badge-dark-gray[href]:focus,.badge.badge-dark-gray[href]:hover {
background-color:#202023;
border-color:#202023
}
.label.label-dark-gray {
background:#39393d
}
.label.label-dark-gray[href]:focus,.label.label-dark-gray[href]:hover {
background-color:#202023
}
.label.label-dark-gray.label-tag {
border:1px solid #39393d
}
.label.label-dark-gray.label-tag:before {
border-color:transparent #39393d transparent transparent
}
.label.label-dark-gray.label-tag[href]:focus,.label.label-dark-gray.label-tag[href]:hover {
border-color:#202023
}
.label.label-dark-gray.label-tag[href]:focus:before,.label.label-dark-gray.label-tag[href]:hover:before {
border-color:transparent #202023 transparent transparent
}
.right-to-left .label.label-dark-gray.label-tag:before {
border-color:transparent transparent transparent #39393d
}
.right-to-left .label.label-dark-gray.label-tag[href]:focus:before,.right-to-left .label.label-dark-gray.label-tag[href]:hover:before {
border-color:transparent transparent transparent #202023
}
.ie8 .right-to-left .label.label-dark-gray.label-tag:before,.ie9 .right-to-left .label.label-dark-gray.label-tag:before {
border-color:transparent #39393d transparent transparent
}
.ie8 .right-to-left .label.label-dark-gray.label-tag[href]:focus:before,.ie8 .right-to-left .label.label-dark-gray.label-tag[href]:hover:before,.ie9 .right-to-left .label.label-dark-gray.label-tag[href]:focus:before,.ie9 .right-to-left .label.label-dark-gray.label-tag[href]:hover:before {
border-color:transparent #202023 transparent transparent
}
.alert.alert-dark-gray {
color:#fff;
background:0 0;
border-color:#202023;
background-color:#39393d;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.06)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.06)),color-stop(0.75,rgba(255,255,255,.06)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-size:20px 20px
}
.progress .progress-bar.progress-bar-dark-gray {
background:#39393d;
border-color:#2a2a2d
}
.progress.progress-striped .progress-bar.progress-bar-dark-gray {
background-color:#39393d;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.1)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.1)),color-stop(0.75,rgba(255,255,255,.1)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-size:10px 10px
}
.dropdown-menu.dropdown-menu-dark-gray>li.active>a,.dropdown-menu.dropdown-menu-dark-gray>li>a:hover {
background:#39393d
}
.dropdown-menu.dropdown-menu-dark-gray>li>a:hover {
color:#fff
}
.nav-tabs.nav-tabs-dark-gray>li.active>a,.nav-tabs.nav-tabs-dark-gray>li.active>a:focus,.nav-tabs.nav-tabs-dark-gray>li.active>a:hover {
background:#39393d;
border-bottom:2px solid #2d2d30
}
.nav-tabs.nav-tabs-dark-gray .nav-tabs.nav-justified>.active>a {
border-bottom-color:#2d2d30
}
.nav-pills.nav-pills-dark-gray>li.active>a,.nav-pills.nav-pills-dark-gray>li.active>a:focus,.nav-pills.nav-pills-dark-gray>li.active>a:hover {
background:#39393d
}
.table-dark-gray table {
border-top-color:#1c1c1c!important
}
.table-dark-gray .table-header,.table-dark-gray thead,.table-dark-gray thead th,.table-dark-gray thead tr {
border-color:#1c1c1c!important;
color:#fff
}
.table-dark-gray thead th,.table-dark-gray thead tr {
background:#2c2c2c
}
.table-dark-gray .table-header {
background:#39393d
}
.list-group.list-group-dark-gray a.list-group-item.active {
background:#39393d;
border-color:#39393d
}
.list-group.list-group-dark-gray a.list-group-item.active .list-group-item-text {
color:#9e9ea4
}
.panel.panel-dark-gray {
border-color:#39393d!important
}
.panel.panel-dark-gray .panel-heading {
background:#39393d;
border-color:#39393d;
color:#fff
}
.panel.panel-dark-gray .panel-heading .panel-title {
color:#fff
}
.panel.panel-dark-gray .panel-heading .panel-heading-text {
color:#99999f
}
.panel.panel-dark-gray .panel-heading .panel-heading-text a {
color:#99999f;
text-decoration:underline
}
.panel.panel-dark-gray .panel-heading .panel-heading-text a:hover {
color:#fff
}
.panel.panel-dark-gray .panel-heading-controls li.active a,.panel.panel-dark-gray .panel-heading-controls li.active span {
color:#39393d!important
}
.panel.panel-dark-gray.panel-body-colorful .list-group-item,.panel.panel-dark-gray.panel-body-colorful .panel-heading,.panel.panel-dark-gray.panel-body-colorful table,.panel.panel-dark-gray.panel-body-colorful table td,.panel.panel-dark-gray.panel-body-colorful table th,.panel.panel-dark-gray.panel-body-colorful table tr {
border-color:#4d4d52
}
.panel.panel-dark-gray.panel-body-colorful,.panel.panel-dark-gray.panel-body-colorful .list-group-item,.panel.panel-dark-gray.panel-body-colorful .panel-body {
background:#39393d;
color:#fff
}
.panel.panel-dark-gray.panel-body-colorful .panel-footer {
background:#39393d;
border-color:#4d4d52;
color:#fff
}
.popover-dark-gray+.popover .popover-title {
background:#39393d;
border-bottom-color:#39393d;
color:#fff
}
.popover-dark-gray.popover-colorful+.popover {
background:#39393d;
border-color:#39393d;
color:#fff
}
.popover-dark-gray.popover-colorful+.popover .popover-title {
border-bottom-color:#4d4d52;
border-bottom-width:2px
}
.popover-dark-gray.popover-colorful+.popover.top .arrow:after {
border-top-color:#39393d
}
.popover-dark-gray.popover-colorful+.popover.bottom .arrow:after {
border-bottom-color:#39393d
}
.popover-dark-gray.popover-colorful+.popover.left .arrow:after {
border-left-color:#39393d
}
.popover-dark-gray.popover-colorful+.popover.right .arrow:after {
border-right-color:#39393d
}
.tooltip-dark-gray+.tooltip .tooltip-inner {
background-color:#202023
}
.tooltip-dark-gray+.tooltip.top .tooltip-arrow,.tooltip-dark-gray+.tooltip.top-left .tooltip-arrow,.tooltip-dark-gray+.tooltip.top-right .tooltip-arrow {
border-top-color:#202023
}
.tooltip-dark-gray+.tooltip.right .tooltip-arrow {
border-right-color:#202023
}
.tooltip-dark-gray+.tooltip.left .tooltip-arrow {
border-left-color:#202023
}
.tooltip-dark-gray+.tooltip.bottom .tooltip-arrow,.tooltip-dark-gray+.tooltip.bottom-left .tooltip-arrow,.tooltip-dark-gray+.tooltip.bottom-right .tooltip-arrow {
border-bottom-color:#202023
}
.panel-group.panel-group-dark-gray .accordion-toggle {
background:#39393d;
color:#fff
}
.panel-group.panel-group-dark-gray .accordion-toggle.collapsed:hover:after,.panel-group.panel-group-dark-gray .accordion-toggle:after,.panel-group.panel-group-dark-gray .accordion-toggle:hover:after {
color:#fff
}
.panel-group.panel-group-dark-gray .panel,.panel-group.panel-group-dark-gray .panel-body,.panel-group.panel-group-dark-gray .panel-heading,.panel-group.panel-group-dark-gray.panel-group .panel-heading+.panel-collapse .panel-body {
border-color:#39393d
}
.switcher-dark-gray .switcher-state-on {
background:#39393d!important
}
.ui-slider.ui-slider-dark-gray .ui-slider-handle.ui-state-active:before,.ui-slider.ui-slider-dark-gray .ui-slider-range {
background:#39393d
}
.bg-dark-gray {
background:#39393d!important
}
.bg-dark-gray.darken,.bg-dark-gray[href]:hover {
background:#333!important
}
.bg-dark-gray.darken[href]:hover,.bg-dark-gray.darker {
background:#2c2c2c!important
}
.bg-dark-gray.darker[href]:hover {
background:#242424!important
}
.bg-dark-gray,.bg-dark-gray a,.bg-dark-gray a:focus,.bg-dark-gray:active,.bg-dark-gray:focus,.bg-dark-gray:hover {
color:#fff
}
.bg-dark-gray a:active,.bg-dark-gray a:hover {
color:#d9d9d9
}
.bg-dark-gray [href]:hover,.bg-dark-gray[href]:hover {
color:#fff
}
.bg-dark-gray * {
border-color:#4a4a4f
}
.text-dark-gray,.text-dark-gray a,.text-dark-gray a:focus,.text-dark-gray:active,.text-dark-gray:focus,.text-dark-gray:hover {
color:#39393d
}
.text-dark-gray a:active,.text-dark-gray a:hover {
color:#141415
}
.btn-facebook,.btn-facebook:focus {
color:#fff
}
.btn-facebook.btn-outline:focus {
color:#555
}
.btn-facebook.btn-outline.dark:focus {
color:#fff;
color:rgba(255,255,255,.8)
}
.btn-facebook,.btn-facebook:focus {
border-color:#4c669c;
border-bottom-color:#425887;
background:#5571ac;
background-image:-webkit-linear-gradient(top,#5874ae 0,#4c669c 100%);
background-image:linear-gradient(to bottom,#5874ae 0,#4c669c 100%);
background-repeat:repeat-x
}
.btn-facebook:hover {
color:#fff;
border-color:#475f91;
border-bottom-color:#36486f;
background:#4c669c!important;
background-image:-webkit-linear-gradient(top,#516ca6 0,#475f91 100%)!important;
background-image:linear-gradient(to bottom,#516ca6 0,#475f91 100%)!important;
background-repeat:repeat-x
}
.btn-facebook.active,.btn-facebook:active,.open .btn-facebook.dropdown-toggle {
background:0 0;
background:#4e689f!important;
border-color:#3d517d;
border-bottom-color:#3d517d!important;
color:#fff;
-webkit-box-shadow:0 0 12px rgba(0,0,0,.1)inset;
box-shadow:0 0 12px rgba(0,0,0,.1)inset
}
.btn-facebook.btn-flat {
background:#4f6aa2
}
.btn-facebook.btn-flat.active,.btn-facebook.btn-flat:active,.btn-facebook.btn-flat:hover,.open .btn-facebook.btn-flat.dropdown-toggle {
background:#4f6aa2!important;
color:#fff
}
.btn-facebook.btn-outline.btn-flat:hover,.btn-facebook.btn-outline:hover {
color:#fff;
border-color:#475f91;
border-bottom-color:#36486f
}
.btn-facebook.btn-outline.btn-flat:active,.btn-facebook.btn-outline:active {
border-color:#3d517d
}
.btn-group .btn-facebook,.btn-group .btn-facebook:focus,.input-group-btn .btn-facebook,.input-group-btn .btn-facebook:focus {
border-left-color:#475f91;
border-right-color:#475f91
}
.btn-group .btn-facebook:hover,.btn-group.open .btn-facebook.dropdown-toggle,.input-group-btn .btn-facebook:hover,.input-group-btn.open .btn-facebook.dropdown-toggle {
border-color:#475f91;
border-bottom-color:#36486f
}
.btn-group .btn-facebook.active,.btn-group .btn-facebook:active,.input-group-btn .btn-facebook.active,.input-group-btn .btn-facebook:active {
border-left-color:#3d517d;
border-right-color:#3d517d
}
.stat-panel {
background:#fff;
border-radius:2px;
display:table;
margin-bottom:22px;
overflow:hidden;
position:relative;
table-layout:fixed!important;
width:100%
}
.stat-rows {
display:table;
height:100%;
table-layout:fixed!important;
width:100%
}
.stat-cell,.stat-row {
float:none!important
}
.stat-row {
display:table-row!important;
width:100%
}
.stat-cell {
display:table-cell!important;
overflow:hidden;
padding:20px;
position:relative
}
.stat-cell>* {
position:relative
}
.stat-cell .fa {
line-height:1.42857143
}
.stat-cell .bg-icon {
bottom:0;
color:rgba(0,0,0,.05);
font-size:100px;
line-height:100px;
height:100px;
position:absolute;
right:0;
text-align:center;
width:120px
}
.stat-cell .bg-icon.bg-icon-left {
left:0;
right:auto
}
a.stat-cell:hover {
text-decoration:none
}
.stats-sparklines {
display:inline-block;
margin-bottom:-2px;
position:relative;
width:100%
}
.stat-counters {
border-bottom:1px solid #e4e4e4;
border-top:1px solid #e4e4e4;
display:table;
overflow:hidden;
table-layout:fixed;
width:100%
}
.stat-counters>.stat-cell {
display:table-cell;
float:none
}
.stat-counters>.stat-cell+.stat-cell {
border-left:1px solid #e4e4e4
}
.stat-counters[class*=bg-],.stat-counters[class*=bg-] .stat-cell {
border-color:#fff;
border-color:rgba(0,0,0,.2)
}
[class*=bg-] .bg-icon {
color:rgba(0,0,0,.08)
}
.ie8 .stat-cell .bg-icon {
display:none!important
}
.bordered {
border:1px solid #e4e4e4
}
.bordered[class*=bg-],[class*=bg-] .border-t {
border-color:#fff;
border-color:rgba(0,0,0,.2)
}
.border-t {
border-top:1px solid #e4e4e4
}
.no-border {
border-width:0!important
}
.no-border-hr {
border-left-width:0!important;
border-right-width:0!important
}
.no-border-vr {
border-top-width:0!important;
border-bottom-width:0!important
}
.no-border-t {
border-top-width:0!important
}
body:not(.right-to-left) .no-border-r {
border-right-width:0!important
}
.no-border-b {
border-bottom-width:0!important
}
body:not(.right-to-left) .no-border-l {
border-left-width:0!important
}
.no-grid-gutter-h {
margin-left:-18px!important;
margin-right:-18px!important
}
.panel-wide {
margin-left:-20px!important;
margin-right:-20px!important
}
.grid-gutter-margin-b {
margin-bottom:22px
}
.no-margin {
margin:0!important
}
.no-margin-hr {
margin-left:0!important;
margin-right:0!important
}
.no-margin-vr {
margin-top:0!important;
margin-bottom:0!important
}
.no-margin-b {
margin-bottom:0!important
}
.no-margin-t {
margin-top:0!important
}
.form-group-margin {
margin-bottom:15px!important
}
.panel-padding {
padding:20px!important
}
.grid-gutter-padding-h {
padding-left:18px;
padding-right:18px
}
.tab-content-padding {
padding:15px 0!important
}
.panel-padding-h {
padding-left:20px!important;
padding-right:20px!important
}
.padding-sm {
padding:10px 15px!important
}
.padding-sm-hr {
padding-left:15px!important;
padding-right:15px!important
}
.padding-xs-hr {
padding-left:10px!important;
padding-right:10px!important
}
.padding-sm-vr {
padding-top:15px!important;
padding-bottom:15px!important
}
.padding-xs-vr {
padding-top:10px!important;
padding-bottom:10px!important
}
.no-padding {
padding:0!important
}
.no-padding-hr {
padding-left:0!important;
padding-right:0!important
}
.no-padding-vr {
padding-top:0!important;
padding-bottom:0!important
}
.no-padding-b {
padding-bottom:0!important
}
.no-padding-t {
padding-top:0!important
}
.text-left {
text-align:left
}
.text-center {
text-align:center
}
.text-right {
text-align:right
}
@media (min-width:768px) {
.text-left-sm {
text-align:left
}
.text-center-sm {
text-align:center
}
.text-right-sm {
text-align:right
}
}
@media (min-width:992px) {
.text-left-md {
text-align:left
}
.text-center-md {
text-align:center
}
.text-right-md {
text-align:right
}
}
@media (min-width:1200px) {
.text-left-lg {
text-align:left
}
.text-center-lg {
text-align:center
}
.text-right-lg {
text-align:right
}
}
.valign-top,.valign-top td,.valign-top th {
vertical-align:top!important
}
.valign-middle,.valign-middle td,.valign-middle th {
vertical-align:middle!important
}
.valign-bottom,.valign-bottom td,.valign-bottom th {
vertical-align:bottom!important
}
.text-xs {
font-size:11px
}
.text-sm {
font-size:12px
}
.text-bg {
font-size:12px
}
.text-lg {
font-size:23px
}
.text-xlg {
font-size:30px
}
.text-slg {
font-size:50px
}
.text-slim {
font-weight:300!important
}
.text-normal {
font-weight:400!important
}
.text-semibold {
font-weight:600!important
}
.text-bold {
font-weight:700!important
}
.text-default,.text-default a,.text-default a:focus,.text-default:active,.text-default:focus,.text-default:hover {
color:#829091
}
.text-default a:active,.text-default a:hover {
color:#5d6869
}
.text-success,.text-success a,.text-success a:focus,.text-success:active,.text-success:focus,.text-success:hover {
color:#46ac46
}
.text-success a:active,.text-success a:hover {
color:#307630
}
.text-yellow,.text-yellow a,.text-yellow a:focus,.text-yellow:active,.text-yellow:focus,.text-yellow:hover {
color:#ffc600
}
.text-yellow a:active,.text-yellow a:hover {
color:#ffe401
}
.text-danger,.text-danger a,.text-danger a:focus,.text-danger:active,.text-danger:focus,.text-danger:hover {
color:#e14430
}
.text-danger a:active,.text-danger a:hover {
color:#ac2919
}
.text-warning,.text-warning a,.text-warning a:focus,.text-warning:active,.text-warning:focus,.text-warning:hover {
color:#f29f29
}
.text-warning a:active,.text-warning a:hover {
color:#c2770c
}
.text-info,.text-info a,.text-info a:focus,.text-info:active,.text-info:focus,.text-info:hover {
color:#39b3d7
}
.text-info a:active,.text-info a:hover {
color:#2185a3
}
.text-light-gray,.text-light-gray a,.text-light-gray a:focus,.text-light-gray:active,.text-light-gray:focus,.text-light-gray:hover {
color:#bbb
}
.text-light-gray a:active,.text-light-gray a:hover {
color:#959595
}
.bg-default {
background:#98a3a4!important
}
.bg-default.darken,.bg-default[href]:hover {
background:#969797!important
}
.bg-default.darken[href]:hover,.bg-default.darker {
background:#8e8f8f!important
}
.bg-default.darker[href]:hover {
background:#878787!important
}
.bg-default,.bg-default a,.bg-default a:focus,.bg-default:active,.bg-default:focus,.bg-default:hover {
color:#fff
}
.bg-default a:active,.bg-default a:hover {
color:#d9d9d9
}
.bg-default [href]:hover,.bg-default[href]:hover {
color:#fff
}
.bg-default * {
border-color:#abb4b5
}
.bg-success {
background:#5ebd5e!important
}
.bg-success.darken,.bg-success[href]:hover {
background:#5ab15a!important
}
.bg-success.darken[href]:hover,.bg-success.darker {
background:#51ab51!important
}
.bg-success.darker[href]:hover {
background:#4ca14c!important
}
.bg-success,.bg-success a,.bg-success a:focus,.bg-success:active,.bg-success:focus,.bg-success:hover {
color:#fff
}
.bg-success a:active,.bg-success a:hover {
color:#d9d9d9
}
.bg-success [href]:hover,.bg-success[href]:hover {
color:#fff
}
.bg-success * {
border-color:#77c777
}
.bg-danger {
background:#e66454!important
}
.bg-danger.darken,.bg-danger[href]:hover {
background:#de5d4d!important
}
.bg-danger.darken[href]:hover,.bg-danger.darker {
background:#db5140!important
}
.bg-danger.darker[href]:hover {
background:#d94533!important
}
.bg-danger,.bg-danger a,.bg-danger a:focus,.bg-danger:active,.bg-danger:focus,.bg-danger:hover {
color:#fff
}
.bg-danger a:active,.bg-danger a:hover {
color:#d9d9d9
}
.bg-danger [href]:hover,.bg-danger[href]:hover {
color:#fff
}
.bg-danger * {
border-color:#eb8073
}
.bg-warning {
background:#f4b04f!important
}
.bg-warning.darken,.bg-warning[href]:hover {
background:#eda847!important
}
.bg-warning.darken[href]:hover,.bg-warning.darker {
background:#eca239!important
}
.bg-warning.darker[href]:hover {
background:#ea9b2b!important
}
.bg-warning,.bg-warning a,.bg-warning a:focus,.bg-warning:active,.bg-warning:focus,.bg-warning:hover {
color:#fff
}
.bg-warning a:active,.bg-warning a:hover {
color:#d9d9d9
}
.bg-warning [href]:hover,.bg-warning[href]:hover {
color:#fff
}
.bg-warning * {
border-color:#f6bf71
}
.bg-info {
background:#5bc0de!important
}
.bg-info.darken,.bg-info[href]:hover {
background:#55b8d5!important
}
.bg-info.darken[href]:hover,.bg-info.darker {
background:#48b3d2!important
}
.bg-info.darker[href]:hover {
background:#3cadcf!important
}
.bg-info,.bg-info a,.bg-info a:focus,.bg-info:active,.bg-info:focus,.bg-info:hover {
color:#fff
}
.bg-info a:active,.bg-info a:hover {
color:#d9d9d9
}
.bg-info [href]:hover,.bg-info[href]:hover {
color:#fff
}
.bg-info * {
border-color:#79cbe4
}
.bg-panel {
background:#fafafa
}
.no-bg {
background:none!important
}
.rounded {
border-radius:999999px!important
}
.no-border-radius {
border-radius:0!important
}
@media (min-width:768px) {
.col-sm-auto {
width:auto
}
}
@media (min-width:992px) {
.col-md-auto {
width:auto
}
}
@media (min-width:1200px) {
.col-lg-auto {
width:auto
}
}
#main-navbar .navbar-brand {
font-size:13px;
opacity:1;
filter:alpha(opacity=100);
-webkit-transition:all .2s;
transition:all .2s
}
#main-navbar .navbar-brand:hover {
opacity:.8;
filter:alpha(opacity=80)
}
#main-navbar .navbar-brand div {
display:inline-block;
position:relative;
margin-right:4px;
top:4px
}
#main-navbar .navbar-brand div,#main-navbar .navbar-brand div img {
height:18px;
width:18px
}
#main-navbar .navbar-brand div img {
display:block
}
.right-to-left #main-navbar .navbar-brand div {
margin-right:0;
margin-left:4px
}
#menu-content-demo {
/*white-space:nowrap!important;*/
position:relative;
padding-left:86px!important
}
#menu-content-demo img {
width:54px;
height:54px;
display:block;
position:absolute;
left:-68px;
top:1px;
border-radius:999999px
}
#menu-content-demo .text-bg {
color:#fff;
margin-bottom:6px
}
#menu-content-demo .btn {
width:26px!important;
height:22px;
line-height:20px;
text-align:center;
padding:0;
display:inline-block!important;
opacity:.8;
-webkit-transition:all .1s;
transition:all .1s
}
#menu-content-demo .btn:hover {
opacity:1
}
#menu-content-demo>div {
margin:6px 0;
position:relative
}
#menu-content-demo .close {
position:absolute;
top:-15px;
right:-5px;
text-shadow:none;
color:#fff;
color:rgba(255,255,255,.2);
opacity:1;
font-weight:300;
font-size:18px;
-webkit-transition:all .2s;
transition:all .2s
}
#menu-content-demo .close:hover {
color:#fff
}
.theme-clean #menu-content-demo .text-bg,.theme-white #menu-content-demo .text-bg {
color:#444
}
.theme-clean #menu-content-demo .close,.theme-white #menu-content-demo .close {
color:#ccc
}
.theme-clean #menu-content-demo .close:hover,.theme-white #menu-content-demo .close:hover {
color:#888
}
.right-to-left #menu-content-demo {
padding-left:20px!important;
padding-right:86px!important
}
.right-to-left #menu-content-demo img {
left:auto;
right:-68px
}
.right-to-left #menu-content-demo .close {
left:-20px;
right:auto
}
@media (min-width:480px) {
#menu-content-demo>div {
width:120px
}
#menu-content-demo .close {
right:-20px
}
}
.ui-helper-hidden {
display:none
}
.ui-helper-hidden-accessible {
border:0;
clip:rect(0 0 0 0);
height:1px;
margin:-1px;
overflow:hidden;
padding:0;
position:absolute;
width:1px
}
.ui-helper-reset {
margin:0;
padding:0;
border:0;
outline:0;
line-height:1.3;
text-decoration:none;
font-size:100%;
list-style:none
}
.ui-helper-clearfix:after,.ui-helper-clearfix:before {
content:"";
display:table;
border-collapse:collapse
}
.ui-helper-clearfix:after {
clear:both
}
.ui-helper-clearfix {
min-height:0
}
.ui-helper-zfix {
width:100%;
height:100%;
top:0;
left:0;
position:absolute;
opacity:0;
filter:alpha(opacity=0)
}
.ui-front {
z-index:100
}
.ui-state-disabled {
cursor:default!important
}
.ui-icon {
display:block;
text-indent:-99999px;
overflow:hidden;
background-repeat:no-repeat
}
.ui-slider {
background:#d7d7d7;
border-radius:20px;
position:relative;
text-align:left
}
.ui-slider-handle {
position:absolute;
z-index:2;
width:14px;
height:14px;
cursor:default;
border-radius:1000px;
border:1px solid rgba(0,0,0,.4);
background-image:-webkit-linear-gradient(top,#fcfcfc 0,#eaeaea 100%);
background-image:linear-gradient(to bottom,#fcfcfc 0,#eaeaea 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcfcfc',endColorstr='#ffeaeaea',GradientType=0)
}
.ui-slider-handle:before {
content:"";
display:block;
position:absolute;
width:4px;
height:4px;
border-radius:1000px;
z-index:3;
top:4px;
left:4px;
background:#bbb
}
.ui-slider-range {
position:absolute;
z-index:1;
display:block;
border:0;
background-position:0 0;
border-radius:1000px
}
.ui-state-disabled .ui-slider-handle,.ui-state-disabled .ui-slider-range {
filter:inherit
}
.ui-slider-horizontal {
height:6px
}
.ui-slider-horizontal .ui-slider-handle {
top:-4px;
margin-left:-7px
}
.ui-slider-horizontal .ui-slider-range {
top:0;
height:100%
}
.ui-slider-horizontal .ui-slider-range-min {
left:0
}
.ui-slider-horizontal .ui-slider-range-max {
right:0
}
.ui-slider-vertical {
width:6px;
height:100px
}
.ui-slider-vertical .ui-slider-handle {
left:-4px;
margin-left:0;
margin-bottom:-7px
}
.ui-slider-vertical .ui-slider-range {
left:0;
width:100%
}
.ui-slider-vertical .ui-slider-range-min {
bottom:0
}
.ui-slider-vertical .ui-slider-range-max {
top:0
}
.ui-slider.ui-slider-info .ui-slider-handle.ui-state-active:before,.ui-slider.ui-slider-info .ui-slider-range {
background:#5bc0de
}
.ui-slider.ui-slider-success .ui-slider-handle.ui-state-active:before,.ui-slider.ui-slider-success .ui-slider-range {
background:#5ebd5e
}
.ui-slider.ui-slider-warning .ui-slider-handle.ui-state-active:before,.ui-slider.ui-slider-warning .ui-slider-range {
background:#f4b04f
}
.ui-slider.ui-slider-danger .ui-slider-handle.ui-state-active:before,.ui-slider.ui-slider-danger .ui-slider-range {
background:#e66454
}
.ui-accordion {
margin-top:-3px
}
.ui-accordion-header {
background:#f5f5f5;
border:1px solid #ddd;
border-radius:2px;
cursor:pointer;
margin:5px 0 0;
min-height:0;
padding:0 15px;
position:relative
}
.ui-accordion-header.ui-state-active {
border-bottom-right-radius:0;
border-bottom-left-radius:0
}
.ui-accordion-header.ui-state-active:after {
content:"\f146"
}
.ui-accordion-header.ui-state-active:hover,.ui-accordion-header:hover {
background:#f1f1f1;
color:#555;
text-decoration:none
}
.ui-accordion-header.ui-state-active:hover:after,.ui-accordion-header:hover:after {
color:#888
}
.ui-accordion-header:after {
color:#aaa;
content:"\f0fe";
display:block;
float:right;
font-family:FontAwesome;
font-size:10px;
line-height:36px;
position:relative
}
.ui-accordion-header,.ui-accordion-header>span {
color:#555;
display:block;
font-size:13px;
line-height:36px
}
.ui-accordion-content {
background:#fff;
border:1px solid #ddd;
border-top:none;
overflow:auto;
padding:15px;
border-bottom-right-radius:2px;
border-bottom-left-radius:2px
}
.ui-accordion-content:after,.ui-accordion-content:before {
content:" ";
display:table
}
.ui-accordion-content:after {
clear:both
}
.ui-autocomplete {
position:absolute;
cursor:default;
border:2px solid #ccc;
padding:5px 0;
border-radius:2px
}
.ui-autocomplete>li {
display:block;
margin:0;
padding:0;
list-style:none
}
.ui-autocomplete>li>a {
color:#555;
cursor:pointer!important;
display:block;
margin:0 -2px;
padding:5px 18px;
text-decoration:none
}
.ui-autocomplete>li>a:hover {
text-decoration:none
}
.ui-menu {
background-clip:padding-box;
background-color:#fff;
border:2px solid #ccc;
border-radius:2px;
display:none;
float:left;
font-size:13px;
left:0;
list-style:none;
margin:2px 0 0;
min-width:160px;
padding:5px 0;
position:absolute;
z-index:1000
}
.ui-menu .ui-menu {
margin-top:-3px;
position:absolute
}
.ui-menu .ui-menu-item {
list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
margin:0;
padding:0;
width:100%
}
.ui-menu .ui-menu-item a {
clear:both;
color:#555;
cursor:pointer;
display:block;
font-weight:400;
line-height:1.428571429;
margin:0 -2px;
min-height:0;
padding:5px 18px;
text-decoration:none;
white-space:nowrap
}
.ui-menu .ui-menu-item a:focus,.ui-menu .ui-menu-item a:hover {
color:#fff;
text-decoration:none
}
.ui-menu .ui-menu-item a[aria-haspopup=true]:after {
content:"\f0da";
display:block;
float:right;
font-family:FontAwesome
}
.ui-menu .divider,.ui-menu .ui-menu-divider {
background-color:#e5e5e5;
border-width:2px;
height:1px;
margin:5px 0;
overflow:hidden
}
.ui-menu .disabled,.ui-menu .ui-state-disabled {
font-weight:400
}
.ui-menu .disabled a,.ui-menu .disabled:focus a,.ui-menu .disabled:hover a,.ui-menu .ui-state-disabled a,.ui-menu .ui-state-disabled:focus a,.ui-menu .ui-state-disabled:hover a {
background:transparent!important;
color:#999!important;
cursor:not-allowed
}
.ui-menu .ui-menu-item a.ui-state-active,.ui-menu .ui-menu-item a.ui-state-focus {
color:#fff
}
.ui-spinner {
position:relative;
display:block;
width:100%;
overflow:hidden;
padding:0;
vertical-align:middle
}
.ui-spinner-input {
padding-right:32px
}
.ui-spinner-button {
display:block;
position:absolute;
text-align:center;
line-height:15px;
font-weight:400;
width:20px;
height:15px;
top:0;
right:0;
font-family:FontAwesome;
cursor:pointer;
text-decoration:none!important;
border-color:#cfcece!important;
border-left:1px solid;
margin:1px 1px 1px 0;
color:#555
}
.ui-spinner-button,.ui-spinner-button:focus {
border-color:#ddd;
border-bottom-color:#cecece;
background:#f4f4f4;
background-image:-webkit-linear-gradient(top,#f4f4f4 0,#eaeaea 100%);
background-image:linear-gradient(to bottom,#f4f4f4 0,#eaeaea 100%);
background-repeat:repeat-x
}
.ui-spinner-button:hover {
color:#555;
border-color:#d5d5d5;
border-bottom-color:#bcbcbc;
background:#eaeaea!important;
background-image:-webkit-linear-gradient(top,#efefef 0,#e5e5e5 100%)!important;
background-image:linear-gradient(to bottom,#efefef 0,#e5e5e5 100%)!important;
background-repeat:repeat-x
}
.open .ui-spinner-button.dropdown-toggle,.ui-spinner-button.active,.ui-spinner-button:active {
background:0 0;
background:#ebebeb!important;
border-color:#c6c6c6;
border-bottom-color:#c6c6c6!important;
color:#555;
-webkit-box-shadow:0 0 12px rgba(0,0,0,.1)inset;
box-shadow:0 0 12px rgba(0,0,0,.1)inset
}
.ui-spinner-button.btn-flat {
background:#ececec
}
.open .ui-spinner-button.btn-flat.dropdown-toggle,.ui-spinner-button.btn-flat.active,.ui-spinner-button.btn-flat:active,.ui-spinner-button.btn-flat:hover {
background:#ececec!important;
color:#555
}
.ui-spinner-button.btn-outline.btn-flat:hover,.ui-spinner-button.btn-outline:hover {
color:#555;
border-color:#d5d5d5;
border-bottom-color:#bcbcbc
}
.ui-spinner-button.btn-outline.btn-flat:active,.ui-spinner-button.btn-outline:active {
border-color:#c6c6c6
}
.btn-group .ui-spinner-button,.btn-group .ui-spinner-button:focus,.input-group-btn .ui-spinner-button,.input-group-btn .ui-spinner-button:focus {
border-left-color:#d5d5d5;
border-right-color:#d5d5d5
}
.btn-group .ui-spinner-button:hover,.btn-group.open .ui-spinner-button.dropdown-toggle,.input-group-btn .ui-spinner-button:hover,.input-group-btn.open .ui-spinner-button.dropdown-toggle {
border-color:#d5d5d5;
border-bottom-color:#bcbcbc
}
.btn-group .ui-spinner-button.active,.btn-group .ui-spinner-button:active,.input-group-btn .ui-spinner-button.active,.input-group-btn .ui-spinner-button:active {
border-left-color:#c6c6c6;
border-right-color:#c6c6c6
}
.ui-spinner-button span {
display:none
}
.ui-spinner-button:after {
content:"\f0d8";
font-size:12px
}
.ui-spinner-button.ui-spinner-down {
top:15px;
margin-top:0;
border-top:1px solid;
height:16px
}
.ui-spinner-button.ui-spinner-down:after {
content:"\f0d7"
}
.ui-spinner-disabled .ui-spinner-button {
cursor:not-allowed;
pointer-events:none;
opacity:.65;
filter:alpha(opacity=65);
background:#eee
}
.ui-progressbar {
background-color:rgba(0,0,0,.06);
height:13px;
overflow:hidden;
text-align:left;
-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
box-shadow:inset 0 1px 2px rgba(0,0,0,.1)
}
.ui-progressbar .ui-progressbar-value {
background:0 0;
border:1px solid;
height:100%
}
.ui-progressbar .ui-progressbar-overlay {
height:100%
}
.ui-progressbar-indeterminate .ui-progressbar-value {
background:0 0
}
.ui-progressbar.ui-progressbar-warning .ui-progressbar-value {
background:#f4b04f;
border-color:#f2a332;
background-color:#f4b04f;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.1)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.1)),color-stop(0.75,rgba(255,255,255,.1)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-size:10px 10px
}
.ui-progressbar.ui-progressbar-success .ui-progressbar-value {
background:#5ebd5e;
border-color:#49b349;
background-color:#5ebd5e;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.1)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.1)),color-stop(0.75,rgba(255,255,255,.1)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-size:10px 10px
}
.ui-progressbar.ui-progressbar-danger .ui-progressbar-value {
background:#e66454;
border-color:#e24c39;
background-color:#e66454;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.1)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.1)),color-stop(0.75,rgba(255,255,255,.1)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-size:10px 10px
}
.ui-progressbar.ui-progressbar-info .ui-progressbar-value {
background:#5bc0de;
border-color:#42b6d9;
background-color:#5bc0de;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.1)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.1)),color-stop(0.75,rgba(255,255,255,.1)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-size:10px 10px
}
.ui-tabs-nav {
border-bottom:2px solid #e4e4e4!important
}
.ui-tabs-nav.nav-tabs-simple>.ui-tabs-active>a {
color:#555!important
}
.ui-tabs-nav:not(.nav-tabs-simple)>.ui-tabs-active>a>.badge,.ui-tabs-nav:not(.nav-tabs-simple)>.ui-tabs-active>a>.label {
background-color:rgba(0,0,0,.25);
color:#fff
}
.ui-datepicker {
background-clip:padding-box;
background-color:#fff;
border:4px solid;
border-color:#ccc;
border-color:rgba(0,0,0,.2);
border-radius:3px;
display:none;
left:0;
position:absolute;
text-align:left;
top:0;
width:auto!important;
z-index:1010;
white-space:normal
}
.ui-datepicker table {
width:210px
}
.ui-datepicker td,.ui-datepicker th {
height:30px;
line-height:30px;
text-align:center;
width:30px
}
.ui-datepicker td {
border-bottom:1px solid #eee;
border-right:1px solid #eee
}
.ui-datepicker td a {
color:#555;
display:block;
height:100%;
text-decoration:none;
width:100%
}
.ui-datepicker td a:hover {
background:#f3f3f3
}
.ui-datepicker td.ui-datepicker-today a {
background:#f3f3f3;
font-weight:700
}
.ui-datepicker tr td:last-child {
border-right:none
}
.ui-datepicker th {
color:#fff;
font-weight:600
}
.ui-datepicker .ui-state-active {
color:#fff!important;
text-decoration:none
}
.ui-datepicker-next,.ui-datepicker-prev {
color:#fff;
cursor:pointer;
display:block;
height:35px;
line-height:35px;
position:absolute;
text-align:center;
text-decoration:none!important;
width:35px
}
.ui-datepicker-next span,.ui-datepicker-prev span {
display:none
}
.ui-datepicker-next:hover,.ui-datepicker-prev:hover {
background:rgba(255,255,255,.2)
}
.ui-datepicker-next:after,.ui-datepicker-prev:after {
color:#fff;
font-family:FontAwesome
}
.ui-datepicker-prev {
border-right:1px solid rgba(0,0,0,.2);
left:0
}
.ui-datepicker-prev:after {
content:"\f053"
}
.ui-datepicker-next {
border-left:1px solid rgba(0,0,0,.2);
right:0
}
.ui-datepicker-next:after {
content:"\f054"
}
.ui-datepicker-title {
border-bottom:1px solid rgba(0,0,0,.2);
color:#fff;
display:block;
height:36px;
line-height:36px;
text-align:center;
width:210px
}
.ui-datepicker-title select {
background:0 0;
border:none;
color:#fff
}
.ui-datepicker-title select:first-child {
margin-right:5px
}
.ui-datepicker-buttonpane {
background:#eee;
padding:5px 7px;
text-align:right
}
.ui-datepicker-buttonpane button {
font-size:12px;
line-height:15px;
padding:4px 9px;
display:inline-block;
font-weight:400;
text-decoration:none;
outline:0!important;
border:1px solid #cfcece;
border-radius:2px;
color:#555
}
.ui-datepicker-buttonpane button,.ui-datepicker-buttonpane button:focus {
border-color:#ddd;
border-bottom-color:#cecece;
background:#f4f4f4;
background-image:-webkit-linear-gradient(top,#f4f4f4 0,#eaeaea 100%);
background-image:linear-gradient(to bottom,#f4f4f4 0,#eaeaea 100%);
background-repeat:repeat-x
}
.ui-datepicker-buttonpane button:hover {
color:#555;
border-color:#d5d5d5;
border-bottom-color:#bcbcbc;
background:#eaeaea!important;
background-image:-webkit-linear-gradient(top,#efefef 0,#e5e5e5 100%)!important;
background-image:linear-gradient(to bottom,#efefef 0,#e5e5e5 100%)!important;
background-repeat:repeat-x
}
.open .ui-datepicker-buttonpane button.dropdown-toggle,.ui-datepicker-buttonpane button.active,.ui-datepicker-buttonpane button:active {
background:0 0;
background:#ebebeb!important;
border-color:#c6c6c6;
border-bottom-color:#c6c6c6!important;
color:#555;
-webkit-box-shadow:0 0 12px rgba(0,0,0,.1)inset;
box-shadow:0 0 12px rgba(0,0,0,.1)inset
}
.ui-datepicker-buttonpane button.btn-flat {
background:#ececec
}
.open .ui-datepicker-buttonpane button.btn-flat.dropdown-toggle,.ui-datepicker-buttonpane button.btn-flat.active,.ui-datepicker-buttonpane button.btn-flat:active,.ui-datepicker-buttonpane button.btn-flat:hover {
background:#ececec!important;
color:#555
}
.ui-datepicker-buttonpane button.btn-outline.btn-flat:hover,.ui-datepicker-buttonpane button.btn-outline:hover {
color:#555;
border-color:#d5d5d5;
border-bottom-color:#bcbcbc
}
.ui-datepicker-buttonpane button.btn-outline.btn-flat:active,.ui-datepicker-buttonpane button.btn-outline:active {
border-color:#c6c6c6
}
.btn-group .ui-datepicker-buttonpane button,.btn-group .ui-datepicker-buttonpane button:focus,.input-group-btn .ui-datepicker-buttonpane button,.input-group-btn .ui-datepicker-buttonpane button:focus {
border-left-color:#d5d5d5;
border-right-color:#d5d5d5
}
.btn-group .ui-datepicker-buttonpane button:hover,.btn-group.open .ui-datepicker-buttonpane button.dropdown-toggle,.input-group-btn .ui-datepicker-buttonpane button:hover,.input-group-btn.open .ui-datepicker-buttonpane button.dropdown-toggle {
border-color:#d5d5d5;
border-bottom-color:#bcbcbc
}
.btn-group .ui-datepicker-buttonpane button.active,.btn-group .ui-datepicker-buttonpane button:active,.input-group-btn .ui-datepicker-buttonpane button.active,.input-group-btn .ui-datepicker-buttonpane button:active {
border-left-color:#c6c6c6;
border-right-color:#c6c6c6
}
.ui-datepicker-buttonpane button+button {
margin-left:5px
}
.ui-datepicker-group {
float:left;
width:210px
}
.ui-datepicker-group+.ui-datepicker-group .ui-datepicker-title,.ui-datepicker-group+.ui-datepicker-group table {
border-left:1px solid rgba(0,0,0,.2)
}
.ui-datepicker-row-break:after,.ui-datepicker-row-break:before {
content:" ";
display:table
}
.ui-datepicker-row-break:after {
clear:both
}
.ui-tooltip {
background-color:#222;
border-radius:2px;
color:#fff;
font-size:12px;
max-width:300px;
padding:4px 10px;
position:absolute;
text-align:center;
text-decoration:none;
z-index:9999
}
body .ui-tooltip {
border-width:0
}
.switcher {
cursor:pointer;
display:inline-block;
position:relative;
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}
.switcher-inner {
display:block;
height:100%;
overflow:hidden;
white-space:nowrap;
width:100%;
word-spacing:0
}
.switcher-state-off,.switcher-state-on {
display:inline-block;
width:100%;
height:100%;
margin:0;
padding:0;
text-align:center;
-webkit-transition:all .2s;
transition:all .2s
}
.switcher-state-on {
margin-left:-100%
}
.switcher.checked .switcher-state-on {
margin-left:0
}
.switcher-toggler {
left:0;
position:absolute;
text-align:center;
-webkit-transition:all .2s;
transition:all .2s
}
.switcher.checked .switcher-toggler {
left:100%
}
.switcher>input[type=checkbox] {
left:-100000px;
position:absolute;
visibility:hidden
}
.switcher+.styled-pseudo-checkbox {
display:none!important
}
.switcher {
height:24px;
width:60px
}
.switcher-toggler {
background:#fff;
border-radius:9999px;
height:20px;
margin-left:1px;
margin-top:2px;
width:20px;
-webkit-box-shadow:0 1px 5px rgba(0,0,0,.3);
box-shadow:0 1px 5px rgba(0,0,0,.3)
}
.switcher-inner {
border-radius:9999px
}
.switcher-state-off,.switcher-state-on {
color:#fff;
font-size:11px;
font-weight:600;
line-height:24px
}
.switcher-state-on {
background:#5ebd5e;
padding-right:20px
}
.switcher-state-off {
background:#444;
padding-left:20px
}
.switcher.checked .switcher-toggler {
margin-left:-21px
}
.switcher-theme-square .switcher-inner {
border-radius:3px
}
.switcher-theme-square .switcher-toggler {
border-radius:2px;
margin-left:2px
}
.switcher-theme-square.switcher.checked .switcher-toggler {
margin-left:-22px
}
.switcher-theme-modern.switcher {
height:8px;
width:44px
}
.switcher-theme-modern .switcher-toggler {
height:20px;
margin-left:-3px;
margin-top:-6px;
width:20px;
-webkit-box-shadow:0 1px 3px 1px rgba(0,0,0,.3),0 0 15px 1px rgba(255,255,255,.8)inset;
box-shadow:0 1px 3px 1px rgba(0,0,0,.3),0 0 15px 1px rgba(255,255,255,.8)inset;
background-image:-webkit-linear-gradient(top,#efefef 0,#e5e5e5 100%);
background-image:linear-gradient(to bottom,#efefef 0,#e5e5e5 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefefef',endColorstr='#ffe5e5e5',GradientType=0)
}
.switcher-theme-modern .switcher-inner {
font-size:0;
line-height:0;
-webkit-box-shadow:0 0 0 3px rgba(0,0,0,.1);
box-shadow:0 0 0 3px rgba(0,0,0,.1)
}
.switcher-theme-modern .switcher-state-off,.switcher-theme-modern .switcher-state-on {
border-radius:9999px;
-webkit-box-shadow:0 1px 6px rgba(0,0,0,.2)inset;
box-shadow:0 1px 6px rgba(0,0,0,.2)inset
}
.switcher-theme-modern .switcher-state-on {
padding-right:17px
}
.switcher-theme-modern .switcher-state-off {
padding-left:17px
}
.switcher-theme-modern.switcher.checked .switcher-toggler {
margin-left:-17px
}
.switcher-sm {
width:42px;
height:21px
}
.switcher-sm .switcher-toggler {
height:17px;
width:17px;
margin-left:1px
}
.switcher-sm .switcher-state-off,.switcher-sm .switcher-state-on {
font-size:8px;
line-height:21px
}
.switcher-sm .switcher-state-on {
padding-right:17px
}
.switcher-sm .switcher-state-off {
padding-left:17px
}
.switcher-sm.checked .switcher-toggler {
margin-left:-18px
}
.switcher-sm.switcher-theme-square .switcher-inner {
border-radius:3px
}
.switcher-sm.switcher-theme-square .switcher-toggler {
margin-left:2px
}
.switcher-sm.switcher-theme-square.switcher.checked .switcher-toggler {
margin-left:-19px
}
.switcher-sm.switcher.switcher-theme-modern {
width:34px;
height:6px
}
.switcher-sm.switcher.switcher-theme-modern .switcher-toggler {
height:17px;
width:17px;
margin-top:-6px;
margin-left:-3px
}
.switcher-sm.switcher.switcher-theme-modern .switcher-state-on {
padding-right:15px
}
.switcher-sm.switcher.switcher-theme-modern .switcher-state-off {
padding-left:15px
}
.switcher-sm.switcher.switcher-theme-modern.switcher.checked .switcher-toggler {
margin-left:-15px
}
.switcher-lg {
width:70px;
height:30px
}
.switcher-lg .switcher-toggler {
height:26px;
width:26px;
margin-left:1px
}
.switcher-lg .switcher-state-off,.switcher-lg .switcher-state-on {
font-size:13px;
line-height:30px
}
.switcher-lg .switcher-state-on {
padding-right:26px
}
.switcher-lg .switcher-state-off {
padding-left:26px
}
.switcher-lg.checked .switcher-toggler {
margin-left:-27px
}
.switcher-lg.switcher-theme-square .switcher-inner {
border-radius:3px
}
.switcher-lg.switcher-theme-square .switcher-toggler {
margin-left:2px
}
.switcher-lg.switcher-theme-square.switcher.checked .switcher-toggler {
margin-left:-28px
}
.switcher-lg.switcher.switcher-theme-modern {
width:56px;
height:10px
}
.switcher-lg.switcher.switcher-theme-modern .switcher-toggler {
height:26px;
width:26px;
margin-top:-8px;
margin-left:-3px
}
.switcher-lg.switcher.switcher-theme-modern .switcher-state-on {
padding-right:26px
}
.switcher-lg.switcher.switcher-theme-modern .switcher-state-off {
padding-left:26px
}
.switcher-lg.switcher.switcher-theme-modern.switcher.checked .switcher-toggler {
margin-left:-24px
}
.switcher.disabled {
cursor:not-allowed!important;
opacity:.5!important;
filter:alpha(opacity=50)
}
.switcher-success .switcher-state-on {
background:#5ebd5e!important
}
.switcher-warning .switcher-state-on {
background:#f4b04f!important
}
.switcher-danger .switcher-state-on {
background:#e66454!important
}
.switcher-info .switcher-state-on {
background:#5bc0de!important
}
.limiter-label {
color:#888;
padding-top:3px;
font-size:12px
}
.limiter-count {
font-weight:600;
color:#555
}
.expanding-input {
position:relative
}
.expanding-input-overlay {
position:absolute;
left:0;
right:0;
bottom:0;
top:0;
cursor:pointer
}
.expanding-input-placeholder {
padding:7px 13px;
color:#999;
font-size:13px;
line-height:1.42857143
}
.expanding-input-hidden {
display:none
}
.expanding-input.expanded .expanding-input-content,.expanding-input.expanded .expanding-input-hidden {
display:block
}
.expanding-input.expanded .expanding-input-content:after,.expanding-input.expanded .expanding-input-content:before,.expanding-input.expanded .expanding-input-hidden:after,.expanding-input.expanded .expanding-input-hidden:before {
content:" ";
display:table
}
.expanding-input.expanded .expanding-input-content:after,.expanding-input.expanded .expanding-input-hidden:after {
clear:both
}
.expanding-input.expanding-input-sm .expanding-input-placeholder {
padding:6px 11px;
font-size:12px;
line-height:1.5
}
.expanding-input.expanding-input-lg .expanding-input-placeholder {
padding:11px 17px;
font-size:17px;
line-height:1.33
}
.pxajs .wizard-pane {
display:none
}
.wizard-wrapper+.wizard-content.panel {
margin-top:-1px
}
.wizard.freeze .wizard-steps>li {
cursor:default!important
}
.modal-content>.wizard .wizard-wrapper {
border-left:none;
border-radius:0;
border-right:none;
border-top:none
}
.wizard-wrapper {
border:1px solid #e4e4e4;
border-radius:2px;
white-space:nowrap;
width:auto;
position:relative;
overflow:hidden
}
.wizard-steps {
cursor:default;
display:block!important;
float:left;
margin:0;
padding:0;
position:relative;
white-space:nowrap;
-webkit-transition:left .3s;
transition:left .3s;
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}
.wizard-steps>li {
display:inline-block;
list-style:none;
margin:0;
padding:0 10px 0 50px;
vertical-align:middle
}
.wizard-steps>li+li:before {
background:#e4e4e4;
bottom:0;
content:"";
margin-left:-51px;
position:absolute;
top:0;
width:1px
}
.wizard-steps>li.completed {
cursor:pointer
}
.wizard-steps>li.active .wizard-step-caption,.wizard-steps>li.completed .wizard-step-caption {
color:#555
}
.wizard-steps>li.active .wizard-step-description,.wizard-steps>li.completed .wizard-step-description {
color:#888
}
.wizard-steps>li.active .wizard-step-number,.wizard-steps>li.completed .wizard-step-number {
border-color:#555;
color:#555
}
.wizard-steps .wizard-step-number:after {
display:none
}
.wizard-step-number,.wizard-steps>li.completed .wizard-step-number:after {
background:#fff;
border-radius:9999px;
display:block;
font-size:14px;
line-height:26px;
position:absolute;
text-align:center
}
.wizard-step-number {
border:2px solid #bbb;
color:#bbb;
font-weight:700;
height:30px;
margin-left:-40px;
margin-top:-15px;
top:50%;
width:30px
}
.wizard-steps>li.completed .wizard-step-number {
font-size:0
}
.wizard-steps>li.completed .wizard-step-number:after {
content:'\f00c';
font-family:FontAwesome;
font-size:13px;
font-weight:400;
height:26px;
left:0;
width:26px;
top:0
}
.wizard-step-caption,.wizard-step-description {
color:#bbb;
display:inline-block;
line-height:14px;
white-space:normal
}
.wizard-step-caption {
font-weight:600;
margin-bottom:15px;
margin-top:15px;
vertical-align:middle
}
.wizard-step-description {
display:block;
font-size:12px;
font-weight:400;
margin-top:4px;
position:relative
}
.wizard-content {
padding:20px
}
.wizard-content:after,.wizard-content:before {
content:" ";
display:table
}
.wizard-content:after {
clear:both
}
.pixel-file-input {
display:block;
width:100%;
height:32px;
padding:6px 12px;
line-height:18px;
color:#555;
vertical-align:middle;
background-color:#fff;
border:1px solid #d6d6d6;
border-top-color:#c2c2c2;
border-radius:2px;
position:relative;
cursor:pointer;
overflow:hidden;
-webkit-transition:border-color ease-in-out .15s;
transition:border-color ease-in-out .15s
}
.pixel-file-input>input[type=file] {
visibility:hidden;
position:absolute;
display:block;
left:-10000px
}
.pfi-filename {
white-space:nowrap
}
.pfi-actions {
display:block;
position:absolute;
right:0;
top:4px;
padding:0 5px 0 10px;
background:#fff;
white-space:nowrap
}
.pfi-actions>*+* {
margin-left:4px
}
.pfi-clear {
display:none
}
.pfi-placeholder {
color:#aaa;
font-style:italic
}
.select2-choices:after,.select2-choices:before,.select2-container:after,.select2-container:before,.select2-drop:after,.select2-drop:before,.select2-search input:after,.select2-search input:before,.select2-search-field input:after,.select2-search-field input:before,.select2-search-field:after,.select2-search-field:before,.select2-search:after,.select2-search:before {
content:" ";
display:table
}
.select2-choices:after,.select2-container:after,.select2-drop:after,.select2-search input:after,.select2-search-field input:after,.select2-search-field:after,.select2-search:after {
clear:both
}
.select2-container,.select2-container.form-control {
border:none;
margin:0;
padding:0
}
.select2-container {
display:inline-block;
height:auto!important;
position:relative;
zoom:1;
*display:inline;
vertical-align:middle;
width:100%
}
.select2-container .select2-choice {
background-clip:padding-box;
background-color:#fff;
background-image:none;
border:1px solid #d6d6d6;
border-top-color:#c2c2c2;
border-radius:2px;
color:#555;
display:block;
font-size:13px;
line-height:1.42857143;
height:32px;
overflow:hidden;
padding:6px 12px;
position:relative;
text-decoration:none;
white-space:nowrap;
width:100%;
-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}
.select2-container .select2-choice>.select2-chosen {
display:block;
margin-right:26px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap
}
.select2-container .select2-choice .select2-search-choice-close {
border:0;
color:#888;
cursor:pointer;
display:none;
font-size:11px;
line-height:30px;
height:30px;
right:18px;
width:24px
}
.select2-container .select2-choice .select2-search-choice-close:hover {
color:#aaa;
cursor:pointer
}
.select2-container .select2-choice .select2-arrow {
display:block;
height:100%;
position:absolute;
right:0;
top:0;
width:26px
}
.select2-container .select2-choice .select2-arrow b {
color:#555;
display:block;
font-family:FontAwesome;
font-size:12px;
font-weight:400;
line-height:1.42857143;
height:100%;
margin-top:1px;
padding:6px 0;
text-align:center;
width:100%
}
.select2-container .select2-choice .select2-arrow b:before {
content:"\f0d7"
}
.select2-container.select2-drop-above .select2-choice {
border-bottom-color:#aaa;
border-radius:0 0 2px 2px
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
margin-right:42px
}
.select2-container.select2-allowclear .select2-choice .select2-search-choice-close {
display:block
}
.select2-drop {
background:#fff;
border:1px solid #d6d6d6;
border-top:0;
border-radius:0 0 2px 2px;
color:#555;
margin-top:-1px;
position:absolute;
top:100%;
width:100%;
z-index:9999
}
.select2-drop.select2-drop-above {
border-bottom:0;
border-top:1px solid #aaa;
border-radius:2px 2px 0 0;
margin-bottom:-1px;
margin-top:1px
}
.select2-drop-auto-width {
border-top:1px solid #aaa;
width:auto
}
.select2-drop-auto-width .select2-search {
padding-top:4px
}
.select2-drop-active {
border-top:none
}
.select2-search {
display:block;
margin:0;
min-height:17px;
padding-left:8px;
padding-right:8px;
position:relative;
white-space:nowrap;
width:100%;
z-index:10000
}
.select2-search:after {
color:#888;
content:"\f002";
display:block;
font-family:FontAwesome;
font-size:14px;
text-align:center;
position:absolute;
right:9px;
top:10px;
width:30px
}
.select2-search input {
background-color:#fff;
background-image:none;
border:1px solid #d6d6d6;
border-top-color:#c2c2c2;
border-radius:2px;
color:#555;
font-size:12px;
line-height:15px;
height:auto!important;
margin-top:8px;
min-height:17px;
outline:0!important;
padding:4px 9px;
padding-right:30px;
position:relative;
width:100%;
-webkit-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
}
.select2-container-active .select2-choice,.select2-container-active .select2-choices {
outline:0
}
.select2-dropdown-open .select2-choice {
border-bottom-color:#aaa;
border-bottom-left-radius:0;
border-bottom-right-radius:0
}
.select2-dropdown-open .select2-choice .select2-arrow b:before {
content:"\f0d8"
}
.select2-results {
margin:8px;
max-height:200px;
overflow-x:hidden;
overflow-y:auto;
padding:0;
position:relative;
-webkit-tap-highlight-color:rgba(0,0,0,0)
}
.select2-results ul.select2-result-sub {
margin:0;
padding-left:0
}
.select2-results ul.select2-result-sub>li .select2-result-label {
padding-left:20px
}
.select2-results ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
padding-left:40px
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
padding-left:60px
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
padding-left:80px
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
padding-left:100px
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
padding-left:110px
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
padding-left:120px
}
.select2-results li {
background-image:none;
display:block;
list-style:none
}
.select2-results li em {
background:#feffde;
font-style:normal
}
.select2-results li.select2-result-with-children>.select2-result-label {
font-weight:600
}
.select2-results .select2-result-label {
cursor:pointer;
margin:0;
min-height:1em;
padding:5px 7px;
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}
.select2-results .select2-highlighted {
color:#fff
}
.select2-results .select2-highlighted em {
background:0 0
}
.select2-results .select2-highlighted ul {
background:#fff;
color:#555
}
.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-selection-limit {
color:#999;
display:block;
font-style:italic
}
.select2-results .select2-disabled,.select2-results .select2-disabled.select2-highlighted {
color:#888;
cursor:default;
display:block
}
.select2-results .select2-selected {
display:none
}
.select2-more-results {
display:block
}
.select2-container.select2-container-disabled .select2-choice {
background-color:#eee;
cursor:default
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow:before {
display:none!important
}
.select2-container.select2-container-disabled .select2-choice abbr {
display:none
}
.select2-container-multi .select2-choices {
background:#fff;
border:1px solid #d6d6d6;
border-top-color:#c2c2c2;
border-radius:2px;
cursor:text;
height:auto!important;
height:1%;
margin:0;
overflow:hidden;
padding:5px 5px 0 0;
position:relative;
width:100%;
-webkit-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
}
.select2-container-multi .select2-choices li {
display:block;
float:left;
list-style:none
}
.select2-container-multi .select2-choices .select2-search-field {
display:block;
margin:0;
padding:0;
white-space:nowrap
}
.select2-container-multi .select2-choices .select2-search-field input {
background:transparent!important;
border:0;
color:#555;
font-size:13px;
line-height:1.42857143;
margin-top:-5px;
padding:6px 12px;
outline:0
}
.select2-container-multi .select2-choices .select2-search-choice {
border-radius:2px;
color:#fff;
cursor:default;
display:block;
font-size:11px;
font-weight:600;
line-height:20px;
margin:0 0 5px 5px;
padding:0 20px 0 6px;
position:relative;
text-shadow:0 -1px 0 rgba(0,0,0,.2);
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
cursor:default
}
.select2-container-multi .select2-choices .select2-search-choice+.select2-search-field input {
padding-left:6px;
padding-right:0
}
.select2-container-multi.select2-container-active .select2-choices {
outline:0
}
.select2-locked {
padding:0 6px!important
}
.select2-default {
color:#999!important
}
.select2-search-choice-close {
display:block;
color:#fff;
font-family:FontAwesome;
font-size:10px;
font-weight:400;
line-height:20px;
outline:0;
position:absolute;
right:3px;
text-align:center;
top:0;
width:14px;
-webkit-transition:all .3s;
transition:all .3s
}
.select2-search-choice-close:before {
content:"\f00d"
}
.select2-search-choice-close:hover {
color:#fff;
color:rgba(255,255,255,.7);
text-decoration:none
}
.select2-container-multi.select2-container-disabled .select2-choices {
background-color:#eee;
cursor:default
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
opacity:.7;
padding:0 6px
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
background:0 0;
display:none
}
.select2-drop-mask {
border:0;
left:0;
height:auto;
margin:0;
min-height:100%;
min-width:100%;
padding:0;
opacity:0;
position:fixed;
top:0;
width:auto;
z-index:9998;
background-color:#fff;
filter:alpha(opacity=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
}
.select2-container-multi .select2-choices .select2-search-choice {
background:#b0b0b0
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
background:#979797
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
background:#b0b0b0!important
}
.select2-success .select2-container-multi .select2-choices .select2-search-choice {
background:#5ebd5e
}
.select2-success .select2-container-multi .select2-choices .select2-search-choice-focus {
background:#43a543
}
.select2-success .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
background:#5ebd5e!important
}
.select2-warning .select2-container-multi .select2-choices .select2-search-choice {
background:#f4b04f
}
.select2-warning .select2-container-multi .select2-choices .select2-search-choice-focus {
background:#f19a1f
}
.select2-warning .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
background:#f4b04f!important
}
.select2-danger .select2-container-multi .select2-choices .select2-search-choice {
background:#e66454
}
.select2-danger .select2-container-multi .select2-choices .select2-search-choice-focus {
background:#df3c28
}
.select2-danger .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
background:#e66454!important
}
.select2-info .select2-container-multi .select2-choices .select2-search-choice {
background:#5bc0de
}
.select2-info .select2-container-multi .select2-choices .select2-search-choice-focus {
background:#31b0d5
}
.select2-info .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
background:#5bc0de!important
}
.has-warning .select2-choice,.has-warning .select2-choices,.has-warning.simple .select2-choice,.has-warning.simple .select2-choices {
border-color:#eebf5e
}
.has-error .select2-choice,.has-error .select2-choices,.has-error.simple .select2-choice,.has-error.simple .select2-choices {
border-color:#d38e99
}
.has-success .select2-choice,.has-success .select2-choices,.has-success.simple .select2-choice,.has-success.simple .select2-choices {
border-color:#a3ce7f
}
.has-warning.dark .select2-choice,.has-warning.dark .select2-choices {
border-color:#f4b04f
}
.has-error.dark .select2-choice,.has-error.dark .select2-choices {
border-color:#e66454
}
.has-success.dark .select2-choice,.has-success.dark .select2-choices {
border-color:#5ebd5e
}
.datepicker-dropdown {
border:3px solid rgba(0,0,0,.2);
border-radius:3px;
left:0;
margin-top:10px;
top:0;
z-index:400;
-webkit-box-shadow:none;
box-shadow:none
}
.datepicker-dropdown.datepicker-orient-bottom {
margin-top:-10px
}
.datepicker-dropdown:after {
border-bottom:10px solid rgba(0,0,0,.2);
border-left:10px solid transparent;
border-right:10px solid transparent;
border-top:0;
content:'';
display:block;
position:absolute
}
.datepicker-dropdown.datepicker-orient-left:after {
left:10.5px
}
.datepicker-dropdown.datepicker-orient-right:after {
right:10.5px
}
.datepicker-dropdown.datepicker-orient-top:after {
top:-13px
}
.datepicker-dropdown.datepicker-orient-bottom:after {
border-bottom:0;
border-top:10px solid rgba(0,0,0,.2);
bottom:-13px
}
.modal .datepicker-dropdown {
z-index:1040
}
.datepicker {
direction:ltr;
padding:0;
width:auto!important
}
.datepicker.datepicker-inline {
border:1px solid #eee;
display:inline-block;
position:relative
}
.datepicker>div {
display:none
}
.datepicker.days div.datepicker-days,.datepicker.months div.datepicker-months,.datepicker.years div.datepicker-years {
display:block
}
.datepicker div.datepicker-months td,.datepicker div.datepicker-years td {
width:210px!important
}
.datepicker table {
margin:0;
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}
.datepicker td {
line-height:32px;
padding:0!important;
width:30px
}
.table-striped .datepicker table tr td,.table-striped .datepicker table tr th {
background-color:transparent
}
.datepicker table tr td {
border-bottom:1px solid #eee;
border-right:1px solid #eee
}
.datepicker table tr td:last-child {
border-right:none
}
.datepicker table tr td.day:hover {
background:#f3f3f3;
cursor:pointer;
position:relative
}
.datepicker table tr td.new,.datepicker table tr td.old {
color:#bbb
}
.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover {
background:0 0;
color:#eee;
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:#f3f3f3;
font-weight:700!important
}
.datepicker table tr td.today:hover:hover {
color:#555
}
.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:#f3f3f3
}
.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:#f3f3f3;
font-weight:700
}
.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover,.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover {
color:#fff!important
}
.datepicker table tr td span {
border-radius:2px;
cursor:pointer;
display:block;
float:left;
line-height:54px;
margin:1%;
width:23%
}
.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:#eee;
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 {
color:#fff!important;
text-shadow:0 -1px 0 rgba(0,0,0,.25)
}
.datepicker table tr td span.new,.datepicker table tr td span.old {
color:#eee
}
.datepicker tfoot tr th,.datepicker thead tr:first-child th {
cursor:pointer
}
.datepicker td,.datepicker th,.datepicker tr {
border-top:none!important;
text-align:center!important
}
.datepicker tfoot th,.datepicker thead th {
font-weight:600;
padding:0!important
}
.datepicker thead th {
border-bottom:none!important;
color:#fff;
font-weight:600;
line-height:35px!important;
height:35px!important;
padding:0!important;
text-align:center
}
.datepicker thead tr:first-child {
border-bottom:1px solid!important
}
.datepicker thead tr:first-child th:hover {
background:rgba(255,255,255,.2)
}
.datepicker thead tr:last-child {
border-bottom:none!important
}
.datepicker thead th.next,.datepicker thead th.prev {
color:rgba(0,0,0,0);
display:block;
font-size:0;
line-height:0;
position:absolute;
width:36px!important
}
.datepicker thead th.next:after,.datepicker thead th.prev:after {
bottom:0;
color:#fff;
display:block;
font-family:FontAwesome;
font-size:14px;
font-weight:400;
left:0;
line-height:35px;
position:absolute;
right:0;
text-align:center;
top:0;
width:36px
}
.datepicker thead th.prev {
left:0;
border-right:1px solid
}
.datepicker thead th.prev:after {
content:"\f053"
}
.datepicker thead th.next {
border-left:1px solid;
right:0
}
.datepicker thead th.next:after {
content:"\f054"
}
.datepicker tfoot th:hover {
background:#eee
}
.datepicker tbody td,.datepicker tfoot th {
line-height:32px!important
}
.datepicker>.datepicker-days tbody .cw {
background:#f8f8f8!important;
color:#aaa;
font-size:8px;
font-weight:600
}
.datepicker>.datepicker-days thead tr:first-child th.cw {
background-color:transparent;
cursor:default
}
.datepicker>.datepicker-days thead tr:first-child th.cw+.prev {
left:30px;
border-left:1px solid
}
.datepicker>.datepicker-days thead tr:last-child th.cw+th {
border-left:1px solid
}
.input-daterange input {
text-align:center
}
.date .input-group-addon {
cursor:pointer
}
.bootstrap-timepicker {
position:relative
}
.bootstrap-timepicker .input-group-addon {
cursor:pointer
}
.bootstrap-timepicker-widget .modal-footer {
margin-top:0!important
}
.bootstrap-timepicker-widget.dropdown-menu {
left:0;
border:3px solid rgba(0,0,0,.2);
border-radius:3px;
z-index:400;
margin:10px 0 0;
width:200px;
padding:10px;
right:auto;
-webkit-box-shadow:none;
box-shadow:none
}
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-bottom {
margin-top:0
}
.bootstrap-timepicker-widget.dropdown-menu.open {
display:block
}
.bootstrap-timepicker-widget.dropdown-menu:after {
border-bottom:10px solid rgba(0,0,0,.2);
border-left:10px solid transparent;
border-right:10px solid transparent;
border-top:0;
content:'';
display:block;
position:absolute
}
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-left:after {
left:10.5px
}
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-right:after {
right:10.5px
}
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-top:after {
top:-13px
}
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-bottom:after {
border-bottom:0;
border-top:10px solid rgba(0,0,0,.2);
bottom:-13px
}
.bootstrap-timepicker-widget span.bootstrap-timepicker-hour,.bootstrap-timepicker-widget span.bootstrap-timepicker-meridian,.bootstrap-timepicker-widget span.bootstrap-timepicker-minute,.bootstrap-timepicker-widget span.bootstrap-timepicker-second {
line-height:32px;
font-weight:600
}
.bootstrap-timepicker-widget .timepicker-increment {
margin-bottom:5px
}
.bootstrap-timepicker-widget .timepicker-decrement {
margin-top:5px
}
.bootstrap-timepicker-widget table {
width:100%;
margin:0;
padding:0
}
.bootstrap-timepicker-widget table td {
text-align:center;
height:auto;
margin:0;
padding:0;
min-width:20px
}
.bootstrap-timepicker-widget table td.separator {
width:10px;
text-align:center
}
.bootstrap-timepicker-widget table td a,.bootstrap-timepicker-widget table td input {
border-radius:2px!important
}
.bootstrap-timepicker-widget table td a {
width:100%;
display:inline-block;
margin:0;
padding:0;
border:1px solid #eee;
color:#666;
text-decoration:none;
line-height:32px;
text-align:center
}
.bootstrap-timepicker-widget table td a:hover {
color:#fff
}
.bootstrap-timepicker-widget table td a .fa {
margin:0!important;
padding:0!important
}
.bootstrap-timepicker-widget table td input {
position:relative;
margin:0;
padding-left:0;
padding-right:0;
text-align:center
}
.modal .bootstrap-timepicker-widget.dropdown-menu {
z-index:1040
}
.datepaginator {
font-size:12px
}
.pagination {
margin:0;
padding:0;
white-space:nowrap
}
.pagination a.dp-item,.pagination a.dp-nav {
text-align:center
}
.pagination a.dp-item:hover,.pagination a.dp-nav:hover {
z-index:403!important
}
.pagination a.dp-item {
padding:10px 0;
border-radius:0;
margin:0 0 0 -1px
}
.pagination a.dp-nav {
margin:0;
font-family:FontAwesome;
padding:17px 0;
line-height:20px
}
.pagination a.dp-nav i {
display:none
}
.pagination a.dp-nav.dp-nav-right {
margin:0 0 0 -1px
}
.pagination a.dp-nav:before {
display:none!important
}
.pagination a.dp-nav.dp-nav-left:after {
content:"\f053"
}
.pagination a.dp-nav.dp-nav-right:after {
content:"\f054"
}
.pagination a.dp-off,.pagination a.dp-off:hover {
background-color:#F9F9F9;
z-index:400
}
.pagination a.dp-today {
color:#fff!important;
z-index:401
}
.pagination a.dp-selected {
color:#fff!important;
z-index:402
}
#dp-calendar {
font-family:FontAwesome;
position:absolute;
line-height:18px;
top:4px;
right:0;
font-style:normal!important;
display:block;
font-size:14px;
padding:0 8px 0 18px
}
#dp-calendar:after {
content:"\f073"!important
}
#dp-calendar:before {
display:none!important
}
.datepaginator-sm {
font-size:10px
}
.pagination a.dp-item.dp-item-sm {
padding:10px 0
}
.pagination a.dp-nav.dp-nav-sm {
padding:14px 0
}
.datepaginator-lg {
font-size:14px
}
.pagination a.dp-item.dp-item-lg {
padding:15px 0
}
.pagination a.dp-nav.dp-nav-lg {
padding:25px 0;
font-size:13px
}
.modal .pagination a.dp-item:hover,.modal .pagination a.dp-nav:hover {
z-index:1043!important
}
.modal .pagination a.dp-off,.modal .pagination a.dp-off:hover {
z-index:1040
}
.modal .pagination a.dp-today {
z-index:1041
}
.modal .pagination a.dp-selected {
z-index:1042
}
.nav-pills,.nav-tabs {
position:relative
}
.tabdrop {
margin-left:0!important;
margin-right:0!important
}
.tabdrop>.dropdown-toggle {
cursor:pointer!important;
margin-right:0;
padding-left:12px;
padding-right:12px
}
.tabdrop>.dropdown-toggle>.fa {
font-size:14px!important;
margin:0!important;
padding:0!important
}
.tabdrop>.dropdown-toggle>.caret {
border:none;
display:inline-block;
font-family:FontAwesome;
font-size:10px;
height:auto;
margin-left:5px;
position:relative;
top:-1px;
width:auto
}
.tabdrop>.dropdown-toggle>.caret:after {
content:"\f0d7"
}
.minicolors {
position:relative
}
.minicolors input[type=hidden]+.minicolors-swatch {
height:32px;
position:static;
cursor:pointer
}
.minicolors .minicolors-grid {
position:relative;
float:right;
width:150px;
height:150px;
background:url(../images/plugins/jquery.minicolors.png) -120px 0;
cursor:crosshair;
margin:1px
}
.minicolors .minicolors-grid-inner {
position:absolute;
top:0;
left:0;
width:150px;
height:150px;
background:0 0
}
.minicolors-swatch {
position:absolute;
vertical-align:middle;
background:url(../images/plugins/jquery.minicolors.png) -80px 0;
cursor:text;
padding:0;
margin:0;
display:inline-block
}
.minicolors-swatch-color {
position:absolute;
top:0;
left:0;
right:0;
bottom:0
}
.minicolors-panel {
position:absolute;
background:#fff;
border:3px solid rgba(0,0,0,.2);
border-radius:3px;
margin-top:10px;
z-index:400;
display:none;
-webkit-box-shadow:none;
box-shadow:none
}
.minicolors-panel.minicolors-visible {
display:block
}
.minicolors-panel:after {
border-bottom:10px solid rgba(0,0,0,.2);
border-left:10px solid transparent;
border-right:10px solid transparent;
border-top:0;
content:'';
display:block;
position:absolute
}
.modal .minicolors-panel {
z-index:1040
}
.minicolors-opacity-slider,.minicolors-slider {
position:relative;
float:right;
width:20px;
height:150px;
background:#fff url(../images/plugins/jquery.minicolors.png) 0 0;
cursor:row-resize;
margin:1px 1px 1px 0
}
.minicolors-with-opacity .minicolors-opacity-slider {
display:block
}
.minicolors-with-opacity .minicolors-slider {
margin-right:22px
}
.minicolors-opacity-slider {
background-position:-40px 0;
position:absolute;
right:0;
top:0;
display:none
}
.minicolors-slider-saturation .minicolors-grid {
background-position:-420px 0
}
.minicolors-slider-saturation .minicolors-grid-inner {
background:url(../images/plugins/jquery.minicolors.png) -270px 0
}
.minicolors-slider-saturation .minicolors-slider {
background-position:-60px 0
}
.minicolors-slider-brightness .minicolors-grid {
background-position:-570px 0
}
.minicolors-slider-brightness .minicolors-grid-inner {
background:#000
}
.minicolors-slider-brightness .minicolors-slider {
background-position:-20px 0
}
.minicolors-slider-wheel .minicolors-grid {
background-position:-720px 0
}
.minicolors-slider-wheel .minicolors-slider {
background-position:-20px 0
}
.minicolors-position-top .minicolors-panel {
bottom:100%;
margin-top:0;
margin-bottom:10px
}
.minicolors-position-top .minicolors-panel:after {
border-bottom:0;
border-top:10px solid rgba(0,0,0,.2);
bottom:-13px
}
.minicolors-position-right .minicolors-panel {
right:0
}
.minicolors-position-right .minicolors-panel:after {
right:2.5px
}
.minicolors-position-bottom .minicolors-panel {
top:auto
}
.minicolors-position-bottom .minicolors-panel:after {
top:-13px
}
.minicolors-position-left .minicolors-panel {
left:0
}
.minicolors-position-left .minicolors-panel:after {
left:2.5px
}
.minicolors-picker {
position:absolute;
top:0;
left:0;
width:18px;
height:2px;
background:#fff;
border:solid 1px #000;
margin-top:-2px;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box
}
.minicolors-grid .minicolors-picker {
position:absolute;
top:70px;
left:70px;
width:12px;
height:12px;
border:solid 1px #000;
border-radius:10px;
margin-top:-6px;
margin-left:-6px;
background:0 0
}
.minicolors-grid .minicolors-picker>div {
position:absolute;
top:0;
left:0;
width:8px;
height:8px;
border-radius:8px;
border:solid 2px #fff;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box
}
.minicolors-inline {
display:inline-block
}
.minicolors-inline .minicolors-panel {
position:relative;
top:auto;
left:auto;
box-shadow:none;
z-index:auto;
display:inline-block;
border:none;
margin:0;
background:0 0
}
.minicolors-inline .minicolors-panel:after {
display:none!important
}
.minicolors-theme-default .minicolors-swatch {
top:5px;
left:5px;
width:18px;
height:18px
}
.minicolors-theme-default .minicolors-input {
height:20px;
width:auto;
display:inline-block;
padding-left:26px
}
.minicolors-theme-default.minicolors {
width:auto;
display:inline-block
}
.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
left:auto;
right:5px
}
.minicolors-theme-default.minicolors-position-right .minicolors-input {
padding-right:26px;
padding-left:inherit
}
.minicolors-theme-bootstrap .minicolors-swatch {
top:3px;
left:3px;
width:26px;
bottom:3px;
border-radius:2px
}
.minicolors-theme-bootstrap .minicolors-input {
padding-left:40px
}
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-swatch {
left:auto;
right:3px
}
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
padding-right:40px;
padding-left:12px
}
.editableform {
margin-bottom:0
}
.editableform .control-group {
margin-bottom:0;
white-space:nowrap;
line-height:20px
}
.editableform .form-control {
width:auto
}
.editable-buttons {
display:inline-block;
vertical-align:top;
margin-left:7px;
zoom:1;
*display:inline
}
.editable-buttons.editable-buttons-bottom {
display:block;
margin-top:7px;
margin-left:0
}
.editable-buttons button.ui-button-icon-only {
height:24px;
width:30px
}
.editable-input {
vertical-align:top;
display:inline-block;
width:auto;
white-space:normal;
zoom:1;
*display:inline
}
.editableform-loading {
background:url(../images/plugins/bootstrap-editable/loading.gif) center center no-repeat;
height:25px;
width:auto;
min-width:25px
}
.editable-inline .editableform-loading {
background-position:left 5px
}
.editable-error-block {
max-width:300px;
margin:5px 0 0;
width:auto;
white-space:normal
}
.editable-error-block.ui-state-error {
padding:3px
}
.editable-error {
color:red
}
.editable-inline .add-on .icon-th {
margin-top:3px;
margin-left:1px
}
.editable-checklist label input[type=checkbox],.editable-checklist label span {
vertical-align:middle;
margin:0
}
.editable-checklist label {
white-space:nowrap
}
.editable-wysihtml5 {
width:566px;
height:250px
}
.editable-clear {
clear:both;
font-size:.9em;
text-decoration:none;
text-align:right
}
.editable-clear-x {
display:block;
width:13px;
height:13px;
position:absolute;
opacity:.6;
z-index:100;
font-size:13px;
line-height:13px;
font-family:FontAwesome;
cursor:pointer;
top:50%;
right:6px;
margin-top:-6px
}
.editable-clear-x:after {
content:'\f057'
}
.editable-clear-x:hover {
opacity:1
}
.editable-pre-wrapped {
white-space:pre-wrap
}
.editable-container.editable-popup {
max-width:none!important
}
.editable-container.popover {
width:auto
}
.editable-container.editable-inline {
display:inline-block;
vertical-align:middle;
width:auto;
zoom:1;
*display:inline
}
.editable-container .ui-widget {
font-size:inherit;
z-index:9990
}
.editable-click,a.editable-click,a.editable-click:hover {
text-decoration:none;
border-bottom:dashed 1px #08c
}
.editable-click.editable-disabled,a.editable-click.editable-disabled,a.editable-click.editable-disabled:hover {
color:#585858;
cursor:default;
border-bottom:none
}
.editable-empty,.editable-empty:focus,.editable-empty:hover {
font-style:italic;
color:#D14;
text-decoration:none
}
.editable-unsaved {
font-weight:700
}
.editable-bg-transition {
-webkit-transition:background-color 1400ms ease-out;
transition:background-color 1400ms ease-out
}
.form-horizontal .editable {
padding-top:5px;
display:inline-block
}
.editable-buttons .editable-cancel,.editable-buttons .editable-submit {
font-family:FontAwesome;
font-size:14px;
color:#fff;
line-height:20px
}
.editable-buttons .editable-cancel i,.editable-buttons .editable-submit i {
display:none
}
.editable-buttons .editable-cancel {
color:#555;
margin-left:5px
}
.editable-buttons .editable-submit:after {
content:"\f00c"
}
.editable-buttons .editable-cancel:after {
content:"\f00d"
}
.editable-input>.select2-container {
max-width:300px
}
.editable-date.well {
padding:0;
background:#fff;
border:none;
border-radius:0
}
.editable[data-type=address]+.editable-container .editable-input {
width:260px
}
.editable[data-type=address]+.editable-container .editable-buttons {
position:relative;
top:2px
}
.editable-address {
margin-top:2px
}
.editable-address label {
width:100%
}
.editable-address input,.editable-address label span {
display:block;
float:left;
margin:0
}
.editable-address label span {
width:25%;
padding:0 10px 0 0;
line-height:32px;
text-align:right;
position:relative
}
.editable-address input {
width:75%!important
}
.editable-address+.editable-address {
margin-top:6px
}
.twitter-typeahead .tt-hint,.twitter-typeahead .tt-query {
margin-bottom:0
}
.tt-dropdown-menu {
border:2px solid #ccc;
padding:5px 0;
min-width:160px;
margin-top:2px;
background-color:#fff;
border-radius:2px
}
.tt-suggestion {
display:block;
margin:0 -2px;
padding:5px 18px
}
.tt-suggestion p {
margin:0
}
.tt-suggestion.tt-is-under-cursor,.tt-suggestion.tt-is-under-cursor a {
color:#fff
}
@media (min-width:768px) {
.bootbox.bootbox-sm .modal-dialog {
width:300px
}
}
.bootbox .modal-footer {
margin-top:0
}
.dataTables_wrapper .table-header {
margin-bottom:-7px;
padding:13px 0 13px 15px
}
.dataTables_wrapper .table-header .table-caption {
float:left;
line-height:20px;
padding:5px 10px 5px 0;
width:auto
}
.dataTables_wrapper .table-footer {
margin-top:-7px;
padding-right:10px
}
.dataTables_wrapper .DT-label {
color:#888;
line-height:29px
}
.DT-per-page,.DT-search {
display:inline-block
}
.DT-lf-right {
float:right;
white-space:nowrap
}
.DT-search {
line-height:30px;
margin-right:10px
}
.DT-search,.DT-search input {
width:130px!important
}
.DT-search input,.DT-search label {
margin-bottom:0!important;
margin-top:0!important
}
.DT-per-page {
border-right:1px solid #eee;
margin-right:10px;
height:30px;
padding-right:10px;
white-space:nowrap
}
.DT-per-page select {
display:inline-block!important;
width:auto!important
}
.DT-label {
float:left;
font-size:12px
}
.DT-pagination {
float:right
}
.dataTables_paginate .pagination>li>a,.dataTables_paginate .pagination>li>span {
font-size:12px;
padding:5px 10px
}
table.dataTable {
clear:both;
margin-bottom:6px!important;
margin-top:6px!important;
max-width:none!important
}
table.dataTable,table.dataTable td,table.dataTable th {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box
}
table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_desc_disabled {
cursor:pointer
}
table.dataTable thead .sorting:after {
content:"\f0dc";
display:block
}
table.dataTable thead .sorting_asc {
background:rgba(0,0,0,.05)
}
table.dataTable thead .sorting_asc:after {
content:"\f0dd";
display:block
}
table.dataTable thead .sorting_desc {
background:rgba(0,0,0,.05)
}
table.dataTable thead .sorting_desc:after {
content:"\f0de";
display:block
}
table.dataTable thead .sorting_asc_disabled:after {
content:"\f0dd";
display:block;
opacity:.3
}
table.dataTable thead .sorting_desc_disabled:after {
content:"\f0de";
display:block;
opacity:.3
}
table.dataTable th {
position:relative
}
table.dataTable th:after {
display:none;
font-family:FontAwesome;
font-size:11px;
font-weight:400!important;
line-height:20px;
height:20px;
position:absolute;
right:0;
top:8px;
width:20px
}
table.dataTable th:active {
outline:0
}
div.dataTables_scrollHead table {
border-bottom-left-radius:0;
border-bottom-right-radius:0;
margin-bottom:0!important
}
div.dataTables_scrollHead table thead tr:last-child td:first-child,div.dataTables_scrollHead table thead tr:last-child th:first-child {
border-bottom-left-radius:0!important;
border-bottom-right-radius:0!important
}
div.dataTables_scrollBody table {
margin-bottom:0!important;
border-top:none
}
div.dataTables_scrollBody tbody tr:first-child td,div.dataTables_scrollBody tbody tr:first-child th,div.dataTables_scrollFoot table {
border-top:none
}
/*.table-danger .dataTables_wrapper .table-header input,.table-danger .dataTables_wrapper .table-header select,.table-info .dataTables_wrapper .table-header input,.table-info .dataTables_wrapper .table-header select,.table-primary .dataTables_wrapper .table-header input,.table-primary .dataTables_wrapper .table-header select,.table-success .dataTables_wrapper .table-header input,.table-success .dataTables_wrapper .table-header select,.table-warning .dataTables_wrapper .table-header input,.table-warning .dataTables_wrapper .table-header select {
border:none!important
}*/
.table-success .dataTables_wrapper .DT-per-page {
border-color:#518d51!important
}
.table-danger .dataTables_wrapper .DT-per-page {
border-color:#ca4433!important
}
.table-warning .dataTables_wrapper .DT-per-page {
border-color:#de9328!important
}
.table-info .dataTables_wrapper .DT-per-page {
border-color:#3da1bf!important
}
#growls {
position:fixed;
right:0;
top:10px;
z-index:5000
}
.main-navbar-fixed #growls {
top:46px
}
.main-menu-right #growls {
left:0;
right:auto
}
.growl {
border-radius:4px;
margin:10px;
position:relative;
opacity:.95;
filter:alpha(opacity=95);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}
.growl .growl-title {
font-size:14px;
font-weight:600;
display:inline-block;
margin-bottom:2px
}
.growl .growl-message {
font-size:13px
}
.growl .growl-close {
cursor:pointer;
display:inline-block;
float:right;
font-family:helvetica,verdana,sans-serif;
font-size:14px;
font-weight:400;
line-height:18px;
margin-top:-2px
}
.growl.growl-incoming,.growl.growl-outgoing {
opacity:0;
filter:alpha(opacity=0)
}
.growl.growl-small {
padding:6px 8px;
width:200px
}
.growl.growl-small .growl-title {
font-size:13px;
margin-bottom:0
}
.growl.growl-small .growl-message {
font-size:11px
}
.growl.growl-medium {
padding:10px;
width:250px
}
.growl.growl-large {
padding:15px;
width:300px
}
.growl.growl-default {
background:#7f8c8d;
color:#fff
}
.growl.growl-error {
background:#e66454;
color:#fff
}
.growl.growl-notice {
background:#5ebd5e;
color:#fff
}
.growl.growl-warning {
background:#f4b04f;
color:#fff
}
.dz-browser-not-supported .dz-message {
display:none!important
}
.dz-browser-not-supported.dropzone-box {
min-height:auto!important;
border:none!important;
border-radius:0!important;
width:auto!important;
cursor:default!important;
padding:0!important;
-webkit-transition:none;
transition:none
}
.dropzone-box {
position:relative;
min-height:284px;
border:3px dashed #ddd;
border-radius:3px;
vertical-align:middle;
width:100%;
cursor:pointer;
padding:0 15px 15px 0;
-webkit-transition:all .2s;
transition:all .2s
}
.dz-default.dz-message {
color:#555;
font-size:20px;
font-weight:600;
display:block;
min-height:70px;
width:300px;
position:absolute;
padding-left:90px;
padding-top:12px;
line-height:22px;
top:50%;
margin-top:-35px;
left:50%;
margin-left:-150px;
-webkit-transition:all .2s;
transition:all .2s
}
.dz-text-small {
font-size:14px;
font-weight:400
}
.dropzone-box .fa.fa-cloud-upload {
display:block;
width:70px;
height:70px;
position:absolute;
left:0;
top:0;
text-align:center;
line-height:70px;
font-size:32px;
background:#eee;
color:#aaa;
border-radius:2px;
-webkit-transition:all .2s;
transition:all .2s
}
.dropzone-box:hover .fa.fa-cloud-upload {
color:#fff
}
.dz-started .dz-default.dz-message {
display:none
}
.dz-started:hover .fa.fa-cloud-upload {
background:#eee!important;
color:#aaa!important
}
.dz-preview {
width:160px;
padding:6px 10px 10px;
margin:15px 0 0 15px;
display:inline-block;
cursor:default;
border:1px solid #ddd;
border-radius:2px;
vertical-align:top
}
.dz-filename {
color:#555;
overflow:hidden;
padding-bottom:2px
}
.dz-size {
padding-bottom:8px
}
.dz-thumbnail {
width:138px;
height:120px;
text-align:center;
display:table-cell;
vertical-align:middle;
overflow:hidden
}
.dz-thumbnail>img {
max-width:100%;
max-height:120px
}
.dz-preview .progess-bar,.dz-preview .progress {
height:8px
}
.dz-preview .progress {
margin:8px 0 0
}
.dz-size {
font-style:italic;
color:#aaa;
font-size:11px
}
.dz-size span {
font-weight:600
}
.dz-remove {
line-height:30px;
display:block;
margin:8px -11px -11px;
text-align:center;
color:#666;
border-top:1px solid #ddd;
border-bottom:1px solid transparent;
font-weight:600;
font-size:10px;
text-transform:uppercase;
-webkit-transition:all .1s;
transition:all .1s;
border-bottom-right-radius:2px;
border-bottom-left-radius:2px
}
.dz-remove:hover {
background:#e66454;
color:#fff;
border-top-color:transparent;
text-decoration:none
}
.dz-thumbnail-wrapper {
margin:0 -10px;
padding:10px;
background:#f2f2f2;
border:1px solid #ddd;
border-left:none;
border-right:none;
position:relative
}
.dz-nopreview {
text-transform:uppercase;
font-size:11px;
font-weight:600;
color:#888
}
.dz-thumbnail img[src]+.dz-nopreview {
display:none
}
.dz-error-mark,.dz-error-message,.dz-success-mark {
display:none;
position:absolute;
left:-1px;
right:-1px;
top:-1px;
bottom:-1px;
text-align:center;
background:rgba(0,0,0,.5);
box-shadow:0 0 30px rgba(0,0,0,.1)inset;
-webkit-transition:all .1s;
transition:all .1s
}
.dz-error-mark .fa,.dz-success-mark .fa {
line-height:140px;
font-size:50px;
font-weight:400
}
.dz-error-mark .fa {
color:#fa6b59
}
.dz-success-mark .fa {
color:#9ed441
}
.dz-error-message {
color:#fff;
font-weight:600;
padding:20px 10px 0
}
.dz-error .dz-error-mark {
display:block
}
.dz-error .dz-error-message,.dz-error:hover .dz-error-mark {
display:none
}
.dz-error:hover .dz-error-message,.dz-success .dz-success-mark {
display:block
}
.note-editor {
border:1px solid #d6d6d6;
background:#fff
}
.note-editor .note-dropzone {
position:absolute;
display:none;
z-index:1;
border:2px dashed #87cefa;
color:#87cefa;
background-color:#fff;
opacity:.95;
pointer-event:none
}
.note-editor .note-dropzone .note-dropzone-message {
display:table-cell;
vertical-align:middle;
text-align:center;
font-size:28px;
font-weight:700
}
.note-editor .note-dropzone.hover {
border:2px dashed #098ddf;
color:#098ddf
}
.note-editor.dragover .note-dropzone {
display:table
}
.note-editor.fullscreen {
position:fixed;
top:0;
left:0;
width:100%;
z-index:1050
}
.note-editor.fullscreen .note-editable {
background-color:#fff
}
.note-editor.codeview .note-editable,.note-editor.fullscreen .note-resizebar {
display:none
}
.note-editor.codeview .note-codable {
display:block
}
.note-editor .note-toolbar {
padding-left:5px;
padding-bottom:5px;
margin:0;
background-color:#f5f5f5;
border-bottom:1px solid #d6d6d6
}
.note-editor .note-toolbar .fa {
font-size:14px;
margin:0!important
}
.note-editor .note-toolbar>.btn-group {
margin-top:5px;
margin-left:0;
margin-right:5px
}
.note-editor .note-toolbar>.btn-group>.btn {
padding-top:5px;
padding-bottom:5px
}
.note-editor .note-toolbar .dropdown-menu {
white-space:nowrap
}
.note-editor .note-toolbar .dropdown-menu .btn-group {
float:none
}
.note-editor .note-toolbar .dropdown-menu>li>a {
cursor:pointer
}
.note-editor .note-toolbar .note-table .dropdown-menu {
min-width:0;
padding:5px
}
.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker {
font-size:18px
}
.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher {
position:absolute!important;
z-index:3;
width:10em;
height:10em;
cursor:pointer
}
.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted {
position:relative!important;
z-index:1;
width:5em;
height:5em;
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat
}
.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted {
position:absolute!important;
z-index:2;
width:1em;
height:1em;
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat
}
.note-editor .note-toolbar .note-style blockquote,.note-editor .note-toolbar .note-style h1,.note-editor .note-toolbar .note-style h2,.note-editor .note-toolbar .note-style h3,.note-editor .note-toolbar .note-style h4,.note-editor .note-toolbar .note-style h5,.note-editor .note-toolbar .note-style h6 {
margin:0
}
.note-editor .note-toolbar .note-color .dropdown-toggle {
width:20px;
padding-left:5px
}
.note-editor .note-toolbar .note-color .dropdown-menu {
min-width:290px;
white-space:nowrap
}
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group {
margin:0
}
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group:first-child {
margin:0 5px
}
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
font-size:12px;
margin:2px 7px;
text-align:center;
border-bottom:1px solid #eee
}
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
font-size:12px;
margin:5px;
padding:0 3px;
cursor:pointer;
border-radus:5px
}
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
background:#eee
}
.note-editor .note-toolbar .note-para .dropdown-menu {
min-width:216px;
padding:5px
}
.note-editor .note-toolbar .note-para .dropdown-menu>div:first-child {
margin-right:5px
}
.note-editor .note-statusbar {
background-color:#f5f5f5
}
.note-editor .note-statusbar .note-resizebar {
height:8px;
width:100%;
border-top:1px solid #d6d6d6;
cursor:s-resize
}
.note-editor .note-statusbar .note-resizebar .note-icon-bar {
width:20px;
margin:1px auto;
border-top:1px solid #d6d6d6
}
.note-editor .note-popover .popover {
max-width:none
}
.note-editor .note-popover .popover .popover-content {
padding:5px
}
.note-editor .note-popover .popover .popover-content a {
display:inline-block;
max-width:200px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
vertical-align:middle
}
.note-editor .note-popover .popover .popover-content .btn-group+.btn-group {
margin-left:5px
}
.note-editor .note-popover .popover .arrow {
left:20px
}
.note-editor .note-handle .note-control-selection {
position:absolute;
display:none;
border:1px solid #000
}
.note-editor .note-handle .note-control-selection>div {
position:absolute
}
.note-editor .note-handle .note-control-selection .note-control-selection-bg {
width:100%;
height:100%;
background-color:#000;
opacity:.3;
filter:alpha(opacity=30)
}
.note-editor .note-handle .note-control-selection .note-control-handle,.note-editor .note-handle .note-control-selection .note-control-holder {
width:7px;
height:7px;
border:1px solid #000
}
.note-editor .note-handle .note-control-selection .note-control-sizing {
width:7px;
height:7px;
border:1px solid #000;
background-color:#fff
}
.note-editor .note-handle .note-control-selection .note-control-nw {
top:-5px;
left:-5px;
border-right:none;
border-bottom:none
}
.note-editor .note-handle .note-control-selection .note-control-ne {
top:-5px;
right:-5px;
border-bottom:none;
border-left:none
}
.note-editor .note-handle .note-control-selection .note-control-sw {
bottom:-5px;
left:-5px;
border-top:none;
border-right:none
}
.note-editor .note-handle .note-control-selection .note-control-se {
right:-5px;
bottom:-5px;
cursor:se-resize
}
.note-editor .note-handle .note-control-selection .note-control-selection-info {
right:0;
bottom:0;
padding:5px;
margin:5px;
color:#fff;
background-color:#000;
font-size:12px;
border-radus:5px;
opacity:.7;
filter:alpha(opacity=70)
}
.note-editor .note-dialog>div {
display:none
}
.note-editor .note-dialog .note-image-dialog .note-dropzone {
min-height:100px;
font-size:30px;
line-height:4;
color:#d3d3d3;
text-align:center;
border:4px dashed #d3d3d3;
margin-bottom:10px
}
.note-editor .note-dialog .note-help-dialog {
font-size:12px;
color:#ccc;
background-color:#222!important;
opacity:.9;
filter:alpha(opacity=90);
background:0 0;
border:none
}
.note-editor .note-dialog .note-help-dialog .modal-content {
background:0 0;
border:1px solid #fff;
-webkit-box-shadow:none;
box-shadow:none;
border-radius:5px
}
.note-editor .note-dialog .note-help-dialog a {
font-size:12px;
color:#fff
}
.note-editor .note-dialog .note-help-dialog .title {
color:#fff;
font-size:14px;
font-weight:700;
padding-bottom:5px;
border-bottom:#fff 1px solid
}
.note-editor .note-dialog .note-help-dialog .modal-close {
font-size:14px;
color:#dd0;
cursor:pointer
}
.note-editor .note-dialog .note-help-dialog .note-shortcut-layout {
width:100%
}
.note-editor .note-dialog .note-help-dialog .note-shortcut-layout td {
vertical-align:top
}
.note-editor .note-dialog .note-help-dialog .note-shortcut {
margin-top:8px
}
.note-editor .note-dialog .note-help-dialog .note-shortcut th {
text-align:left;
font-size:13px;
color:#dd0
}
.note-editor .note-dialog .note-help-dialog .note-shortcut td:first-child {
min-width:110px;
font-family:"Courier New";
color:#dd0;
text-align:right;
padding-right:10px
}
.note-editor .note-editable {
padding:10px;
overflow:auto;
outline:0
}
.note-editor .note-editable[contenteditable=false] {
background-color:#e5e5e5
}
.note-editor .note-codable {
display:none;
width:100%;
padding:10px;
border:none;
box-shadow:none;
font-family:Menlo,Monaco,monospace,sans-serif;
font-size:14px;
color:#ccc;
background-color:#222;
resize:none;
direction:ltr!important;
border-radius:0;
margin-bottom:0
}
.note-editor .CodeMirror {
direction:ltr!important
}
.note-editor .dropdown-menu {
min-width:90px
}
.note-editor .dropdown-menu.right {
right:0;
left:auto
}
.note-editor .dropdown-menu.right::before {
right:9px;
left:auto!important
}
.note-editor .dropdown-menu.right::after {
right:10px;
left:auto!important
}
.note-editor .dropdown-menu li a i {
color:#00bfff;
visibility:hidden
}
.note-editor .dropdown-menu li a.checked i {
visibility:visible
}
.note-editor .note-fontsize-10 {
font-size:10px
}
.note-editor .note-color-palette {
line-height:1
}
.note-editor .note-color-palette div .note-color-btn {
width:17px;
height:17px;
padding:0;
margin:0;
border:1px solid #fff
}
.note-editor .note-color-palette div .note-color-btn:hover {
border:1px solid #000
}
.md-editor {
display:block;
border:1px solid #e4e4e4;
border-radius:2px;
-webkit-transition:all .3s;
transition:all .3s
}
.md-editor .md-footer,.md-editor>.md-header {
display:block;
padding:6px 4px;
background:#f5f5f5
}
.md-editor>.md-header {
margin:0;
border-top-right-radius:2px;
border-top-left-radius:2px
}
.md-editor>.md-header .btn {
padding-top:5px;
padding-bottom:5px
}
.md-editor>.md-header .btn .fa {
font-size:14px
}
.md-editor>.md-preview {
border-top:1px dashed #e4e4e4;
min-height:10px;
padding:6px 12px
}
.md-editor>textarea {
font-family:Menlo,Monaco,Consolas,"Courier New",monospace;
font-size:13px;
outline:0;
margin:0;
display:block;
padding:6px 12px;
width:100%;
border:0;
border-top:1px dashed #e4e4e4;
border-radius:0;
background:#fff
}
.md-editor.active {
border-color:#66afe9
}
.jqstooltip {
width:auto!important;
height:auto!important;
color:#fff!important;
border-radius:2px;
background-color:#222!important;
font-size:11px!important;
padding:4px 10px!important
}
.pie-chart {
display:inline-block!important;
position:relative!important
}
.pie-chart:after,.pie-chart:before {
content:" ";
display:table
}
.pie-chart:after {
clear:both
}
.pie-chart-label {
display:block!important;
width:100%;
text-align:center;
line-height:40px;
height:40px;
margin-top:-20px;
position:absolute!important;
top:50%;
font-weight:300;
font-size:17px
}
.morris-hover {
position:absolute;
z-index:1000
}
.morris-hover.morris-default-style {
text-align:center;
border-radius:2px;
background-color:#222;
font-size:11px;
padding:4px 10px
}
.morris-hover.morris-default-style .morris-hover-row-label {
font-weight:700;
margin:4px 0;
color:#aaa
}
.morris-hover.morris-default-style .morris-hover-point {
white-space:nowrap;
margin:2px 0
}
.pa-flot-container {
width:100%;
height:auto;
overflow:hidden;
position:relative
}
.pa-flot-container:after,.pa-flot-container:before {
content:" ";
display:table
}
.pa-flot-container:after {
clear:both
}
.pa-flot-graph {
width:auto;
height:auto
}
.pa-flot-info {
width:auto;
margin-bottom:20px;
background:#f4f4f4;
background:rgba(0,0,0,.03);
border-radius:2px
}
.pa-flot-info:after,.pa-flot-info:before {
content:" ";
display:table
}
.pa-flot-info:after {
clear:both
}
.pa-flot-info span {
position:relative;
display:inline-block;
margin-right:10px;
text-decoration:none;
cursor:default;
padding-left:24px;
font-weight:400;
font-size:12px;
line-height:32px;
color:#646464
}
.pa-flot-info i {
position:absolute;
display:block;
content:'';
width:8px;
height:8px;
top:12px;
left:10px;
border-radius:9999px
}
.pa-flot-tooltip {
position:absolute;
display:none;
padding:5px 10px;
font-size:12px;
background:#222;
color:#fff;
border-radius:2px
}
.tickLabel {
font-size:12px;
color:#666
}
.yAxis .tickLabel:first-child,.yAxis .tickLabel:last-child {
display:none
}
.pieLabel>div {
font-size:12px!important
}
.slimScrollBar {
width:6px!important;
opacity:.3!important
}
.slimScrollRail {
width:6px!important
}
pre {
-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
white-space: pre-wrap;
}
.grey-container {
background: #eee;
padding: 15px;
margin-bottom: 10px;
border: 1px solid rgba(0, 0, 0, 0.2);
border-width: 1px 0 1px 0;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25) inset;
-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25) inset;
-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25) inset;
}
.shortcut-wrapper {
text-align: center;
}
.shortcut-link {
display: inline-block;
color: #ccc;
margin-right: 20px;
text-shadow: 0 1px 0 #fff;
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
}
.shortcut-link .shortcut-icon {
position: relative;
font-size: 30px;
}
.shortcut-link .shortcut-icon .shortcut-alert {
position: absolute;
border-radius: 50em;
-moz-border-radius: 50em;
-webkit-border-radius: 50em;
font-size: 11px;
color: #fff;
top: 0;
right: 0;
background: #ec2525;
border: 1px solid #ec2525;
text-shadow: none;
font-weight: bold;
line-height: 16px;
width: 18px;
height: 18px;
text-align: center;
}
.shortcut-link .text {
display: inline-block;
margin-left: 10px;
margin-top: -5px;
color: #626262;
font-weight: 600;
}
.shortcut-link:hover {
text-decoration: none;
color: #626262;
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
}
#sms-traffic svg{
height: 400px;
}
#finance-traffic svg{
height: 440px;
}
#sms-finance-traffic svg{
height: 440px;
}
#sms-finance-traffic svg{
height: 440px;
} | public_html/assets/backend/css/pixel-admin.min.css | @charset "UTF-8";
/*!
* Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/font-awesome/fontawesome-webfont.eot?v=4.6.3');
src: url('../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.3')
format('embedded-opentype'), url('../fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.3')
format('woff2'), url('../fonts/font-awesome/fontawesome-webfont.woff?v=4.6.3')
format('woff'), url('../fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.3')
format('truetype'), url('../fonts/font-awesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
font-size: 1.33333333em;
line-height: 0.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;
text-align: center;
}
.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: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.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(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-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 {
-ms-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-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.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-remove:before,
.fa-close: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-gear:before,
.fa-cog: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-rotate-right:before,
.fa-repeat: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-photo:before,
.fa-image: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-warning:before,
.fa-exclamation-triangle: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-gears:before,
.fa-cogs: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-feed:before,
.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-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars: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-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard: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-unlink:before,
.fa-chain-broken: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-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw: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-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try: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-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap: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-pp: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-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-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-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.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-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin: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-soccer-ball-o:before,
.fa-futbol-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-shekel:before,
.fa-sheqel:before,
.fa-ils: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-intersex:before,
.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-genderless:before {
content: "\f22d";
}
.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-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-envira:before {
content: "\f299";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-wheelchair-alt:before {
content: "\f29b";
}
.fa-question-circle-o:before {
content: "\f29c";
}
.fa-blind:before {
content: "\f29d";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-volume-control-phone:before {
content: "\f2a0";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\f2a4";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
content: "\f2a7";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-themeisle:before {
content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
content: "\f2b4";
}
.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;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license
Copyright (c) 2013 <NAME>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
-webkit-animation-duration:1s;
animation-duration:1s;
-webkit-animation-fill-mode:both;
animation-fill-mode:both
}
.animated.hinge {
-webkit-animation-duration:2s;
animation-duration:2s
}
@-webkit-keyframes bounce {
0%,100%,20%,50%,80% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
40% {
-webkit-transform:translateY(-30px);
transform:translateY(-30px)
}
60% {
-webkit-transform:translateY(-15px);
transform:translateY(-15px)
}
}
@keyframes bounce {
0%,100%,20%,50%,80% {
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
40% {
-webkit-transform:translateY(-30px);
-ms-transform:translateY(-30px);
transform:translateY(-30px)
}
60% {
-webkit-transform:translateY(-15px);
-ms-transform:translateY(-15px);
transform:translateY(-15px)
}
}
.bounce {
-webkit-animation-name:bounce;
animation-name:bounce
}
@-webkit-keyframes flash {
0%,100%,50% {
opacity:1
}
25%,75% {
opacity:0
}
}
@keyframes flash {
0%,100%,50% {
opacity:1
}
25%,75% {
opacity:0
}
}
.flash {
-webkit-animation-name:flash;
animation-name:flash
}
@-webkit-keyframes pulse {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
50% {
-webkit-transform:scale(1.1);
transform:scale(1.1)
}
100% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes pulse {
0% {
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
50% {
-webkit-transform:scale(1.1);
-ms-transform:scale(1.1);
transform:scale(1.1)
}
100% {
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
}
.pulse {
-webkit-animation-name:pulse;
animation-name:pulse
}
@-webkit-keyframes shake {
0%,100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
10%,30%,50%,70%,90% {
-webkit-transform:translateX(-10px);
transform:translateX(-10px)
}
20%,40%,60%,80% {
-webkit-transform:translateX(10px);
transform:translateX(10px)
}
}
@keyframes shake {
0%,100% {
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
10%,30%,50%,70%,90% {
-webkit-transform:translateX(-10px);
-ms-transform:translateX(-10px);
transform:translateX(-10px)
}
20%,40%,60%,80% {
-webkit-transform:translateX(10px);
-ms-transform:translateX(10px);
transform:translateX(10px)
}
}
.shake {
-webkit-animation-name:shake;
animation-name:shake
}
@-webkit-keyframes swing {
20% {
-webkit-transform:rotate(15deg);
transform:rotate(15deg)
}
40% {
-webkit-transform:rotate(-10deg);
transform:rotate(-10deg)
}
60% {
-webkit-transform:rotate(5deg);
transform:rotate(5deg)
}
80% {
-webkit-transform:rotate(-5deg);
transform:rotate(-5deg)
}
100% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
}
@keyframes swing {
20% {
-webkit-transform:rotate(15deg);
-ms-transform:rotate(15deg);
transform:rotate(15deg)
}
40% {
-webkit-transform:rotate(-10deg);
-ms-transform:rotate(-10deg);
transform:rotate(-10deg)
}
60% {
-webkit-transform:rotate(5deg);
-ms-transform:rotate(5deg);
transform:rotate(5deg)
}
80% {
-webkit-transform:rotate(-5deg);
-ms-transform:rotate(-5deg);
transform:rotate(-5deg)
}
100% {
-webkit-transform:rotate(0deg);
-ms-transform:rotate(0deg);
transform:rotate(0deg)
}
}
.swing {
-webkit-transform-origin:top center;
-ms-transform-origin:top center;
transform-origin:top center;
-webkit-animation-name:swing;
animation-name:swing
}
@-webkit-keyframes tada {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
10%,20% {
-webkit-transform:scale(0.9) rotate(-3deg);
transform:scale(0.9) rotate(-3deg)
}
30%,50%,70%,90% {
-webkit-transform:scale(1.1) rotate(3deg);
transform:scale(1.1) rotate(3deg)
}
40%,60%,80% {
-webkit-transform:scale(1.1) rotate(-3deg);
transform:scale(1.1) rotate(-3deg)
}
100% {
-webkit-transform:scale(1) rotate(0);
transform:scale(1) rotate(0)
}
}
@keyframes tada {
0% {
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
10%,20% {
-webkit-transform:scale(0.9) rotate(-3deg);
-ms-transform:scale(0.9) rotate(-3deg);
transform:scale(0.9) rotate(-3deg)
}
30%,50%,70%,90% {
-webkit-transform:scale(1.1) rotate(3deg);
-ms-transform:scale(1.1) rotate(3deg);
transform:scale(1.1) rotate(3deg)
}
40%,60%,80% {
-webkit-transform:scale(1.1) rotate(-3deg);
-ms-transform:scale(1.1) rotate(-3deg);
transform:scale(1.1) rotate(-3deg)
}
100% {
-webkit-transform:scale(1) rotate(0);
-ms-transform:scale(1) rotate(0);
transform:scale(1) rotate(0)
}
}
.tada {
-webkit-animation-name:tada;
animation-name:tada
}
@-webkit-keyframes wobble {
0% {
-webkit-transform:translateX(0%);
transform:translateX(0%)
}
15% {
-webkit-transform:translateX(-25%) rotate(-5deg);
transform:translateX(-25%) rotate(-5deg)
}
30% {
-webkit-transform:translateX(20%) rotate(3deg);
transform:translateX(20%) rotate(3deg)
}
45% {
-webkit-transform:translateX(-15%) rotate(-3deg);
transform:translateX(-15%) rotate(-3deg)
}
60% {
-webkit-transform:translateX(10%) rotate(2deg);
transform:translateX(10%) rotate(2deg)
}
75% {
-webkit-transform:translateX(-5%) rotate(-1deg);
transform:translateX(-5%) rotate(-1deg)
}
100% {
-webkit-transform:translateX(0%);
transform:translateX(0%)
}
}
@keyframes wobble {
0% {
-webkit-transform:translateX(0%);
-ms-transform:translateX(0%);
transform:translateX(0%)
}
15% {
-webkit-transform:translateX(-25%) rotate(-5deg);
-ms-transform:translateX(-25%) rotate(-5deg);
transform:translateX(-25%) rotate(-5deg)
}
30% {
-webkit-transform:translateX(20%) rotate(3deg);
-ms-transform:translateX(20%) rotate(3deg);
transform:translateX(20%) rotate(3deg)
}
45% {
-webkit-transform:translateX(-15%) rotate(-3deg);
-ms-transform:translateX(-15%) rotate(-3deg);
transform:translateX(-15%) rotate(-3deg)
}
60% {
-webkit-transform:translateX(10%) rotate(2deg);
-ms-transform:translateX(10%) rotate(2deg);
transform:translateX(10%) rotate(2deg)
}
75% {
-webkit-transform:translateX(-5%) rotate(-1deg);
-ms-transform:translateX(-5%) rotate(-1deg);
transform:translateX(-5%) rotate(-1deg)
}
100% {
-webkit-transform:translateX(0%);
-ms-transform:translateX(0%);
transform:translateX(0%)
}
}
.wobble {
-webkit-animation-name:wobble;
animation-name:wobble
}
@-webkit-keyframes bounceIn {
0% {
opacity:0;
-webkit-transform:scale(0.3);
transform:scale(0.3)
}
50% {
opacity:1;
-webkit-transform:scale(1.05);
transform:scale(1.05)
}
70% {
-webkit-transform:scale(0.9);
transform:scale(0.9)
}
100% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes bounceIn {
0% {
opacity:0;
-webkit-transform:scale(0.3);
-ms-transform:scale(0.3);
transform:scale(0.3)
}
50% {
opacity:1;
-webkit-transform:scale(1.05);
-ms-transform:scale(1.05);
transform:scale(1.05)
}
70% {
-webkit-transform:scale(0.9);
-ms-transform:scale(0.9);
transform:scale(0.9)
}
100% {
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
}
.bounceIn {
-webkit-animation-name:bounceIn;
animation-name:bounceIn
}
@-webkit-keyframes bounceInDown {
0% {
opacity:0;
-webkit-transform:translateY(-2000px);
transform:translateY(-2000px)
}
60% {
opacity:1;
-webkit-transform:translateY(30px);
transform:translateY(30px)
}
80% {
-webkit-transform:translateY(-10px);
transform:translateY(-10px)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes bounceInDown {
0% {
opacity:0;
-webkit-transform:translateY(-2000px);
-ms-transform:translateY(-2000px);
transform:translateY(-2000px)
}
60% {
opacity:1;
-webkit-transform:translateY(30px);
-ms-transform:translateY(30px);
transform:translateY(30px)
}
80% {
-webkit-transform:translateY(-10px);
-ms-transform:translateY(-10px);
transform:translateY(-10px)
}
100% {
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
}
.bounceInDown {
-webkit-animation-name:bounceInDown;
animation-name:bounceInDown
}
@-webkit-keyframes bounceInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-2000px);
transform:translateX(-2000px)
}
60% {
opacity:1;
-webkit-transform:translateX(30px);
transform:translateX(30px)
}
80% {
-webkit-transform:translateX(-10px);
transform:translateX(-10px)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes bounceInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-2000px);
-ms-transform:translateX(-2000px);
transform:translateX(-2000px)
}
60% {
opacity:1;
-webkit-transform:translateX(30px);
-ms-transform:translateX(30px);
transform:translateX(30px)
}
80% {
-webkit-transform:translateX(-10px);
-ms-transform:translateX(-10px);
transform:translateX(-10px)
}
100% {
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
}
.bounceInLeft {
-webkit-animation-name:bounceInLeft;
animation-name:bounceInLeft
}
@-webkit-keyframes bounceInRight {
0% {
opacity:0;
-webkit-transform:translateX(2000px);
transform:translateX(2000px)
}
60% {
opacity:1;
-webkit-transform:translateX(-30px);
transform:translateX(-30px)
}
80% {
-webkit-transform:translateX(10px);
transform:translateX(10px)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes bounceInRight {
0% {
opacity:0;
-webkit-transform:translateX(2000px);
-ms-transform:translateX(2000px);
transform:translateX(2000px)
}
60% {
opacity:1;
-webkit-transform:translateX(-30px);
-ms-transform:translateX(-30px);
transform:translateX(-30px)
}
80% {
-webkit-transform:translateX(10px);
-ms-transform:translateX(10px);
transform:translateX(10px)
}
100% {
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
}
.bounceInRight {
-webkit-animation-name:bounceInRight;
animation-name:bounceInRight
}
@-webkit-keyframes bounceInUp {
0% {
opacity:0;
-webkit-transform:translateY(2000px);
transform:translateY(2000px)
}
60% {
opacity:1;
-webkit-transform:translateY(-30px);
transform:translateY(-30px)
}
80% {
-webkit-transform:translateY(10px);
transform:translateY(10px)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes bounceInUp {
0% {
opacity:0;
-webkit-transform:translateY(2000px);
-ms-transform:translateY(2000px);
transform:translateY(2000px)
}
60% {
opacity:1;
-webkit-transform:translateY(-30px);
-ms-transform:translateY(-30px);
transform:translateY(-30px)
}
80% {
-webkit-transform:translateY(10px);
-ms-transform:translateY(10px);
transform:translateY(10px)
}
100% {
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
}
.bounceInUp {
-webkit-animation-name:bounceInUp;
animation-name:bounceInUp
}
@-webkit-keyframes bounceOut {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
25% {
-webkit-transform:scale(0.95);
transform:scale(0.95)
}
50% {
opacity:1;
-webkit-transform:scale(1.1);
transform:scale(1.1)
}
100% {
opacity:0;
-webkit-transform:scale(0.3);
transform:scale(0.3)
}
}
@keyframes bounceOut {
0% {
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
25% {
-webkit-transform:scale(0.95);
-ms-transform:scale(0.95);
transform:scale(0.95)
}
50% {
opacity:1;
-webkit-transform:scale(1.1);
-ms-transform:scale(1.1);
transform:scale(1.1)
}
100% {
opacity:0;
-webkit-transform:scale(0.3);
-ms-transform:scale(0.3);
transform:scale(0.3)
}
}
.bounceOut {
-webkit-animation-name:bounceOut;
animation-name:bounceOut
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
20% {
opacity:1;
-webkit-transform:translateY(-20px);
transform:translateY(-20px)
}
100% {
opacity:0;
-webkit-transform:translateY(2000px);
transform:translateY(2000px)
}
}
@keyframes bounceOutDown {
0% {
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
20% {
opacity:1;
-webkit-transform:translateY(-20px);
-ms-transform:translateY(-20px);
transform:translateY(-20px)
}
100% {
opacity:0;
-webkit-transform:translateY(2000px);
-ms-transform:translateY(2000px);
transform:translateY(2000px)
}
}
.bounceOutDown {
-webkit-animation-name:bounceOutDown;
animation-name:bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
20% {
opacity:1;
-webkit-transform:translateX(20px);
transform:translateX(20px)
}
100% {
opacity:0;
-webkit-transform:translateX(-2000px);
transform:translateX(-2000px)
}
}
@keyframes bounceOutLeft {
0% {
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
20% {
opacity:1;
-webkit-transform:translateX(20px);
-ms-transform:translateX(20px);
transform:translateX(20px)
}
100% {
opacity:0;
-webkit-transform:translateX(-2000px);
-ms-transform:translateX(-2000px);
transform:translateX(-2000px)
}
}
.bounceOutLeft {
-webkit-animation-name:bounceOutLeft;
animation-name:bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
20% {
opacity:1;
-webkit-transform:translateX(-20px);
transform:translateX(-20px)
}
100% {
opacity:0;
-webkit-transform:translateX(2000px);
transform:translateX(2000px)
}
}
@keyframes bounceOutRight {
0% {
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
20% {
opacity:1;
-webkit-transform:translateX(-20px);
-ms-transform:translateX(-20px);
transform:translateX(-20px)
}
100% {
opacity:0;
-webkit-transform:translateX(2000px);
-ms-transform:translateX(2000px);
transform:translateX(2000px)
}
}
.bounceOutRight {
-webkit-animation-name:bounceOutRight;
animation-name:bounceOutRight
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
20% {
opacity:1;
-webkit-transform:translateY(20px);
transform:translateY(20px)
}
100% {
opacity:0;
-webkit-transform:translateY(-2000px);
transform:translateY(-2000px)
}
}
@keyframes bounceOutUp {
0% {
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
20% {
opacity:1;
-webkit-transform:translateY(20px);
-ms-transform:translateY(20px);
transform:translateY(20px)
}
100% {
opacity:0;
-webkit-transform:translateY(-2000px);
-ms-transform:translateY(-2000px);
transform:translateY(-2000px)
}
}
.bounceOutUp {
-webkit-animation-name:bounceOutUp;
animation-name:bounceOutUp
}
@-webkit-keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
.fadeIn {
-webkit-animation-name:fadeIn;
animation-name:fadeIn
}
@-webkit-keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translateY(-20px);
transform:translateY(-20px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translateY(-20px);
-ms-transform:translateY(-20px);
transform:translateY(-20px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
}
.fadeInDown {
-webkit-animation-name:fadeInDown;
animation-name:fadeInDown
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity:0;
-webkit-transform:translateY(-2000px);
transform:translateY(-2000px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes fadeInDownBig {
0% {
opacity:0;
-webkit-transform:translateY(-2000px);
-ms-transform:translateY(-2000px);
transform:translateY(-2000px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
}
.fadeInDownBig {
-webkit-animation-name:fadeInDownBig;
animation-name:fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-20px);
transform:translateX(-20px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-20px);
-ms-transform:translateX(-20px);
transform:translateX(-20px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
}
.fadeInLeft {
-webkit-animation-name:fadeInLeft;
animation-name:fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity:0;
-webkit-transform:translateX(-2000px);
transform:translateX(-2000px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes fadeInLeftBig {
0% {
opacity:0;
-webkit-transform:translateX(-2000px);
-ms-transform:translateX(-2000px);
transform:translateX(-2000px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
}
.fadeInLeftBig {
-webkit-animation-name:fadeInLeftBig;
animation-name:fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translateX(20px);
transform:translateX(20px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translateX(20px);
-ms-transform:translateX(20px);
transform:translateX(20px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
}
.fadeInRight {
-webkit-animation-name:fadeInRight;
animation-name:fadeInRight
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity:0;
-webkit-transform:translateX(2000px);
transform:translateX(2000px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes fadeInRightBig {
0% {
opacity:0;
-webkit-transform:translateX(2000px);
-ms-transform:translateX(2000px);
transform:translateX(2000px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
}
.fadeInRightBig {
-webkit-animation-name:fadeInRightBig;
animation-name:fadeInRightBig
}
@-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translateY(20px);
transform:translateY(20px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translateY(20px);
-ms-transform:translateY(20px);
transform:translateY(20px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
}
.fadeInUp {
-webkit-animation-name:fadeInUp;
animation-name:fadeInUp
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity:0;
-webkit-transform:translateY(2000px);
transform:translateY(2000px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes fadeInUpBig {
0% {
opacity:0;
-webkit-transform:translateY(2000px);
-ms-transform:translateY(2000px);
transform:translateY(2000px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
}
.fadeInUpBig {
-webkit-animation-name:fadeInUpBig;
animation-name:fadeInUpBig
}
@-webkit-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.fadeOut {
-webkit-animation-name:fadeOut;
animation-name:fadeOut
}
@-webkit-keyframes fadeOutDown {
0% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(20px);
transform:translateY(20px)
}
}
@keyframes fadeOutDown {
0% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(20px);
-ms-transform:translateY(20px);
transform:translateY(20px)
}
}
.fadeOutDown {
-webkit-animation-name:fadeOutDown;
animation-name:fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(2000px);
transform:translateY(2000px)
}
}
@keyframes fadeOutDownBig {
0% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(2000px);
-ms-transform:translateY(2000px);
transform:translateY(2000px)
}
}
.fadeOutDownBig {
-webkit-animation-name:fadeOutDownBig;
animation-name:fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(-20px);
transform:translateX(-20px)
}
}
@keyframes fadeOutLeft {
0% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(-20px);
-ms-transform:translateX(-20px);
transform:translateX(-20px)
}
}
.fadeOutLeft {
-webkit-animation-name:fadeOutLeft;
animation-name:fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(-2000px);
transform:translateX(-2000px)
}
}
@keyframes fadeOutLeftBig {
0% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(-2000px);
-ms-transform:translateX(-2000px);
transform:translateX(-2000px)
}
}
.fadeOutLeftBig {
-webkit-animation-name:fadeOutLeftBig;
animation-name:fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
0% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(20px);
transform:translateX(20px)
}
}
@keyframes fadeOutRight {
0% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(20px);
-ms-transform:translateX(20px);
transform:translateX(20px)
}
}
.fadeOutRight {
-webkit-animation-name:fadeOutRight;
animation-name:fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(2000px);
transform:translateX(2000px)
}
}
@keyframes fadeOutRightBig {
0% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(2000px);
-ms-transform:translateX(2000px);
transform:translateX(2000px)
}
}
.fadeOutRightBig {
-webkit-animation-name:fadeOutRightBig;
animation-name:fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
0% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(-20px);
transform:translateY(-20px)
}
}
@keyframes fadeOutUp {
0% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(-20px);
-ms-transform:translateY(-20px);
transform:translateY(-20px)
}
}
.fadeOutUp {
-webkit-animation-name:fadeOutUp;
animation-name:fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(-2000px);
transform:translateY(-2000px)
}
}
@keyframes fadeOutUpBig {
0% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(-2000px);
-ms-transform:translateY(-2000px);
transform:translateY(-2000px)
}
}
.fadeOutUpBig {
-webkit-animation-name:fadeOutUpBig;
animation-name:fadeOutUpBig
}
@-webkit-keyframes flip {
0% {
-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);
transform:perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
40% {
-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
50% {
-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
80% {
-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
100% {
-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
}
@keyframes flip {
0% {
-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);
-ms-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);
transform:perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
40% {
-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-ms-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
50% {
-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-ms-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
80% {
-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
100% {
-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
}
.animated.flip {
-webkit-backface-visibility:visible;
-ms-backface-visibility:visible;
backface-visibility:visible;
-webkit-animation-name:flip;
animation-name:flip
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform:perspective(400px) rotateX(90deg);
transform:perspective(400px) rotateX(90deg);
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotateX(-10deg);
transform:perspective(400px) rotateX(-10deg)
}
70% {
-webkit-transform:perspective(400px) rotateX(10deg);
transform:perspective(400px) rotateX(10deg)
}
100% {
-webkit-transform:perspective(400px) rotateX(0deg);
transform:perspective(400px) rotateX(0deg);
opacity:1
}
}
@keyframes flipInX {
0% {
-webkit-transform:perspective(400px) rotateX(90deg);
-ms-transform:perspective(400px) rotateX(90deg);
transform:perspective(400px) rotateX(90deg);
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotateX(-10deg);
-ms-transform:perspective(400px) rotateX(-10deg);
transform:perspective(400px) rotateX(-10deg)
}
70% {
-webkit-transform:perspective(400px) rotateX(10deg);
-ms-transform:perspective(400px) rotateX(10deg);
transform:perspective(400px) rotateX(10deg)
}
100% {
-webkit-transform:perspective(400px) rotateX(0deg);
-ms-transform:perspective(400px) rotateX(0deg);
transform:perspective(400px) rotateX(0deg);
opacity:1
}
}
.flipInX {
-webkit-backface-visibility:visible!important;
-ms-backface-visibility:visible!important;
backface-visibility:visible!important;
-webkit-animation-name:flipInX;
animation-name:flipInX
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotateY(90deg);
transform:perspective(400px) rotateY(90deg);
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotateY(-10deg);
transform:perspective(400px) rotateY(-10deg)
}
70% {
-webkit-transform:perspective(400px) rotateY(10deg);
transform:perspective(400px) rotateY(10deg)
}
100% {
-webkit-transform:perspective(400px) rotateY(0deg);
transform:perspective(400px) rotateY(0deg);
opacity:1
}
}
@keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotateY(90deg);
-ms-transform:perspective(400px) rotateY(90deg);
transform:perspective(400px) rotateY(90deg);
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotateY(-10deg);
-ms-transform:perspective(400px) rotateY(-10deg);
transform:perspective(400px) rotateY(-10deg)
}
70% {
-webkit-transform:perspective(400px) rotateY(10deg);
-ms-transform:perspective(400px) rotateY(10deg);
transform:perspective(400px) rotateY(10deg)
}
100% {
-webkit-transform:perspective(400px) rotateY(0deg);
-ms-transform:perspective(400px) rotateY(0deg);
transform:perspective(400px) rotateY(0deg);
opacity:1
}
}
.flipInY {
-webkit-backface-visibility:visible!important;
-ms-backface-visibility:visible!important;
backface-visibility:visible!important;
-webkit-animation-name:flipInY;
animation-name:flipInY
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform:perspective(400px) rotateX(0deg);
transform:perspective(400px) rotateX(0deg);
opacity:1
}
100% {
-webkit-transform:perspective(400px) rotateX(90deg);
transform:perspective(400px) rotateX(90deg);
opacity:0
}
}
@keyframes flipOutX {
0% {
-webkit-transform:perspective(400px) rotateX(0deg);
-ms-transform:perspective(400px) rotateX(0deg);
transform:perspective(400px) rotateX(0deg);
opacity:1
}
100% {
-webkit-transform:perspective(400px) rotateX(90deg);
-ms-transform:perspective(400px) rotateX(90deg);
transform:perspective(400px) rotateX(90deg);
opacity:0
}
}
.flipOutX {
-webkit-animation-name:flipOutX;
animation-name:flipOutX;
-webkit-backface-visibility:visible!important;
-ms-backface-visibility:visible!important;
backface-visibility:visible!important
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform:perspective(400px) rotateY(0deg);
transform:perspective(400px) rotateY(0deg);
opacity:1
}
100% {
-webkit-transform:perspective(400px) rotateY(90deg);
transform:perspective(400px) rotateY(90deg);
opacity:0
}
}
@keyframes flipOutY {
0% {
-webkit-transform:perspective(400px) rotateY(0deg);
-ms-transform:perspective(400px) rotateY(0deg);
transform:perspective(400px) rotateY(0deg);
opacity:1
}
100% {
-webkit-transform:perspective(400px) rotateY(90deg);
-ms-transform:perspective(400px) rotateY(90deg);
transform:perspective(400px) rotateY(90deg);
opacity:0
}
}
.flipOutY {
-webkit-backface-visibility:visible!important;
-ms-backface-visibility:visible!important;
backface-visibility:visible!important;
-webkit-animation-name:flipOutY;
animation-name:flipOutY
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform:translateX(100%) skewX(-30deg);
transform:translateX(100%) skewX(-30deg);
opacity:0
}
60% {
-webkit-transform:translateX(-20%) skewX(30deg);
transform:translateX(-20%) skewX(30deg);
opacity:1
}
80% {
-webkit-transform:translateX(0%) skewX(-15deg);
transform:translateX(0%) skewX(-15deg);
opacity:1
}
100% {
-webkit-transform:translateX(0%) skewX(0deg);
transform:translateX(0%) skewX(0deg);
opacity:1
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform:translateX(100%) skewX(-30deg);
-ms-transform:translateX(100%) skewX(-30deg);
transform:translateX(100%) skewX(-30deg);
opacity:0
}
60% {
-webkit-transform:translateX(-20%) skewX(30deg);
-ms-transform:translateX(-20%) skewX(30deg);
transform:translateX(-20%) skewX(30deg);
opacity:1
}
80% {
-webkit-transform:translateX(0%) skewX(-15deg);
-ms-transform:translateX(0%) skewX(-15deg);
transform:translateX(0%) skewX(-15deg);
opacity:1
}
100% {
-webkit-transform:translateX(0%) skewX(0deg);
-ms-transform:translateX(0%) skewX(0deg);
transform:translateX(0%) skewX(0deg);
opacity:1
}
}
.lightSpeedIn {
-webkit-animation-name:lightSpeedIn;
animation-name:lightSpeedIn;
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
@-webkit-keyframes lightSpeedOut {
0% {
-webkit-transform:translateX(0%) skewX(0deg);
transform:translateX(0%) skewX(0deg);
opacity:1
}
100% {
-webkit-transform:translateX(100%) skewX(-30deg);
transform:translateX(100%) skewX(-30deg);
opacity:0
}
}
@keyframes lightSpeedOut {
0% {
-webkit-transform:translateX(0%) skewX(0deg);
-ms-transform:translateX(0%) skewX(0deg);
transform:translateX(0%) skewX(0deg);
opacity:1
}
100% {
-webkit-transform:translateX(100%) skewX(-30deg);
-ms-transform:translateX(100%) skewX(-30deg);
transform:translateX(100%) skewX(-30deg);
opacity:0
}
}
.lightSpeedOut {
-webkit-animation-name:lightSpeedOut;
animation-name:lightSpeedOut;
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(-200deg);
transform:rotate(-200deg);
opacity:0
}
100% {
-webkit-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin:center center;
-ms-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(-200deg);
-ms-transform:rotate(-200deg);
transform:rotate(-200deg);
opacity:0
}
100% {
-webkit-transform-origin:center center;
-ms-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
opacity:1
}
}
.rotateIn {
-webkit-animation-name:rotateIn;
animation-name:rotateIn
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin:left bottom;
-ms-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(-90deg);
-ms-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0
}
100% {
-webkit-transform-origin:left bottom;
-ms-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
opacity:1
}
}
.rotateInDownLeft {
-webkit-animation-name:rotateInDownLeft;
animation-name:rotateInDownLeft
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin:right bottom;
-ms-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0
}
100% {
-webkit-transform-origin:right bottom;
-ms-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
opacity:1
}
}
.rotateInDownRight {
-webkit-animation-name:rotateInDownRight;
animation-name:rotateInDownRight
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin:left bottom;
-ms-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0
}
100% {
-webkit-transform-origin:left bottom;
-ms-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
opacity:1
}
}
.rotateInUpLeft {
-webkit-animation-name:rotateInUpLeft;
animation-name:rotateInUpLeft
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin:right bottom;
-ms-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(-90deg);
-ms-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0
}
100% {
-webkit-transform-origin:right bottom;
-ms-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
opacity:1
}
}
.rotateInUpRight {
-webkit-animation-name:rotateInUpRight;
animation-name:rotateInUpRight
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(200deg);
transform:rotate(200deg);
opacity:0
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin:center center;
-ms-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:center center;
-ms-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(200deg);
-ms-transform:rotate(200deg);
transform:rotate(200deg);
opacity:0
}
}
.rotateOut {
-webkit-animation-name:rotateOut;
animation-name:rotateOut
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin:left bottom;
-ms-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:left bottom;
-ms-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0
}
}
.rotateOutDownLeft {
-webkit-animation-name:rotateOutDownLeft;
animation-name:rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin:right bottom;
-ms-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:right bottom;
-ms-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(-90deg);
-ms-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0
}
}
.rotateOutDownRight {
-webkit-animation-name:rotateOutDownRight;
animation-name:rotateOutDownRight
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin:left bottom;
-ms-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:left bottom;
-ms-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(-90deg);
-ms-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0
}
}
.rotateOutUpLeft {
-webkit-animation-name:rotateOutUpLeft;
animation-name:rotateOutUpLeft
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin:right bottom;
-ms-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
opacity:1
}
100% {
-webkit-transform-origin:right bottom;
-ms-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
opacity:0
}
}
.rotateOutUpRight {
-webkit-animation-name:rotateOutUpRight;
animation-name:rotateOutUpRight
}
@-webkit-keyframes slideInDown {
0% {
opacity:0;
-webkit-transform:translateY(-2000px);
transform:translateY(-2000px)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes slideInDown {
0% {
opacity:0;
-webkit-transform:translateY(-2000px);
-ms-transform:translateY(-2000px);
transform:translateY(-2000px)
}
100% {
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
}
.slideInDown {
-webkit-animation-name:slideInDown;
animation-name:slideInDown
}
@-webkit-keyframes slideInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-2000px);
transform:translateX(-2000px)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes slideInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-2000px);
-ms-transform:translateX(-2000px);
transform:translateX(-2000px)
}
100% {
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
}
.slideInLeft {
-webkit-animation-name:slideInLeft;
animation-name:slideInLeft
}
@-webkit-keyframes slideInRight {
0% {
opacity:0;
-webkit-transform:translateX(2000px);
transform:translateX(2000px)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes slideInRight {
0% {
opacity:0;
-webkit-transform:translateX(2000px);
-ms-transform:translateX(2000px);
transform:translateX(2000px)
}
100% {
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
}
.slideInRight {
-webkit-animation-name:slideInRight;
animation-name:slideInRight
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(-2000px);
transform:translateX(-2000px)
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(-2000px);
-ms-transform:translateX(-2000px);
transform:translateX(-2000px)
}
}
.slideOutLeft {
-webkit-animation-name:slideOutLeft;
animation-name:slideOutLeft
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(2000px);
transform:translateX(2000px)
}
}
@keyframes slideOutRight {
0% {
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
100% {
opacity:0;
-webkit-transform:translateX(2000px);
-ms-transform:translateX(2000px);
transform:translateX(2000px)
}
}
.slideOutRight {
-webkit-animation-name:slideOutRight;
animation-name:slideOutRight
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(-2000px);
transform:translateY(-2000px)
}
}
@keyframes slideOutUp {
0% {
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(-2000px);
-ms-transform:translateY(-2000px);
transform:translateY(-2000px)
}
}
.slideOutUp {
-webkit-animation-name:slideOutUp;
animation-name:slideOutUp
}
@-webkit-keyframes hinge {
0% {
-webkit-transform:rotate(0);
transform:rotate(0);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
20%,60% {
-webkit-transform:rotate(80deg);
transform:rotate(80deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
40% {
-webkit-transform:rotate(60deg);
transform:rotate(60deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
80% {
-webkit-transform:rotate(60deg) translateY(0);
transform:rotate(60deg) translateY(0);
opacity:1;
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
100% {
-webkit-transform:translateY(700px);
transform:translateY(700px);
opacity:0
}
}
@keyframes hinge {
0% {
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
-webkit-transform-origin:top left;
-ms-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
20%,60% {
-webkit-transform:rotate(80deg);
-ms-transform:rotate(80deg);
transform:rotate(80deg);
-webkit-transform-origin:top left;
-ms-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
40% {
-webkit-transform:rotate(60deg);
-ms-transform:rotate(60deg);
transform:rotate(60deg);
-webkit-transform-origin:top left;
-ms-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
80% {
-webkit-transform:rotate(60deg) translateY(0);
-ms-transform:rotate(60deg) translateY(0);
transform:rotate(60deg) translateY(0);
opacity:1;
-webkit-transform-origin:top left;
-ms-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
100% {
-webkit-transform:translateY(700px);
-ms-transform:translateY(700px);
transform:translateY(700px);
opacity:0
}
}
.hinge {
-webkit-animation-name:hinge;
animation-name:hinge
}
@-webkit-keyframes rollIn {
0% {
opacity:0;
-webkit-transform:translateX(-100%) rotate(-120deg);
transform:translateX(-100%) rotate(-120deg)
}
100% {
opacity:1;
-webkit-transform:translateX(0px) rotate(0deg);
transform:translateX(0px) rotate(0deg)
}
}
@keyframes rollIn {
0% {
opacity:0;
-webkit-transform:translateX(-100%) rotate(-120deg);
-ms-transform:translateX(-100%) rotate(-120deg);
transform:translateX(-100%) rotate(-120deg)
}
100% {
opacity:1;
-webkit-transform:translateX(0px) rotate(0deg);
-ms-transform:translateX(0px) rotate(0deg);
transform:translateX(0px) rotate(0deg)
}
}
.rollIn {
-webkit-animation-name:rollIn;
animation-name:rollIn
}
@-webkit-keyframes rollOut {
0% {
opacity:1;
-webkit-transform:translateX(0px) rotate(0deg);
transform:translateX(0px) rotate(0deg)
}
100% {
opacity:0;
-webkit-transform:translateX(100%) rotate(120deg);
transform:translateX(100%) rotate(120deg)
}
}
@keyframes rollOut {
0% {
opacity:1;
-webkit-transform:translateX(0px) rotate(0deg);
-ms-transform:translateX(0px) rotate(0deg);
transform:translateX(0px) rotate(0deg)
}
100% {
opacity:0;
-webkit-transform:translateX(100%) rotate(120deg);
-ms-transform:translateX(100%) rotate(120deg);
transform:translateX(100%) rotate(120deg)
}
}
.rollOut {
-webkit-animation-name:rollOut;
animation-name:rollOut
}
body,html {
padding:0;
margin:0
}
.ie8 body {
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif
}
h1.light,h2.light,h3.light,h4.light,h5.light,h6.light {
font-weight:300
}
h1,h2,h3,h4,h5,h6 {
outline:0
}
a,a:hover {
text-decoration:none
}
@media (min-width:768px) {
a:focus {
outline:0
}
}
.no-animation {
-webkit-animation-duration:0!important;
-moz-animation-duration:0!important;
-o-animation-duration:0!important;
animation-duration:0!important
}
/* Start of the Stylesheet */
/* preloader */
.preloader {
display: block;
position: fixed;
width: 100%;
height: 100%;
z-index: 9999999;
background-color: #ffffff;
top: 0;
left: 0;
color: #38b24a;
}
.preloader .preloader-content-wrapper {
display: table;
width: 100%;
height: 100%;
text-align: center;
}
.preloader .preloader-content {
display: table-cell;
vertical-align: middle;
}
.page-header,.page-header h1 {
margin:0
}
.page-header {
background:#fafafa;
border-bottom:1px solid #e4e4e4;
margin:-18px -18px 18px;
padding:20px 18px
}
.page-header:after,.page-header:before {
content:" ";
display:table
}
.page-header:after {
clear:both
}
.page-header h1 {
color:#666;
display:inline-block;
font-size:18px;
font-weight:300;
line-height:30px
}
.page-header-icon {
font-size:21px;
line-height:21px
}
#small-screen-width-point {
display:block
}
#tablet-screen-width-point {
display:none
}
@media (min-width:480px) {
#small-screen-width-point {
display:none!important
}
#tablet-screen-width-point {
display:block
}
}
@media (min-width:768px) {
#tablet-screen-width-point {
display:none!important
}
}
#content-wrapper:after,#content-wrapper:before,#main-menu:after,#main-menu:before,#main-wrapper:after,#main-wrapper:before,body:after,body:before {
content:" ";
display:table
}
#content-wrapper:after,#main-menu:after,#main-wrapper:after,body:after {
clear:both
}
#main-wrapper {
width:100%;
overflow:hidden!important
}
#content-wrapper {
left:0;
padding:64px 18px 18px;
width:100%;
position:relative
}
#main-menu-bg {
display:block;
height:100%;
padding:0;
position:fixed;
top:0;
z-index:499
}
@media (max-width:480px) {
.animate-mm-sm #content-wrapper,.animate-mm-sm #main-menu,.animate-mm-sm #main-menu-bg,.animate-mm-sm #main-menu-toggle,.animate-mm-sm #main-navbar .navbar-inner,.animate-mm-sm #main-wrapper {
-webkit-transition:all .5s;
transition:all .5s
}
.animate-mm-sm #main-navbar .navbar-header {
-webkit-transition:padding .5s;
transition:padding .5s
}
}
@media (min-width:480px) and (max-width:768px) {
.animate-mm-md #content-wrapper,.animate-mm-md #main-menu,.animate-mm-md #main-menu-bg,.animate-mm-md #main-menu-toggle,.animate-mm-md #main-navbar .navbar-inner,.animate-mm-md #main-wrapper {
-webkit-transition:all .5s;
transition:all .5s
}
.animate-mm-md #main-navbar .navbar-header {
-webkit-transition:padding .5s;
transition:padding .5s
}
}
@media (min-width:768px) {
.animate-mm-lg #content-wrapper,.animate-mm-lg #main-menu,.animate-mm-lg #main-menu-bg,.animate-mm-lg #main-menu-toggle,.animate-mm-lg #main-navbar .navbar-inner,.animate-mm-lg #main-wrapper {
-webkit-transition:all .5s;
transition:all .5s
}
.animate-mm-lg #main-navbar .navbar-header {
-webkit-transition:padding .5s;
transition:padding .5s
}
}
.disable-mm-animation #content-wrapper,.disable-mm-animation #main-menu,.disable-mm-animation #main-menu-bg,.disable-mm-animation #main-menu-toggle,.disable-mm-animation #main-navbar .navbar-header,.disable-mm-animation #main-navbar .navbar-inner,.disable-mm-animation #main-wrapper {
-webkit-transition:none!important;
transition:none!important
}
.dont-animate-mm-content #main-menu .animated {
-webkit-animation-duration:0!important;
-moz-animation-duration:0!important;
-o-animation-duration:0!important;
-ms-animation-duration:0!important;
animation-duration:0!important
}
@media (max-width:480px) {
.dont-animate-mm-content-sm #main-menu .animated {
-webkit-animation-duration:0!important;
-moz-animation-duration:0!important;
-o-animation-duration:0!important;
-ms-animation-duration:0!important;
animation-duration:0!important
}
}
@media (min-width:480px) and (max-width:768px) {
.dont-animate-mm-content-md #main-menu .animated {
-webkit-animation-duration:0!important;
-moz-animation-duration:0!important;
-o-animation-duration:0!important;
-ms-animation-duration:0!important;
animation-duration:0!important
}
}
@media (min-width:768px) {
.dont-animate-mm-content-lg #main-menu .animated {
-webkit-animation-duration:0!important;
-moz-animation-duration:0!important;
-o-animation-duration:0!important;
-ms-animation-duration:0!important;
animation-duration:0!important
}
}
.main-navbar-fixed #main-navbar {
position:fixed!important
}
#main-navbar {
border:none;
border-radius:0;
left:0;
min-height:46px;
right:0;
position:absolute;
top:0!important;
z-index:1030
}
#main-navbar .navbar-inner {
min-height:46px;
width:100%;
position:relative;
left:0
}
#main-navbar .navbar-header {
padding:0;
position:relative;
width:100%;
z-index:1032
}
#main-navbar .navbar-brand {
display:inline-block;
float:none;
line-height:46px;
height:auto!important;
padding:0 0 0 14px
}
#main-navbar #main-menu-toggle,#main-navbar .navbar-toggle {
background:0 0;
border:none;
display:block;
font-size:11px;
margin:0;
outline:0!important;
padding:0;
position:absolute;
text-align:center;
top:0!important;
z-index:1033
}
#main-navbar #main-menu-toggle .navbar-icon,#main-navbar .navbar-toggle .navbar-icon {
font-size:14px;
line-height:46px
}
#main-navbar #main-menu-toggle {
height:46px;
left:0;
overflow:hidden;
width:56px;
z-index:1034
}
#main-navbar #main-menu-toggle .navbar-icon {
left:20px;
margin:-23px 0 0;
padding:0;
position:absolute;
z-index:1035;
-webkit-transition:all .2s;
transition:all .2s
}
#main-navbar #main-menu-toggle .navbar-icon:after {
content:"\f0da";
display:block;
font-size:10px;
line-height:46px;
position:absolute;
right:-8px;
top:0
}
.main-menu-right #main-navbar #main-menu-toggle .navbar-icon {
left:26px
}
.main-menu-right #main-navbar #main-menu-toggle .navbar-icon:after {
content:"\f0d9";
right:16px
}
#main-navbar #main-menu-toggle .hide-menu-text {
left:51px;
line-height:46px;
margin-top:-23px;
opacity:0;
position:absolute;
z-index:1035
}
.ie8 #main-navbar #main-menu-toggle .hide-menu-text {
left:53px
}
#main-navbar .navbar-toggle {
padding:0 17px;
right:0
}
#main-navbar .navbar-toggle:not(.collapsed) {
opacity:.5;
filter:alpha(opacity=50)
}
#main-navbar .navbar-toggle .navbar-icon {
display:inline-block
}
#main-navbar li .divider,#main-navbar li .nav-header {
display:none
}
#main-navbar li a {
line-height:42px;
padding-top:0;
padding-bottom:0
}
#main-navbar li a:active,#main-navbar li a:focus,#main-navbar li a:hover {
background:0 0
}
#main-navbar .navbar-collapse {
height:auto;
max-height:inherit;
padding-left:0;
padding-right:0;
z-index:1031
}
#main-navbar .navbar-collapse,#main-navbar .navbar-collapse.collapse {
overflow:visible
}
#main-navbar .navbar-collapse.collapsing,#main-navbar .navbar-collapse.in {
overflow:hidden
}
#main-navbar .navbar-nav {
margin:0
}
#main-navbar .navbar-nav.pull-right {
width:100%
}
#main-navbar .navbar-nav>li:after,#main-navbar .navbar-nav>li:before {
content:" ";
display:table
}
#main-navbar .navbar-nav>li:after {
clear:both
}
#main-navbar .dropdown-menu {
padding:0
}
#main-navbar form.navbar-form {
border:none;
margin:0;
width:100%
}
#main-navbar form.navbar-form .form-group {
margin:0
}
#main-navbar form.navbar-form .form-control {
-webkit-box-shadow:none;
box-shadow:none;
-webkit-transition:background .2s;
transition:background .2s
}
#main-navbar .user-menu>img {
border-radius:25px;
display:inline-block;
height:20px;
margin:-2px 0 0;
width:20px
}
#main-navbar .user-menu>span {
display:inline-block;
margin-left:7px
}
.mme #main-navbar {
overflow:hidden
}
.mme #main-navbar #main-menu-toggle {
width:80%
}
.mme #main-navbar #main-menu-toggle .navbar-icon {
left:26px
}
.mme #main-navbar #main-menu-toggle .navbar-icon:after {
content:"\f0d9";
right:16px
}
.mme #main-navbar #main-menu-toggle .hide-menu-text {
opacity:1;
-webkit-transition:all 1s;
transition:all 1s
}
.mme.main-menu-right #main-navbar #main-menu-toggle .navbar-icon {
left:20px
}
.mme.main-menu-right #main-navbar #main-menu-toggle .navbar-icon:after {
content:"\f0da";
right:-8px
}
@media (max-width:768px) {
#main-navbar .dropdown>a:after {
content:"\f078";
display:inline-block;
float:right;
font-family:FontAwesome;
font-size:10px;
position:relative
}
#main-navbar .dropdown.open {
border-bottom:none
}
#main-navbar .dropdown.open>a:after {
content:"\f077"
}
}
@media (min-width:768px) {
#main-navbar {
overflow:visible!important
}
#main-navbar .navbar-header {
width:auto;
z-index:1033
}
#main-navbar .navbar-brand {
padding-right:14px
}
#main-navbar #main-menu-toggle {
width:56px!important
}
#main-navbar #main-menu-toggle .navbar-icon {
left:26px
}
#main-navbar #main-menu-toggle .navbar-icon:after {
content:"\f0d9";
right:16px
}
.main-menu-right #main-navbar #main-menu-toggle .navbar-icon,.mme.main-menu-right #main-navbar #main-menu-toggle .navbar-icon {
left:20px
}
.main-menu-right #main-navbar #main-menu-toggle .navbar-icon:after,.mme.main-menu-right #main-navbar #main-menu-toggle .navbar-icon:after {
content:"\f0da";
right:-8px
}
#main-navbar .navbar-toggle {
display:none!important
}
#main-navbar .hide-menu-text {
opacity:0!important;
-webkit-transition:none!important;
transition:none!important
}
#main-navbar .right {
left:0;
padding-right:16px;
position:absolute;
right:0;
top:0;
z-index:1031
}
#main-navbar li {
border:none
}
#main-navbar li .divider {
display:block
}
#main-navbar li a {
line-height:46px
}
#main-navbar .navbar-collapse {
height:auto!important;
overflow:visible!important;
padding:0!important
}
#main-navbar .navbar-form,#main-navbar .navbar-nav {
position:relative;
z-index:1032
}
#main-navbar .navbar-nav {
margin:0
}
#main-navbar .navbar-nav>li>a {
height:46px;
-webkit-transition:all .2s;
transition:all .2s
}
#main-navbar .navbar-nav.pull-right {
width:auto
}
#main-navbar .dropdown>a:after {
display:none
}
#main-navbar .dropdown.open {
border-bottom:none
}
#main-navbar .dropdown-menu .badge {
padding-left:6px;
padding-right:6px
}
#main-navbar .dropdown-menu>li>a {
line-height:32px;
margin:0
}
#main-navbar .pull-right .dropdown-menu {
float:right;
left:auto;
right:0
}
#main-navbar form.navbar-form {
height:46px
}
#main-navbar form.navbar-form .form-control {
height:30px;
line-height:20px;
margin-top:8px;
padding-bottom:5px;
padding-top:5px;
width:150px
}
#main-navbar .user-menu>span {
display:none
}
#main-navbar .user-menu>img {
height:25px;
margin-top:-3px;
width:25px
}
.mmc #main-navbar #main-menu-toggle .navbar-icon,.mme.mmc #main-navbar #main-menu-toggle .navbar-icon {
left:20px
}
.mmc #main-navbar #main-menu-toggle .navbar-icon:after,.mme.mmc #main-navbar #main-menu-toggle .navbar-icon:after {
content:"\f0da";
right:-8px
}
.main-menu-right.mmc #main-navbar #main-menu-toggle .navbar-icon,.main-menu-right.mme.mmc #main-navbar #main-menu-toggle .navbar-icon {
left:26px
}
.main-menu-right.mmc #main-navbar #main-menu-toggle .navbar-icon:after,.main-menu-right.mme.mmc #main-navbar #main-menu-toggle .navbar-icon:after {
content:"\f0d9";
right:16px
}
}
@media (min-width:992px) {
.mmc #main-navbar .navbar-header {
width:auto
}
#main-navbar .user-menu>span {
display:inline-block
}
.main-menu-right #main-navbar .navbar-header,.no-main-menu #main-navbar .navbar-header {
width:auto
}
}
#main-navbar-collapse .iScrollVerticalScrollbar {
margin-right:2px!important;
width:4px!important
}
#main-navbar-collapse .iScrollVerticalScrollbar .iScrollIndicator {
background:rgba(255,255,255,.2)!important;
border:none!important
}
.main-menu-fixed #main-menu {
height:100%;
margin:0;
position:fixed;
padding-bottom:0
}
#main-menu .navigation ul.get-height {
display:block!important;
position:absolute!important;
visibility:hidden!important
}
#main-menu-bg {
left:-80%;
width:80%
}
#main-menu {
display:block;
height:100%;
left:-80%;
position:fixed;
top:0;
width:80%;
z-index:500;
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}
#main-menu .mmc-dropdown-open-ul,#main-menu .navigation {
padding:46px 0 0
}
#main-menu .mmc-dropdown-open-ul,#main-menu .mmc-dropdown-open-ul li,#main-menu .mmc-dropdown-open-ul ul,#main-menu .navigation,#main-menu .navigation li,#main-menu .navigation ul {
display:block
}
#main-menu .mmc-dropdown-open-ul a,#main-menu .navigation a {
display:block;
font-size:13px;
line-height:20px;
padding:11px 14px;
text-decoration:none
}
#main-menu .mmc-dropdown-open-ul a,#main-menu .mmc-dropdown-open-ul a:active,#main-menu .mmc-dropdown-open-ul a:focus,#main-menu .mmc-dropdown-open-ul a:hover,#main-menu .navigation a,#main-menu .navigation a:active,#main-menu .navigation a:focus,#main-menu .navigation a:hover {
outline:0!important
}
#main-menu .mmc-dropdown-open-ul .menu-icon,#main-menu .navigation .menu-icon {
display:inline-block;
margin-right:5px;
line-height:20px;
height:20px;
width:20px;
text-align:center;
font-size:14px
}
#main-menu .mmc-dropdown-open-ul .badge,#main-menu .mmc-dropdown-open-ul .label,#main-menu .navigation .badge,#main-menu .navigation .label {
display:block;
line-height:16px;
float:right;
font-size:11px;
height:auto;
margin:2px 0 0 5px;
padding:0 5px;
position:relative;
width:auto!important;
z-index:501;
border:none
}
#main-menu .mm-dropdown {
position:relative
}
#main-menu .mm-dropdown>a {
padding-right:30px
}
#main-menu .mm-dropdown>a:before {
content:"\f105";
display:block;
font-family:FontAwesome;
font-size:12px;
line-height:10px;
height:10px;
width:10px;
right:14px;
top:17px;
margin:0;
position:absolute;
text-align:center;
-webkit-transition:all 300ms ease-in-out;
transition:all 300ms ease-in-out
}
#main-menu .mm-dropdown>ul>li>a {
padding-left:40px
}
#main-menu .mm-dropdown>ul>.mm-dropdown>ul>li>a {
padding-left:60px
}
#main-menu .mm-dropdown>ul>.mm-dropdown>ul>.mm-dropdown>ul>li>a {
padding-left:80px
}
#main-menu .mm-dropdown>ul>.mm-dropdown>ul>.mm-dropdown>ul>.mm-dropdown>ul>li>a {
padding-left:100px
}
#main-menu .mm-dropdown>ul>.mm-dropdown>ul>.mm-dropdown>ul>.mm-dropdown>ul>.mm-dropdown>ul>li>a {
padding-left:120px
}
#main-menu .mm-dropdown .badge,#main-menu .mm-dropdown .label {
line-height:16px;
margin-top:2px
}
#main-menu .mm-dropdown ul,#main-menu .mmc-dropdown-open-ul,#main-menu .mmc-dropdown-open-ul ul {
display:none;
overflow:hidden;
padding:0
}
#main-menu .mm-dropdown ul li,#main-menu .mmc-dropdown-open-ul li,#main-menu .mmc-dropdown-open-ul ul li {
padding-left:0
}
#main-menu .mm-dropdown ul .menu-icon,#main-menu .mmc-dropdown-open-ul .menu-icon,#main-menu .mmc-dropdown-open-ul ul .menu-icon {
margin-left:-5px
}
#main-menu .mm-dropdown ul a,#main-menu .mmc-dropdown-open-ul a,#main-menu .mmc-dropdown-open-ul ul a {
padding-bottom:8px;
padding-top:8px
}
#main-menu .mm-dropdown ul a:before,#main-menu .mmc-dropdown-open-ul a:before,#main-menu .mmc-dropdown-open-ul ul a:before {
top:14px
}
#main-menu .mm-dropdown.open>a:before {
-moz-transform:rotate(90deg);
-o-transform:rotate(90deg);
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg)
}
#main-menu .mm-dropdown.open>ul {
display:block
}
#main-menu .mmc-dropdown-open-ul {
display:block!important;
left:100%;
margin:0!important;
padding-bottom:0;
padding-left:0!important;
position:absolute;
top:0;
width:240px;
z-index:502
}
#main-menu .mmc-dropdown-open-ul>.mmc-title {
display:block
}
#main-menu .mmc-dropdown-open-ul.top {
bottom:0;
padding-top:0;
top:auto
}
#main-menu .mmc-title {
display:none;
line-height:42px;
padding:0 18px;
position:relative
}
#main-menu .mmc-dropdown-delay {
-webkit-animation-duration:.4s;
-moz-animation-duration:.4s;
-o-animation-duration:.4s;
animation-duration:.4s
}
#main-menu .menu-content {
margin-top:15px;
padding:20px;
border-top:1px solid;
overflow:hidden
}
#main-menu .menu-content.top {
border-bottom:1px solid;
border-top:none;
margin-bottom:-47px;
margin-top:0;
padding-top:66px
}
#main-menu>.slimScrollDiv>.slimScrollBar,#main-menu>.slimScrollDiv>.slimScrollRail {
display:none!important
}
@media (min-width:480px) {
#main-menu-bg {
left:0;
width:56px
}
#main-menu {
height:auto;
left:0;
overflow:visible;
position:absolute;
width:56px
}
#main-menu .navigation>li {
width:auto
}
#main-menu .navigation>li>a {
text-align:center
}
#main-menu .navigation>li>a>.menu-icon {
margin:0
}
#main-menu .navigation>li>a>.badge,#main-menu .navigation>li>a>.label,#main-menu .navigation>li>a>.mm-text {
display:none
}
#main-menu .navigation>.mm-dropdown>a {
padding-right:14px
}
#main-menu .navigation>.mm-dropdown>a:before {
right:7px
}
.main-menu-right #main-menu .navigation>.mm-dropdown>a:before {
content:"\f104";
left:7px;
right:auto
}
#main-menu .navigation>.mm-dropdown.open>ul {
display:none
}
#main-menu .navigation>.mm-dropdown.open>a:before {
-moz-transform:rotate(0deg);
-o-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
-ms-transform:rotate(0deg);
transform:rotate(0deg)
}
#main-menu .menu-content {
display:none
}
.mme #main-menu-bg {
width:240px
}
.mme #main-menu {
overflow:hidden;
width:240px
}
.mme #main-menu .navigation>li {
width:240px
}
.mme #main-menu .navigation>li>a {
text-align:left
}
.mme #main-menu .navigation>li>a:before {
right:14px
}
.mme #main-menu .navigation>li>a>.menu-icon {
margin-right:5px
}
.mme #main-menu .navigation>li>a>.badge,.mme #main-menu .navigation>li>a>.label {
display:block
}
.mme #main-menu .navigation>li>a>.mm-text {
display:inline
}
.mme #main-menu .navigation>.mm-dropdown>a {
padding-right:30px
}
.mme #main-menu .navigation>.mm-dropdown.open>ul {
display:block
}
.mme #main-menu .navigation>.mm-dropdown.open>a:before {
-moz-transform:rotate(90deg);
-o-transform:rotate(90deg);
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg)
}
.mme #main-menu .menu-content {
display:block
}
.mme.main-menu-right #main-menu .navigation>.mm-dropdown>a:before {
content:"\f105";
left:auto;
right:14px
}
}
@media (min-width:768px) {
#main-menu,#main-menu-bg,.mme #main-menu,.mme #main-menu-bg {
overflow:hidden;
width:240px
}
.mmc #main-menu,.mmc #main-menu-bg,.mme.mmc #main-menu,.mme.mmc #main-menu-bg {
overflow:visible;
width:56px
}
#main-menu ul.navigation>li {
width:240px
}
#main-menu ul.navigation>li>a {
text-align:left
}
#main-menu ul.navigation>li>a>.menu-icon {
margin-right:5px
}
#main-menu ul.navigation>li>a>.badge,#main-menu ul.navigation>li>a>.label {
display:block
}
#main-menu ul.navigation>li>a>.mm-text {
display:inline
}
#main-menu ul.navigation>.mm-dropdown>a {
padding-right:30px
}
#main-menu ul.navigation>.mm-dropdown>a:before,.main-menu-right #main-menu ul.navigation>.mm-dropdown>a:before {
content:"\f105";
left:auto;
right:14px
}
#main-menu ul.navigation>.mm-dropdown.open>ul {
display:block
}
#main-menu ul.navigation>.mm-dropdown.open>a:before {
-moz-transform:rotate(90deg);
-o-transform:rotate(90deg);
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg)
}
#main-menu .menu-content {
display:block
}
.mmc #main-menu {
overflow:visible
}
.mmc #main-menu ul.navigation>li {
width:auto
}
.mmc #main-menu ul.navigation>li>a {
text-align:center
}
.mmc #main-menu ul.navigation>li>a>.menu-icon {
margin:0;
text-align:center
}
.mmc #main-menu ul.navigation>li>a>.badge,.mmc #main-menu ul.navigation>li>a>.label,.mmc #main-menu ul.navigation>li>a>.mm-text {
display:none
}
.mmc #main-menu ul.navigation>.mm-dropdown>a {
padding-right:14px
}
.mmc #main-menu ul.navigation>.mm-dropdown>a:before {
right:7px
}
.mmc #main-menu ul.navigation>.mm-dropdown.open>ul {
display:none
}
.mmc #main-menu ul.navigation>.mm-dropdown.open>a:before {
-moz-transform:rotate(0deg);
-o-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
-ms-transform:rotate(0deg);
transform:rotate(0deg)
}
.mmc #main-menu .menu-content {
display:none!important
}
.mmc.main-menu-right #main-menu ul.navigation>.mm-dropdown>a:before {
content:"\f104";
left:7px;
right:auto
}
}
.mme #main-navbar {
position:fixed
}
#main-navbar .navbar-header {
padding-left:56px
}
.mme #content-wrapper,.mme #main-navbar .navbar-inner {
left:80%
}
.mme #main-navbar .navbar-header {
padding-left:0
}
.mme #main-menu,.mme #main-menu-bg {
left:0
}
@media (min-width:480px) {
#main-wrapper {
padding-left:56px
}
.mme #main-navbar {
position:absolute
}
.mme #content-wrapper {
left:184px
}
.mme #main-navbar .navbar-inner {
left:240px;
padding-left:0
}
.mme #main-navbar #main-menu-toggle {
width:240px
}
}
@media (min-width:768px) {
#main-wrapper,.mme #main-wrapper {
padding-left:240px
}
.mmc.mme #content-wrapper,.mme #content-wrapper,.mme #main-navbar .navbar-inner {
left:0
}
.mmc #main-wrapper {
padding-left:56px
}
#main-navbar .navbar-header {
padding-left:56px!important
}
}
@media (min-width:768px) {
#main-navbar .navbar-header {
width:240px
}
}
.main-menu-right #main-menu,.main-menu-right #main-menu-bg {
left:auto;
right:-80%
}
.main-menu-right #main-menu .mmc-dropdown-open-ul {
left:auto;
right:100%
}
.main-menu-right #main-navbar .navbar-header {
padding-left:0
}
.main-menu-right #main-navbar #main-menu-toggle,.main-menu-right #main-navbar .navbar-inner {
left:auto;
right:0
}
.main-menu-right #main-navbar .navbar-toggle {
right:56px
}
.main-menu-right #content-wrapper {
left:auto;
right:0
}
.main-menu-right.mme #content-wrapper,.main-menu-right.mme #main-navbar .navbar-inner {
left:auto;
right:80%
}
.main-menu-right.mme #main-menu,.main-menu-right.mme #main-menu-bg {
left:auto;
right:0
}
.main-menu-right.mme #main-navbar .navbar-toggle {
right:0
}
@media (min-width:480px) {
.main-menu-right #main-wrapper {
padding-left:0;
padding-right:56px
}
.main-menu-right #main-menu,.main-menu-right #main-menu-bg {
left:auto;
right:0
}
.main-menu-right.mme #content-wrapper {
left:auto;
right:184px
}
.main-menu-right.mme #main-navbar .navbar-inner {
left:auto;
right:240px
}
.main-menu-right.mme #main-navbar #main-menu-toggle {
width:240px
}
}
@media (min-width:768px) {
.main-menu-right #main-wrapper,.main-menu-right.mme #main-wrapper {
padding-left:0;
padding-right:240px
}
.main-menu-right #content-wrapper,.main-menu-right.mme #content-wrapper {
right:0
}
.main-menu-right #main-navbar .navbar-inner,.main-menu-right.mme #main-navbar .navbar-inner,.main-menu-right.mme.mmc #main-navbar .navbar-inner {
right:0;
margin-right:56px;
width:auto
}
.main-menu-right.mmc #main-wrapper,.main-menu-right.mme.mmc #main-wrapper {
padding-right:56px;
padding-left:0
}
.main-menu-right #main-navbar .navbar-header {
padding-left:0!important
}
}
body.no-main-menu #main-menu,body.no-main-menu #main-menu-bg,body.no-main-menu #main-menu-toggle {
display:none!important
}
body.no-main-menu #main-wrapper {
padding:0!important
}
body.no-main-menu #content-wrapper {
left:0!important;
margin-left:0!important;
margin-right:0!important;
right:0!important
}
body.no-main-menu #main-navbar .navbar-header {
padding:0!important
}
body.no-main-menu #main-navbar .navbar-inner {
left:0!important;
margin:0!important;
right:0!important
}
.navbar .badge,.navbar .dropdown-menu>li>a>.badge,.navbar .dropdown-menu>li>a>.label,.navbar .label {
font-size:11px;
padding:0 4px;
line-height:16px;
top:-1px;
position:relative
}
.navbar .nav-icon-btn.dropdown>a:after {
display:none!important
}
.navbar .dropdown-menu>li>a>.badge {
line-height:14px
}
.navbar .nav-icon-btn>a {
width:auto
}
.navbar .nav-icon-btn>a .badge,.navbar .nav-icon-btn>a .label,.navbar .nav-icon-btn>a .small-screen-text {
display:inline-block
}
.navbar .dropdown-menu .badge.pull-right,.navbar .dropdown-menu .label.pull-right,.navbar .nav-icon-btn .badge,.navbar .nav-icon-btn .label {
float:right;
top:13px
}
.navbar .nav-icon-btn.nav-icon-btn-success .label {
background:#5ebd5e
}
.navbar .nav-icon-btn.nav-icon-btn-warning .label {
background:#f4b04f
}
.navbar .nav-icon-btn.nav-icon-btn-danger .label {
background:#e66454
}
.navbar .nav-icon-btn.nav-icon-btn-info .label {
background:#5bc0de
}
@media (max-width:768px) {
.navbar .nav-icon-btn.dropdown>.dropdown-menu {
display:none!important
}
}
@media (min-width:768px) {
.navbar .dropdown-menu .badge.pull-right,.navbar .dropdown-menu .label.pull-right {
top:8px
}
.navbar .dropdown-menu>li>a>.badge,.navbar .dropdown-menu>li>a>.label {
font-size:10px;
line-height:13px;
top:1px;
padding-left:4px!important;
padding-right:4px!important
}
.navbar .dropdown-menu>li>a>.label {
padding-top:1px;
padding-bottom:1px
}
.navbar .nav-icon-btn {
font-size:13px
}
.navbar .nav-icon-btn>a {
text-align:center;
width:46px
}
.navbar .nav-icon-btn>a .nav-icon {
display:inline-block;
font-size:12px;
margin:0!important
}
.navbar .nav-icon-btn>a .badge,.navbar .nav-icon-btn>a .label {
font-size:8px;
padding:0 2px;
line-height:10px;
position:absolute;
display:block;
right:10px
}
.navbar .nav-icon-btn>a .small-screen-text {
display:none
}
}
.btn {
text-shadow:none;
line-height:15px;
font-weight:400;
padding:7px 12px;
outline:0!important
}
.btn,.btn:active {
-webkit-box-shadow:none;
box-shadow:none
}
.btn>.fa-caret-down {
font-size:12px
}
.btn-lg {
font-size:15px;
line-height:19px;
padding:9px 18px
}
.btn-sm {
font-size:12px;
line-height:15px;
padding:4px 9px
}
.btn-sm>.fa-caret-down {
font-size:10px
}
.btn-xs {
font-size:11px;
line-height:12px;
padding:4px 7px
}
.btn-xs>.fa-caret-down {
font-size:10px
}
.btn.btn-flat,.btn.btn-flat:focus {
border-bottom-width:3px
}
.btn.btn-flat:active {
border-bottom-width:1px!important;
margin-top:2px;
-webkit-box-shadow:none;
box-shadow:none
}
.btn.btn-flat.btn-lg {
border-bottom-width:3px
}
.btn.btn-flat.btn-lg:active {
margin-top:2px
}
.btn.btn-flat.btn-xs {
border-bottom-width:2px
}
.btn.btn-flat.btn-xs:active {
margin-top:1px
}
.btn.btn-outline,.btn.btn-outline.btn-flat,.btn.btn-outline.btn-flat.btn-primary,.btn.btn-outline.btn-primary {
color:#555
}
.btn-group>.btn.btn-outline,.btn-group>.btn.btn-outline.btn-flat,.btn-group>.btn.btn-outline.btn-flat.btn-primary,.btn-group>.btn.btn-outline.btn-flat.btn-primary:focus,.btn-group>.btn.btn-outline.btn-flat:focus,.btn-group>.btn.btn-outline.btn-primary,.btn-group>.btn.btn-outline.btn-primary:focus,.btn-group>.btn.btn-outline:focus,.btn.btn-outline,.btn.btn-outline.btn-flat,.btn.btn-outline.btn-flat.btn-primary,.btn.btn-outline.btn-flat.btn-primary:focus,.btn.btn-outline.btn-flat:focus,.btn.btn-outline.btn-primary,.btn.btn-outline.btn-primary:focus,.btn.btn-outline:focus,.input-group-btn>.btn.btn-outline,.input-group-btn>.btn.btn-outline.btn-flat,.input-group-btn>.btn.btn-outline.btn-flat.btn-primary,.input-group-btn>.btn.btn-outline.btn-flat.btn-primary:focus,.input-group-btn>.btn.btn-outline.btn-flat:focus,.input-group-btn>.btn.btn-outline.btn-primary,.input-group-btn>.btn.btn-outline.btn-primary:focus,.input-group-btn>.btn.btn-outline:focus {
background:0 0;
border-color:#e0e0e0;
border-color:rgba(0,0,0,.12)
}
.btn.btn-outline.dark,.btn.btn-outline.dark.btn-primary {
color:#fff;
color:rgba(255,255,255,.8)
}
.btn.btn-outline.dark,.btn.btn-outline.dark.btn-primary,.btn.btn-outline.dark.btn-primary:focus,.btn.btn-outline.dark:focus {
border-color:#595959;
border-color:rgba(255,255,255,.12)
}
.btn.btn-outline.dark.btn-primary:active,.btn.btn-outline.dark.btn-primary:hover,.btn.btn-outline.dark:active,.btn.btn-outline.dark:hover {
border-color:transparent!important
}
.btn.btn-rounded {
border-radius:9999px
}
.btn-rounded.btn-flat {
border-top-color:transparent;
border-left-color:transparent;
border-right-color:transparent
}
.btn-rounded.btn-flat,.btn-rounded.btn-flat:focus,.btn-rounded.btn-flat:hover {
border-bottom-width:2px
}
.btn-rounded.btn-flat.btn-lg,.btn-rounded.btn-flat.btn-lg:focus,.btn-rounded.btn-flat.btn-lg:hover {
border-bottom-width:3px
}
.btn-rounded.btn-flat:active {
margin-top:1px
}
.btn-rounded.btn-flat.btn-outline.btn:hover,.btn-rounded.btn-flat.btn:focus,.btn-rounded.btn-flat.btn:hover {
border-top-color:transparent;
border-left-color:transparent;
border-right-color:transparent
}
.btn-rounded.btn-flat.btn-outline:focus {
border-color:#e0e0e0;
border-color:rgba(0,0,0,.12)
}
.btn-rounded.btn-flat.btn-outline.dark:focus {
border-color:#595959;
border-color:rgba(255,255,255,.12)
}
.btn,.btn-default {
color:#555
}
.btn,.btn-default,.btn-default:focus,.btn:focus {
border-color:#ddd;
border-bottom-color:#cecece;
background:#f4f4f4;
background-image:-webkit-linear-gradient(top,#f4f4f4 0,#eaeaea 100%);
background-image:linear-gradient(to bottom,#f4f4f4 0,#eaeaea 100%);
background-repeat:repeat-x
}
.btn-default:hover,.btn:hover {
color:#555;
border-color:#d5d5d5;
border-bottom-color:#bcbcbc;
background:#eaeaea!important;
background-image:-webkit-linear-gradient(top,#efefef 0,#e5e5e5 100%)!important;
background-image:linear-gradient(to bottom,#efefef 0,#e5e5e5 100%)!important;
background-repeat:repeat-x
}
.btn-default.active,.btn-default:active,.btn.active,.btn:active,.open .btn-default.dropdown-toggle,.open .btn.dropdown-toggle {
background:0 0;
background:#ebebeb!important;
border-color:#c6c6c6;
border-bottom-color:#c6c6c6!important;
color:#555;
-webkit-box-shadow:0 0 12px rgba(0,0,0,.1)inset;
box-shadow:0 0 12px rgba(0,0,0,.1)inset
}
.btn-default.btn-flat,.btn.btn-flat {
background:#ececec
}
.btn-default.btn-flat.active,.btn-default.btn-flat:active,.btn-default.btn-flat:hover,.btn.btn-flat.active,.btn.btn-flat:active,.btn.btn-flat:hover,.open .btn-default.btn-flat.dropdown-toggle,.open .btn.btn-flat.dropdown-toggle {
background:#ececec!important;
color:#555
}
.btn-default.btn-outline.btn-flat:hover,.btn-default.btn-outline:hover,.btn.btn-outline.btn-flat:hover,.btn.btn-outline:hover {
color:#555;
border-color:#d5d5d5;
border-bottom-color:#bcbcbc
}
.btn-default.btn-outline.btn-flat:active,.btn-default.btn-outline:active,.btn.btn-outline.btn-flat:active,.btn.btn-outline:active {
border-color:#c6c6c6
}
.btn-group .btn,.btn-group .btn-default,.btn-group .btn-default:focus,.btn-group .btn:focus,.input-group-btn .btn,.input-group-btn .btn-default,.input-group-btn .btn-default:focus,.input-group-btn .btn:focus {
border-left-color:#d5d5d5;
border-right-color:#d5d5d5
}
.btn-group .btn-default:hover,.btn-group .btn:hover,.btn-group.open .btn-default.dropdown-toggle,.btn-group.open .btn.dropdown-toggle,.input-group-btn .btn-default:hover,.input-group-btn .btn:hover,.input-group-btn.open .btn-default.dropdown-toggle,.input-group-btn.open .btn.dropdown-toggle {
border-color:#d5d5d5;
border-bottom-color:#bcbcbc
}
.btn-group .btn-default.active,.btn-group .btn-default:active,.btn-group .btn.active,.btn-group .btn:active,.input-group-btn .btn-default.active,.input-group-btn .btn-default:active,.input-group-btn .btn.active,.input-group-btn .btn:active {
border-left-color:#c6c6c6;
border-right-color:#c6c6c6
}
.btn-info {
color:#fff
}
.btn-info,.btn-info:focus {
border-color:#46b8da;
border-bottom-color:#2caed5;
background:#5bc0de;
background-image:-webkit-linear-gradient(top,#5fc2df 0,#46b8da 100%);
background-image:linear-gradient(to bottom,#5fc2df 0,#46b8da 100%);
background-repeat:repeat-x
}
.btn-info:hover {
color:#fff;
border-color:#39b3d7;
border-bottom-color:#2596b8;
background:#46b8da!important;
background-image:-webkit-linear-gradient(top,#53bddc 0,#39b3d7 100%)!important;
background-image:linear-gradient(to bottom,#53bddc 0,#39b3d7 100%)!important;
background-repeat:repeat-x
}
.btn-info.active,.btn-info:active,.open .btn-info.dropdown-toggle {
background:0 0;
background:#4ab9db!important;
border-color:#28a4c9;
border-bottom-color:#28a4c9!important;
color:#fff;
-webkit-box-shadow:0 0 12px rgba(0,0,0,.1)inset;
box-shadow:0 0 12px rgba(0,0,0,.1)inset
}
.btn-info.btn-flat {
background:#4ebbdb
}
.btn-info.btn-flat.active,.btn-info.btn-flat:active,.btn-info.btn-flat:hover,.open .btn-info.btn-flat.dropdown-toggle {
background:#4ebbdb!important;
color:#fff
}
.btn-info.btn-outline.btn-flat:hover,.btn-info.btn-outline:hover {
color:#fff;
border-color:#39b3d7;
border-bottom-color:#2596b8
}
.btn-info.btn-outline.btn-flat:active,.btn-info.btn-outline:active {
border-color:#28a4c9
}
.btn-group .btn-info,.btn-group .btn-info:focus,.input-group-btn .btn-info,.input-group-btn .btn-info:focus {
border-left-color:#39b3d7;
border-right-color:#39b3d7
}
.btn-group .btn-info:hover,.btn-group.open .btn-info.dropdown-toggle,.input-group-btn .btn-info:hover,.input-group-btn.open .btn-info.dropdown-toggle {
border-color:#39b3d7;
border-bottom-color:#2596b8
}
.btn-group .btn-info.active,.btn-group .btn-info:active,.input-group-btn .btn-info.active,.input-group-btn .btn-info:active {
border-left-color:#28a4c9;
border-right-color:#28a4c9
}
.btn-success {
color:#fff
}
.btn-success,.btn-success:focus {
border-color:#4cb64c;
border-bottom-color:#42a142;
background:#5ebd5e;
background-image:-webkit-linear-gradient(top,#62be62 0,#4cb64c 100%);
background-image:linear-gradient(to bottom,#62be62 0,#4cb64c 100%);
background-repeat:repeat-x
}
.btn-success:hover {
color:#fff;
border-color:#46ac46;
border-bottom-color:#388838;
background:#4cb64c!important;
background-image:-webkit-linear-gradient(top,#57ba57 0,#46ac46 100%)!important;
background-image:linear-gradient(to bottom,#57ba57 0,#46ac46 100%)!important;
background-repeat:repeat-x
}
.btn-success.active,.btn-success:active,.open .btn-success.dropdown-toggle {
background:0 0;
background:#50b750!important;
border-color:#3e963e;
border-bottom-color:#3e963e!important;
color:#fff;
-webkit-box-shadow:0 0 12px rgba(0,0,0,.1)inset;
box-shadow:0 0 12px rgba(0,0,0,.1)inset
}
.btn-success.btn-flat {
background:#53b953
}
.btn-success.btn-flat.active,.btn-success.btn-flat:active,.btn-success.btn-flat:hover,.open .btn-success.btn-flat.dropdown-toggle {
background:#53b953!important;
color:#fff
}
.btn-success.btn-outline.btn-flat:hover,.btn-success.btn-outline:hover {
color:#fff;
border-color:#46ac46;
border-bottom-color:#388838
}
.btn-success.btn-outline.btn-flat:active,.btn-success.btn-outline:active {
border-color:#3e963e
}
.btn-group .btn-success,.btn-group .btn-success:focus,.input-group-btn .btn-success,.input-group-btn .btn-success:focus {
border-left-color:#46ac46;
border-right-color:#46ac46
}
.btn-group .btn-success:hover,.btn-group.open .btn-success.dropdown-toggle,.input-group-btn .btn-success:hover,.input-group-btn.open .btn-success.dropdown-toggle {
border-color:#46ac46;
border-bottom-color:#388838
}
.btn-group .btn-success.active,.btn-group .btn-success:active,.input-group-btn .btn-success.active,.input-group-btn .btn-success:active {
border-left-color:#3e963e;
border-right-color:#3e963e
}
.btn-yellow {
color:#000;
}
.btn-yellow,.btn-yellow:focus {
border-color:#ffe401;
border-bottom-color:#ffc600;
background:#ffc600;
background-image:-webkit-linear-gradient(top,#ffe401 0,#ffc600 100%);
background-image:linear-gradient(to bottom,#ffe401 0,#ffc600 100%);
background-repeat:repeat-x
}
.btn-yellow:hover {
color:#000;
border-color:#ffe401;
border-bottom-color:#ffc600;
background:#4cb64c!important;
background-image:-webkit-linear-gradient(top,#ffe401 0,#ffc600 100%)!important;
background-image:linear-gradient(to bottom,#ffe401 0,#ffc600 100%)!important;
background-repeat:repeat-x
}
.btn-yellow.active,.btn-yellow:active,.open .btn-yellow.dropdown-toggle {
background:0 0;
background:#ffe401!important;
border-color:#ffe401;
border-bottom-color:#ffc600!important;
color:#000;
-webkit-box-shadow:0 0 12px rgba(0,0,0,.1)inset;
box-shadow:0 0 12px rgba(0,0,0,.1)inset
}
.btn-yellow.btn-flat {
background:#ffe401;
}
.btn-yellow.btn-flat.active,.btn-yellow.btn-flat:active,.btn-yellow.btn-flat:hover,.open .btn-yellow.btn-flat.dropdown-toggle {
background:#ffe401!important;
color:#000
}
.btn-yellow.btn-outline.btn-flat:hover,.btn-yellow.btn-outline:hover {
color:#000;
border-color:#ffe401;
border-bottom-color:#ffc600
}
.btn-yellow.btn-outline.btn-flat:active,.btn-yellow.btn-outline:active {
border-color:#ffe401
}
.btn-group .btn-yellow,.btn-group .btn-yellow:focus,.input-group-btn .btn-yellow,.input-group-btn .btn-yellow:focus {
border-left-color:#ffe401;
border-right-color:#ffc600
}
.btn-group .btn-yellow:hover,.btn-group.open .btn-yellow.dropdown-toggle,.input-group-btn .btn-yellow:hover,.input-group-btn.open .btn-yellow.dropdown-toggle {
border-color:#ffe401;
border-bottom-color:#ffc600
}
.btn-group .btn-yellow.active,.btn-group .btn-yellow:active,.input-group-btn .btn-yellow.active,.input-group-btn .btn-yellow:active {
border-left-color:#ffe401;
border-right-color:#ffc600
}
.btn-warning {
color:#fff
}
.btn-warning,.btn-warning:focus {
border-color:#f19a1f;
border-bottom-color:#e38b0e;
background:#f4b04f;
background-image:-webkit-linear-gradient(top,#f4b254 0,#f3a537 100%);
background-image:linear-gradient(to bottom,#f4b254 0,#f3a537 100%);
background-repeat:repeat-x
}
.btn-warning:hover {
color:#fff;
border-color:#f09411;
border-bottom-color:#c2770c;
background:#f3a537!important;
background-image:-webkit-linear-gradient(top,#f3ac45 0,#f29f29 100%)!important;
background-image:linear-gradient(to bottom,#f3ac45 0,#f29f29 100%)!important;
background-repeat:repeat-x
}
.btn-warning.active,.btn-warning:active,.open .btn-warning.dropdown-toggle {
background:0 0;
background:#f3a73c!important;
border-color:#d5830d;
border-bottom-color:#d5830d!important;
color:#fff;
-webkit-box-shadow:0 0 12px rgba(0,0,0,.1)inset;
box-shadow:0 0 12px rgba(0,0,0,.1)inset
}
.btn-warning.btn-flat {
background:#f3aa41
}
.btn-warning.btn-flat.active,.btn-warning.btn-flat:active,.btn-warning.btn-flat:hover,.open .btn-warning.btn-flat.dropdown-toggle {
background:#f3aa41!important;
color:#fff
}
.btn-warning.btn-outline.btn-flat:hover,.btn-warning.btn-outline:hover {
color:#fff;
border-color:#f09411;
border-bottom-color:#c2770c
}
.btn-warning.btn-outline.btn-flat:active,.btn-warning.btn-outline:active {
border-color:#d5830d
}
.btn-group .btn-warning,.btn-group .btn-warning:focus,.input-group-btn .btn-warning,.input-group-btn .btn-warning:focus {
border-left-color:#f09411;
border-right-color:#f09411
}
.btn-group .btn-warning:hover,.btn-group.open .btn-warning.dropdown-toggle,.input-group-btn .btn-warning:hover,.input-group-btn.open .btn-warning.dropdown-toggle {
border-color:#f09411;
border-bottom-color:#c2770c
}
.btn-group .btn-warning.active,.btn-group .btn-warning:active,.input-group-btn .btn-warning.active,.input-group-btn .btn-warning:active {
border-left-color:#d5830d;
border-right-color:#d5830d
}
.btn-danger {
color:#fff
}
.btn-danger,.btn-danger:focus {
border-color:#e3503e;
border-bottom-color:#df3823;
background:#e66454;
background-image:-webkit-linear-gradient(top,#e76858 0,#e3503e 100%);
background-image:linear-gradient(to bottom,#e76858 0,#e3503e 100%);
background-repeat:repeat-x
}
.btn-danger:hover {
color:#fff;
border-color:#e14430;
border-bottom-color:#c22e1c;
background:#e3503e!important;
background-image:-webkit-linear-gradient(top,#e55c4b 0,#e14430 100%)!important;
background-image:linear-gradient(to bottom,#e55c4b 0,#e14430 100%)!important;
background-repeat:repeat-x
}
.btn-danger.active,.btn-danger:active,.open .btn-danger.dropdown-toggle {
background:0 0;
background:#e35442!important;
border-color:#d4331f;
border-bottom-color:#d4331f!important;
color:#fff;
-webkit-box-shadow:0 0 12px rgba(0,0,0,.1)inset;
box-shadow:0 0 12px rgba(0,0,0,.1)inset
}
.btn-danger.btn-flat {
background:#e45847
}
.btn-danger.btn-flat.active,.btn-danger.btn-flat:active,.btn-danger.btn-flat:hover,.open .btn-danger.btn-flat.dropdown-toggle {
background:#e45847!important;
color:#fff
}
.btn-danger.btn-outline.btn-flat:hover,.btn-danger.btn-outline:hover {
color:#fff;
border-color:#e14430;
border-bottom-color:#c22e1c
}
.btn-danger.btn-outline.btn-flat:active,.btn-danger.btn-outline:active {
border-color:#d4331f
}
.btn-group .btn-danger,.btn-group .btn-danger:focus,.input-group-btn .btn-danger,.input-group-btn .btn-danger:focus {
border-left-color:#e14430;
border-right-color:#e14430
}
.btn-group .btn-danger:hover,.btn-group.open .btn-danger.dropdown-toggle,.input-group-btn .btn-danger:hover,.input-group-btn.open .btn-danger.dropdown-toggle {
border-color:#e14430;
border-bottom-color:#c22e1c
}
.btn-group .btn-danger.active,.btn-group .btn-danger:active,.input-group-btn .btn-danger.active,.input-group-btn .btn-danger:active {
border-left-color:#d4331f;
border-right-color:#d4331f
}
.btn.btn-outline.disabled,.btn.btn-outline[disabled] {
color:#555!important
}
.btn.btn-outline.disabled,.btn.btn-outline.disabled.active,.btn.btn-outline.disabled:active,.btn.btn-outline.disabled:focus,.btn.btn-outline.disabled:hover,.btn.btn-outline.disabled:link,.btn.btn-outline.disabled:visited,.btn.btn-outline[disabled],.btn.btn-outline[disabled].active,.btn.btn-outline[disabled]:active,.btn.btn-outline[disabled]:focus,.btn.btn-outline[disabled]:hover,.btn.btn-outline[disabled]:link,.btn.btn-outline[disabled]:visited {
background:none!important;
border-color:#e0e0e0!important;
border-color:rgba(0,0,0,.12)!important;
-webkit-box-shadow:none!important;
box-shadow:none!important
}
.btn.btn-flat.disabled:active,.btn.btn-flat[disabled]:active {
margin-top:0!important;
border-bottom-width:3px!important
}
.btn.btn-flat.btn-rounded.disabled:active,.btn.btn-flat.btn-rounded[disabled]:active {
border-bottom-width:2px!important
}
.btn.btn-labeled {
position:relative
}
.btn.btn-labeled .btn-label {
display:block;
float:left;
margin:-8px 12px -8px -13px;
padding:8px 10px;
position:relative;
background:rgba(0,0,0,.06);
line-height:15px;
border-bottom-left-radius:2px;
border-top-left-radius:2px
}
.btn.btn-labeled .btn-label.icon {
font-size:14px
}
.btn.btn-labeled.btn-lg .btn-label {
margin:-10px 18px -10px -19px;
padding:10px 13px;
line-height:19px;
border-bottom-left-radius:3px;
border-top-left-radius:3px
}
.btn.btn-labeled.btn-lg .btn-label.icon {
font-size:15px
}
.btn.btn-labeled.btn-sm .btn-label {
margin:-5px 9px -5px -10px;
padding:5px 7px;
line-height:15px;
border-bottom-left-radius:2px;
border-top-left-radius:2px
}
.btn.btn-labeled.btn-sm .btn-label.icon {
font-size:11px
}
.btn.btn-labeled.btn-xs .btn-label {
margin:-5px 9px -5px -8px;
padding:5px 6px;
line-height:12px;
border-bottom-left-radius:2px;
border-top-left-radius:2px
}
.btn.btn-labeled.btn-xs .btn-label.icon {
font-size:11px
}
.btn.btn-lg.btn-rounded.btn-labeled .btn-label,.btn.btn-rounded.btn-labeled .btn-label,.btn.btn-sm.btn-rounded.btn-labeled .btn-label,.btn.btn-xs.btn-rounded.btn-labeled .btn-label {
border-bottom-left-radius:9999px;
border-top-left-radius:9999px
}
.progress {
background-color:rgba(0,0,0,.06);
height:13px
}
.progress-bar {
background:0 0;
border:1px solid;
-webkit-box-shadow:none;
box-shadow:none
}
.progress .progress-bar.progress-bar-info {
background:#5bc0de;
border-color:#42b6d9
}
.progress.progress-striped .progress-bar.progress-bar-info {
background-color:#5bc0de;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.1)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.1)),color-stop(0.75,rgba(255,255,255,.1)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-size:10px 10px
}
.progress .progress-bar.progress-bar-success {
background:#5ebd5e;
border-color:#49b349
}
.progress.progress-striped .progress-bar.progress-bar-success {
background-color:#5ebd5e;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.1)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.1)),color-stop(0.75,rgba(255,255,255,.1)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-size:10px 10px
}
.progress .progress-bar.progress-bar-warning {
background:#f4b04f;
border-color:#f2a332
}
.progress.progress-striped .progress-bar.progress-bar-warning {
background-color:#f4b04f;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.1)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.1)),color-stop(0.75,rgba(255,255,255,.1)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-size:10px 10px
}
.progress .progress-bar.progress-bar-danger {
background:#e66454;
border-color:#e24c39
}
.progress.progress-striped .progress-bar.progress-bar-danger {
background-color:#e66454;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.1)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.1)),color-stop(0.75,rgba(255,255,255,.1)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-size:10px 10px
}
.label {
color:#fff;
font-size:11px;
line-height:20px;
text-shadow:0 -1px 0 rgba(0,0,0,.2);
padding:0 6px;
display:inline-block;
font-weight:600
}
.label.pull-right {
margin:0
}
h1 .label,h2 .label,h3 .label,h4 .label,h5 .label,h6 .label {
font-size:75%;
padding:.2em .5em
}
.label.label-tag {
display:inline-block;
font-size:11px;
line-height:18px;
margin-left:12px;
padding:0 5px;
position:relative;
border-bottom-left-radius:0;
border-top-left-radius:0
}
.label.label-tag:before {
content:"";
display:block;
position:absolute;
width:0;
height:0;
border-style:solid;
border-width:10px 12px 10px 0;
-webkit-transform:rotate(360deg);
margin-left:-17px;
top:-1px
}
.label.label-tag:after {
content:"";
display:block;
background:#fff;
position:absolute;
width:6px;
height:6px;
border-radius:99px;
margin:-12px 0 0 -10px
}
.ie8 .label.label-tag:after {
display:none!important
}
.label {
background:#b0b0b0
}
.label[href]:focus,.label[href]:hover {
background-color:#979797
}
.label.label-tag {
border:1px solid #b0b0b0
}
.label.label-tag:before {
border-color:transparent #b0b0b0 transparent transparent
}
.label.label-tag[href]:focus,.label.label-tag[href]:hover {
border-color:#979797
}
.label.label-tag[href]:focus:before,.label.label-tag[href]:hover:before {
border-color:transparent #979797 transparent transparent
}
.right-to-left .label.label-tag:before {
border-color:transparent transparent transparent #b0b0b0
}
.right-to-left .label.label-tag[href]:focus:before,.right-to-left .label.label-tag[href]:hover:before {
border-color:transparent transparent transparent #979797
}
.ie8 .right-to-left .label.label-tag:before,.ie9 .right-to-left .label.label-tag:before {
border-color:transparent #b0b0b0 transparent transparent
}
.ie8 .right-to-left .label.label-tag[href]:focus:before,.ie8 .right-to-left .label.label-tag[href]:hover:before,.ie9 .right-to-left .label.label-tag[href]:focus:before,.ie9 .right-to-left .label.label-tag[href]:hover:before {
border-color:transparent #979797 transparent transparent
}
.label.label-yellow[href]:focus,.label.label-yellow[href]:hover {
background-color:#43a543
}
.label.label-yellow.label-tag {
border:1px solid #5ebd5e
}
.label.label-yellow.label-tag:before {
border-color:transparent #5ebd5e transparent transparent
}
.label.label-yellow.label-tag[href]:focus,.label.label-yellow.label-tag[href]:hover {
border-color:#43a543
}
.label.label-yellow.label-tag[href]:focus:before,.label.label-yellow.label-tag[href]:hover:before {
border-color:transparent #43a543 transparent transparent
}
.right-to-left .label.label-yellow.label-tag:before {
border-color:transparent transparent transparent #5ebd5e
}
.right-to-left .label.label-yellow.label-tag[href]:focus:before,.right-to-left .label.label-yellow.label-tag[href]:hover:before {
border-color:transparent transparent transparent #43a543
}
.ie8 .right-to-left .label.label-yellow.label-tag:before,.ie9 .right-to-left .label.label-yellow.label-tag:before {
border-color:transparent #5ebd5e transparent transparent
}
.ie8 .right-to-left .label.label-yellow.label-tag[href]:focus:before,.ie8 .right-to-left .label.label-yellow.label-tag[href]:hover:before,.ie9 .right-to-left .label.label-yellow.label-tag[href]:focus:before,.ie9 .right-to-left .label.label-yellow.label-tag[href]:hover:before {
border-color:transparent #43a543 transparent transparent
}
.label.label-yellow {
background:#ffe401;
color: black;
}
.label.label-yellow[href]:focus,.label.label-yellow[href]:hover {
background-color:#43a543
}
.label.label-yellow.label-tag {
border:1px solid #5ebd5e
}
.label.label-yellow.label-tag:before {
border-color:transparent #5ebd5e transparent transparent
}
.label.label-yellow.label-tag[href]:focus,.label.label-yellow.label-tag[href]:hover {
border-color:#43a543
}
.label.label-yellow.label-tag[href]:focus:before,.label.label-yellow.label-tag[href]:hover:before {
border-color:transparent #43a543 transparent transparent
}
.right-to-left .label.label-yellow.label-tag:before {
border-color:transparent transparent transparent #5ebd5e
}
.right-to-left .label.label-yellow.label-tag[href]:focus:before,.right-to-left .label.label-yellow.label-tag[href]:hover:before {
border-color:transparent transparent transparent #43a543
}
.ie8 .right-to-left .label.label-yellow.label-tag:before,.ie9 .right-to-left .label.label-yellow.label-tag:before {
border-color:transparent #5ebd5e transparent transparent
}
.ie8 .right-to-left .label.label-yellow.label-tag[href]:focus:before,.ie8 .right-to-left .label.label-yellow.label-tag[href]:hover:before,.ie9 .right-to-left .label.label-yellow.label-tag[href]:focus:before,.ie9 .right-to-left .label.label-yellow.label-tag[href]:hover:before {
border-color:transparent #43a543 transparent transparent
}
.label.label-success {
background:#5ebd5e
}
.label.label-success[href]:focus,.label.label-success[href]:hover {
background-color:#43a543
}
.label.label-success.label-tag {
border:1px solid #5ebd5e
}
.label.label-success.label-tag:before {
border-color:transparent #5ebd5e transparent transparent
}
.label.label-success.label-tag[href]:focus,.label.label-success.label-tag[href]:hover {
border-color:#43a543
}
.label.label-success.label-tag[href]:focus:before,.label.label-success.label-tag[href]:hover:before {
border-color:transparent #43a543 transparent transparent
}
.right-to-left .label.label-success.label-tag:before {
border-color:transparent transparent transparent #5ebd5e
}
.right-to-left .label.label-success.label-tag[href]:focus:before,.right-to-left .label.label-success.label-tag[href]:hover:before {
border-color:transparent transparent transparent #43a543
}
.ie8 .right-to-left .label.label-success.label-tag:before,.ie9 .right-to-left .label.label-success.label-tag:before {
border-color:transparent #5ebd5e transparent transparent
}
.ie8 .right-to-left .label.label-success.label-tag[href]:focus:before,.ie8 .right-to-left .label.label-success.label-tag[href]:hover:before,.ie9 .right-to-left .label.label-success.label-tag[href]:focus:before,.ie9 .right-to-left .label.label-success.label-tag[href]:hover:before {
border-color:transparent #43a543 transparent transparent
}
.label.label-warning {
background:#f4b04f
}
.label.label-warning[href]:focus,.label.label-warning[href]:hover {
background-color:#f19a1f
}
.label.label-warning.label-tag {
border:1px solid #f4b04f
}
.label.label-warning.label-tag:before {
border-color:transparent #f4b04f transparent transparent
}
.label.label-warning.label-tag[href]:focus,.label.label-warning.label-tag[href]:hover {
border-color:#f19a1f
}
.label.label-warning.label-tag[href]:focus:before,.label.label-warning.label-tag[href]:hover:before {
border-color:transparent #f19a1f transparent transparent
}
.right-to-left .label.label-warning.label-tag:before {
border-color:transparent transparent transparent #f4b04f
}
.right-to-left .label.label-warning.label-tag[href]:focus:before,.right-to-left .label.label-warning.label-tag[href]:hover:before {
border-color:transparent transparent transparent #f19a1f
}
.ie8 .right-to-left .label.label-warning.label-tag:before,.ie9 .right-to-left .label.label-warning.label-tag:before {
border-color:transparent #f4b04f transparent transparent
}
.ie8 .right-to-left .label.label-warning.label-tag[href]:focus:before,.ie8 .right-to-left .label.label-warning.label-tag[href]:hover:before,.ie9 .right-to-left .label.label-warning.label-tag[href]:focus:before,.ie9 .right-to-left .label.label-warning.label-tag[href]:hover:before {
border-color:transparent #f19a1f transparent transparent
}
.label.label-danger {
background:#e66454
}
.label.label-danger[href]:focus,.label.label-danger[href]:hover {
background-color:#df3c28
}
.label.label-danger.label-tag {
border:1px solid #e66454
}
.label.label-danger.label-tag:before {
border-color:transparent #e66454 transparent transparent
}
.label.label-danger.label-tag[href]:focus,.label.label-danger.label-tag[href]:hover {
border-color:#df3c28
}
.label.label-danger.label-tag[href]:focus:before,.label.label-danger.label-tag[href]:hover:before {
border-color:transparent #df3c28 transparent transparent
}
.right-to-left .label.label-danger.label-tag:before {
border-color:transparent transparent transparent #e66454
}
.right-to-left .label.label-danger.label-tag[href]:focus:before,.right-to-left .label.label-danger.label-tag[href]:hover:before {
border-color:transparent transparent transparent #df3c28
}
.ie8 .right-to-left .label.label-danger.label-tag:before,.ie9 .right-to-left .label.label-danger.label-tag:before {
border-color:transparent #e66454 transparent transparent
}
.ie8 .right-to-left .label.label-danger.label-tag[href]:focus:before,.ie8 .right-to-left .label.label-danger.label-tag[href]:hover:before,.ie9 .right-to-left .label.label-danger.label-tag[href]:focus:before,.ie9 .right-to-left .label.label-danger.label-tag[href]:hover:before {
border-color:transparent #df3c28 transparent transparent
}
.label.label-info {
background:#5bc0de
}
.label.label-info[href]:focus,.label.label-info[href]:hover {
background-color:#31b0d5
}
.label.label-info.label-tag {
border:1px solid #5bc0de
}
.label.label-info.label-tag:before {
border-color:transparent #5bc0de transparent transparent
}
.label.label-info.label-tag[href]:focus,.label.label-info.label-tag[href]:hover {
border-color:#31b0d5
}
.label.label-info.label-tag[href]:focus:before,.label.label-info.label-tag[href]:hover:before {
border-color:transparent #31b0d5 transparent transparent
}
.right-to-left .label.label-info.label-tag:before {
border-color:transparent transparent transparent #5bc0de
}
.right-to-left .label.label-info.label-tag[href]:focus:before,.right-to-left .label.label-info.label-tag[href]:hover:before {
border-color:transparent transparent transparent #31b0d5
}
.ie8 .right-to-left .label.label-info.label-tag:before,.ie9 .right-to-left .label.label-info.label-tag:before {
border-color:transparent #5bc0de transparent transparent
}
.ie8 .right-to-left .label.label-info.label-tag[href]:focus:before,.ie8 .right-to-left .label.label-info.label-tag[href]:hover:before,.ie9 .right-to-left .label.label-info.label-tag[href]:focus:before,.ie9 .right-to-left .label.label-info.label-tag[href]:hover:before {
border-color:transparent #31b0d5 transparent transparent
}
.badge {
color:#fff;
font-size:11px;
font-weight:600;
line-height:18px;
padding:0 8px;
text-shadow:0 -1px 0 rgba(0,0,0,.2)
}
.badge.pull-right {
margin:0
}
.badge {
background:#b0b0b0;
border:1px solid #b0b0b0
}
.badge[href]:focus,.badge[href]:hover {
background-color:#979797;
border-color:#979797
}
.badge.badge-success {
background:#5ebd5e;
border:1px solid #5ebd5e
}
.badge.badge-success[href]:focus,.badge.badge-success[href]:hover {
background-color:#43a543;
border-color:#43a543
}
.badge.badge-warning {
background:#f4b04f;
border:1px solid #f4b04f
}
.badge.badge-warning[href]:focus,.badge.badge-warning[href]:hover {
background-color:#f19a1f;
border-color:#f19a1f
}
.badge.badge-danger {
background:#e66454;
border:1px solid #e66454
}
.badge.badge-danger[href]:focus,.badge.badge-danger[href]:hover {
background-color:#df3c28;
border-color:#df3c28
}
.badge.badge-info {
background:#5bc0de;
border:1px solid #5bc0de
}
.badge.badge-info[href]:focus,.badge.badge-info[href]:hover {
background-color:#31b0d5;
border-color:#31b0d5
}
.breadcrumb {
background:0 0;
margin-bottom:18px;
position:relative
}
.breadcrumb li+li:before {
color:#ccc;
content:"\f054";
font-family:FontAwesome;
font-size:7px;
display:inline-block;
line-height:8px;
top:-1px;
left:-1px;
position:relative;
padding:0;
height:8px;
width:15px;
text-align:center
}
.breadcrumb li,.breadcrumb li a {
color:#999;
font-size:12px;
line-height:18px;
height:18px
}
.breadcrumb li a:hover,.breadcrumb li:hover {
color:#555
}
.breadcrumb li.active {
padding-left:16px;
position:relative
}
.breadcrumb li.active:before {
position:absolute;
top:50%;
margin-top:-3px;
left:0
}
.breadcrumb li.active,.breadcrumb li.active a {
color:#555;
text-decoration:none
}
.breadcrumb.breadcrumb-dark>li+li:before {
color:#fff;
color:rgba(255,255,255,.4)
}
.breadcrumb.breadcrumb-dark li,.breadcrumb.breadcrumb-dark li a {
color:#fff;
color:rgba(255,255,255,.6)
}
.breadcrumb.breadcrumb-dark li a:hover,.breadcrumb.breadcrumb-dark li.active,.breadcrumb.breadcrumb-dark li.active a,.breadcrumb.breadcrumb-dark li:hover {
color:#fff
}
.breadcrumb.breadcrumb-no-padding {
padding-left:0;
padding-right:0
}
.breadcrumb.breadcrumb-page {
border-radius:0;
margin-left:-18px;
margin-right:-18px;
margin-top:-18px;
padding-left:18px;
padding-right:18px
}
.breadcrumb-label {
float:left;
font-size:12px;
line-height:18px;
height:18px;
padding-right:15px;
margin:1px 0 -1px
}
.alert {
background:#f9f1c7;
border-color:#f6deac;
color:#af8640;
background-size:20px 20px
}
.alert .close {
top:0
}
.alert.alert-danger {
background:#f2dede;
border-color:#ebccd1;
color:#b94a48;
background-size:20px 20px
}
.alert.alert-success {
background:#dff0d8;
border-color:#d0e6be;
color:#468847;
background-size:20px 20px
}
.alert.alert-info {
background:#d9edf7;
border-color:#bce8f1;
color:#3a87ad;
background-size:20px 20px
}
.alert.alert-dark {
color:#fff;
text-shadow:0 1px 0 rgba(0,0,0,.2);
background:0 0;
border-color:#f19a1f;
background-color:#f4b04f;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.06)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.06)),color-stop(0.75,rgba(255,255,255,.06)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-size:20px 20px
}
.alert.alert-danger.alert-dark {
background:0 0;
border-color:#df3c28;
background-color:#e66454;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.04)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.04)),color-stop(0.75,rgba(255,255,255,.04)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.04)25%,transparent 25%,transparent 50%,rgba(255,255,255,.04)50%,rgba(255,255,255,.04)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.04)25%,transparent 25%,transparent 50%,rgba(255,255,255,.04)50%,rgba(255,255,255,.04)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.04)25%,transparent 25%,transparent 50%,rgba(255,255,255,.04)50%,rgba(255,255,255,.04)75%,transparent 75%,transparent);
background-size:20px 20px
}
.alert.alert-success.alert-dark {
background:0 0;
border-color:#43a543;
background-color:#5ebd5e;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.06)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.06)),color-stop(0.75,rgba(255,255,255,.06)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-size:20px 20px
}
.alert.alert-info.alert-dark {
background:0 0;
border-color:#31b0d5;
background-color:#5bc0de;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.06)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.06)),color-stop(0.75,rgba(255,255,255,.06)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-size:20px 20px
}
.alert.alert-page {
margin:-18px -18px 18px;
border-top-width:0;
border-left-width:0;
border-right-width:0;
border-radius:0;
padding-left:18px;
padding-right:18px
}
.table tbody>tr>td,.table tbody>tr>th,.table tfoot>tr>td,.table tfoot>tr>th,.table thead>tr>td,.table thead>tr>th {
border-top-color:#e4e4e4
}
.table tbody>tr>th,.table tfoot>tr>th,.table thead>tr>th {
font-weight:600
}
.table tbody+tbody {
border-top-color:#e4e4e4
}
.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-color:#e4e4e4
}
.table-header {
background:#fff;
position:relative;
border:1px solid #e4e4e4;
margin-bottom:-1px;
padding:10px 15px;
border-top-right-radius:2px;
border-top-left-radius:2px
}
.table-header .table-caption {
font-size:15px;
line-height:24px;
font-weight:600;
margin:0;
padding:0
}
.table-footer {
min-height:40px;
margin-top:-19px;
position:relative;
border:1px solid #e4e4e4;
line-height:20px;
padding:10px 15px;
background:#fafafa;
border-bottom-right-radius:2px;
border-bottom-left-radius:2px
}
.table-danger,.table-info,.table-light,.table-primary,.table-success,.table-warning {
margin-bottom:20px
}
.table-light table {
border-top-color:#dbdbdb!important
}
.table-light .table-header,.table-light thead,.table-light thead th,.table-light thead tr {
border-color:#dbdbdb!important;
color:#555
}
.table-light thead th,.table-light thead tr {
background:#ebebeb
}
.table-light .table-header {
background:#fafafa
}
.table-success table {
border-top-color:#518d51!important
}
.table-success .table-header,.table-success thead,.table-success thead th,.table-success thead tr {
border-color:#518d51!important;
color:#fff
}
.table-success thead th,.table-success thead tr {
background:#53a953
}
.table-success .table-header {
background:#5ebd5e
}
.table-danger table {
border-top-color:#ca4433!important
}
.table-danger .table-header,.table-danger thead,.table-danger thead th,.table-danger thead tr {
border-color:#ca4433!important;
color:#fff
}
.table-danger thead th,.table-danger thead tr {
background:#d95342
}
.table-danger .table-header {
background:#e66454
}
.table-warning table {
border-top-color:#de9328!important
}
.table-warning .table-header,.table-warning thead,.table-warning thead th,.table-warning thead tr {
border-color:#de9328!important;
color:#fff
}
.table-warning thead th,.table-warning thead tr {
background:#e9a23b
}
.table-warning .table-header {
background:#f4b04f
}
.table-info table {
border-top-color:#3da1bf!important
}
.table-info .table-header,.table-info thead,.table-info thead th,.table-info thead tr {
border-color:#3da1bf!important;
color:#fff
}
.table-info thead th,.table-info thead tr {
background:#4bb1d0
}
.table-info .table-header {
background:#5bc0de
}
.nav-pills>li>a>.badge,.nav-pills>li>a>.label,.nav-tabs>li>a>.badge,.nav-tabs>li>a>.label {
position:relative;
background-color:rgba(0,0,0,.25);
border:1px solid transparent;
margin:0 -5px -100px 5px;
padding:0 6px;
line-height:14px;
top:0
}
.nav-pills>li>a>.label,.nav-tabs>li>a>.label {
padding-left:4px;
padding-right:4px
}
.nav-pills>li>a>.badge.badge-success,.nav-pills>li>a>.label.label-success,.nav-tabs>li>a>.badge.badge-success,.nav-tabs>li>a>.label.label-success {
background-color:#5ebd5e
}
.nav-pills>li>a>.badge.badge-warning,.nav-pills>li>a>.label.label-warning,.nav-tabs>li>a>.badge.badge-warning,.nav-tabs>li>a>.label.label-warning {
background-color:#f4b04f
}
.nav-pills>li>a>.badge.badge-danger,.nav-pills>li>a>.label.label-danger,.nav-tabs>li>a>.badge.badge-danger,.nav-tabs>li>a>.label.label-danger {
background-color:#e66454
}
.nav-pills>li>a>.badge.badge-info,.nav-pills>li>a>.label.label-info,.nav-tabs>li>a>.badge.badge-info,.nav-tabs>li>a>.label.label-info {
background-color:#5bc0de
}
.nav-pills>li.active>a>.badge,.nav-pills>li.active>a>.label,.nav-tabs:not(.nav-tabs-simple)>li.active>a>.badge,.nav-tabs:not(.nav-tabs-simple)>li.active>a>.label {
background-color:rgba(0,0,0,.25);
border-color:transparent;
color:#fff
}
.nav-pills.nav-justified>li>a,.nav-tabs.nav-justified>li>a {
margin:0
}
.nav-tabs.nav-tabs-sm>li>a>.badge,.nav-tabs.nav-tabs-sm>li>a>.label {
margin-left:4px;
margin-right:-4px
}
.nav-tabs.nav-tabs-xs>li>a {
font-size:12px
}
.nav-tabs.nav-tabs-xs>li>a>.badge,.nav-tabs.nav-tabs-xs>li>a>.label {
padding-left:4px;
padding-right:4px;
line-height:13px;
font-size:10px;
margin-left:3px;
margin-right:-3px;
top:-1px
}
.nav-tabs.nav-tabs-xs>li>a>.label {
padding-left:3px;
padding-right:3px
}
.nav-tabs {
border-bottom:2px solid #e4e4e4
}
.nav-tabs>li>a {
background-color:#f3f3f3;
background-color:rgba(0,0,0,.05);
border:0;
border-bottom:2px solid #e4e4e4;
color:#777;
margin:0 6px -1px 0;
padding:8px 20px
}
.nav-tabs>li>a:active,.nav-tabs>li>a:hover {
background-color:rgba(0,0,0,.06);
border-bottom-color:#d7d7d7;
color:#555
}
.nav-tabs>li>a>.fa-caret-down {
font-size:12px
}
.nav-tabs>li.dropdown.open>a:focus {
border-bottom:2px solid #e4e4e4
}
.nav-tabs li.active>a,.nav-tabs li.active>a:focus,.nav-tabs li.active>a:hover {
border:none;
color:#fff
}
.nav-tabs.nav-justified>li>a {
border-bottom:2px solid #e4e4e4;
border-left:none!important;
border-right:none!important;
border-top:none!important
}
.nav-tabs.nav-stacked>li>a {
margin:0;
border-bottom-width:1px!important
}
.nav-tabs.nav-stacked>li:last-child>a {
border-bottom-width:0!important
}
.nav-tabs.nav-stacked>li:last-child.active>a {
border-bottom-width:2px!important;
margin-bottom:-3px
}
.nav-tabs.nav-stacked>li:not(:first-child):not(:last-child)>a {
border-radius:0
}
.nav-tabs.nav-tabs-simple>li>a {
background-color:transparent!important;
margin-right:0
}
.nav-tabs.nav-tabs-simple>li.active>a {
color:#555!important
}
.nav-tabs.nav-tabs-sm>li>a {
padding:6px 15px
}
.nav-tabs.nav-tabs-xs>li>a {
padding:4px 15px
}
.tab-content {
padding:15px 0
}
.tab-content.tab-content-bordered {
border:1px solid #d7d7d7;
border-top:none;
padding-left:15px;
padding-right:15px;
border-bottom-right-radius:2px;
border-bottom-left-radius:2px
}
.nav-pills>li>a {
color:#777;
background-color:#f3f3f3;
background-color:rgba(0,0,0,.05);
border-radius:2px;
padding:8px 20px
}
.nav-pills>li>a:hover {
background-color:rgba(0,0,0,.06);
color:#555
}
.nav-pills>li>a>.fa-caret-down {
font-size:12px
}
.nav-pills>li>a>.badge,.nav-pills>li>a>.label {
top:-1px
}
.nav-pills>li {
margin-left:0;
margin-right:6px
}
.nav-pills>li+li {
margin-left:0
}
.nav-pills.nav-stacked>li {
margin:0 0 4px
}
.dropdown-menu {
border:2px solid #ccc;
-webkit-box-shadow:none;
box-shadow:none
}
ul.dropdown-menu {
border:2px solid #ccc;
padding:5px 0
}
ul.dropdown-menu>li>a {
margin:0 -2px;
padding:5px 18px
}
ul.dropdown-menu>li>a>.badge,ul.dropdown-menu>li>a>.label {
position:relative;
padding-left:4px;
padding-right:4px;
line-height:13px;
font-size:10px;
top:1px
}
ul.dropdown-menu>li>a>.label {
padding-top:1px;
padding-bottom:1px
}
ul.dropdown-menu .divider {
border-width:2px;
margin:5px 0
}
ul.dropdown-menu .dropdown-header {
font-size:11px;
font-weight:600;
margin:0 -2px;
padding:6px 18px 3px;
text-transform:uppercase
}
ul.dropdown-menu .dropdown-icon {
display:inline-block;
font-size:14px
}
.nav .dropdown>.dropdown-toggle .nav-icon {
font-size:12px;
display:inline-block;
margin-right:8px
}
.pull-right .dropdown-menu {
left:auto;
float:right;
right:0
}
.btn-group-lg .btn {
font-size:15px;
line-height:19px;
padding:9px 18px
}
.btn-group-sm .btn {
font-size:12px;
line-height:15px;
padding:4px 9px
}
.btn-group-sm .btn>.fa-caret-down {
font-size:10px
}
.btn-group-xs .btn {
font-size:11px;
line-height:12px;
padding:4px 7px
}
.btn-group-xs .btn>.fa-caret-down {
font-size:10px
}
.pagination>li>a,.pagination>li>span {
background-color:transparent;
border:1px solid #e4e4e4;
color:#7b7b7b;
margin-right:5px;
border-radius:2px
}
.pagination>li>a:hover {
background-color:transparent;
color:#555
}
.pagination>li.active>a,.pagination>li.active>span {
color:#fff;
font-weight:600
}
.pagination>li.disabled>a:hover {
border-color:#e4e4e4!important
}
.pagination.pagination-xs li a,.pagination.pagination-xs li span {
font-size:10px;
padding:4px 8px
}
.pager li>a,.pager li>span {
background-color:transparent;
border-color:#e4e4e4;
color:#7b7b7b
}
.pager li>a:hover {
background-color:transparent;
color:#555
}
.pager li.disabled>a {
background-color:transparent
}
.pager li.disabled>a:hover {
background-color:transparent;
border-color:#e4e4e4!important
}
.pager.pager-xs li a,.pager.pager-xs li span {
font-size:11px;
padding:4px 8px
}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
background-color:transparent
}
.list-group-item {
padding-bottom:10px;
padding-top:10px;
border-color:#e4e4e4
}
.list-group-item>.badge {
line-height:16px;
padding-left:5px;
padding-right:5px
}
.list-group-item>.badge+.badge {
margin-right:5px
}
.list-group-item>.label {
line-height:16px;
padding-left:5px;
padding-right:5px
}
.list-group-item>.label+.label {
margin-right:5px
}
.list-group-icon {
width:26px;
color:#aaa;
font-size:14px
}
a.list-group-item {
color:#555
}
a.list-group-item .list-group-item-heading {
color:#555;
margin-top:5px
}
a.list-group-item .list-group-item-heading+.list-group-item-text {
margin-bottom:5px
}
a.list-group-item .list-group-item-text {
color:#6f6f6f
}
a.list-group-item:focus,a.list-group-item:hover {
background:rgba(0,0,0,.04)
}
a.list-group-item.active {
color:#fff
}
a.list-group-item.active .list-group-item-heading {
color:inherit
}
a.list-group-item.active .badge {
background:#fff;
background:rgba(0,0,0,.25);
border-color:transparent;
color:#fff
}
.ie8 a.list-group-item.active .badge {
color:#555
}
.form-inline .form-control {
margin-bottom:10px
}
.form-inline .checkbox label,.form-inline .radio label {
margin-bottom:0
}
@media (min-width:768px) {
.form-inline .form-control {
margin-bottom:0;
width:auto
}
}
.form-horizontal .checkbox,.form-horizontal .radio {
margin-top:0;
margin-bottom:0
}
.form-horizontal .control-label {
padding-top:0;
margin-bottom:5px
}
@media (min-width:768px) {
.form-horizontal .control-label {
margin-bottom:0;
padding-top:7px
}
}
legend {
color:#666;
font-size:16.9px;
padding-bottom:7px
}
label,optgroup {
font-weight:600
}
.form-control {
border-top-color:#c2c2c2;
-webkit-box-shadow:none;
box-shadow:none
}
.help-block {
margin-bottom:0
}
.form-group:after,.form-group:before {
content:" ";
display:table
}
.form-group:after {
clear:both
}
.form-group.has-error .checkbox .help-block,.form-group.has-error .checkbox+.help-block,.form-group.has-error .radio .help-block,.form-group.has-error .radio+.help-block {
position:relative;
top:5px
}
.form-group.has-error .checkbox .help-block:after,.form-group.has-error .checkbox .help-block:before,.form-group.has-error .checkbox+.help-block:after,.form-group.has-error .checkbox+.help-block:before,.form-group.has-error .radio .help-block:after,.form-group.has-error .radio .help-block:before,.form-group.has-error .radio+.help-block:after,.form-group.has-error .radio+.help-block:before {
display:none
}
.checkbox label,.radio label {
display:block;
margin-bottom:0
}
.checkbox label:after,.checkbox label:before,.radio label:after,.radio label:before {
content:" ";
display:table
}
.checkbox label:after,.radio label:after {
clear:both
}
.form-control-feedback {
font-size:14px
}
.has-feedback .form-control {
padding-right:32px
}
.form-bordered .form-group {
border-top:1px solid #e4e4e4;
padding-top:15px
}
.checkbox,.radio {
margin-top:0
}
.has-error .help-block,.has-success .help-block,.has-warning .help-block {
display:block;
border:1px solid;
padding:5px 10px;
border-radius:2px;
margin-top:2px;
position:relative
}
.has-error .help-block:after,.has-error .help-block:before,.has-success .help-block:after,.has-success .help-block:before,.has-warning .help-block:after,.has-warning .help-block:before {
content:"";
position:absolute;
border-left:6px solid transparent;
border-right:6px solid transparent
}
.has-error .help-block:before,.has-success .help-block:before,.has-warning .help-block:before {
border-bottom:solid;
border-width:7px;
left:16px;
top:-7px
}
.has-error .help-block:after,.has-success .help-block:after,.has-warning .help-block:after {
border-bottom:6px solid;
left:17px;
top:-6px
}
.has-error.simple .help-block,.has-success.simple .help-block,.has-warning.simple .help-block {
background:none!important;
border:none;
padding:3px 0
}
.has-error.simple .help-block:after,.has-error.simple .help-block:before,.has-success.simple .help-block:after,.has-success.simple .help-block:before,.has-warning.simple .help-block:after,.has-warning.simple .help-block:before {
display:none
}
.has-feedback:not(.form-group) {
position:relative
}
.has-feedback:not(.form-group) .form-control-feedback {
top:0
}
.has-warning .control-label {
color:#555
}
.has-warning .help-block {
background:#f9f1c7;
border-color:#f6deac;
color:#af8640;
background-size:20px 20px
}
.has-warning .help-block:before {
border-bottom-color:#f1cc7e
}
.has-warning .help-block:after {
border-bottom-color:#f9f2cc
}
.has-warning .form-control {
border-color:#eebf5e;
-webkit-box-shadow:none;
box-shadow:none
}
.has-warning .form-control.focus,.has-warning .form-control:focus {
border-color:#e9ad30!important;
-webkit-box-shadow:none;
box-shadow:none
}
.has-warning .input-group-addon {
color:#af8640;
border-color:#f6deac;
background-color:#f9f1c7
}
.has-warning .form-control-feedback {
color:#e9ad30
}
.has-error .control-label {
color:#555
}
.has-error .help-block {
background:#f2dede;
border-color:#ebccd1;
color:#b94a48;
background-size:20px 20px
}
.has-error .help-block:before {
border-bottom-color:#dda7b0
}
.has-error .help-block:after {
border-bottom-color:#f3e2e2
}
.has-error .form-control {
border-color:#d38e99;
-webkit-box-shadow:none;
box-shadow:none
}
.has-error .form-control.focus,.has-error .form-control:focus {
border-color:#c46978!important;
-webkit-box-shadow:none;
box-shadow:none
}
.has-error .input-group-addon {
color:#b94a48;
border-color:#ebccd1;
background-color:#f2dede
}
.has-error .form-control-feedback {
color:#c46978
}
.has-success .control-label {
color:#555
}
.has-success .help-block {
background:#dff0d8;
border-color:#d0e6be;
color:#468847;
background-size:20px 20px
}
.has-success .help-block:before {
border-bottom-color:#b5d899
}
.has-success .help-block:after {
border-bottom-color:#e2f1dc
}
.has-success .form-control {
border-color:#a3ce7f;
-webkit-box-shadow:none;
box-shadow:none
}
.has-success .form-control.focus,.has-success .form-control:focus {
border-color:#88c05b!important;
-webkit-box-shadow:none;
box-shadow:none
}
.has-success .input-group-addon {
color:#468847;
border-color:#d0e6be;
background-color:#dff0d8
}
.has-success .form-control-feedback {
color:#88c05b
}
.has-warning.dark .control-label {
color:#555
}
.has-warning.dark .help-block {
border-color:#f19a1f;
color:#fff
}
.has-warning.dark .help-block:before {
border-bottom-color:#d0800d
}
.has-warning.dark .help-block:after {
border-bottom-color:#f4b254
}
.has-warning.dark .form-control {
border-color:#f4b04f;
-webkit-box-shadow:none;
box-shadow:none
}
.has-warning.dark .form-control.focus,.has-warning.dark .form-control:focus {
border-color:#f19a1f!important;
-webkit-box-shadow:none;
box-shadow:none
}
.has-warning.dark .input-group-addon {
color:#fff;
border-color:#f19a1f;
background-color:#f4b04f
}
.has-warning.dark .form-control-feedback {
color:#f19a1f
}
.has-warning.dark .help-block {
background:#f4b04f;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.06)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.06)),color-stop(0.75,rgba(255,255,255,.06)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-size:20px 20px
}
.has-error.dark .control-label {
color:#555
}
.has-error.dark .help-block {
border-color:#df3c28;
color:#fff
}
.has-error.dark .help-block:before {
border-bottom-color:#b92c1b
}
.has-error.dark .help-block:after {
border-bottom-color:#e76858
}
.has-error.dark .form-control {
border-color:#e66454;
-webkit-box-shadow:none;
box-shadow:none
}
.has-error.dark .form-control.focus,.has-error.dark .form-control:focus {
border-color:#df3c28!important;
-webkit-box-shadow:none;
box-shadow:none
}
.has-error.dark .input-group-addon {
color:#fff;
border-color:#df3c28;
background-color:#e66454
}
.has-error.dark .form-control-feedback {
color:#df3c28
}
.has-error.dark .help-block {
background:#e66454;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.04)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.04)),color-stop(0.75,rgba(255,255,255,.04)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.04)25%,transparent 25%,transparent 50%,rgba(255,255,255,.04)50%,rgba(255,255,255,.04)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.04)25%,transparent 25%,transparent 50%,rgba(255,255,255,.04)50%,rgba(255,255,255,.04)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.04)25%,transparent 25%,transparent 50%,rgba(255,255,255,.04)50%,rgba(255,255,255,.04)75%,transparent 75%,transparent);
background-size:20px 20px
}
.has-success.dark .control-label {
color:#555
}
.has-success.dark .help-block {
border-color:#43a543;
color:#fff
}
.has-success.dark .help-block:before {
border-bottom-color:#358035
}
.has-success.dark .help-block:after {
border-bottom-color:#62be62
}
.has-success.dark .form-control {
border-color:#5ebd5e;
-webkit-box-shadow:none;
box-shadow:none
}
.has-success.dark .form-control.focus,.has-success.dark .form-control:focus {
border-color:#43a543!important;
-webkit-box-shadow:none;
box-shadow:none
}
.has-success.dark .input-group-addon {
color:#fff;
border-color:#43a543;
background-color:#5ebd5e
}
.has-success.dark .form-control-feedback {
color:#43a543
}
.has-success.dark .help-block {
background:#5ebd5e;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.06)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.06)),color-stop(0.75,rgba(255,255,255,.06)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-size:20px 20px
}
.has-warning.simple .help-block {
color:#f29f29!important
}
.has-error.simple .help-block {
color:#e14430!important
}
.has-success.simple .help-block {
color:#46ac46!important
}
.gt-ie8 input.px {
position:absolute!important;
left:-1000000px!important;
margin:0!important;
padding:0!important
}
.gt-ie8 input.px+.lbl {
position:relative;
padding-left:1px;
display:inline-block
}
.gt-ie8 input.px+.lbl:before {
content:"";
opacity:1;
border:1px solid #bbb;
background:#fff;
display:block;
position:absolute;
top:0;
left:0;
width:15px;
height:15px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-transition:all .2s;
transition:all .2s;
cursor:pointer
}
.gt-ie8 input.px+.lbl:after {
display:none;
position:absolute
}
.gt-ie8 input.px:checked+.lbl:after {
display:block
}
.gt-ie8 input.px+.lbl:after,.gt-ie8 input.px+.lbl:before {
margin:2px 3px -3px -20px!important
}
.gt-ie8 input[type=checkbox].px+.lbl:before {
border-radius:2px
}
.gt-ie8 input[type=checkbox].px+.lbl:after {
content:"\f00c";
top:1px;
left:1px;
width:13px;
height:15px;
line-height:15px;
font-size:11px;
font-family:FontAwesome;
text-align:center
}
.gt-ie8 input[type=radio].px+.lbl:before {
border-radius:999999px
}
.gt-ie8 input[type=radio].px+.lbl:after {
content:"";
width:5px;
height:5px;
border-radius:999px;
top:5px;
left:5px
}
.gt-ie8 input.px.disabled,.gt-ie8 input.px.disabled+.lbl,.gt-ie8 input.px.disabled+.lbl:after,.gt-ie8 input.px.disabled+.lbl:before,.gt-ie8 input.px:disabled,.gt-ie8 input.px:disabled+.lbl,.gt-ie8 input.px:disabled+.lbl:after,.gt-ie8 input.px:disabled+.lbl:before {
cursor:not-allowed!important
}
.gt-ie8 input.px.disabled+.lbl:before,.gt-ie8 input.px:disabled+.lbl:before {
background:#eee!important;
border-color:#d6d6d6!important
}
.gt-ie8 input.px.disabled+.lbl:after,.gt-ie8 input.px:disabled+.lbl:after {
opacity:.5!important
}
@media (min-width:768px) {
.gt-ie8 .form-inline .checkbox input.px+.lbl,.gt-ie8 .form-inline .radio input.px+.lbl {
margin-left:20px
}
}
.px-single {
position:relative;
width:15px;
height:15px;
margin:0;
font-weight:400!important
}
.px-single input.px,.px-single input.px+.lbl:after,.px-single input.px+.lbl:before {
margin:0!important
}
.px-single input.px+.lbl {
padding:0!important;
width:15px!important;
height:15px!important
}
.input-group-btn>.btn {
line-height:16px;
margin:0
}
.input-group input {
position:relative;
z-index:3
}
.input-group>.input-group-btn+input {
margin-left:-1px
}
.input-group-addon>.fa {
font-size:14px
}
.input-group>input+.input-group-btn .btn:first-child {
border-left-width:0
}
.input-group-addon.no-background {
background:#fff!important
}
.panel,.panel-default {
border-color:#e4e4e4;
margin-bottom:22px;
position:relative;
-webkit-box-shadow:none;
box-shadow:none
}
.panel .alert-page,.panel-default .alert-page {
border-left-width:1px;
border-right-width:1px;
border-top-width:2px;
font-size:12px;
margin:-2px -1px 0!important;
padding:8px 15px;
position:relative
}
.panel-heading {
background:#fafafa;
border-bottom:2px solid #ececec;
padding-bottom:9px;
padding-left:20px;
padding-right:20px;
padding-top:11px;
position:relative
}
.panel-heading .nav-tabs {
border-bottom-color:transparent;
bottom:-2px;
position:absolute;
}
.panel-heading .nav-tabs>li>a {
border-bottom-color:transparent
}
.panel-body {
background:#fff;
margin:0;
padding:20px
}
.panel-body>li {
list-style:none;
margin:0;
padding:0
}
.panel-footer {
background:#fff;
border-top:1px solid #ececec;
padding-left:20px;
padding-right:20px
}
.panel-title {
color:#555;
font-size:14px;
line-height:20px
}
.panel-title-icon {
display:inline-block;
font-size:14px;
margin-right:7px
}
.panel-heading-controls {
margin-top:-2px;
margin-bottom:-200px;
float:right
}
.panel-heading-controls>* {
display:block;
float:left
}
.panel-heading-controls>*+* {
margin-left:4px
}
.panel-heading-controls>.btn,.panel-heading-controls>.btn-group {
margin-top:-4px
}
.panel-heading-controls>.btn-group.btn-group-sm,.panel-heading-controls>.btn.btn-sm {
margin-top:-1px
}
.panel-heading-controls>.btn-group.btn-group-xs,.panel-heading-controls>.btn.btn-xs {
margin-top:0
}
.panel-heading-controls>.progress {
height:6px;
margin-top:8px
}
.panel-heading-controls .badge,.panel-heading-controls>.label {
margin-bottom:-10px;
margin-top:1px
}
.panel-heading-controls>.pagination {
margin:-5px 0 0
}
.panel-heading-controls>.pagination.pagination-sm {
margin-top:-3px
}
.panel-heading-controls>.pagination.pagination-xs {
margin-top:-1px
}
.panel-heading-controls>.pager {
margin:-4px 0 0
}
.panel-heading-controls>.pager.pager-xs {
margin:-1px 0 0
}
.panel-heading-controls .input-group,.panel-heading-controls>.form-control {
margin-top:-2px
}
.panel-heading-controls .input-group .btn,.panel-heading-controls .input-group .form-control,.panel-heading-controls>.form-control {
height:26px;
padding:3px 8px
}
.panel-heading-controls>.panel-heading-icon {
font-size:14px;
margin-top:1px
}
.panel-heading-controls>.switcher {
margin-top:1px
}
.panel-heading-text {
display:inline-block;
line-height:20px;
font-size:12px;
margin-top:1px
}
.panel-dark .panel-heading-controls .btn {
border-color:transparent
}
.panel-dark .panel-heading-controls .btn.btn-outline {
border-width:1px;
border-color:#fff;
border-color:rgba(255,255,255,.12)
}
.panel-dark .panel-heading-controls .btn.btn-outline:hover,.panel-dark .panel-heading-controls>.form-control {
border-color:transparent!important
}
.panel-dark .panel-heading-controls>.pager li a,.panel-dark .panel-heading-controls>.pager li span,.panel-dark .panel-heading-controls>.pagination li a,.panel-dark .panel-heading-controls>.pagination li span {
border-color:#fff;
border-color:rgba(255,255,255,.12);
color:#fff;
color:rgba(255,255,255,.7)
}
.panel-dark .panel-heading-controls>.pager li a:hover,.panel-dark .panel-heading-controls>.pagination li a:hover {
color:#fff;
border-color:#fff
}
.panel-dark .panel-heading-controls>.pager li.active a,.panel-dark .panel-heading-controls>.pager li.active a:hover,.panel-dark .panel-heading-controls>.pager li.active span,.panel-dark .panel-heading-controls>.pagination li.active a,.panel-dark .panel-heading-controls>.pagination li.active a:hover,.panel-dark .panel-heading-controls>.pagination li.active span {
background:#fff;
border-color:#fff
}
.panel-dark .panel-heading-controls>.pager li.disabled a,.panel-dark .panel-heading-controls>.pager li.disabled span,.panel-dark .panel-heading-controls>.pagination li.disabled a,.panel-dark .panel-heading-controls>.pagination li.disabled span {
border-color:rgba(255,255,255,.1)!important;
color:rgba(255,255,255,.3)!important
}
.panel-dark .panel-heading-controls .input-group .form-control {
border-top-color:transparent;
border-bottom-color:transparent;
border-left-color:transparent;
border-right-color:#d5d5d5
}
.panel-dark .panel-heading .nav-tabs>li>a {
background:0 0;
background:rgba(255,255,255,.1);
color:#fff;
color:rgba(255,255,255,.8)
}
.panel-dark .panel-heading .nav-tabs>li>a:hover {
color:#fff
}
.panel-dark .panel-heading .nav-tabs>li.active>a,.panel-dark .panel-heading .nav-tabs>li.active>a:focus,.panel-dark .panel-heading .nav-tabs>li.active>a:hover {
background:#fff;
border-bottom-color:#fff;
color:#555
}
.panel.panel-dark.panel-body-colorful .list-group,.panel.panel-dark.panel-body-colorful table {
color:#fff
}
.panel-warning {
border-color:#f6deac!important
}
.panel-warning .panel-heading {
background:#f9f1c7;
border-color:#f6deac;
color:#af8640;
background-size:20px 20px
}
.panel-warning .panel-heading .panel-title {
color:#af8640
}
.panel-warning .panel-heading .panel-heading-text a {
color:#af8640;
text-decoration:underline
}
.panel-warning .panel-heading .panel-heading-text a:hover {
color:#c49e5e
}
.panel-warning.panel-body-colorful .panel-body {
background:#f9f1c7;
color:#af8640
}
.panel-warning.panel-body-colorful .panel-footer {
background:#f9f1c7;
border-color:#f6deac;
color:#af8640
}
.panel-danger {
border-color:#ebccd1!important
}
.panel-danger .panel-heading {
background:#f2dede;
border-color:#ebccd1;
color:#b94a48;
background-size:20px 20px
}
.panel-danger .panel-heading .panel-title {
color:#b94a48
}
.panel-danger .panel-heading .panel-heading-text a {
color:#b94a48;
text-decoration:underline
}
.panel-danger .panel-heading .panel-heading-text a:hover {
color:#c76e6d
}
.panel-danger.panel-body-colorful .panel-body {
background:#f2dede;
color:#b94a48
}
.panel-danger.panel-body-colorful .panel-footer {
background:#f2dede;
border-color:#ebccd1;
color:#b94a48
}
.panel-success {
border-color:#d0e6be!important
}
.panel-success .panel-heading {
background:#dff0d8;
border-color:#d0e6be;
color:#468847;
background-size:20px 20px
}
.panel-success .panel-heading .panel-title {
color:#468847
}
.panel-success .panel-heading .panel-heading-text a {
color:#468847;
text-decoration:underline
}
.panel-success .panel-heading .panel-heading-text a:hover {
color:#58a959
}
.panel-success.panel-body-colorful .panel-body {
background:#dff0d8;
color:#468847
}
.panel-success.panel-body-colorful .panel-footer {
background:#dff0d8;
border-color:#d0e6be;
color:#468847
}
.panel-info {
border-color:#bce8f1!important
}
.panel-info .panel-heading {
background:#d9edf7;
border-color:#bce8f1;
color:#3a87ad;
background-size:20px 20px
}
.panel-info .panel-heading .panel-title {
color:#3a87ad
}
.panel-info .panel-heading .panel-heading-text a {
color:#3a87ad;
text-decoration:underline
}
.panel-info .panel-heading .panel-heading-text a:hover {
color:#54a0c6
}
.panel-info.panel-body-colorful .panel-body {
background:#d9edf7;
color:#3a87ad
}
.panel-info.panel-body-colorful .panel-footer {
background:#d9edf7;
border-color:#bce8f1;
color:#3a87ad
}
.panel-warning.panel-dark {
border-color:#f4b04f!important
}
.panel-warning.panel-dark .panel-heading {
background:#f4b04f;
border-color:#f4b04f;
color:#fff
}
.panel-warning.panel-dark .panel-heading .panel-heading-text,.panel-warning.panel-dark .panel-heading .panel-title {
color:#fff
}
.panel-warning.panel-dark .panel-heading .panel-heading-text a {
color:#fff;
text-decoration:underline
}
.panel-warning.panel-dark .panel-heading .panel-heading-text a:hover {
color:#fff
}
.panel-warning.panel-dark .panel-heading-controls li.active a,.panel-warning.panel-dark .panel-heading-controls li.active span {
color:#f4b04f!important
}
.panel-warning.panel-dark.panel-body-colorful .list-group-item,.panel-warning.panel-dark.panel-body-colorful .panel-heading,.panel-warning.panel-dark.panel-body-colorful table,.panel-warning.panel-dark.panel-body-colorful table td,.panel-warning.panel-dark.panel-body-colorful table th,.panel-warning.panel-dark.panel-body-colorful table tr {
border-color:#f6c175
}
.panel-warning.panel-dark.panel-body-colorful,.panel-warning.panel-dark.panel-body-colorful .list-group-item,.panel-warning.panel-dark.panel-body-colorful .panel-body {
background:#f4b04f;
color:#fff
}
.panel-warning.panel-dark.panel-body-colorful .panel-footer {
background:#f4b04f;
border-color:#f6c175;
color:#fff
}
.panel-danger.panel-dark {
border-color:#e66454!important
}
.panel-danger.panel-dark .panel-heading {
background:#e66454;
border-color:#e66454;
color:#fff
}
.panel-danger.panel-dark .panel-heading .panel-title {
color:#fff
}
.panel-danger.panel-dark .panel-heading .panel-heading-text {
color:#fffdfd
}
.panel-danger.panel-dark .panel-heading .panel-heading-text a {
color:#fffdfd;
text-decoration:underline
}
.panel-danger.panel-dark .panel-heading .panel-heading-text a:hover {
color:#fff
}
.panel-danger.panel-dark .panel-heading-controls li.active a,.panel-danger.panel-dark .panel-heading-controls li.active span {
color:#e66454!important
}
.panel-danger.panel-dark.panel-body-colorful .list-group-item,.panel-danger.panel-dark.panel-body-colorful .panel-heading,.panel-danger.panel-dark.panel-body-colorful table,.panel-danger.panel-dark.panel-body-colorful table td,.panel-danger.panel-dark.panel-body-colorful table th,.panel-danger.panel-dark.panel-body-colorful table tr {
border-color:#eb8478
}
.panel-danger.panel-dark.panel-body-colorful,.panel-danger.panel-dark.panel-body-colorful .list-group-item,.panel-danger.panel-dark.panel-body-colorful .panel-body {
background:#e66454;
color:#fff
}
.panel-danger.panel-dark.panel-body-colorful .panel-footer {
background:#e66454;
border-color:#eb8478;
color:#fff
}
.panel-success.panel-dark {
border-color:#5ebd5e!important
}
.panel-success.panel-dark .panel-heading {
background:#5ebd5e;
border-color:#5ebd5e;
color:#fff
}
.panel-success.panel-dark .panel-heading .panel-title {
color:#fff
}
.panel-success.panel-dark .panel-heading .panel-heading-text {
color:#e7f5e7
}
.panel-success.panel-dark .panel-heading .panel-heading-text a {
color:#e7f5e7;
text-decoration:underline
}
.panel-success.panel-dark .panel-heading .panel-heading-text a:hover {
color:#fff
}
.panel-success.panel-dark .panel-heading-controls li.active a,.panel-success.panel-dark .panel-heading-controls li.active span {
color:#5ebd5e!important
}
.panel-success.panel-dark.panel-body-colorful .list-group-item,.panel-success.panel-dark.panel-body-colorful .panel-heading,.panel-success.panel-dark.panel-body-colorful table,.panel-success.panel-dark.panel-body-colorful table td,.panel-success.panel-dark.panel-body-colorful table th,.panel-success.panel-dark.panel-body-colorful table tr {
border-color:#7bc97b
}
.panel-success.panel-dark.panel-body-colorful,.panel-success.panel-dark.panel-body-colorful .list-group-item,.panel-success.panel-dark.panel-body-colorful .panel-body {
background:#5ebd5e;
color:#fff
}
.panel-success.panel-dark.panel-body-colorful .panel-footer {
background:#5ebd5e;
border-color:#7bc97b;
color:#fff
}
.panel-info.panel-dark {
border-color:#5bc0de!important
}
.panel-info.panel-dark .panel-heading {
background:#5bc0de;
border-color:#5bc0de;
color:#fff
}
.panel-info.panel-dark .panel-heading .panel-title {
color:#fff
}
.panel-info.panel-dark .panel-heading .panel-heading-text {
color:#fcfefe
}
.panel-info.panel-dark .panel-heading .panel-heading-text a {
color:#fcfefe;
text-decoration:underline
}
.panel-info.panel-dark .panel-heading .panel-heading-text a:hover {
color:#fff
}
.panel-info.panel-dark .panel-heading-controls li.active a,.panel-info.panel-dark .panel-heading-controls li.active span {
color:#5bc0de!important
}
.panel-info.panel-dark.panel-body-colorful .list-group-item,.panel-info.panel-dark.panel-body-colorful .panel-heading,.panel-info.panel-dark.panel-body-colorful table,.panel-info.panel-dark.panel-body-colorful table td,.panel-info.panel-dark.panel-body-colorful table th,.panel-info.panel-dark.panel-body-colorful table tr {
border-color:#7dcde5
}
.panel-info.panel-dark.panel-body-colorful,.panel-info.panel-dark.panel-body-colorful .list-group-item,.panel-info.panel-dark.panel-body-colorful .panel-body {
background:#5bc0de;
color:#fff
}
.panel-info.panel-dark.panel-body-colorful .panel-footer {
background:#5bc0de;
border-color:#7dcde5;
color:#fff
}
.panel-transparent {
background:none!important;
border:none!important
}
.panel-transparent .panel-body,.panel-transparent .panel-heading {
background:none!important
}
.panel-transparent .panel-footer {
background:none!important;
border:none!important
}
.well {
background-color:rgba(0,0,0,.03);
border:1px solid rgba(0,0,0,.06);
-webkit-box-shadow:none;
box-shadow:none
}
.popover {
border:3px solid rgba(0,0,0,.2);
-webkit-box-shadow:none;
box-shadow:none
}
.popover.top .arrow {
border-top:none
}
.popover.top .arrow:after {
border-top-color:rgba(0,0,0,.2);
border-width:7px 8px 0;
bottom:1px
}
.popover.bottom .arrow {
border-bottom:none
}
.popover.bottom .arrow:after {
border-bottom-color:rgba(0,0,0,.2);
border-width:0 8px 7px;
top:1px
}
.popover.left .arrow {
border-left:none
}
.popover.left .arrow:after {
border-left-color:rgba(0,0,0,.2);
border-width:8px 0 8px 7px;
bottom:-9px;
right:1px
}
.popover.right .arrow {
border-right:none
}
.popover.right .arrow:after {
border-right-color:rgba(0,0,0,.2);
border-width:8px 7px 8px 0;
bottom:-9px;
left:1px
}
.popover-colorful+.popover {
border-width:1px
}
.popover-colorful+.popover.top {
margin-bottom:8px
}
.popover-colorful+.popover.left {
margin-right:8px
}
.popover-colorful+.popover.top .arrow:after {
bottom:3px
}
.popover-colorful+.popover.bottom .arrow:after {
top:3px
}
.popover-colorful+.popover.left .arrow:after {
right:3px
}
.popover-colorful+.popover.right .arrow:after {
left:3px
}
.popover-title {
background-color:rgba(0,0,0,.06);
border-bottom-color:#ddd;
border-radius:0
}
.ie8 .popover.top.in {
margin-top:-30px
}
.ie8 .popover.left.in {
margin-left:-30px
}
.ie8 .popover .arrow {
display:none!important
}
.popover-warning+.popover .popover-title {
background:#f9f1c7;
border-bottom-color:#f6deac;
color:#af8640
}
.popover-warning.popover-colorful+.popover {
background:#f9f1c7;
border-color:#f6deac;
color:#af8640
}
.popover-warning.popover-colorful+.popover.top .arrow:after {
border-top-color:#f6deac
}
.popover-warning.popover-colorful+.popover.bottom .arrow:after {
border-bottom-color:#f6deac
}
.popover-warning.popover-colorful+.popover.left .arrow:after {
border-left-color:#f6deac
}
.popover-warning.popover-colorful+.popover.right .arrow:after {
border-right-color:#f6deac
}
.popover-danger+.popover .popover-title {
background:#f2dede;
border-bottom-color:#ebccd1;
color:#b94a48
}
.popover-danger.popover-colorful+.popover {
background:#f2dede;
border-color:#ebccd1;
color:#b94a48
}
.popover-danger.popover-colorful+.popover.top .arrow:after {
border-top-color:#ebccd1
}
.popover-danger.popover-colorful+.popover.bottom .arrow:after {
border-bottom-color:#ebccd1
}
.popover-danger.popover-colorful+.popover.left .arrow:after {
border-left-color:#ebccd1
}
.popover-danger.popover-colorful+.popover.right .arrow:after {
border-right-color:#ebccd1
}
.popover-success+.popover .popover-title {
background:#dff0d8;
border-bottom-color:#d0e6be;
color:#468847
}
.popover-success.popover-colorful+.popover {
background:#dff0d8;
border-color:#d0e6be;
color:#468847
}
.popover-success.popover-colorful+.popover.top .arrow:after {
border-top-color:#d0e6be
}
.popover-success.popover-colorful+.popover.bottom .arrow:after {
border-bottom-color:#d0e6be
}
.popover-success.popover-colorful+.popover.left .arrow:after {
border-left-color:#d0e6be
}
.popover-success.popover-colorful+.popover.right .arrow:after {
border-right-color:#d0e6be
}
.popover-info+.popover .popover-title {
background:#d9edf7;
border-bottom-color:#bce8f1;
color:#3a87ad
}
.popover-info.popover-colorful+.popover {
background:#d9edf7;
border-color:#bce8f1;
color:#3a87ad
}
.popover-info.popover-colorful+.popover.top .arrow:after {
border-top-color:#bce8f1
}
.popover-info.popover-colorful+.popover.bottom .arrow:after {
border-bottom-color:#bce8f1
}
.popover-info.popover-colorful+.popover.left .arrow:after {
border-left-color:#bce8f1
}
.popover-info.popover-colorful+.popover.right .arrow:after {
border-right-color:#bce8f1
}
.popover-warning.popover-dark+.popover .popover-title {
background:#f4b04f;
border-bottom-color:#f4b04f;
color:#fff
}
.popover-warning.popover-dark.popover-colorful+.popover {
background:#f4b04f;
border-color:#f4b04f;
color:#fff
}
.popover-warning.popover-dark.popover-colorful+.popover .popover-title {
border-bottom-color:#f6c175;
border-bottom-width:2px
}
.popover-warning.popover-dark.popover-colorful+.popover.top .arrow:after {
border-top-color:#f4b04f
}
.popover-warning.popover-dark.popover-colorful+.popover.bottom .arrow:after {
border-bottom-color:#f4b04f
}
.popover-warning.popover-dark.popover-colorful+.popover.left .arrow:after {
border-left-color:#f4b04f
}
.popover-warning.popover-dark.popover-colorful+.popover.right .arrow:after {
border-right-color:#f4b04f
}
.popover-danger.popover-dark+.popover .popover-title {
background:#e66454;
border-bottom-color:#e66454;
color:#fff
}
.popover-danger.popover-dark.popover-colorful+.popover {
background:#e66454;
border-color:#e66454;
color:#fff
}
.popover-danger.popover-dark.popover-colorful+.popover .popover-title {
border-bottom-color:#eb8478;
border-bottom-width:2px
}
.popover-danger.popover-dark.popover-colorful+.popover.top .arrow:after {
border-top-color:#e66454
}
.popover-danger.popover-dark.popover-colorful+.popover.bottom .arrow:after {
border-bottom-color:#e66454
}
.popover-danger.popover-dark.popover-colorful+.popover.left .arrow:after {
border-left-color:#e66454
}
.popover-danger.popover-dark.popover-colorful+.popover.right .arrow:after {
border-right-color:#e66454
}
.popover-success.popover-dark+.popover .popover-title {
background:#5ebd5e;
border-bottom-color:#5ebd5e;
color:#fff
}
.popover-success.popover-dark.popover-colorful+.popover {
background:#5ebd5e;
border-color:#5ebd5e;
color:#fff
}
.popover-success.popover-dark.popover-colorful+.popover .popover-title {
border-bottom-color:#7bc97b;
border-bottom-width:2px
}
.popover-success.popover-dark.popover-colorful+.popover.top .arrow:after {
border-top-color:#5ebd5e
}
.popover-success.popover-dark.popover-colorful+.popover.bottom .arrow:after {
border-bottom-color:#5ebd5e
}
.popover-success.popover-dark.popover-colorful+.popover.left .arrow:after {
border-left-color:#5ebd5e
}
.popover-success.popover-dark.popover-colorful+.popover.right .arrow:after {
border-right-color:#5ebd5e
}
.popover-info.popover-dark+.popover .popover-title {
background:#5bc0de;
border-bottom-color:#5bc0de;
color:#fff
}
.popover-info.popover-dark.popover-colorful+.popover {
background:#5bc0de;
border-color:#5bc0de;
color:#fff
}
.popover-info.popover-dark.popover-colorful+.popover .popover-title {
border-bottom-color:#7dcde5;
border-bottom-width:2px
}
.popover-info.popover-dark.popover-colorful+.popover.top .arrow:after {
border-top-color:#5bc0de
}
.popover-info.popover-dark.popover-colorful+.popover.bottom .arrow:after {
border-bottom-color:#5bc0de
}
.popover-info.popover-dark.popover-colorful+.popover.left .arrow:after {
border-left-color:#5bc0de
}
.popover-info.popover-dark.popover-colorful+.popover.right .arrow:after {
border-right-color:#5bc0de
}
.tooltip-inner {
background-color:#222;
font-size:12px;
padding:4px 10px
}
.tooltip.top .tooltip-arrow,.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow {
border-top-color:#222
}
.tooltip.right .tooltip-arrow {
border-right-color:#222
}
.tooltip.left .tooltip-arrow {
border-left-color:#222
}
.tooltip.bottom .tooltip-arrow,.tooltip.bottom-left .tooltip-arrow,.tooltip.bottom-right .tooltip-arrow {
border-bottom-color:#222
}
.tooltip-warning+.tooltip .tooltip-inner {
background-color:#f19a1f
}
.tooltip-warning+.tooltip.top .tooltip-arrow,.tooltip-warning+.tooltip.top-left .tooltip-arrow,.tooltip-warning+.tooltip.top-right .tooltip-arrow {
border-top-color:#f19a1f
}
.tooltip-warning+.tooltip.right .tooltip-arrow {
border-right-color:#f19a1f
}
.tooltip-warning+.tooltip.left .tooltip-arrow {
border-left-color:#f19a1f
}
.tooltip-warning+.tooltip.bottom .tooltip-arrow,.tooltip-warning+.tooltip.bottom-left .tooltip-arrow,.tooltip-warning+.tooltip.bottom-right .tooltip-arrow {
border-bottom-color:#f19a1f
}
.tooltip-danger+.tooltip .tooltip-inner {
background-color:#df3c28
}
.tooltip-danger+.tooltip.top .tooltip-arrow,.tooltip-danger+.tooltip.top-left .tooltip-arrow,.tooltip-danger+.tooltip.top-right .tooltip-arrow {
border-top-color:#df3c28
}
.tooltip-danger+.tooltip.right .tooltip-arrow {
border-right-color:#df3c28
}
.tooltip-danger+.tooltip.left .tooltip-arrow {
border-left-color:#df3c28
}
.tooltip-danger+.tooltip.bottom .tooltip-arrow,.tooltip-danger+.tooltip.bottom-left .tooltip-arrow,.tooltip-danger+.tooltip.bottom-right .tooltip-arrow {
border-bottom-color:#df3c28
}
.tooltip-success+.tooltip .tooltip-inner {
background-color:#43a543
}
.tooltip-success+.tooltip.top .tooltip-arrow,.tooltip-success+.tooltip.top-left .tooltip-arrow,.tooltip-success+.tooltip.top-right .tooltip-arrow {
border-top-color:#43a543
}
.tooltip-success+.tooltip.right .tooltip-arrow {
border-right-color:#43a543
}
.tooltip-success+.tooltip.left .tooltip-arrow {
border-left-color:#43a543
}
.tooltip-success+.tooltip.bottom .tooltip-arrow,.tooltip-success+.tooltip.bottom-left .tooltip-arrow,.tooltip-success+.tooltip.bottom-right .tooltip-arrow {
border-bottom-color:#43a543
}
.tooltip-info+.tooltip .tooltip-inner {
background-color:#31b0d5
}
.tooltip-info+.tooltip.top .tooltip-arrow,.tooltip-info+.tooltip.top-left .tooltip-arrow,.tooltip-info+.tooltip.top-right .tooltip-arrow {
border-top-color:#31b0d5
}
.tooltip-info+.tooltip.right .tooltip-arrow {
border-right-color:#31b0d5
}
.tooltip-info+.tooltip.left .tooltip-arrow {
border-left-color:#31b0d5
}
.tooltip-info+.tooltip.bottom .tooltip-arrow,.tooltip-info+.tooltip.bottom-left .tooltip-arrow,.tooltip-info+.tooltip.bottom-right .tooltip-arrow {
border-bottom-color:#31b0d5
}
.modal-dialog {
-webkit-animation-duration:.8s;
-moz-animation-duration:.8s;
-ms-animation-duration:.8s;
animation-duration:.8s
}
.modal-content {
border:none;
border-radius:2px;
-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);
box-shadow:0 1px 3px rgba(0,0,0,.1)
}
.modal-content:after,.modal-content:before {
content:" ";
display:table
}
.modal-content:after {
clear:both
}
.modal-header {
background:#f8f8f8;
padding:12px 20px;
border-top-right-radius:2px;
border-top-left-radius:2px
}
.modal-dialog .close {
color:#555;
font-size:20px;
margin-top:3px
}
.modal-dialog .close.fa-times {
font-size:15px;
margin-top:2px
}
.modal-footer {
padding:12px 20px;
margin-top:0;
background:#fff;
border-bottom-right-radius:2px;
border-bottom-left-radius:2px
}
@media (min-width:480px) {
.modal-alert .modal-dialog {
width:350px
}
}
.modal-alert .modal-body,.modal-alert .modal-footer,.modal-alert .modal-header,.modal-alert .modal-title {
background:0 0;
border:none;
margin:0;
padding:0 20px;
text-align:center!important
}
.modal-alert .modal-header {
color:#fff;
margin-bottom:20px;
padding:25px 0 18px;
text-shadow:0 1px 0 rgba(0,0,0,.15);
border-bottom:4px solid rgba(0,0,0,.08)
}
.modal-alert .modal-header .fa {
font-size:90px
}
.modal-alert .modal-title {
font-size:14px;
font-weight:600;
margin-bottom:3px
}
.modal-alert .modal-body {
color:#888
}
.modal-alert .modal-footer {
margin:25px 0 20px
}
.modal-alert.modal-info .modal-header {
background:#5bc0de
}
.modal-alert.modal-danger .modal-header {
background:#e66454
}
.modal-alert.modal-warning .modal-header {
background:#f4b04f
}
.modal-alert.modal-success .modal-header {
background:#5ebd5e
}
.panel-group .panel-heading {
padding:0
}
.accordion-toggle {
color:#555;
display:block;
line-height:22px;
padding:9px 35px 9px 20px;
position:relative
}
.accordion-toggle.collapsed:hover,.accordion-toggle:hover {
background:rgba(0,0,0,.015);
color:#555;
text-decoration:none
}
.accordion-toggle.collapsed:hover:after,.accordion-toggle:hover:after {
color:#888
}
.accordion-toggle:after {
color:#aaa;
content:"\f146";
display:block;
font-family:FontAwesome;
font-size:10px;
line-height:36px;
position:absolute;
top:3px;
right:15px
}
.accordion-toggle.collapsed {
color:#777
}
.accordion-toggle.collapsed:after {
content:"\f0fe"
}
.panel-group.panel-group-success .accordion-toggle {
background:#5ebd5e;
color:#fff
}
.panel-group.panel-group-success .accordion-toggle.collapsed:hover:after,.panel-group.panel-group-success .accordion-toggle:after,.panel-group.panel-group-success .accordion-toggle:hover:after {
color:#fff
}
.panel-group.panel-group-success .panel,.panel-group.panel-group-success .panel-body,.panel-group.panel-group-success .panel-heading,.panel-group.panel-group-success.panel-group .panel-heading+.panel-collapse .panel-body {
border-color:#5ebd5e
}
.panel-group.panel-group-danger .accordion-toggle {
background:#e66454;
color:#fff
}
.panel-group.panel-group-danger .accordion-toggle.collapsed:hover:after,.panel-group.panel-group-danger .accordion-toggle:after,.panel-group.panel-group-danger .accordion-toggle:hover:after {
color:#fff
}
.panel-group.panel-group-danger .panel,.panel-group.panel-group-danger .panel-body,.panel-group.panel-group-danger .panel-heading,.panel-group.panel-group-danger.panel-group .panel-heading+.panel-collapse .panel-body {
border-color:#e66454
}
.panel-group.panel-group-warning .accordion-toggle {
background:#f4b04f;
color:#fff
}
.panel-group.panel-group-warning .accordion-toggle.collapsed:hover:after,.panel-group.panel-group-warning .accordion-toggle:after,.panel-group.panel-group-warning .accordion-toggle:hover:after {
color:#fff
}
.panel-group.panel-group-warning .panel,.panel-group.panel-group-warning .panel-body,.panel-group.panel-group-warning .panel-heading,.panel-group.panel-group-warning.panel-group .panel-heading+.panel-collapse .panel-body {
border-color:#f4b04f
}
.panel-group.panel-group-info .accordion-toggle {
background:#5bc0de;
color:#fff
}
.panel-group.panel-group-info .accordion-toggle.collapsed:hover:after,.panel-group.panel-group-info .accordion-toggle:after,.panel-group.panel-group-info .accordion-toggle:hover:after {
color:#fff
}
.panel-group.panel-group-info .panel,.panel-group.panel-group-info .panel-body,.panel-group.panel-group-info .panel-heading,.panel-group.panel-group-info.panel-group .panel-heading+.panel-collapse .panel-body {
border-color:#5bc0de
}
.note {
background:#fafafa;
border-left:3px solid #ddd;
border-right:0 solid #ddd;
margin-bottom:20px;
padding:20px
}
.note h1,.note h2,.note h3,.note h4,.note h5,.note h6 {
margin-top:0
}
.note.note-success {
border-color:#5ebd5e;
background:#f4faf2
}
.note.note-success h1,.note.note-success h2,.note.note-success h3,.note.note-success h4,.note.note-success h5,.note.note-success h6 {
color:#5ebd5e
}
.note.note-danger {
border-color:#e66454;
background:#fbf4f4
}
.note.note-danger h1,.note.note-danger h2,.note.note-danger h3,.note.note-danger h4,.note.note-danger h5,.note.note-danger h6 {
color:#e66454
}
.note.note-warning {
border-color:#f4b04f;
background:#fbf7de
}
.note.note-warning h1,.note.note-warning h2,.note.note-warning h3,.note.note-warning h4,.note.note-warning h5,.note.note-warning h6 {
color:#f4b04f
}
.note.note-info {
border-color:#5bc0de;
background:#f6fbfd
}
.note.note-info h1,.note.note-info h2,.note.note-info h3,.note.note-info h4,.note.note-info h5,.note.note-info h6 {
color:#5bc0de
}
.counter,.counter-separated {
display:inline-block
}
.counter span,.counter-separated span {
background:#444;
border:1px solid #333;
border-radius:2px;
color:#fff;
display:block;
float:left;
font-size:20px;
font-weight:700;
line-height:28px;
padding:0 6px;
position:relative;
text-align:center
}
.counter span:before,.counter-separated span:before {
background:#333;
content:" ";
display:block;
font-size:0;
height:1px;
left:0;
position:absolute;
top:50%;
width:100%
}
.counter-separated.counter-sm span,.counter.counter-sm span {
font-size:16px;
line-height:22px;
padding:0 4px
}
.counter-separated.counter-lg span,.counter.counter-lg span {
font-size:24px;
line-height:34px;
padding:0 6px
}
.counter-separated span {
padding:0 5px
}
.counter-separated span+span {
margin-left:4px
}
.counter-separated.counter-sm span {
padding:0 4px
}
.counter-separated.counter-sm span+span {
margin-left:3px
}
.btn-pa-purple,.btn-pa-purple:focus {
color:#fff
}
.btn-pa-purple.btn-outline:focus {
color:#555
}
.btn-pa-purple.btn-outline.dark:focus {
color:#fff;
color:rgba(255,255,255,.8)
}
.btn-pa-purple,.btn-pa-purple:focus {
border-color:#78658b;
border-bottom-color:#695879;
background:#857198;
background-image:-webkit-linear-gradient(top,#88749a 0,#78658b 100%);
background-image:linear-gradient(to bottom,#88749a 0,#78658b 100%);
background-repeat:repeat-x
}
.btn-pa-purple:hover {
color:#fff;
border-color:#715e82;
border-bottom-color:#574964;
background:#78658b!important;
background-image:-webkit-linear-gradient(top,#806b94 0,#715e82 100%)!important;
background-image:linear-gradient(to bottom,#806b94 0,#715e82 100%)!important;
background-repeat:repeat-x
}
.btn-pa-purple.active,.btn-pa-purple:active,.open .btn-pa-purple.dropdown-toggle {
background:0 0;
background:#7b678e!important;
border-color:#615170;
border-bottom-color:#615170!important;
color:#fff;
-webkit-box-shadow:0 0 12px rgba(0,0,0,.1)inset;
box-shadow:0 0 12px rgba(0,0,0,.1)inset
}
.btn-pa-purple.btn-flat {
background:#7d6991
}
.btn-pa-purple.btn-flat.active,.btn-pa-purple.btn-flat:active,.btn-pa-purple.btn-flat:hover,.open .btn-pa-purple.btn-flat.dropdown-toggle {
background:#7d6991!important;
color:#fff
}
.btn-pa-purple.btn-outline.btn-flat:hover,.btn-pa-purple.btn-outline:hover {
color:#fff;
border-color:#715e82;
border-bottom-color:#574964
}
.btn-pa-purple.btn-outline.btn-flat:active,.btn-pa-purple.btn-outline:active {
border-color:#615170
}
.btn-group .btn-pa-purple,.btn-group .btn-pa-purple:focus,.input-group-btn .btn-pa-purple,.input-group-btn .btn-pa-purple:focus {
border-left-color:#715e82;
border-right-color:#715e82
}
.btn-group .btn-pa-purple:hover,.btn-group.open .btn-pa-purple.dropdown-toggle,.input-group-btn .btn-pa-purple:hover,.input-group-btn.open .btn-pa-purple.dropdown-toggle {
border-color:#715e82;
border-bottom-color:#574964
}
.btn-group .btn-pa-purple.active,.btn-group .btn-pa-purple:active,.input-group-btn .btn-pa-purple.active,.input-group-btn .btn-pa-purple:active {
border-left-color:#615170;
border-right-color:#615170
}
.badge.badge-pa-purple {
background:#857198;
border:1px solid #857198
}
.badge.badge-pa-purple[href]:focus,.badge.badge-pa-purple[href]:hover {
background-color:#6b5a7c;
border-color:#6b5a7c
}
.label.label-pa-purple {
background:#857198
}
.label.label-pa-purple[href]:focus,.label.label-pa-purple[href]:hover {
background-color:#6b5a7c
}
.label.label-pa-purple.label-tag {
border:1px solid #857198
}
.label.label-pa-purple.label-tag:before {
border-color:transparent #857198 transparent transparent
}
.label.label-pa-purple.label-tag[href]:focus,.label.label-pa-purple.label-tag[href]:hover {
border-color:#6b5a7c
}
.label.label-pa-purple.label-tag[href]:focus:before,.label.label-pa-purple.label-tag[href]:hover:before {
border-color:transparent #6b5a7c transparent transparent
}
.right-to-left .label.label-pa-purple.label-tag:before {
border-color:transparent transparent transparent #857198
}
.right-to-left .label.label-pa-purple.label-tag[href]:focus:before,.right-to-left .label.label-pa-purple.label-tag[href]:hover:before {
border-color:transparent transparent transparent #6b5a7c
}
.ie8 .right-to-left .label.label-pa-purple.label-tag:before,.ie9 .right-to-left .label.label-pa-purple.label-tag:before {
border-color:transparent #857198 transparent transparent
}
.ie8 .right-to-left .label.label-pa-purple.label-tag[href]:focus:before,.ie8 .right-to-left .label.label-pa-purple.label-tag[href]:hover:before,.ie9 .right-to-left .label.label-pa-purple.label-tag[href]:focus:before,.ie9 .right-to-left .label.label-pa-purple.label-tag[href]:hover:before {
border-color:transparent #6b5a7c transparent transparent
}
.alert.alert-pa-purple {
color:#fff;
background:0 0;
border-color:#6b5a7c;
background-color:#857198;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.06)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.06)),color-stop(0.75,rgba(255,255,255,.06)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-size:20px 20px
}
.progress .progress-bar.progress-bar-pa-purple {
background:#857198;
border-color:#766388
}
.progress.progress-striped .progress-bar.progress-bar-pa-purple {
background-color:#857198;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.1)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.1)),color-stop(0.75,rgba(255,255,255,.1)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-size:10px 10px
}
.dropdown-menu.dropdown-menu-pa-purple>li.active>a,.dropdown-menu.dropdown-menu-pa-purple>li>a:hover {
background:#857198
}
.dropdown-menu.dropdown-menu-pa-purple>li>a:hover {
color:#fff
}
.nav-tabs.nav-tabs-pa-purple>li.active>a,.nav-tabs.nav-tabs-pa-purple>li.active>a:focus,.nav-tabs.nav-tabs-pa-purple>li.active>a:hover {
background:#857198;
border-bottom:2px solid #78658b
}
.nav-tabs.nav-tabs-pa-purple .nav-tabs.nav-justified>.active>a {
border-bottom-color:#78658b
}
.nav-pills.nav-pills-pa-purple>li.active>a,.nav-pills.nav-pills-pa-purple>li.active>a:focus,.nav-pills.nav-pills-pa-purple>li.active>a:hover {
background:#857198
}
.table-pa-purple table {
border-top-color:#666567!important
}
.table-pa-purple .table-header,.table-pa-purple thead,.table-pa-purple thead th,.table-pa-purple thead tr {
border-color:#666567!important;
color:#fff
}
.table-pa-purple thead th,.table-pa-purple thead tr {
background:#756c7e
}
.table-pa-purple .table-header {
background:#857198
}
.list-group.list-group-pa-purple a.list-group-item.active {
background:#857198;
border-color:#857198
}
.list-group.list-group-pa-purple a.list-group-item.active .list-group-item-text {
color:#ebe7ee
}
.panel.panel-pa-purple {
border-color:#857198!important
}
.panel.panel-pa-purple .panel-heading {
background:#857198;
border-color:#857198;
color:#fff
}
.panel.panel-pa-purple .panel-heading .panel-title {
color:#fff
}
.panel.panel-pa-purple .panel-heading .panel-heading-text {
color:#e6e1e9
}
.panel.panel-pa-purple .panel-heading .panel-heading-text a {
color:#e6e1e9;
text-decoration:underline
}
.panel.panel-pa-purple .panel-heading .panel-heading-text a:hover {
color:#fff
}
.panel.panel-pa-purple .panel-heading-controls li.active a,.panel.panel-pa-purple .panel-heading-controls li.active span {
color:#857198!important
}
.panel.panel-pa-purple.panel-body-colorful .list-group-item,.panel.panel-pa-purple.panel-body-colorful .panel-heading,.panel.panel-pa-purple.panel-body-colorful table,.panel.panel-pa-purple.panel-body-colorful table td,.panel.panel-pa-purple.panel-body-colorful table th,.panel.panel-pa-purple.panel-body-colorful table tr {
border-color:#9989a9
}
.panel.panel-pa-purple.panel-body-colorful,.panel.panel-pa-purple.panel-body-colorful .list-group-item,.panel.panel-pa-purple.panel-body-colorful .panel-body {
background:#857198;
color:#fff
}
.panel.panel-pa-purple.panel-body-colorful .panel-footer {
background:#857198;
border-color:#9989a9;
color:#fff
}
.popover-pa-purple+.popover .popover-title {
background:#857198;
border-bottom-color:#857198;
color:#fff
}
.popover-pa-purple.popover-colorful+.popover {
background:#857198;
border-color:#857198;
color:#fff
}
.popover-pa-purple.popover-colorful+.popover .popover-title {
border-bottom-color:#9989a9;
border-bottom-width:2px
}
.popover-pa-purple.popover-colorful+.popover.top .arrow:after {
border-top-color:#857198
}
.popover-pa-purple.popover-colorful+.popover.bottom .arrow:after {
border-bottom-color:#857198
}
.popover-pa-purple.popover-colorful+.popover.left .arrow:after {
border-left-color:#857198
}
.popover-pa-purple.popover-colorful+.popover.right .arrow:after {
border-right-color:#857198
}
.tooltip-pa-purple+.tooltip .tooltip-inner {
background-color:#6b5a7c
}
.tooltip-pa-purple+.tooltip.top .tooltip-arrow,.tooltip-pa-purple+.tooltip.top-left .tooltip-arrow,.tooltip-pa-purple+.tooltip.top-right .tooltip-arrow {
border-top-color:#6b5a7c
}
.tooltip-pa-purple+.tooltip.right .tooltip-arrow {
border-right-color:#6b5a7c
}
.tooltip-pa-purple+.tooltip.left .tooltip-arrow {
border-left-color:#6b5a7c
}
.tooltip-pa-purple+.tooltip.bottom .tooltip-arrow,.tooltip-pa-purple+.tooltip.bottom-left .tooltip-arrow,.tooltip-pa-purple+.tooltip.bottom-right .tooltip-arrow {
border-bottom-color:#6b5a7c
}
.panel-group.panel-group-pa-purple .accordion-toggle {
background:#857198;
color:#fff
}
.panel-group.panel-group-pa-purple .accordion-toggle.collapsed:hover:after,.panel-group.panel-group-pa-purple .accordion-toggle:after,.panel-group.panel-group-pa-purple .accordion-toggle:hover:after {
color:#fff
}
.panel-group.panel-group-pa-purple .panel,.panel-group.panel-group-pa-purple .panel-body,.panel-group.panel-group-pa-purple .panel-heading,.panel-group.panel-group-pa-purple.panel-group .panel-heading+.panel-collapse .panel-body {
border-color:#857198
}
.switcher-pa-purple .switcher-state-on {
background:#857198!important
}
.ui-slider.ui-slider-pa-purple .ui-slider-handle.ui-state-active:before,.ui-slider.ui-slider-pa-purple .ui-slider-range {
background:#857198
}
.bg-simba-yellow{
background:#ffe401!important
}
.bg-simba-yellow.darken,.bg-simba-yellow[href]:hover {
background:#7d7089!important
}
.bg-simba-yellow.darken[href]:hover,.bg-simba-yellow.darker {
background:#756a81!important
}
.bg-simba-yellow.darker[href]:hover {
background:#6e6378!important
}
.bg-simba-yellow,.bg-simba-yellow a,.bg-simba-yellow a:focus,.bg-simba-yellow:active,.bg-simba-yellow:focus,.bg-simba-yellow:hover {
color:#000
}
.bg-simba-yellow a:active,.bg-simba-yellow a:hover {
color:#ffc600
}
.bg-simba-yellow [href]:hover,.bg-simba-yellow[href]:hover {
color:#000
}
.bg-simba-yellow * {
border-color:#ffe401
}
.bg-simba-orange{
background:#38b24a!important
}
.bg-simba-orange.darken,.bg-simba-orange[href]:hover {
background:#38b24a!important
}
.bg-simba-orange.darken[href]:hover,.bg-simba-orange.darker {
background:#38b24a!important
}
.bg-simba-orange.darker[href]:hover {
background:#38b24a!important
}
.bg-simba-orange,.bg-simba-orange a,.bg-simba-orange a:focus,.bg-simba-orange:active,.bg-simba-orange:focus,.bg-simba-orange:hover {
color:#000
}
.bg-simba-orange a:active,.bg-simba-orange a:hover {
color:#38b24a
}
.bg-simba-orange [href]:hover,.bg-simba-orange[href]:hover {
color:#000
}
.bg-simba-orange * {
border-color:#38b24a
}
.bg-pa-purple {
background:#857198!important
}
.bg-pa-purple.darken,.bg-pa-purple[href]:hover {
background:#7d7089!important
}
.bg-pa-purple.darken[href]:hover,.bg-pa-purple.darker {
background:#756a81!important
}
.bg-pa-purple.darker[href]:hover {
background:#6e6378!important
}
.bg-pa-purple,.bg-pa-purple a,.bg-pa-purple a:focus,.bg-pa-purple:active,.bg-pa-purple:focus,.bg-pa-purple:hover {
color:#fff
}
.bg-pa-purple a:active,.bg-pa-purple a:hover {
color:#d9d9d9
}
.bg-pa-purple [href]:hover,.bg-pa-purple[href]:hover {
color:#fff
}
.bg-pa-purple * {
border-color:#9786a7
}
.text-pa-purple,.text-pa-purple a,.text-pa-purple a:focus,.text-pa-purple:active,.text-pa-purple:focus,.text-pa-purple:hover {
color:#857198
}
.text-pa-purple a:active,.text-pa-purple a:hover {
color:#5f4f6d
}
.btn-light-green,.btn-light-green:focus {
color:#fff
}
.btn-light-green.btn-outline:focus {
color:#555
}
.btn-light-green.btn-outline.dark:focus {
color:#fff;
color:rgba(255,255,255,.8)
}
.btn-light-green,.btn-light-green:focus {
border-color:#98c66b;
border-bottom-color:#89bd54;
background:#a5cd7d;
background-image:-webkit-linear-gradient(top,#a8ce81 0,#98c66b 100%);
background-image:linear-gradient(to bottom,#a8ce81 0,#98c66b 100%);
background-repeat:repeat-x
}
.btn-light-green:hover {
color:#fff;
border-color:#91c260;
border-bottom-color:#77ac42;
background:#98c66b!important;
background-image:-webkit-linear-gradient(top,#a0ca76 0,#91c260 100%)!important;
background-image:linear-gradient(to bottom,#a0ca76 0,#91c260 100%)!important;
background-repeat:repeat-x
}
.btn-light-green.active,.btn-light-green:active,.open .btn-light-green.dropdown-toggle {
background:0 0;
background:#9bc76e!important;
border-color:#81b949;
border-bottom-color:#81b949!important;
color:#fff;
-webkit-box-shadow:0 0 12px rgba(0,0,0,.1)inset;
box-shadow:0 0 12px rgba(0,0,0,.1)inset
}
.btn-light-green.btn-flat {
background:#9dc972
}
.btn-light-green.btn-flat.active,.btn-light-green.btn-flat:active,.btn-light-green.btn-flat:hover,.open .btn-light-green.btn-flat.dropdown-toggle {
background:#9dc972!important;
color:#fff
}
.btn-light-green.btn-outline.btn-flat:hover,.btn-light-green.btn-outline:hover {
color:#fff;
border-color:#91c260;
border-bottom-color:#77ac42
}
.btn-light-green.btn-outline.btn-flat:active,.btn-light-green.btn-outline:active {
border-color:#81b949
}
.btn-group .btn-light-green,.btn-group .btn-light-green:focus,.input-group-btn .btn-light-green,.input-group-btn .btn-light-green:focus {
border-left-color:#91c260;
border-right-color:#91c260
}
.btn-group .btn-light-green:hover,.btn-group.open .btn-light-green.dropdown-toggle,.input-group-btn .btn-light-green:hover,.input-group-btn.open .btn-light-green.dropdown-toggle {
border-color:#91c260;
border-bottom-color:#77ac42
}
.btn-group .btn-light-green.active,.btn-group .btn-light-green:active,.input-group-btn .btn-light-green.active,.input-group-btn .btn-light-green:active {
border-left-color:#81b949;
border-right-color:#81b949
}
.badge.badge-light-green {
background:#a5cd7d;
border:1px solid #a5cd7d
}
.badge.badge-light-green[href]:focus,.badge.badge-light-green[href]:hover {
background-color:#8cbf58;
border-color:#8cbf58
}
.label.label-light-green {
background:#a5cd7d
}
.label.label-light-green[href]:focus,.label.label-light-green[href]:hover {
background-color:#8cbf58
}
.label.label-light-green.label-tag {
border:1px solid #a5cd7d
}
.label.label-light-green.label-tag:before {
border-color:transparent #a5cd7d transparent transparent
}
.label.label-light-green.label-tag[href]:focus,.label.label-light-green.label-tag[href]:hover {
border-color:#8cbf58
}
.label.label-light-green.label-tag[href]:focus:before,.label.label-light-green.label-tag[href]:hover:before {
border-color:transparent #8cbf58 transparent transparent
}
.right-to-left .label.label-light-green.label-tag:before {
border-color:transparent transparent transparent #a5cd7d
}
.right-to-left .label.label-light-green.label-tag[href]:focus:before,.right-to-left .label.label-light-green.label-tag[href]:hover:before {
border-color:transparent transparent transparent #8cbf58
}
.ie8 .right-to-left .label.label-light-green.label-tag:before,.ie9 .right-to-left .label.label-light-green.label-tag:before {
border-color:transparent #a5cd7d transparent transparent
}
.ie8 .right-to-left .label.label-light-green.label-tag[href]:focus:before,.ie8 .right-to-left .label.label-light-green.label-tag[href]:hover:before,.ie9 .right-to-left .label.label-light-green.label-tag[href]:focus:before,.ie9 .right-to-left .label.label-light-green.label-tag[href]:hover:before {
border-color:transparent #8cbf58 transparent transparent
}
.alert.alert-light-green {
color:#fff;
background:0 0;
border-color:#8cbf58;
background-color:#a5cd7d;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.06)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.06)),color-stop(0.75,rgba(255,255,255,.06)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-size:20px 20px
}
.progress .progress-bar.progress-bar-light-green {
background:#a5cd7d;
border-color:#96c467
}
.progress.progress-striped .progress-bar.progress-bar-light-green {
background-color:#a5cd7d;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.1)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.1)),color-stop(0.75,rgba(255,255,255,.1)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-size:10px 10px
}
.dropdown-menu.dropdown-menu-light-green>li.active>a,.dropdown-menu.dropdown-menu-light-green>li>a:hover {
background:#a5cd7d
}
.dropdown-menu.dropdown-menu-light-green>li>a:hover {
color:#fff
}
.nav-tabs.nav-tabs-light-green>li.active>a,.nav-tabs.nav-tabs-light-green>li.active>a:focus,.nav-tabs.nav-tabs-light-green>li.active>a:hover {
background:#a5cd7d;
border-bottom:2px solid #98c66b
}
.nav-tabs.nav-tabs-light-green .nav-tabs.nav-justified>.active>a {
border-bottom-color:#98c66b
}
.nav-pills.nav-pills-light-green>li.active>a,.nav-pills.nav-pills-light-green>li.active>a:focus,.nav-pills.nav-pills-light-green>li.active>a:hover {
background:#a5cd7d
}
.table-light-green table {
border-top-color:#86aa63!important
}
.table-light-green .table-header,.table-light-green thead,.table-light-green thead th,.table-light-green thead tr {
border-color:#86aa63!important;
color:#fff
}
.table-light-green thead th,.table-light-green thead tr {
background:#96bc6f
}
.table-light-green .table-header {
background:#a5cd7d
}
.list-group.list-group-light-green a.list-group-item.active {
background:#a5cd7d;
border-color:#a5cd7d
}
.list-group.list-group-light-green a.list-group-item.active .list-group-item-text {
color:#fff
}
.panel.panel-light-green {
border-color:#a5cd7d!important
}
.panel.panel-light-green .panel-heading {
background:#a5cd7d;
border-color:#a5cd7d;
color:#fff
}
.panel.panel-light-green .panel-heading .panel-heading-text,.panel.panel-light-green .panel-heading .panel-title {
color:#fff
}
.panel.panel-light-green .panel-heading .panel-heading-text a {
color:#fff;
text-decoration:underline
}
.panel.panel-light-green .panel-heading .panel-heading-text a:hover {
color:#fff
}
.panel.panel-light-green .panel-heading-controls li.active a,.panel.panel-light-green .panel-heading-controls li.active span {
color:#a5cd7d!important
}
.panel.panel-light-green.panel-body-colorful .list-group-item,.panel.panel-light-green.panel-body-colorful .panel-heading,.panel.panel-light-green.panel-body-colorful table,.panel.panel-light-green.panel-body-colorful table td,.panel.panel-light-green.panel-body-colorful table th,.panel.panel-light-green.panel-body-colorful table tr {
border-color:#b9d89a
}
.panel.panel-light-green.panel-body-colorful,.panel.panel-light-green.panel-body-colorful .list-group-item,.panel.panel-light-green.panel-body-colorful .panel-body {
background:#a5cd7d;
color:#fff
}
.panel.panel-light-green.panel-body-colorful .panel-footer {
background:#a5cd7d;
border-color:#b9d89a;
color:#fff
}
.popover-light-green+.popover .popover-title {
background:#a5cd7d;
border-bottom-color:#a5cd7d;
color:#fff
}
.popover-light-green.popover-colorful+.popover {
background:#a5cd7d;
border-color:#a5cd7d;
color:#fff
}
.popover-light-green.popover-colorful+.popover .popover-title {
border-bottom-color:#b9d89a;
border-bottom-width:2px
}
.popover-light-green.popover-colorful+.popover.top .arrow:after {
border-top-color:#a5cd7d
}
.popover-light-green.popover-colorful+.popover.bottom .arrow:after {
border-bottom-color:#a5cd7d
}
.popover-light-green.popover-colorful+.popover.left .arrow:after {
border-left-color:#a5cd7d
}
.popover-light-green.popover-colorful+.popover.right .arrow:after {
border-right-color:#a5cd7d
}
.tooltip-light-green+.tooltip .tooltip-inner {
background-color:#8cbf58
}
.tooltip-light-green+.tooltip.top .tooltip-arrow,.tooltip-light-green+.tooltip.top-left .tooltip-arrow,.tooltip-light-green+.tooltip.top-right .tooltip-arrow {
border-top-color:#8cbf58
}
.tooltip-light-green+.tooltip.right .tooltip-arrow {
border-right-color:#8cbf58
}
.tooltip-light-green+.tooltip.left .tooltip-arrow {
border-left-color:#8cbf58
}
.tooltip-light-green+.tooltip.bottom .tooltip-arrow,.tooltip-light-green+.tooltip.bottom-left .tooltip-arrow,.tooltip-light-green+.tooltip.bottom-right .tooltip-arrow {
border-bottom-color:#8cbf58
}
.panel-group.panel-group-light-green .accordion-toggle {
background:#a5cd7d;
color:#fff
}
.panel-group.panel-group-light-green .accordion-toggle.collapsed:hover:after,.panel-group.panel-group-light-green .accordion-toggle:after,.panel-group.panel-group-light-green .accordion-toggle:hover:after {
color:#fff
}
.panel-group.panel-group-light-green .panel,.panel-group.panel-group-light-green .panel-body,.panel-group.panel-group-light-green .panel-heading,.panel-group.panel-group-light-green.panel-group .panel-heading+.panel-collapse .panel-body {
border-color:#a5cd7d
}
.switcher-light-green .switcher-state-on {
background:#a5cd7d!important
}
.ui-slider.ui-slider-light-green .ui-slider-handle.ui-state-active:before,.ui-slider.ui-slider-light-green .ui-slider-range {
background:#a5cd7d
}
.bg-light-green {
background:#a5cd7d!important
}
.bg-light-green.darken,.bg-light-green[href]:hover {
background:#9dc378!important
}
.bg-light-green.darken[href]:hover,.bg-light-green.darker {
background:#96be6d!important
}
.bg-light-green.darker[href]:hover {
background:#8eb963!important
}
.bg-light-green,.bg-light-green a,.bg-light-green a:focus,.bg-light-green:active,.bg-light-green:focus,.bg-light-green:hover {
color:#fff
}
.bg-light-green a:active,.bg-light-green a:hover {
color:#d9d9d9
}
.bg-light-green [href]:hover,.bg-light-green[href]:hover {
color:#fff
}
.bg-light-green * {
border-color:#b7d797
}
.text-light-green,.text-light-green a,.text-light-green a:focus,.text-light-green:active,.text-light-green:focus,.text-light-green:hover {
color:#a5cd7d
}
.text-light-green a:active,.text-light-green a:hover {
color:#7fb746
}
.btn-dark-gray,.btn-dark-gray:focus {
color:#fff
}
.btn-dark-gray.btn-outline:focus {
color:#555
}
.btn-dark-gray.btn-outline.dark:focus {
color:#fff;
color:rgba(255,255,255,.8)
}
.btn-dark-gray,.btn-dark-gray:focus {
border-color:#2d2d30;
border-bottom-color:#1e1e20;
background:#39393d;
background-image:-webkit-linear-gradient(top,#3b3b40 0,#2d2d30 100%);
background-image:linear-gradient(to bottom,#3b3b40 0,#2d2d30 100%);
background-repeat:repeat-x
}
.btn-dark-gray:hover {
color:#fff;
border-color:#252528;
border-bottom-color:#0d0d0e;
background:#2d2d30!important;
background-image:-webkit-linear-gradient(top,#343438 0,#252528 100%)!important;
background-image:linear-gradient(to bottom,#343438 0,#252528 100%)!important;
background-repeat:repeat-x
}
.btn-dark-gray.active,.btn-dark-gray:active,.open .btn-dark-gray.dropdown-toggle {
background:0 0;
background:#2f2f32!important;
border-color:#171718;
border-bottom-color:#171718!important;
color:#fff;
-webkit-box-shadow:0 0 12px rgba(0,0,0,.1)inset;
box-shadow:0 0 12px rgba(0,0,0,.1)inset
}
.btn-dark-gray.btn-flat {
background:#323235
}
.btn-dark-gray.btn-flat.active,.btn-dark-gray.btn-flat:active,.btn-dark-gray.btn-flat:hover,.open .btn-dark-gray.btn-flat.dropdown-toggle {
background:#323235!important;
color:#fff
}
.btn-dark-gray.btn-outline.btn-flat:hover,.btn-dark-gray.btn-outline:hover {
color:#fff;
border-color:#252528;
border-bottom-color:#0d0d0e
}
.btn-dark-gray.btn-outline.btn-flat:active,.btn-dark-gray.btn-outline:active {
border-color:#171718
}
.btn-group .btn-dark-gray,.btn-group .btn-dark-gray:focus,.input-group-btn .btn-dark-gray,.input-group-btn .btn-dark-gray:focus {
border-left-color:#252528;
border-right-color:#252528
}
.btn-group .btn-dark-gray:hover,.btn-group.open .btn-dark-gray.dropdown-toggle,.input-group-btn .btn-dark-gray:hover,.input-group-btn.open .btn-dark-gray.dropdown-toggle {
border-color:#252528;
border-bottom-color:#0d0d0e
}
.btn-group .btn-dark-gray.active,.btn-group .btn-dark-gray:active,.input-group-btn .btn-dark-gray.active,.input-group-btn .btn-dark-gray:active {
border-left-color:#171718;
border-right-color:#171718
}
.badge.badge-dark-gray {
background:#39393d;
border:1px solid #39393d
}
.badge.badge-dark-gray[href]:focus,.badge.badge-dark-gray[href]:hover {
background-color:#202023;
border-color:#202023
}
.label.label-dark-gray {
background:#39393d
}
.label.label-dark-gray[href]:focus,.label.label-dark-gray[href]:hover {
background-color:#202023
}
.label.label-dark-gray.label-tag {
border:1px solid #39393d
}
.label.label-dark-gray.label-tag:before {
border-color:transparent #39393d transparent transparent
}
.label.label-dark-gray.label-tag[href]:focus,.label.label-dark-gray.label-tag[href]:hover {
border-color:#202023
}
.label.label-dark-gray.label-tag[href]:focus:before,.label.label-dark-gray.label-tag[href]:hover:before {
border-color:transparent #202023 transparent transparent
}
.right-to-left .label.label-dark-gray.label-tag:before {
border-color:transparent transparent transparent #39393d
}
.right-to-left .label.label-dark-gray.label-tag[href]:focus:before,.right-to-left .label.label-dark-gray.label-tag[href]:hover:before {
border-color:transparent transparent transparent #202023
}
.ie8 .right-to-left .label.label-dark-gray.label-tag:before,.ie9 .right-to-left .label.label-dark-gray.label-tag:before {
border-color:transparent #39393d transparent transparent
}
.ie8 .right-to-left .label.label-dark-gray.label-tag[href]:focus:before,.ie8 .right-to-left .label.label-dark-gray.label-tag[href]:hover:before,.ie9 .right-to-left .label.label-dark-gray.label-tag[href]:focus:before,.ie9 .right-to-left .label.label-dark-gray.label-tag[href]:hover:before {
border-color:transparent #202023 transparent transparent
}
.alert.alert-dark-gray {
color:#fff;
background:0 0;
border-color:#202023;
background-color:#39393d;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.06)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.06)),color-stop(0.75,rgba(255,255,255,.06)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.06)25%,transparent 25%,transparent 50%,rgba(255,255,255,.06)50%,rgba(255,255,255,.06)75%,transparent 75%,transparent);
background-size:20px 20px
}
.progress .progress-bar.progress-bar-dark-gray {
background:#39393d;
border-color:#2a2a2d
}
.progress.progress-striped .progress-bar.progress-bar-dark-gray {
background-color:#39393d;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.1)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.1)),color-stop(0.75,rgba(255,255,255,.1)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-size:10px 10px
}
.dropdown-menu.dropdown-menu-dark-gray>li.active>a,.dropdown-menu.dropdown-menu-dark-gray>li>a:hover {
background:#39393d
}
.dropdown-menu.dropdown-menu-dark-gray>li>a:hover {
color:#fff
}
.nav-tabs.nav-tabs-dark-gray>li.active>a,.nav-tabs.nav-tabs-dark-gray>li.active>a:focus,.nav-tabs.nav-tabs-dark-gray>li.active>a:hover {
background:#39393d;
border-bottom:2px solid #2d2d30
}
.nav-tabs.nav-tabs-dark-gray .nav-tabs.nav-justified>.active>a {
border-bottom-color:#2d2d30
}
.nav-pills.nav-pills-dark-gray>li.active>a,.nav-pills.nav-pills-dark-gray>li.active>a:focus,.nav-pills.nav-pills-dark-gray>li.active>a:hover {
background:#39393d
}
.table-dark-gray table {
border-top-color:#1c1c1c!important
}
.table-dark-gray .table-header,.table-dark-gray thead,.table-dark-gray thead th,.table-dark-gray thead tr {
border-color:#1c1c1c!important;
color:#fff
}
.table-dark-gray thead th,.table-dark-gray thead tr {
background:#2c2c2c
}
.table-dark-gray .table-header {
background:#39393d
}
.list-group.list-group-dark-gray a.list-group-item.active {
background:#39393d;
border-color:#39393d
}
.list-group.list-group-dark-gray a.list-group-item.active .list-group-item-text {
color:#9e9ea4
}
.panel.panel-dark-gray {
border-color:#39393d!important
}
.panel.panel-dark-gray .panel-heading {
background:#39393d;
border-color:#39393d;
color:#fff
}
.panel.panel-dark-gray .panel-heading .panel-title {
color:#fff
}
.panel.panel-dark-gray .panel-heading .panel-heading-text {
color:#99999f
}
.panel.panel-dark-gray .panel-heading .panel-heading-text a {
color:#99999f;
text-decoration:underline
}
.panel.panel-dark-gray .panel-heading .panel-heading-text a:hover {
color:#fff
}
.panel.panel-dark-gray .panel-heading-controls li.active a,.panel.panel-dark-gray .panel-heading-controls li.active span {
color:#39393d!important
}
.panel.panel-dark-gray.panel-body-colorful .list-group-item,.panel.panel-dark-gray.panel-body-colorful .panel-heading,.panel.panel-dark-gray.panel-body-colorful table,.panel.panel-dark-gray.panel-body-colorful table td,.panel.panel-dark-gray.panel-body-colorful table th,.panel.panel-dark-gray.panel-body-colorful table tr {
border-color:#4d4d52
}
.panel.panel-dark-gray.panel-body-colorful,.panel.panel-dark-gray.panel-body-colorful .list-group-item,.panel.panel-dark-gray.panel-body-colorful .panel-body {
background:#39393d;
color:#fff
}
.panel.panel-dark-gray.panel-body-colorful .panel-footer {
background:#39393d;
border-color:#4d4d52;
color:#fff
}
.popover-dark-gray+.popover .popover-title {
background:#39393d;
border-bottom-color:#39393d;
color:#fff
}
.popover-dark-gray.popover-colorful+.popover {
background:#39393d;
border-color:#39393d;
color:#fff
}
.popover-dark-gray.popover-colorful+.popover .popover-title {
border-bottom-color:#4d4d52;
border-bottom-width:2px
}
.popover-dark-gray.popover-colorful+.popover.top .arrow:after {
border-top-color:#39393d
}
.popover-dark-gray.popover-colorful+.popover.bottom .arrow:after {
border-bottom-color:#39393d
}
.popover-dark-gray.popover-colorful+.popover.left .arrow:after {
border-left-color:#39393d
}
.popover-dark-gray.popover-colorful+.popover.right .arrow:after {
border-right-color:#39393d
}
.tooltip-dark-gray+.tooltip .tooltip-inner {
background-color:#202023
}
.tooltip-dark-gray+.tooltip.top .tooltip-arrow,.tooltip-dark-gray+.tooltip.top-left .tooltip-arrow,.tooltip-dark-gray+.tooltip.top-right .tooltip-arrow {
border-top-color:#202023
}
.tooltip-dark-gray+.tooltip.right .tooltip-arrow {
border-right-color:#202023
}
.tooltip-dark-gray+.tooltip.left .tooltip-arrow {
border-left-color:#202023
}
.tooltip-dark-gray+.tooltip.bottom .tooltip-arrow,.tooltip-dark-gray+.tooltip.bottom-left .tooltip-arrow,.tooltip-dark-gray+.tooltip.bottom-right .tooltip-arrow {
border-bottom-color:#202023
}
.panel-group.panel-group-dark-gray .accordion-toggle {
background:#39393d;
color:#fff
}
.panel-group.panel-group-dark-gray .accordion-toggle.collapsed:hover:after,.panel-group.panel-group-dark-gray .accordion-toggle:after,.panel-group.panel-group-dark-gray .accordion-toggle:hover:after {
color:#fff
}
.panel-group.panel-group-dark-gray .panel,.panel-group.panel-group-dark-gray .panel-body,.panel-group.panel-group-dark-gray .panel-heading,.panel-group.panel-group-dark-gray.panel-group .panel-heading+.panel-collapse .panel-body {
border-color:#39393d
}
.switcher-dark-gray .switcher-state-on {
background:#39393d!important
}
.ui-slider.ui-slider-dark-gray .ui-slider-handle.ui-state-active:before,.ui-slider.ui-slider-dark-gray .ui-slider-range {
background:#39393d
}
.bg-dark-gray {
background:#39393d!important
}
.bg-dark-gray.darken,.bg-dark-gray[href]:hover {
background:#333!important
}
.bg-dark-gray.darken[href]:hover,.bg-dark-gray.darker {
background:#2c2c2c!important
}
.bg-dark-gray.darker[href]:hover {
background:#242424!important
}
.bg-dark-gray,.bg-dark-gray a,.bg-dark-gray a:focus,.bg-dark-gray:active,.bg-dark-gray:focus,.bg-dark-gray:hover {
color:#fff
}
.bg-dark-gray a:active,.bg-dark-gray a:hover {
color:#d9d9d9
}
.bg-dark-gray [href]:hover,.bg-dark-gray[href]:hover {
color:#fff
}
.bg-dark-gray * {
border-color:#4a4a4f
}
.text-dark-gray,.text-dark-gray a,.text-dark-gray a:focus,.text-dark-gray:active,.text-dark-gray:focus,.text-dark-gray:hover {
color:#39393d
}
.text-dark-gray a:active,.text-dark-gray a:hover {
color:#141415
}
.btn-facebook,.btn-facebook:focus {
color:#fff
}
.btn-facebook.btn-outline:focus {
color:#555
}
.btn-facebook.btn-outline.dark:focus {
color:#fff;
color:rgba(255,255,255,.8)
}
.btn-facebook,.btn-facebook:focus {
border-color:#4c669c;
border-bottom-color:#425887;
background:#5571ac;
background-image:-webkit-linear-gradient(top,#5874ae 0,#4c669c 100%);
background-image:linear-gradient(to bottom,#5874ae 0,#4c669c 100%);
background-repeat:repeat-x
}
.btn-facebook:hover {
color:#fff;
border-color:#475f91;
border-bottom-color:#36486f;
background:#4c669c!important;
background-image:-webkit-linear-gradient(top,#516ca6 0,#475f91 100%)!important;
background-image:linear-gradient(to bottom,#516ca6 0,#475f91 100%)!important;
background-repeat:repeat-x
}
.btn-facebook.active,.btn-facebook:active,.open .btn-facebook.dropdown-toggle {
background:0 0;
background:#4e689f!important;
border-color:#3d517d;
border-bottom-color:#3d517d!important;
color:#fff;
-webkit-box-shadow:0 0 12px rgba(0,0,0,.1)inset;
box-shadow:0 0 12px rgba(0,0,0,.1)inset
}
.btn-facebook.btn-flat {
background:#4f6aa2
}
.btn-facebook.btn-flat.active,.btn-facebook.btn-flat:active,.btn-facebook.btn-flat:hover,.open .btn-facebook.btn-flat.dropdown-toggle {
background:#4f6aa2!important;
color:#fff
}
.btn-facebook.btn-outline.btn-flat:hover,.btn-facebook.btn-outline:hover {
color:#fff;
border-color:#475f91;
border-bottom-color:#36486f
}
.btn-facebook.btn-outline.btn-flat:active,.btn-facebook.btn-outline:active {
border-color:#3d517d
}
.btn-group .btn-facebook,.btn-group .btn-facebook:focus,.input-group-btn .btn-facebook,.input-group-btn .btn-facebook:focus {
border-left-color:#475f91;
border-right-color:#475f91
}
.btn-group .btn-facebook:hover,.btn-group.open .btn-facebook.dropdown-toggle,.input-group-btn .btn-facebook:hover,.input-group-btn.open .btn-facebook.dropdown-toggle {
border-color:#475f91;
border-bottom-color:#36486f
}
.btn-group .btn-facebook.active,.btn-group .btn-facebook:active,.input-group-btn .btn-facebook.active,.input-group-btn .btn-facebook:active {
border-left-color:#3d517d;
border-right-color:#3d517d
}
.stat-panel {
background:#fff;
border-radius:2px;
display:table;
margin-bottom:22px;
overflow:hidden;
position:relative;
table-layout:fixed!important;
width:100%
}
.stat-rows {
display:table;
height:100%;
table-layout:fixed!important;
width:100%
}
.stat-cell,.stat-row {
float:none!important
}
.stat-row {
display:table-row!important;
width:100%
}
.stat-cell {
display:table-cell!important;
overflow:hidden;
padding:20px;
position:relative
}
.stat-cell>* {
position:relative
}
.stat-cell .fa {
line-height:1.42857143
}
.stat-cell .bg-icon {
bottom:0;
color:rgba(0,0,0,.05);
font-size:100px;
line-height:100px;
height:100px;
position:absolute;
right:0;
text-align:center;
width:120px
}
.stat-cell .bg-icon.bg-icon-left {
left:0;
right:auto
}
a.stat-cell:hover {
text-decoration:none
}
.stats-sparklines {
display:inline-block;
margin-bottom:-2px;
position:relative;
width:100%
}
.stat-counters {
border-bottom:1px solid #e4e4e4;
border-top:1px solid #e4e4e4;
display:table;
overflow:hidden;
table-layout:fixed;
width:100%
}
.stat-counters>.stat-cell {
display:table-cell;
float:none
}
.stat-counters>.stat-cell+.stat-cell {
border-left:1px solid #e4e4e4
}
.stat-counters[class*=bg-],.stat-counters[class*=bg-] .stat-cell {
border-color:#fff;
border-color:rgba(0,0,0,.2)
}
[class*=bg-] .bg-icon {
color:rgba(0,0,0,.08)
}
.ie8 .stat-cell .bg-icon {
display:none!important
}
.bordered {
border:1px solid #e4e4e4
}
.bordered[class*=bg-],[class*=bg-] .border-t {
border-color:#fff;
border-color:rgba(0,0,0,.2)
}
.border-t {
border-top:1px solid #e4e4e4
}
.no-border {
border-width:0!important
}
.no-border-hr {
border-left-width:0!important;
border-right-width:0!important
}
.no-border-vr {
border-top-width:0!important;
border-bottom-width:0!important
}
.no-border-t {
border-top-width:0!important
}
body:not(.right-to-left) .no-border-r {
border-right-width:0!important
}
.no-border-b {
border-bottom-width:0!important
}
body:not(.right-to-left) .no-border-l {
border-left-width:0!important
}
.no-grid-gutter-h {
margin-left:-18px!important;
margin-right:-18px!important
}
.panel-wide {
margin-left:-20px!important;
margin-right:-20px!important
}
.grid-gutter-margin-b {
margin-bottom:22px
}
.no-margin {
margin:0!important
}
.no-margin-hr {
margin-left:0!important;
margin-right:0!important
}
.no-margin-vr {
margin-top:0!important;
margin-bottom:0!important
}
.no-margin-b {
margin-bottom:0!important
}
.no-margin-t {
margin-top:0!important
}
.form-group-margin {
margin-bottom:15px!important
}
.panel-padding {
padding:20px!important
}
.grid-gutter-padding-h {
padding-left:18px;
padding-right:18px
}
.tab-content-padding {
padding:15px 0!important
}
.panel-padding-h {
padding-left:20px!important;
padding-right:20px!important
}
.padding-sm {
padding:10px 15px!important
}
.padding-sm-hr {
padding-left:15px!important;
padding-right:15px!important
}
.padding-xs-hr {
padding-left:10px!important;
padding-right:10px!important
}
.padding-sm-vr {
padding-top:15px!important;
padding-bottom:15px!important
}
.padding-xs-vr {
padding-top:10px!important;
padding-bottom:10px!important
}
.no-padding {
padding:0!important
}
.no-padding-hr {
padding-left:0!important;
padding-right:0!important
}
.no-padding-vr {
padding-top:0!important;
padding-bottom:0!important
}
.no-padding-b {
padding-bottom:0!important
}
.no-padding-t {
padding-top:0!important
}
.text-left {
text-align:left
}
.text-center {
text-align:center
}
.text-right {
text-align:right
}
@media (min-width:768px) {
.text-left-sm {
text-align:left
}
.text-center-sm {
text-align:center
}
.text-right-sm {
text-align:right
}
}
@media (min-width:992px) {
.text-left-md {
text-align:left
}
.text-center-md {
text-align:center
}
.text-right-md {
text-align:right
}
}
@media (min-width:1200px) {
.text-left-lg {
text-align:left
}
.text-center-lg {
text-align:center
}
.text-right-lg {
text-align:right
}
}
.valign-top,.valign-top td,.valign-top th {
vertical-align:top!important
}
.valign-middle,.valign-middle td,.valign-middle th {
vertical-align:middle!important
}
.valign-bottom,.valign-bottom td,.valign-bottom th {
vertical-align:bottom!important
}
.text-xs {
font-size:11px
}
.text-sm {
font-size:12px
}
.text-bg {
font-size:12px
}
.text-lg {
font-size:23px
}
.text-xlg {
font-size:30px
}
.text-slg {
font-size:50px
}
.text-slim {
font-weight:300!important
}
.text-normal {
font-weight:400!important
}
.text-semibold {
font-weight:600!important
}
.text-bold {
font-weight:700!important
}
.text-default,.text-default a,.text-default a:focus,.text-default:active,.text-default:focus,.text-default:hover {
color:#829091
}
.text-default a:active,.text-default a:hover {
color:#5d6869
}
.text-success,.text-success a,.text-success a:focus,.text-success:active,.text-success:focus,.text-success:hover {
color:#46ac46
}
.text-success a:active,.text-success a:hover {
color:#307630
}
.text-yellow,.text-yellow a,.text-yellow a:focus,.text-yellow:active,.text-yellow:focus,.text-yellow:hover {
color:#ffc600
}
.text-yellow a:active,.text-yellow a:hover {
color:#ffe401
}
.text-danger,.text-danger a,.text-danger a:focus,.text-danger:active,.text-danger:focus,.text-danger:hover {
color:#e14430
}
.text-danger a:active,.text-danger a:hover {
color:#ac2919
}
.text-warning,.text-warning a,.text-warning a:focus,.text-warning:active,.text-warning:focus,.text-warning:hover {
color:#f29f29
}
.text-warning a:active,.text-warning a:hover {
color:#c2770c
}
.text-info,.text-info a,.text-info a:focus,.text-info:active,.text-info:focus,.text-info:hover {
color:#39b3d7
}
.text-info a:active,.text-info a:hover {
color:#2185a3
}
.text-light-gray,.text-light-gray a,.text-light-gray a:focus,.text-light-gray:active,.text-light-gray:focus,.text-light-gray:hover {
color:#bbb
}
.text-light-gray a:active,.text-light-gray a:hover {
color:#959595
}
.bg-default {
background:#98a3a4!important
}
.bg-default.darken,.bg-default[href]:hover {
background:#969797!important
}
.bg-default.darken[href]:hover,.bg-default.darker {
background:#8e8f8f!important
}
.bg-default.darker[href]:hover {
background:#878787!important
}
.bg-default,.bg-default a,.bg-default a:focus,.bg-default:active,.bg-default:focus,.bg-default:hover {
color:#fff
}
.bg-default a:active,.bg-default a:hover {
color:#d9d9d9
}
.bg-default [href]:hover,.bg-default[href]:hover {
color:#fff
}
.bg-default * {
border-color:#abb4b5
}
.bg-success {
background:#5ebd5e!important
}
.bg-success.darken,.bg-success[href]:hover {
background:#5ab15a!important
}
.bg-success.darken[href]:hover,.bg-success.darker {
background:#51ab51!important
}
.bg-success.darker[href]:hover {
background:#4ca14c!important
}
.bg-success,.bg-success a,.bg-success a:focus,.bg-success:active,.bg-success:focus,.bg-success:hover {
color:#fff
}
.bg-success a:active,.bg-success a:hover {
color:#d9d9d9
}
.bg-success [href]:hover,.bg-success[href]:hover {
color:#fff
}
.bg-success * {
border-color:#77c777
}
.bg-danger {
background:#e66454!important
}
.bg-danger.darken,.bg-danger[href]:hover {
background:#de5d4d!important
}
.bg-danger.darken[href]:hover,.bg-danger.darker {
background:#db5140!important
}
.bg-danger.darker[href]:hover {
background:#d94533!important
}
.bg-danger,.bg-danger a,.bg-danger a:focus,.bg-danger:active,.bg-danger:focus,.bg-danger:hover {
color:#fff
}
.bg-danger a:active,.bg-danger a:hover {
color:#d9d9d9
}
.bg-danger [href]:hover,.bg-danger[href]:hover {
color:#fff
}
.bg-danger * {
border-color:#eb8073
}
.bg-warning {
background:#f4b04f!important
}
.bg-warning.darken,.bg-warning[href]:hover {
background:#eda847!important
}
.bg-warning.darken[href]:hover,.bg-warning.darker {
background:#eca239!important
}
.bg-warning.darker[href]:hover {
background:#ea9b2b!important
}
.bg-warning,.bg-warning a,.bg-warning a:focus,.bg-warning:active,.bg-warning:focus,.bg-warning:hover {
color:#fff
}
.bg-warning a:active,.bg-warning a:hover {
color:#d9d9d9
}
.bg-warning [href]:hover,.bg-warning[href]:hover {
color:#fff
}
.bg-warning * {
border-color:#f6bf71
}
.bg-info {
background:#5bc0de!important
}
.bg-info.darken,.bg-info[href]:hover {
background:#55b8d5!important
}
.bg-info.darken[href]:hover,.bg-info.darker {
background:#48b3d2!important
}
.bg-info.darker[href]:hover {
background:#3cadcf!important
}
.bg-info,.bg-info a,.bg-info a:focus,.bg-info:active,.bg-info:focus,.bg-info:hover {
color:#fff
}
.bg-info a:active,.bg-info a:hover {
color:#d9d9d9
}
.bg-info [href]:hover,.bg-info[href]:hover {
color:#fff
}
.bg-info * {
border-color:#79cbe4
}
.bg-panel {
background:#fafafa
}
.no-bg {
background:none!important
}
.rounded {
border-radius:999999px!important
}
.no-border-radius {
border-radius:0!important
}
@media (min-width:768px) {
.col-sm-auto {
width:auto
}
}
@media (min-width:992px) {
.col-md-auto {
width:auto
}
}
@media (min-width:1200px) {
.col-lg-auto {
width:auto
}
}
#main-navbar .navbar-brand {
font-size:13px;
opacity:1;
filter:alpha(opacity=100);
-webkit-transition:all .2s;
transition:all .2s
}
#main-navbar .navbar-brand:hover {
opacity:.8;
filter:alpha(opacity=80)
}
#main-navbar .navbar-brand div {
display:inline-block;
position:relative;
margin-right:4px;
top:4px
}
#main-navbar .navbar-brand div,#main-navbar .navbar-brand div img {
height:18px;
width:18px
}
#main-navbar .navbar-brand div img {
display:block
}
.right-to-left #main-navbar .navbar-brand div {
margin-right:0;
margin-left:4px
}
#menu-content-demo {
/*white-space:nowrap!important;*/
position:relative;
padding-left:86px!important
}
#menu-content-demo img {
width:54px;
height:54px;
display:block;
position:absolute;
left:-68px;
top:1px;
border-radius:999999px
}
#menu-content-demo .text-bg {
color:#fff;
margin-bottom:6px
}
#menu-content-demo .btn {
width:26px!important;
height:22px;
line-height:20px;
text-align:center;
padding:0;
display:inline-block!important;
opacity:.8;
-webkit-transition:all .1s;
transition:all .1s
}
#menu-content-demo .btn:hover {
opacity:1
}
#menu-content-demo>div {
margin:6px 0;
position:relative
}
#menu-content-demo .close {
position:absolute;
top:-15px;
right:-5px;
text-shadow:none;
color:#fff;
color:rgba(255,255,255,.2);
opacity:1;
font-weight:300;
font-size:18px;
-webkit-transition:all .2s;
transition:all .2s
}
#menu-content-demo .close:hover {
color:#fff
}
.theme-clean #menu-content-demo .text-bg,.theme-white #menu-content-demo .text-bg {
color:#444
}
.theme-clean #menu-content-demo .close,.theme-white #menu-content-demo .close {
color:#ccc
}
.theme-clean #menu-content-demo .close:hover,.theme-white #menu-content-demo .close:hover {
color:#888
}
.right-to-left #menu-content-demo {
padding-left:20px!important;
padding-right:86px!important
}
.right-to-left #menu-content-demo img {
left:auto;
right:-68px
}
.right-to-left #menu-content-demo .close {
left:-20px;
right:auto
}
@media (min-width:480px) {
#menu-content-demo>div {
width:120px
}
#menu-content-demo .close {
right:-20px
}
}
.ui-helper-hidden {
display:none
}
.ui-helper-hidden-accessible {
border:0;
clip:rect(0 0 0 0);
height:1px;
margin:-1px;
overflow:hidden;
padding:0;
position:absolute;
width:1px
}
.ui-helper-reset {
margin:0;
padding:0;
border:0;
outline:0;
line-height:1.3;
text-decoration:none;
font-size:100%;
list-style:none
}
.ui-helper-clearfix:after,.ui-helper-clearfix:before {
content:"";
display:table;
border-collapse:collapse
}
.ui-helper-clearfix:after {
clear:both
}
.ui-helper-clearfix {
min-height:0
}
.ui-helper-zfix {
width:100%;
height:100%;
top:0;
left:0;
position:absolute;
opacity:0;
filter:alpha(opacity=0)
}
.ui-front {
z-index:100
}
.ui-state-disabled {
cursor:default!important
}
.ui-icon {
display:block;
text-indent:-99999px;
overflow:hidden;
background-repeat:no-repeat
}
.ui-slider {
background:#d7d7d7;
border-radius:20px;
position:relative;
text-align:left
}
.ui-slider-handle {
position:absolute;
z-index:2;
width:14px;
height:14px;
cursor:default;
border-radius:1000px;
border:1px solid rgba(0,0,0,.4);
background-image:-webkit-linear-gradient(top,#fcfcfc 0,#eaeaea 100%);
background-image:linear-gradient(to bottom,#fcfcfc 0,#eaeaea 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcfcfc',endColorstr='#ffeaeaea',GradientType=0)
}
.ui-slider-handle:before {
content:"";
display:block;
position:absolute;
width:4px;
height:4px;
border-radius:1000px;
z-index:3;
top:4px;
left:4px;
background:#bbb
}
.ui-slider-range {
position:absolute;
z-index:1;
display:block;
border:0;
background-position:0 0;
border-radius:1000px
}
.ui-state-disabled .ui-slider-handle,.ui-state-disabled .ui-slider-range {
filter:inherit
}
.ui-slider-horizontal {
height:6px
}
.ui-slider-horizontal .ui-slider-handle {
top:-4px;
margin-left:-7px
}
.ui-slider-horizontal .ui-slider-range {
top:0;
height:100%
}
.ui-slider-horizontal .ui-slider-range-min {
left:0
}
.ui-slider-horizontal .ui-slider-range-max {
right:0
}
.ui-slider-vertical {
width:6px;
height:100px
}
.ui-slider-vertical .ui-slider-handle {
left:-4px;
margin-left:0;
margin-bottom:-7px
}
.ui-slider-vertical .ui-slider-range {
left:0;
width:100%
}
.ui-slider-vertical .ui-slider-range-min {
bottom:0
}
.ui-slider-vertical .ui-slider-range-max {
top:0
}
.ui-slider.ui-slider-info .ui-slider-handle.ui-state-active:before,.ui-slider.ui-slider-info .ui-slider-range {
background:#5bc0de
}
.ui-slider.ui-slider-success .ui-slider-handle.ui-state-active:before,.ui-slider.ui-slider-success .ui-slider-range {
background:#5ebd5e
}
.ui-slider.ui-slider-warning .ui-slider-handle.ui-state-active:before,.ui-slider.ui-slider-warning .ui-slider-range {
background:#f4b04f
}
.ui-slider.ui-slider-danger .ui-slider-handle.ui-state-active:before,.ui-slider.ui-slider-danger .ui-slider-range {
background:#e66454
}
.ui-accordion {
margin-top:-3px
}
.ui-accordion-header {
background:#f5f5f5;
border:1px solid #ddd;
border-radius:2px;
cursor:pointer;
margin:5px 0 0;
min-height:0;
padding:0 15px;
position:relative
}
.ui-accordion-header.ui-state-active {
border-bottom-right-radius:0;
border-bottom-left-radius:0
}
.ui-accordion-header.ui-state-active:after {
content:"\f146"
}
.ui-accordion-header.ui-state-active:hover,.ui-accordion-header:hover {
background:#f1f1f1;
color:#555;
text-decoration:none
}
.ui-accordion-header.ui-state-active:hover:after,.ui-accordion-header:hover:after {
color:#888
}
.ui-accordion-header:after {
color:#aaa;
content:"\f0fe";
display:block;
float:right;
font-family:FontAwesome;
font-size:10px;
line-height:36px;
position:relative
}
.ui-accordion-header,.ui-accordion-header>span {
color:#555;
display:block;
font-size:13px;
line-height:36px
}
.ui-accordion-content {
background:#fff;
border:1px solid #ddd;
border-top:none;
overflow:auto;
padding:15px;
border-bottom-right-radius:2px;
border-bottom-left-radius:2px
}
.ui-accordion-content:after,.ui-accordion-content:before {
content:" ";
display:table
}
.ui-accordion-content:after {
clear:both
}
.ui-autocomplete {
position:absolute;
cursor:default;
border:2px solid #ccc;
padding:5px 0;
border-radius:2px
}
.ui-autocomplete>li {
display:block;
margin:0;
padding:0;
list-style:none
}
.ui-autocomplete>li>a {
color:#555;
cursor:pointer!important;
display:block;
margin:0 -2px;
padding:5px 18px;
text-decoration:none
}
.ui-autocomplete>li>a:hover {
text-decoration:none
}
.ui-menu {
background-clip:padding-box;
background-color:#fff;
border:2px solid #ccc;
border-radius:2px;
display:none;
float:left;
font-size:13px;
left:0;
list-style:none;
margin:2px 0 0;
min-width:160px;
padding:5px 0;
position:absolute;
z-index:1000
}
.ui-menu .ui-menu {
margin-top:-3px;
position:absolute
}
.ui-menu .ui-menu-item {
list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
margin:0;
padding:0;
width:100%
}
.ui-menu .ui-menu-item a {
clear:both;
color:#555;
cursor:pointer;
display:block;
font-weight:400;
line-height:1.428571429;
margin:0 -2px;
min-height:0;
padding:5px 18px;
text-decoration:none;
white-space:nowrap
}
.ui-menu .ui-menu-item a:focus,.ui-menu .ui-menu-item a:hover {
color:#fff;
text-decoration:none
}
.ui-menu .ui-menu-item a[aria-haspopup=true]:after {
content:"\f0da";
display:block;
float:right;
font-family:FontAwesome
}
.ui-menu .divider,.ui-menu .ui-menu-divider {
background-color:#e5e5e5;
border-width:2px;
height:1px;
margin:5px 0;
overflow:hidden
}
.ui-menu .disabled,.ui-menu .ui-state-disabled {
font-weight:400
}
.ui-menu .disabled a,.ui-menu .disabled:focus a,.ui-menu .disabled:hover a,.ui-menu .ui-state-disabled a,.ui-menu .ui-state-disabled:focus a,.ui-menu .ui-state-disabled:hover a {
background:transparent!important;
color:#999!important;
cursor:not-allowed
}
.ui-menu .ui-menu-item a.ui-state-active,.ui-menu .ui-menu-item a.ui-state-focus {
color:#fff
}
.ui-spinner {
position:relative;
display:block;
width:100%;
overflow:hidden;
padding:0;
vertical-align:middle
}
.ui-spinner-input {
padding-right:32px
}
.ui-spinner-button {
display:block;
position:absolute;
text-align:center;
line-height:15px;
font-weight:400;
width:20px;
height:15px;
top:0;
right:0;
font-family:FontAwesome;
cursor:pointer;
text-decoration:none!important;
border-color:#cfcece!important;
border-left:1px solid;
margin:1px 1px 1px 0;
color:#555
}
.ui-spinner-button,.ui-spinner-button:focus {
border-color:#ddd;
border-bottom-color:#cecece;
background:#f4f4f4;
background-image:-webkit-linear-gradient(top,#f4f4f4 0,#eaeaea 100%);
background-image:linear-gradient(to bottom,#f4f4f4 0,#eaeaea 100%);
background-repeat:repeat-x
}
.ui-spinner-button:hover {
color:#555;
border-color:#d5d5d5;
border-bottom-color:#bcbcbc;
background:#eaeaea!important;
background-image:-webkit-linear-gradient(top,#efefef 0,#e5e5e5 100%)!important;
background-image:linear-gradient(to bottom,#efefef 0,#e5e5e5 100%)!important;
background-repeat:repeat-x
}
.open .ui-spinner-button.dropdown-toggle,.ui-spinner-button.active,.ui-spinner-button:active {
background:0 0;
background:#ebebeb!important;
border-color:#c6c6c6;
border-bottom-color:#c6c6c6!important;
color:#555;
-webkit-box-shadow:0 0 12px rgba(0,0,0,.1)inset;
box-shadow:0 0 12px rgba(0,0,0,.1)inset
}
.ui-spinner-button.btn-flat {
background:#ececec
}
.open .ui-spinner-button.btn-flat.dropdown-toggle,.ui-spinner-button.btn-flat.active,.ui-spinner-button.btn-flat:active,.ui-spinner-button.btn-flat:hover {
background:#ececec!important;
color:#555
}
.ui-spinner-button.btn-outline.btn-flat:hover,.ui-spinner-button.btn-outline:hover {
color:#555;
border-color:#d5d5d5;
border-bottom-color:#bcbcbc
}
.ui-spinner-button.btn-outline.btn-flat:active,.ui-spinner-button.btn-outline:active {
border-color:#c6c6c6
}
.btn-group .ui-spinner-button,.btn-group .ui-spinner-button:focus,.input-group-btn .ui-spinner-button,.input-group-btn .ui-spinner-button:focus {
border-left-color:#d5d5d5;
border-right-color:#d5d5d5
}
.btn-group .ui-spinner-button:hover,.btn-group.open .ui-spinner-button.dropdown-toggle,.input-group-btn .ui-spinner-button:hover,.input-group-btn.open .ui-spinner-button.dropdown-toggle {
border-color:#d5d5d5;
border-bottom-color:#bcbcbc
}
.btn-group .ui-spinner-button.active,.btn-group .ui-spinner-button:active,.input-group-btn .ui-spinner-button.active,.input-group-btn .ui-spinner-button:active {
border-left-color:#c6c6c6;
border-right-color:#c6c6c6
}
.ui-spinner-button span {
display:none
}
.ui-spinner-button:after {
content:"\f0d8";
font-size:12px
}
.ui-spinner-button.ui-spinner-down {
top:15px;
margin-top:0;
border-top:1px solid;
height:16px
}
.ui-spinner-button.ui-spinner-down:after {
content:"\f0d7"
}
.ui-spinner-disabled .ui-spinner-button {
cursor:not-allowed;
pointer-events:none;
opacity:.65;
filter:alpha(opacity=65);
background:#eee
}
.ui-progressbar {
background-color:rgba(0,0,0,.06);
height:13px;
overflow:hidden;
text-align:left;
-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
box-shadow:inset 0 1px 2px rgba(0,0,0,.1)
}
.ui-progressbar .ui-progressbar-value {
background:0 0;
border:1px solid;
height:100%
}
.ui-progressbar .ui-progressbar-overlay {
height:100%
}
.ui-progressbar-indeterminate .ui-progressbar-value {
background:0 0
}
.ui-progressbar.ui-progressbar-warning .ui-progressbar-value {
background:#f4b04f;
border-color:#f2a332;
background-color:#f4b04f;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.1)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.1)),color-stop(0.75,rgba(255,255,255,.1)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-size:10px 10px
}
.ui-progressbar.ui-progressbar-success .ui-progressbar-value {
background:#5ebd5e;
border-color:#49b349;
background-color:#5ebd5e;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.1)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.1)),color-stop(0.75,rgba(255,255,255,.1)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-size:10px 10px
}
.ui-progressbar.ui-progressbar-danger .ui-progressbar-value {
background:#e66454;
border-color:#e24c39;
background-color:#e66454;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.1)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.1)),color-stop(0.75,rgba(255,255,255,.1)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-size:10px 10px
}
.ui-progressbar.ui-progressbar-info .ui-progressbar-value {
background:#5bc0de;
border-color:#42b6d9;
background-color:#5bc0de;
background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.1)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.1)),color-stop(0.75,rgba(255,255,255,.1)),color-stop(0.75,transparent),to(transparent));
background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:-moz-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-image:linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
background-size:10px 10px
}
.ui-tabs-nav {
border-bottom:2px solid #e4e4e4!important
}
.ui-tabs-nav.nav-tabs-simple>.ui-tabs-active>a {
color:#555!important
}
.ui-tabs-nav:not(.nav-tabs-simple)>.ui-tabs-active>a>.badge,.ui-tabs-nav:not(.nav-tabs-simple)>.ui-tabs-active>a>.label {
background-color:rgba(0,0,0,.25);
color:#fff
}
.ui-datepicker {
background-clip:padding-box;
background-color:#fff;
border:4px solid;
border-color:#ccc;
border-color:rgba(0,0,0,.2);
border-radius:3px;
display:none;
left:0;
position:absolute;
text-align:left;
top:0;
width:auto!important;
z-index:1010;
white-space:normal
}
.ui-datepicker table {
width:210px
}
.ui-datepicker td,.ui-datepicker th {
height:30px;
line-height:30px;
text-align:center;
width:30px
}
.ui-datepicker td {
border-bottom:1px solid #eee;
border-right:1px solid #eee
}
.ui-datepicker td a {
color:#555;
display:block;
height:100%;
text-decoration:none;
width:100%
}
.ui-datepicker td a:hover {
background:#f3f3f3
}
.ui-datepicker td.ui-datepicker-today a {
background:#f3f3f3;
font-weight:700
}
.ui-datepicker tr td:last-child {
border-right:none
}
.ui-datepicker th {
color:#fff;
font-weight:600
}
.ui-datepicker .ui-state-active {
color:#fff!important;
text-decoration:none
}
.ui-datepicker-next,.ui-datepicker-prev {
color:#fff;
cursor:pointer;
display:block;
height:35px;
line-height:35px;
position:absolute;
text-align:center;
text-decoration:none!important;
width:35px
}
.ui-datepicker-next span,.ui-datepicker-prev span {
display:none
}
.ui-datepicker-next:hover,.ui-datepicker-prev:hover {
background:rgba(255,255,255,.2)
}
.ui-datepicker-next:after,.ui-datepicker-prev:after {
color:#fff;
font-family:FontAwesome
}
.ui-datepicker-prev {
border-right:1px solid rgba(0,0,0,.2);
left:0
}
.ui-datepicker-prev:after {
content:"\f053"
}
.ui-datepicker-next {
border-left:1px solid rgba(0,0,0,.2);
right:0
}
.ui-datepicker-next:after {
content:"\f054"
}
.ui-datepicker-title {
border-bottom:1px solid rgba(0,0,0,.2);
color:#fff;
display:block;
height:36px;
line-height:36px;
text-align:center;
width:210px
}
.ui-datepicker-title select {
background:0 0;
border:none;
color:#fff
}
.ui-datepicker-title select:first-child {
margin-right:5px
}
.ui-datepicker-buttonpane {
background:#eee;
padding:5px 7px;
text-align:right
}
.ui-datepicker-buttonpane button {
font-size:12px;
line-height:15px;
padding:4px 9px;
display:inline-block;
font-weight:400;
text-decoration:none;
outline:0!important;
border:1px solid #cfcece;
border-radius:2px;
color:#555
}
.ui-datepicker-buttonpane button,.ui-datepicker-buttonpane button:focus {
border-color:#ddd;
border-bottom-color:#cecece;
background:#f4f4f4;
background-image:-webkit-linear-gradient(top,#f4f4f4 0,#eaeaea 100%);
background-image:linear-gradient(to bottom,#f4f4f4 0,#eaeaea 100%);
background-repeat:repeat-x
}
.ui-datepicker-buttonpane button:hover {
color:#555;
border-color:#d5d5d5;
border-bottom-color:#bcbcbc;
background:#eaeaea!important;
background-image:-webkit-linear-gradient(top,#efefef 0,#e5e5e5 100%)!important;
background-image:linear-gradient(to bottom,#efefef 0,#e5e5e5 100%)!important;
background-repeat:repeat-x
}
.open .ui-datepicker-buttonpane button.dropdown-toggle,.ui-datepicker-buttonpane button.active,.ui-datepicker-buttonpane button:active {
background:0 0;
background:#ebebeb!important;
border-color:#c6c6c6;
border-bottom-color:#c6c6c6!important;
color:#555;
-webkit-box-shadow:0 0 12px rgba(0,0,0,.1)inset;
box-shadow:0 0 12px rgba(0,0,0,.1)inset
}
.ui-datepicker-buttonpane button.btn-flat {
background:#ececec
}
.open .ui-datepicker-buttonpane button.btn-flat.dropdown-toggle,.ui-datepicker-buttonpane button.btn-flat.active,.ui-datepicker-buttonpane button.btn-flat:active,.ui-datepicker-buttonpane button.btn-flat:hover {
background:#ececec!important;
color:#555
}
.ui-datepicker-buttonpane button.btn-outline.btn-flat:hover,.ui-datepicker-buttonpane button.btn-outline:hover {
color:#555;
border-color:#d5d5d5;
border-bottom-color:#bcbcbc
}
.ui-datepicker-buttonpane button.btn-outline.btn-flat:active,.ui-datepicker-buttonpane button.btn-outline:active {
border-color:#c6c6c6
}
.btn-group .ui-datepicker-buttonpane button,.btn-group .ui-datepicker-buttonpane button:focus,.input-group-btn .ui-datepicker-buttonpane button,.input-group-btn .ui-datepicker-buttonpane button:focus {
border-left-color:#d5d5d5;
border-right-color:#d5d5d5
}
.btn-group .ui-datepicker-buttonpane button:hover,.btn-group.open .ui-datepicker-buttonpane button.dropdown-toggle,.input-group-btn .ui-datepicker-buttonpane button:hover,.input-group-btn.open .ui-datepicker-buttonpane button.dropdown-toggle {
border-color:#d5d5d5;
border-bottom-color:#bcbcbc
}
.btn-group .ui-datepicker-buttonpane button.active,.btn-group .ui-datepicker-buttonpane button:active,.input-group-btn .ui-datepicker-buttonpane button.active,.input-group-btn .ui-datepicker-buttonpane button:active {
border-left-color:#c6c6c6;
border-right-color:#c6c6c6
}
.ui-datepicker-buttonpane button+button {
margin-left:5px
}
.ui-datepicker-group {
float:left;
width:210px
}
.ui-datepicker-group+.ui-datepicker-group .ui-datepicker-title,.ui-datepicker-group+.ui-datepicker-group table {
border-left:1px solid rgba(0,0,0,.2)
}
.ui-datepicker-row-break:after,.ui-datepicker-row-break:before {
content:" ";
display:table
}
.ui-datepicker-row-break:after {
clear:both
}
.ui-tooltip {
background-color:#222;
border-radius:2px;
color:#fff;
font-size:12px;
max-width:300px;
padding:4px 10px;
position:absolute;
text-align:center;
text-decoration:none;
z-index:9999
}
body .ui-tooltip {
border-width:0
}
.switcher {
cursor:pointer;
display:inline-block;
position:relative;
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}
.switcher-inner {
display:block;
height:100%;
overflow:hidden;
white-space:nowrap;
width:100%;
word-spacing:0
}
.switcher-state-off,.switcher-state-on {
display:inline-block;
width:100%;
height:100%;
margin:0;
padding:0;
text-align:center;
-webkit-transition:all .2s;
transition:all .2s
}
.switcher-state-on {
margin-left:-100%
}
.switcher.checked .switcher-state-on {
margin-left:0
}
.switcher-toggler {
left:0;
position:absolute;
text-align:center;
-webkit-transition:all .2s;
transition:all .2s
}
.switcher.checked .switcher-toggler {
left:100%
}
.switcher>input[type=checkbox] {
left:-100000px;
position:absolute;
visibility:hidden
}
.switcher+.styled-pseudo-checkbox {
display:none!important
}
.switcher {
height:24px;
width:60px
}
.switcher-toggler {
background:#fff;
border-radius:9999px;
height:20px;
margin-left:1px;
margin-top:2px;
width:20px;
-webkit-box-shadow:0 1px 5px rgba(0,0,0,.3);
box-shadow:0 1px 5px rgba(0,0,0,.3)
}
.switcher-inner {
border-radius:9999px
}
.switcher-state-off,.switcher-state-on {
color:#fff;
font-size:11px;
font-weight:600;
line-height:24px
}
.switcher-state-on {
background:#5ebd5e;
padding-right:20px
}
.switcher-state-off {
background:#444;
padding-left:20px
}
.switcher.checked .switcher-toggler {
margin-left:-21px
}
.switcher-theme-square .switcher-inner {
border-radius:3px
}
.switcher-theme-square .switcher-toggler {
border-radius:2px;
margin-left:2px
}
.switcher-theme-square.switcher.checked .switcher-toggler {
margin-left:-22px
}
.switcher-theme-modern.switcher {
height:8px;
width:44px
}
.switcher-theme-modern .switcher-toggler {
height:20px;
margin-left:-3px;
margin-top:-6px;
width:20px;
-webkit-box-shadow:0 1px 3px 1px rgba(0,0,0,.3),0 0 15px 1px rgba(255,255,255,.8)inset;
box-shadow:0 1px 3px 1px rgba(0,0,0,.3),0 0 15px 1px rgba(255,255,255,.8)inset;
background-image:-webkit-linear-gradient(top,#efefef 0,#e5e5e5 100%);
background-image:linear-gradient(to bottom,#efefef 0,#e5e5e5 100%);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefefef',endColorstr='#ffe5e5e5',GradientType=0)
}
.switcher-theme-modern .switcher-inner {
font-size:0;
line-height:0;
-webkit-box-shadow:0 0 0 3px rgba(0,0,0,.1);
box-shadow:0 0 0 3px rgba(0,0,0,.1)
}
.switcher-theme-modern .switcher-state-off,.switcher-theme-modern .switcher-state-on {
border-radius:9999px;
-webkit-box-shadow:0 1px 6px rgba(0,0,0,.2)inset;
box-shadow:0 1px 6px rgba(0,0,0,.2)inset
}
.switcher-theme-modern .switcher-state-on {
padding-right:17px
}
.switcher-theme-modern .switcher-state-off {
padding-left:17px
}
.switcher-theme-modern.switcher.checked .switcher-toggler {
margin-left:-17px
}
.switcher-sm {
width:42px;
height:21px
}
.switcher-sm .switcher-toggler {
height:17px;
width:17px;
margin-left:1px
}
.switcher-sm .switcher-state-off,.switcher-sm .switcher-state-on {
font-size:8px;
line-height:21px
}
.switcher-sm .switcher-state-on {
padding-right:17px
}
.switcher-sm .switcher-state-off {
padding-left:17px
}
.switcher-sm.checked .switcher-toggler {
margin-left:-18px
}
.switcher-sm.switcher-theme-square .switcher-inner {
border-radius:3px
}
.switcher-sm.switcher-theme-square .switcher-toggler {
margin-left:2px
}
.switcher-sm.switcher-theme-square.switcher.checked .switcher-toggler {
margin-left:-19px
}
.switcher-sm.switcher.switcher-theme-modern {
width:34px;
height:6px
}
.switcher-sm.switcher.switcher-theme-modern .switcher-toggler {
height:17px;
width:17px;
margin-top:-6px;
margin-left:-3px
}
.switcher-sm.switcher.switcher-theme-modern .switcher-state-on {
padding-right:15px
}
.switcher-sm.switcher.switcher-theme-modern .switcher-state-off {
padding-left:15px
}
.switcher-sm.switcher.switcher-theme-modern.switcher.checked .switcher-toggler {
margin-left:-15px
}
.switcher-lg {
width:70px;
height:30px
}
.switcher-lg .switcher-toggler {
height:26px;
width:26px;
margin-left:1px
}
.switcher-lg .switcher-state-off,.switcher-lg .switcher-state-on {
font-size:13px;
line-height:30px
}
.switcher-lg .switcher-state-on {
padding-right:26px
}
.switcher-lg .switcher-state-off {
padding-left:26px
}
.switcher-lg.checked .switcher-toggler {
margin-left:-27px
}
.switcher-lg.switcher-theme-square .switcher-inner {
border-radius:3px
}
.switcher-lg.switcher-theme-square .switcher-toggler {
margin-left:2px
}
.switcher-lg.switcher-theme-square.switcher.checked .switcher-toggler {
margin-left:-28px
}
.switcher-lg.switcher.switcher-theme-modern {
width:56px;
height:10px
}
.switcher-lg.switcher.switcher-theme-modern .switcher-toggler {
height:26px;
width:26px;
margin-top:-8px;
margin-left:-3px
}
.switcher-lg.switcher.switcher-theme-modern .switcher-state-on {
padding-right:26px
}
.switcher-lg.switcher.switcher-theme-modern .switcher-state-off {
padding-left:26px
}
.switcher-lg.switcher.switcher-theme-modern.switcher.checked .switcher-toggler {
margin-left:-24px
}
.switcher.disabled {
cursor:not-allowed!important;
opacity:.5!important;
filter:alpha(opacity=50)
}
.switcher-success .switcher-state-on {
background:#5ebd5e!important
}
.switcher-warning .switcher-state-on {
background:#f4b04f!important
}
.switcher-danger .switcher-state-on {
background:#e66454!important
}
.switcher-info .switcher-state-on {
background:#5bc0de!important
}
.limiter-label {
color:#888;
padding-top:3px;
font-size:12px
}
.limiter-count {
font-weight:600;
color:#555
}
.expanding-input {
position:relative
}
.expanding-input-overlay {
position:absolute;
left:0;
right:0;
bottom:0;
top:0;
cursor:pointer
}
.expanding-input-placeholder {
padding:7px 13px;
color:#999;
font-size:13px;
line-height:1.42857143
}
.expanding-input-hidden {
display:none
}
.expanding-input.expanded .expanding-input-content,.expanding-input.expanded .expanding-input-hidden {
display:block
}
.expanding-input.expanded .expanding-input-content:after,.expanding-input.expanded .expanding-input-content:before,.expanding-input.expanded .expanding-input-hidden:after,.expanding-input.expanded .expanding-input-hidden:before {
content:" ";
display:table
}
.expanding-input.expanded .expanding-input-content:after,.expanding-input.expanded .expanding-input-hidden:after {
clear:both
}
.expanding-input.expanding-input-sm .expanding-input-placeholder {
padding:6px 11px;
font-size:12px;
line-height:1.5
}
.expanding-input.expanding-input-lg .expanding-input-placeholder {
padding:11px 17px;
font-size:17px;
line-height:1.33
}
.pxajs .wizard-pane {
display:none
}
.wizard-wrapper+.wizard-content.panel {
margin-top:-1px
}
.wizard.freeze .wizard-steps>li {
cursor:default!important
}
.modal-content>.wizard .wizard-wrapper {
border-left:none;
border-radius:0;
border-right:none;
border-top:none
}
.wizard-wrapper {
border:1px solid #e4e4e4;
border-radius:2px;
white-space:nowrap;
width:auto;
position:relative;
overflow:hidden
}
.wizard-steps {
cursor:default;
display:block!important;
float:left;
margin:0;
padding:0;
position:relative;
white-space:nowrap;
-webkit-transition:left .3s;
transition:left .3s;
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}
.wizard-steps>li {
display:inline-block;
list-style:none;
margin:0;
padding:0 10px 0 50px;
vertical-align:middle
}
.wizard-steps>li+li:before {
background:#e4e4e4;
bottom:0;
content:"";
margin-left:-51px;
position:absolute;
top:0;
width:1px
}
.wizard-steps>li.completed {
cursor:pointer
}
.wizard-steps>li.active .wizard-step-caption,.wizard-steps>li.completed .wizard-step-caption {
color:#555
}
.wizard-steps>li.active .wizard-step-description,.wizard-steps>li.completed .wizard-step-description {
color:#888
}
.wizard-steps>li.active .wizard-step-number,.wizard-steps>li.completed .wizard-step-number {
border-color:#555;
color:#555
}
.wizard-steps .wizard-step-number:after {
display:none
}
.wizard-step-number,.wizard-steps>li.completed .wizard-step-number:after {
background:#fff;
border-radius:9999px;
display:block;
font-size:14px;
line-height:26px;
position:absolute;
text-align:center
}
.wizard-step-number {
border:2px solid #bbb;
color:#bbb;
font-weight:700;
height:30px;
margin-left:-40px;
margin-top:-15px;
top:50%;
width:30px
}
.wizard-steps>li.completed .wizard-step-number {
font-size:0
}
.wizard-steps>li.completed .wizard-step-number:after {
content:'\f00c';
font-family:FontAwesome;
font-size:13px;
font-weight:400;
height:26px;
left:0;
width:26px;
top:0
}
.wizard-step-caption,.wizard-step-description {
color:#bbb;
display:inline-block;
line-height:14px;
white-space:normal
}
.wizard-step-caption {
font-weight:600;
margin-bottom:15px;
margin-top:15px;
vertical-align:middle
}
.wizard-step-description {
display:block;
font-size:12px;
font-weight:400;
margin-top:4px;
position:relative
}
.wizard-content {
padding:20px
}
.wizard-content:after,.wizard-content:before {
content:" ";
display:table
}
.wizard-content:after {
clear:both
}
.pixel-file-input {
display:block;
width:100%;
height:32px;
padding:6px 12px;
line-height:18px;
color:#555;
vertical-align:middle;
background-color:#fff;
border:1px solid #d6d6d6;
border-top-color:#c2c2c2;
border-radius:2px;
position:relative;
cursor:pointer;
overflow:hidden;
-webkit-transition:border-color ease-in-out .15s;
transition:border-color ease-in-out .15s
}
.pixel-file-input>input[type=file] {
visibility:hidden;
position:absolute;
display:block;
left:-10000px
}
.pfi-filename {
white-space:nowrap
}
.pfi-actions {
display:block;
position:absolute;
right:0;
top:4px;
padding:0 5px 0 10px;
background:#fff;
white-space:nowrap
}
.pfi-actions>*+* {
margin-left:4px
}
.pfi-clear {
display:none
}
.pfi-placeholder {
color:#aaa;
font-style:italic
}
.select2-choices:after,.select2-choices:before,.select2-container:after,.select2-container:before,.select2-drop:after,.select2-drop:before,.select2-search input:after,.select2-search input:before,.select2-search-field input:after,.select2-search-field input:before,.select2-search-field:after,.select2-search-field:before,.select2-search:after,.select2-search:before {
content:" ";
display:table
}
.select2-choices:after,.select2-container:after,.select2-drop:after,.select2-search input:after,.select2-search-field input:after,.select2-search-field:after,.select2-search:after {
clear:both
}
.select2-container,.select2-container.form-control {
border:none;
margin:0;
padding:0
}
.select2-container {
display:inline-block;
height:auto!important;
position:relative;
zoom:1;
*display:inline;
vertical-align:middle;
width:100%
}
.select2-container .select2-choice {
background-clip:padding-box;
background-color:#fff;
background-image:none;
border:1px solid #d6d6d6;
border-top-color:#c2c2c2;
border-radius:2px;
color:#555;
display:block;
font-size:13px;
line-height:1.42857143;
height:32px;
overflow:hidden;
padding:6px 12px;
position:relative;
text-decoration:none;
white-space:nowrap;
width:100%;
-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}
.select2-container .select2-choice>.select2-chosen {
display:block;
margin-right:26px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap
}
.select2-container .select2-choice .select2-search-choice-close {
border:0;
color:#888;
cursor:pointer;
display:none;
font-size:11px;
line-height:30px;
height:30px;
right:18px;
width:24px
}
.select2-container .select2-choice .select2-search-choice-close:hover {
color:#aaa;
cursor:pointer
}
.select2-container .select2-choice .select2-arrow {
display:block;
height:100%;
position:absolute;
right:0;
top:0;
width:26px
}
.select2-container .select2-choice .select2-arrow b {
color:#555;
display:block;
font-family:FontAwesome;
font-size:12px;
font-weight:400;
line-height:1.42857143;
height:100%;
margin-top:1px;
padding:6px 0;
text-align:center;
width:100%
}
.select2-container .select2-choice .select2-arrow b:before {
content:"\f0d7"
}
.select2-container.select2-drop-above .select2-choice {
border-bottom-color:#aaa;
border-radius:0 0 2px 2px
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
margin-right:42px
}
.select2-container.select2-allowclear .select2-choice .select2-search-choice-close {
display:block
}
.select2-drop {
background:#fff;
border:1px solid #d6d6d6;
border-top:0;
border-radius:0 0 2px 2px;
color:#555;
margin-top:-1px;
position:absolute;
top:100%;
width:100%;
z-index:9999
}
.select2-drop.select2-drop-above {
border-bottom:0;
border-top:1px solid #aaa;
border-radius:2px 2px 0 0;
margin-bottom:-1px;
margin-top:1px
}
.select2-drop-auto-width {
border-top:1px solid #aaa;
width:auto
}
.select2-drop-auto-width .select2-search {
padding-top:4px
}
.select2-drop-active {
border-top:none
}
.select2-search {
display:block;
margin:0;
min-height:17px;
padding-left:8px;
padding-right:8px;
position:relative;
white-space:nowrap;
width:100%;
z-index:10000
}
.select2-search:after {
color:#888;
content:"\f002";
display:block;
font-family:FontAwesome;
font-size:14px;
text-align:center;
position:absolute;
right:9px;
top:10px;
width:30px
}
.select2-search input {
background-color:#fff;
background-image:none;
border:1px solid #d6d6d6;
border-top-color:#c2c2c2;
border-radius:2px;
color:#555;
font-size:12px;
line-height:15px;
height:auto!important;
margin-top:8px;
min-height:17px;
outline:0!important;
padding:4px 9px;
padding-right:30px;
position:relative;
width:100%;
-webkit-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
}
.select2-container-active .select2-choice,.select2-container-active .select2-choices {
outline:0
}
.select2-dropdown-open .select2-choice {
border-bottom-color:#aaa;
border-bottom-left-radius:0;
border-bottom-right-radius:0
}
.select2-dropdown-open .select2-choice .select2-arrow b:before {
content:"\f0d8"
}
.select2-results {
margin:8px;
max-height:200px;
overflow-x:hidden;
overflow-y:auto;
padding:0;
position:relative;
-webkit-tap-highlight-color:rgba(0,0,0,0)
}
.select2-results ul.select2-result-sub {
margin:0;
padding-left:0
}
.select2-results ul.select2-result-sub>li .select2-result-label {
padding-left:20px
}
.select2-results ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
padding-left:40px
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
padding-left:60px
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
padding-left:80px
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
padding-left:100px
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
padding-left:110px
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
padding-left:120px
}
.select2-results li {
background-image:none;
display:block;
list-style:none
}
.select2-results li em {
background:#feffde;
font-style:normal
}
.select2-results li.select2-result-with-children>.select2-result-label {
font-weight:600
}
.select2-results .select2-result-label {
cursor:pointer;
margin:0;
min-height:1em;
padding:5px 7px;
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}
.select2-results .select2-highlighted {
color:#fff
}
.select2-results .select2-highlighted em {
background:0 0
}
.select2-results .select2-highlighted ul {
background:#fff;
color:#555
}
.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-selection-limit {
color:#999;
display:block;
font-style:italic
}
.select2-results .select2-disabled,.select2-results .select2-disabled.select2-highlighted {
color:#888;
cursor:default;
display:block
}
.select2-results .select2-selected {
display:none
}
.select2-more-results {
display:block
}
.select2-container.select2-container-disabled .select2-choice {
background-color:#eee;
cursor:default
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow:before {
display:none!important
}
.select2-container.select2-container-disabled .select2-choice abbr {
display:none
}
.select2-container-multi .select2-choices {
background:#fff;
border:1px solid #d6d6d6;
border-top-color:#c2c2c2;
border-radius:2px;
cursor:text;
height:auto!important;
height:1%;
margin:0;
overflow:hidden;
padding:5px 5px 0 0;
position:relative;
width:100%;
-webkit-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
}
.select2-container-multi .select2-choices li {
display:block;
float:left;
list-style:none
}
.select2-container-multi .select2-choices .select2-search-field {
display:block;
margin:0;
padding:0;
white-space:nowrap
}
.select2-container-multi .select2-choices .select2-search-field input {
background:transparent!important;
border:0;
color:#555;
font-size:13px;
line-height:1.42857143;
margin-top:-5px;
padding:6px 12px;
outline:0
}
.select2-container-multi .select2-choices .select2-search-choice {
border-radius:2px;
color:#fff;
cursor:default;
display:block;
font-size:11px;
font-weight:600;
line-height:20px;
margin:0 0 5px 5px;
padding:0 20px 0 6px;
position:relative;
text-shadow:0 -1px 0 rgba(0,0,0,.2);
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
cursor:default
}
.select2-container-multi .select2-choices .select2-search-choice+.select2-search-field input {
padding-left:6px;
padding-right:0
}
.select2-container-multi.select2-container-active .select2-choices {
outline:0
}
.select2-locked {
padding:0 6px!important
}
.select2-default {
color:#999!important
}
.select2-search-choice-close {
display:block;
color:#fff;
font-family:FontAwesome;
font-size:10px;
font-weight:400;
line-height:20px;
outline:0;
position:absolute;
right:3px;
text-align:center;
top:0;
width:14px;
-webkit-transition:all .3s;
transition:all .3s
}
.select2-search-choice-close:before {
content:"\f00d"
}
.select2-search-choice-close:hover {
color:#fff;
color:rgba(255,255,255,.7);
text-decoration:none
}
.select2-container-multi.select2-container-disabled .select2-choices {
background-color:#eee;
cursor:default
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
opacity:.7;
padding:0 6px
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
background:0 0;
display:none
}
.select2-drop-mask {
border:0;
left:0;
height:auto;
margin:0;
min-height:100%;
min-width:100%;
padding:0;
opacity:0;
position:fixed;
top:0;
width:auto;
z-index:9998;
background-color:#fff;
filter:alpha(opacity=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
}
.select2-container-multi .select2-choices .select2-search-choice {
background:#b0b0b0
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
background:#979797
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
background:#b0b0b0!important
}
.select2-success .select2-container-multi .select2-choices .select2-search-choice {
background:#5ebd5e
}
.select2-success .select2-container-multi .select2-choices .select2-search-choice-focus {
background:#43a543
}
.select2-success .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
background:#5ebd5e!important
}
.select2-warning .select2-container-multi .select2-choices .select2-search-choice {
background:#f4b04f
}
.select2-warning .select2-container-multi .select2-choices .select2-search-choice-focus {
background:#f19a1f
}
.select2-warning .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
background:#f4b04f!important
}
.select2-danger .select2-container-multi .select2-choices .select2-search-choice {
background:#e66454
}
.select2-danger .select2-container-multi .select2-choices .select2-search-choice-focus {
background:#df3c28
}
.select2-danger .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
background:#e66454!important
}
.select2-info .select2-container-multi .select2-choices .select2-search-choice {
background:#5bc0de
}
.select2-info .select2-container-multi .select2-choices .select2-search-choice-focus {
background:#31b0d5
}
.select2-info .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
background:#5bc0de!important
}
.has-warning .select2-choice,.has-warning .select2-choices,.has-warning.simple .select2-choice,.has-warning.simple .select2-choices {
border-color:#eebf5e
}
.has-error .select2-choice,.has-error .select2-choices,.has-error.simple .select2-choice,.has-error.simple .select2-choices {
border-color:#d38e99
}
.has-success .select2-choice,.has-success .select2-choices,.has-success.simple .select2-choice,.has-success.simple .select2-choices {
border-color:#a3ce7f
}
.has-warning.dark .select2-choice,.has-warning.dark .select2-choices {
border-color:#f4b04f
}
.has-error.dark .select2-choice,.has-error.dark .select2-choices {
border-color:#e66454
}
.has-success.dark .select2-choice,.has-success.dark .select2-choices {
border-color:#5ebd5e
}
.datepicker-dropdown {
border:3px solid rgba(0,0,0,.2);
border-radius:3px;
left:0;
margin-top:10px;
top:0;
z-index:400;
-webkit-box-shadow:none;
box-shadow:none
}
.datepicker-dropdown.datepicker-orient-bottom {
margin-top:-10px
}
.datepicker-dropdown:after {
border-bottom:10px solid rgba(0,0,0,.2);
border-left:10px solid transparent;
border-right:10px solid transparent;
border-top:0;
content:'';
display:block;
position:absolute
}
.datepicker-dropdown.datepicker-orient-left:after {
left:10.5px
}
.datepicker-dropdown.datepicker-orient-right:after {
right:10.5px
}
.datepicker-dropdown.datepicker-orient-top:after {
top:-13px
}
.datepicker-dropdown.datepicker-orient-bottom:after {
border-bottom:0;
border-top:10px solid rgba(0,0,0,.2);
bottom:-13px
}
.modal .datepicker-dropdown {
z-index:1040
}
.datepicker {
direction:ltr;
padding:0;
width:auto!important
}
.datepicker.datepicker-inline {
border:1px solid #eee;
display:inline-block;
position:relative
}
.datepicker>div {
display:none
}
.datepicker.days div.datepicker-days,.datepicker.months div.datepicker-months,.datepicker.years div.datepicker-years {
display:block
}
.datepicker div.datepicker-months td,.datepicker div.datepicker-years td {
width:210px!important
}
.datepicker table {
margin:0;
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}
.datepicker td {
line-height:32px;
padding:0!important;
width:30px
}
.table-striped .datepicker table tr td,.table-striped .datepicker table tr th {
background-color:transparent
}
.datepicker table tr td {
border-bottom:1px solid #eee;
border-right:1px solid #eee
}
.datepicker table tr td:last-child {
border-right:none
}
.datepicker table tr td.day:hover {
background:#f3f3f3;
cursor:pointer;
position:relative
}
.datepicker table tr td.new,.datepicker table tr td.old {
color:#bbb
}
.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover {
background:0 0;
color:#eee;
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:#f3f3f3;
font-weight:700!important
}
.datepicker table tr td.today:hover:hover {
color:#555
}
.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:#f3f3f3
}
.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:#f3f3f3;
font-weight:700
}
.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover,.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover {
color:#fff!important
}
.datepicker table tr td span {
border-radius:2px;
cursor:pointer;
display:block;
float:left;
line-height:54px;
margin:1%;
width:23%
}
.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:#eee;
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 {
color:#fff!important;
text-shadow:0 -1px 0 rgba(0,0,0,.25)
}
.datepicker table tr td span.new,.datepicker table tr td span.old {
color:#eee
}
.datepicker tfoot tr th,.datepicker thead tr:first-child th {
cursor:pointer
}
.datepicker td,.datepicker th,.datepicker tr {
border-top:none!important;
text-align:center!important
}
.datepicker tfoot th,.datepicker thead th {
font-weight:600;
padding:0!important
}
.datepicker thead th {
border-bottom:none!important;
color:#fff;
font-weight:600;
line-height:35px!important;
height:35px!important;
padding:0!important;
text-align:center
}
.datepicker thead tr:first-child {
border-bottom:1px solid!important
}
.datepicker thead tr:first-child th:hover {
background:rgba(255,255,255,.2)
}
.datepicker thead tr:last-child {
border-bottom:none!important
}
.datepicker thead th.next,.datepicker thead th.prev {
color:rgba(0,0,0,0);
display:block;
font-size:0;
line-height:0;
position:absolute;
width:36px!important
}
.datepicker thead th.next:after,.datepicker thead th.prev:after {
bottom:0;
color:#fff;
display:block;
font-family:FontAwesome;
font-size:14px;
font-weight:400;
left:0;
line-height:35px;
position:absolute;
right:0;
text-align:center;
top:0;
width:36px
}
.datepicker thead th.prev {
left:0;
border-right:1px solid
}
.datepicker thead th.prev:after {
content:"\f053"
}
.datepicker thead th.next {
border-left:1px solid;
right:0
}
.datepicker thead th.next:after {
content:"\f054"
}
.datepicker tfoot th:hover {
background:#eee
}
.datepicker tbody td,.datepicker tfoot th {
line-height:32px!important
}
.datepicker>.datepicker-days tbody .cw {
background:#f8f8f8!important;
color:#aaa;
font-size:8px;
font-weight:600
}
.datepicker>.datepicker-days thead tr:first-child th.cw {
background-color:transparent;
cursor:default
}
.datepicker>.datepicker-days thead tr:first-child th.cw+.prev {
left:30px;
border-left:1px solid
}
.datepicker>.datepicker-days thead tr:last-child th.cw+th {
border-left:1px solid
}
.input-daterange input {
text-align:center
}
.date .input-group-addon {
cursor:pointer
}
.bootstrap-timepicker {
position:relative
}
.bootstrap-timepicker .input-group-addon {
cursor:pointer
}
.bootstrap-timepicker-widget .modal-footer {
margin-top:0!important
}
.bootstrap-timepicker-widget.dropdown-menu {
left:0;
border:3px solid rgba(0,0,0,.2);
border-radius:3px;
z-index:400;
margin:10px 0 0;
width:200px;
padding:10px;
right:auto;
-webkit-box-shadow:none;
box-shadow:none
}
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-bottom {
margin-top:0
}
.bootstrap-timepicker-widget.dropdown-menu.open {
display:block
}
.bootstrap-timepicker-widget.dropdown-menu:after {
border-bottom:10px solid rgba(0,0,0,.2);
border-left:10px solid transparent;
border-right:10px solid transparent;
border-top:0;
content:'';
display:block;
position:absolute
}
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-left:after {
left:10.5px
}
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-right:after {
right:10.5px
}
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-top:after {
top:-13px
}
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-bottom:after {
border-bottom:0;
border-top:10px solid rgba(0,0,0,.2);
bottom:-13px
}
.bootstrap-timepicker-widget span.bootstrap-timepicker-hour,.bootstrap-timepicker-widget span.bootstrap-timepicker-meridian,.bootstrap-timepicker-widget span.bootstrap-timepicker-minute,.bootstrap-timepicker-widget span.bootstrap-timepicker-second {
line-height:32px;
font-weight:600
}
.bootstrap-timepicker-widget .timepicker-increment {
margin-bottom:5px
}
.bootstrap-timepicker-widget .timepicker-decrement {
margin-top:5px
}
.bootstrap-timepicker-widget table {
width:100%;
margin:0;
padding:0
}
.bootstrap-timepicker-widget table td {
text-align:center;
height:auto;
margin:0;
padding:0;
min-width:20px
}
.bootstrap-timepicker-widget table td.separator {
width:10px;
text-align:center
}
.bootstrap-timepicker-widget table td a,.bootstrap-timepicker-widget table td input {
border-radius:2px!important
}
.bootstrap-timepicker-widget table td a {
width:100%;
display:inline-block;
margin:0;
padding:0;
border:1px solid #eee;
color:#666;
text-decoration:none;
line-height:32px;
text-align:center
}
.bootstrap-timepicker-widget table td a:hover {
color:#fff
}
.bootstrap-timepicker-widget table td a .fa {
margin:0!important;
padding:0!important
}
.bootstrap-timepicker-widget table td input {
position:relative;
margin:0;
padding-left:0;
padding-right:0;
text-align:center
}
.modal .bootstrap-timepicker-widget.dropdown-menu {
z-index:1040
}
.datepaginator {
font-size:12px
}
.pagination {
margin:0;
padding:0;
white-space:nowrap
}
.pagination a.dp-item,.pagination a.dp-nav {
text-align:center
}
.pagination a.dp-item:hover,.pagination a.dp-nav:hover {
z-index:403!important
}
.pagination a.dp-item {
padding:10px 0;
border-radius:0;
margin:0 0 0 -1px
}
.pagination a.dp-nav {
margin:0;
font-family:FontAwesome;
padding:17px 0;
line-height:20px
}
.pagination a.dp-nav i {
display:none
}
.pagination a.dp-nav.dp-nav-right {
margin:0 0 0 -1px
}
.pagination a.dp-nav:before {
display:none!important
}
.pagination a.dp-nav.dp-nav-left:after {
content:"\f053"
}
.pagination a.dp-nav.dp-nav-right:after {
content:"\f054"
}
.pagination a.dp-off,.pagination a.dp-off:hover {
background-color:#F9F9F9;
z-index:400
}
.pagination a.dp-today {
color:#fff!important;
z-index:401
}
.pagination a.dp-selected {
color:#fff!important;
z-index:402
}
#dp-calendar {
font-family:FontAwesome;
position:absolute;
line-height:18px;
top:4px;
right:0;
font-style:normal!important;
display:block;
font-size:14px;
padding:0 8px 0 18px
}
#dp-calendar:after {
content:"\f073"!important
}
#dp-calendar:before {
display:none!important
}
.datepaginator-sm {
font-size:10px
}
.pagination a.dp-item.dp-item-sm {
padding:10px 0
}
.pagination a.dp-nav.dp-nav-sm {
padding:14px 0
}
.datepaginator-lg {
font-size:14px
}
.pagination a.dp-item.dp-item-lg {
padding:15px 0
}
.pagination a.dp-nav.dp-nav-lg {
padding:25px 0;
font-size:13px
}
.modal .pagination a.dp-item:hover,.modal .pagination a.dp-nav:hover {
z-index:1043!important
}
.modal .pagination a.dp-off,.modal .pagination a.dp-off:hover {
z-index:1040
}
.modal .pagination a.dp-today {
z-index:1041
}
.modal .pagination a.dp-selected {
z-index:1042
}
.nav-pills,.nav-tabs {
position:relative
}
.tabdrop {
margin-left:0!important;
margin-right:0!important
}
.tabdrop>.dropdown-toggle {
cursor:pointer!important;
margin-right:0;
padding-left:12px;
padding-right:12px
}
.tabdrop>.dropdown-toggle>.fa {
font-size:14px!important;
margin:0!important;
padding:0!important
}
.tabdrop>.dropdown-toggle>.caret {
border:none;
display:inline-block;
font-family:FontAwesome;
font-size:10px;
height:auto;
margin-left:5px;
position:relative;
top:-1px;
width:auto
}
.tabdrop>.dropdown-toggle>.caret:after {
content:"\f0d7"
}
.minicolors {
position:relative
}
.minicolors input[type=hidden]+.minicolors-swatch {
height:32px;
position:static;
cursor:pointer
}
.minicolors .minicolors-grid {
position:relative;
float:right;
width:150px;
height:150px;
background:url(../images/plugins/jquery.minicolors.png) -120px 0;
cursor:crosshair;
margin:1px
}
.minicolors .minicolors-grid-inner {
position:absolute;
top:0;
left:0;
width:150px;
height:150px;
background:0 0
}
.minicolors-swatch {
position:absolute;
vertical-align:middle;
background:url(../images/plugins/jquery.minicolors.png) -80px 0;
cursor:text;
padding:0;
margin:0;
display:inline-block
}
.minicolors-swatch-color {
position:absolute;
top:0;
left:0;
right:0;
bottom:0
}
.minicolors-panel {
position:absolute;
background:#fff;
border:3px solid rgba(0,0,0,.2);
border-radius:3px;
margin-top:10px;
z-index:400;
display:none;
-webkit-box-shadow:none;
box-shadow:none
}
.minicolors-panel.minicolors-visible {
display:block
}
.minicolors-panel:after {
border-bottom:10px solid rgba(0,0,0,.2);
border-left:10px solid transparent;
border-right:10px solid transparent;
border-top:0;
content:'';
display:block;
position:absolute
}
.modal .minicolors-panel {
z-index:1040
}
.minicolors-opacity-slider,.minicolors-slider {
position:relative;
float:right;
width:20px;
height:150px;
background:#fff url(../images/plugins/jquery.minicolors.png) 0 0;
cursor:row-resize;
margin:1px 1px 1px 0
}
.minicolors-with-opacity .minicolors-opacity-slider {
display:block
}
.minicolors-with-opacity .minicolors-slider {
margin-right:22px
}
.minicolors-opacity-slider {
background-position:-40px 0;
position:absolute;
right:0;
top:0;
display:none
}
.minicolors-slider-saturation .minicolors-grid {
background-position:-420px 0
}
.minicolors-slider-saturation .minicolors-grid-inner {
background:url(../images/plugins/jquery.minicolors.png) -270px 0
}
.minicolors-slider-saturation .minicolors-slider {
background-position:-60px 0
}
.minicolors-slider-brightness .minicolors-grid {
background-position:-570px 0
}
.minicolors-slider-brightness .minicolors-grid-inner {
background:#000
}
.minicolors-slider-brightness .minicolors-slider {
background-position:-20px 0
}
.minicolors-slider-wheel .minicolors-grid {
background-position:-720px 0
}
.minicolors-slider-wheel .minicolors-slider {
background-position:-20px 0
}
.minicolors-position-top .minicolors-panel {
bottom:100%;
margin-top:0;
margin-bottom:10px
}
.minicolors-position-top .minicolors-panel:after {
border-bottom:0;
border-top:10px solid rgba(0,0,0,.2);
bottom:-13px
}
.minicolors-position-right .minicolors-panel {
right:0
}
.minicolors-position-right .minicolors-panel:after {
right:2.5px
}
.minicolors-position-bottom .minicolors-panel {
top:auto
}
.minicolors-position-bottom .minicolors-panel:after {
top:-13px
}
.minicolors-position-left .minicolors-panel {
left:0
}
.minicolors-position-left .minicolors-panel:after {
left:2.5px
}
.minicolors-picker {
position:absolute;
top:0;
left:0;
width:18px;
height:2px;
background:#fff;
border:solid 1px #000;
margin-top:-2px;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box
}
.minicolors-grid .minicolors-picker {
position:absolute;
top:70px;
left:70px;
width:12px;
height:12px;
border:solid 1px #000;
border-radius:10px;
margin-top:-6px;
margin-left:-6px;
background:0 0
}
.minicolors-grid .minicolors-picker>div {
position:absolute;
top:0;
left:0;
width:8px;
height:8px;
border-radius:8px;
border:solid 2px #fff;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box
}
.minicolors-inline {
display:inline-block
}
.minicolors-inline .minicolors-panel {
position:relative;
top:auto;
left:auto;
box-shadow:none;
z-index:auto;
display:inline-block;
border:none;
margin:0;
background:0 0
}
.minicolors-inline .minicolors-panel:after {
display:none!important
}
.minicolors-theme-default .minicolors-swatch {
top:5px;
left:5px;
width:18px;
height:18px
}
.minicolors-theme-default .minicolors-input {
height:20px;
width:auto;
display:inline-block;
padding-left:26px
}
.minicolors-theme-default.minicolors {
width:auto;
display:inline-block
}
.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
left:auto;
right:5px
}
.minicolors-theme-default.minicolors-position-right .minicolors-input {
padding-right:26px;
padding-left:inherit
}
.minicolors-theme-bootstrap .minicolors-swatch {
top:3px;
left:3px;
width:26px;
bottom:3px;
border-radius:2px
}
.minicolors-theme-bootstrap .minicolors-input {
padding-left:40px
}
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-swatch {
left:auto;
right:3px
}
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
padding-right:40px;
padding-left:12px
}
.editableform {
margin-bottom:0
}
.editableform .control-group {
margin-bottom:0;
white-space:nowrap;
line-height:20px
}
.editableform .form-control {
width:auto
}
.editable-buttons {
display:inline-block;
vertical-align:top;
margin-left:7px;
zoom:1;
*display:inline
}
.editable-buttons.editable-buttons-bottom {
display:block;
margin-top:7px;
margin-left:0
}
.editable-buttons button.ui-button-icon-only {
height:24px;
width:30px
}
.editable-input {
vertical-align:top;
display:inline-block;
width:auto;
white-space:normal;
zoom:1;
*display:inline
}
.editableform-loading {
background:url(../images/plugins/bootstrap-editable/loading.gif) center center no-repeat;
height:25px;
width:auto;
min-width:25px
}
.editable-inline .editableform-loading {
background-position:left 5px
}
.editable-error-block {
max-width:300px;
margin:5px 0 0;
width:auto;
white-space:normal
}
.editable-error-block.ui-state-error {
padding:3px
}
.editable-error {
color:red
}
.editable-inline .add-on .icon-th {
margin-top:3px;
margin-left:1px
}
.editable-checklist label input[type=checkbox],.editable-checklist label span {
vertical-align:middle;
margin:0
}
.editable-checklist label {
white-space:nowrap
}
.editable-wysihtml5 {
width:566px;
height:250px
}
.editable-clear {
clear:both;
font-size:.9em;
text-decoration:none;
text-align:right
}
.editable-clear-x {
display:block;
width:13px;
height:13px;
position:absolute;
opacity:.6;
z-index:100;
font-size:13px;
line-height:13px;
font-family:FontAwesome;
cursor:pointer;
top:50%;
right:6px;
margin-top:-6px
}
.editable-clear-x:after {
content:'\f057'
}
.editable-clear-x:hover {
opacity:1
}
.editable-pre-wrapped {
white-space:pre-wrap
}
.editable-container.editable-popup {
max-width:none!important
}
.editable-container.popover {
width:auto
}
.editable-container.editable-inline {
display:inline-block;
vertical-align:middle;
width:auto;
zoom:1;
*display:inline
}
.editable-container .ui-widget {
font-size:inherit;
z-index:9990
}
.editable-click,a.editable-click,a.editable-click:hover {
text-decoration:none;
border-bottom:dashed 1px #08c
}
.editable-click.editable-disabled,a.editable-click.editable-disabled,a.editable-click.editable-disabled:hover {
color:#585858;
cursor:default;
border-bottom:none
}
.editable-empty,.editable-empty:focus,.editable-empty:hover {
font-style:italic;
color:#D14;
text-decoration:none
}
.editable-unsaved {
font-weight:700
}
.editable-bg-transition {
-webkit-transition:background-color 1400ms ease-out;
transition:background-color 1400ms ease-out
}
.form-horizontal .editable {
padding-top:5px;
display:inline-block
}
.editable-buttons .editable-cancel,.editable-buttons .editable-submit {
font-family:FontAwesome;
font-size:14px;
color:#fff;
line-height:20px
}
.editable-buttons .editable-cancel i,.editable-buttons .editable-submit i {
display:none
}
.editable-buttons .editable-cancel {
color:#555;
margin-left:5px
}
.editable-buttons .editable-submit:after {
content:"\f00c"
}
.editable-buttons .editable-cancel:after {
content:"\f00d"
}
.editable-input>.select2-container {
max-width:300px
}
.editable-date.well {
padding:0;
background:#fff;
border:none;
border-radius:0
}
.editable[data-type=address]+.editable-container .editable-input {
width:260px
}
.editable[data-type=address]+.editable-container .editable-buttons {
position:relative;
top:2px
}
.editable-address {
margin-top:2px
}
.editable-address label {
width:100%
}
.editable-address input,.editable-address label span {
display:block;
float:left;
margin:0
}
.editable-address label span {
width:25%;
padding:0 10px 0 0;
line-height:32px;
text-align:right;
position:relative
}
.editable-address input {
width:75%!important
}
.editable-address+.editable-address {
margin-top:6px
}
.twitter-typeahead .tt-hint,.twitter-typeahead .tt-query {
margin-bottom:0
}
.tt-dropdown-menu {
border:2px solid #ccc;
padding:5px 0;
min-width:160px;
margin-top:2px;
background-color:#fff;
border-radius:2px
}
.tt-suggestion {
display:block;
margin:0 -2px;
padding:5px 18px
}
.tt-suggestion p {
margin:0
}
.tt-suggestion.tt-is-under-cursor,.tt-suggestion.tt-is-under-cursor a {
color:#fff
}
@media (min-width:768px) {
.bootbox.bootbox-sm .modal-dialog {
width:300px
}
}
.bootbox .modal-footer {
margin-top:0
}
.dataTables_wrapper .table-header {
margin-bottom:-7px;
padding:13px 0 13px 15px
}
.dataTables_wrapper .table-header .table-caption {
float:left;
line-height:20px;
padding:5px 10px 5px 0;
width:auto
}
.dataTables_wrapper .table-footer {
margin-top:-7px;
padding-right:10px
}
.dataTables_wrapper .DT-label {
color:#888;
line-height:29px
}
.DT-per-page,.DT-search {
display:inline-block
}
.DT-lf-right {
float:right;
white-space:nowrap
}
.DT-search {
line-height:30px;
margin-right:10px
}
.DT-search,.DT-search input {
width:130px!important
}
.DT-search input,.DT-search label {
margin-bottom:0!important;
margin-top:0!important
}
.DT-per-page {
border-right:1px solid #eee;
margin-right:10px;
height:30px;
padding-right:10px;
white-space:nowrap
}
.DT-per-page select {
display:inline-block!important;
width:auto!important
}
.DT-label {
float:left;
font-size:12px
}
.DT-pagination {
float:right
}
.dataTables_paginate .pagination>li>a,.dataTables_paginate .pagination>li>span {
font-size:12px;
padding:5px 10px
}
table.dataTable {
clear:both;
margin-bottom:6px!important;
margin-top:6px!important;
max-width:none!important
}
table.dataTable,table.dataTable td,table.dataTable th {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box
}
table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_desc_disabled {
cursor:pointer
}
table.dataTable thead .sorting:after {
content:"\f0dc";
display:block
}
table.dataTable thead .sorting_asc {
background:rgba(0,0,0,.05)
}
table.dataTable thead .sorting_asc:after {
content:"\f0dd";
display:block
}
table.dataTable thead .sorting_desc {
background:rgba(0,0,0,.05)
}
table.dataTable thead .sorting_desc:after {
content:"\f0de";
display:block
}
table.dataTable thead .sorting_asc_disabled:after {
content:"\f0dd";
display:block;
opacity:.3
}
table.dataTable thead .sorting_desc_disabled:after {
content:"\f0de";
display:block;
opacity:.3
}
table.dataTable th {
position:relative
}
table.dataTable th:after {
display:none;
font-family:FontAwesome;
font-size:11px;
font-weight:400!important;
line-height:20px;
height:20px;
position:absolute;
right:0;
top:8px;
width:20px
}
table.dataTable th:active {
outline:0
}
div.dataTables_scrollHead table {
border-bottom-left-radius:0;
border-bottom-right-radius:0;
margin-bottom:0!important
}
div.dataTables_scrollHead table thead tr:last-child td:first-child,div.dataTables_scrollHead table thead tr:last-child th:first-child {
border-bottom-left-radius:0!important;
border-bottom-right-radius:0!important
}
div.dataTables_scrollBody table {
margin-bottom:0!important;
border-top:none
}
div.dataTables_scrollBody tbody tr:first-child td,div.dataTables_scrollBody tbody tr:first-child th,div.dataTables_scrollFoot table {
border-top:none
}
/*.table-danger .dataTables_wrapper .table-header input,.table-danger .dataTables_wrapper .table-header select,.table-info .dataTables_wrapper .table-header input,.table-info .dataTables_wrapper .table-header select,.table-primary .dataTables_wrapper .table-header input,.table-primary .dataTables_wrapper .table-header select,.table-success .dataTables_wrapper .table-header input,.table-success .dataTables_wrapper .table-header select,.table-warning .dataTables_wrapper .table-header input,.table-warning .dataTables_wrapper .table-header select {
border:none!important
}*/
.table-success .dataTables_wrapper .DT-per-page {
border-color:#518d51!important
}
.table-danger .dataTables_wrapper .DT-per-page {
border-color:#ca4433!important
}
.table-warning .dataTables_wrapper .DT-per-page {
border-color:#de9328!important
}
.table-info .dataTables_wrapper .DT-per-page {
border-color:#3da1bf!important
}
#growls {
position:fixed;
right:0;
top:10px;
z-index:5000
}
.main-navbar-fixed #growls {
top:46px
}
.main-menu-right #growls {
left:0;
right:auto
}
.growl {
border-radius:4px;
margin:10px;
position:relative;
opacity:.95;
filter:alpha(opacity=95);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}
.growl .growl-title {
font-size:14px;
font-weight:600;
display:inline-block;
margin-bottom:2px
}
.growl .growl-message {
font-size:13px
}
.growl .growl-close {
cursor:pointer;
display:inline-block;
float:right;
font-family:helvetica,verdana,sans-serif;
font-size:14px;
font-weight:400;
line-height:18px;
margin-top:-2px
}
.growl.growl-incoming,.growl.growl-outgoing {
opacity:0;
filter:alpha(opacity=0)
}
.growl.growl-small {
padding:6px 8px;
width:200px
}
.growl.growl-small .growl-title {
font-size:13px;
margin-bottom:0
}
.growl.growl-small .growl-message {
font-size:11px
}
.growl.growl-medium {
padding:10px;
width:250px
}
.growl.growl-large {
padding:15px;
width:300px
}
.growl.growl-default {
background:#7f8c8d;
color:#fff
}
.growl.growl-error {
background:#e66454;
color:#fff
}
.growl.growl-notice {
background:#5ebd5e;
color:#fff
}
.growl.growl-warning {
background:#f4b04f;
color:#fff
}
.dz-browser-not-supported .dz-message {
display:none!important
}
.dz-browser-not-supported.dropzone-box {
min-height:auto!important;
border:none!important;
border-radius:0!important;
width:auto!important;
cursor:default!important;
padding:0!important;
-webkit-transition:none;
transition:none
}
.dropzone-box {
position:relative;
min-height:284px;
border:3px dashed #ddd;
border-radius:3px;
vertical-align:middle;
width:100%;
cursor:pointer;
padding:0 15px 15px 0;
-webkit-transition:all .2s;
transition:all .2s
}
.dz-default.dz-message {
color:#555;
font-size:20px;
font-weight:600;
display:block;
min-height:70px;
width:300px;
position:absolute;
padding-left:90px;
padding-top:12px;
line-height:22px;
top:50%;
margin-top:-35px;
left:50%;
margin-left:-150px;
-webkit-transition:all .2s;
transition:all .2s
}
.dz-text-small {
font-size:14px;
font-weight:400
}
.dropzone-box .fa.fa-cloud-upload {
display:block;
width:70px;
height:70px;
position:absolute;
left:0;
top:0;
text-align:center;
line-height:70px;
font-size:32px;
background:#eee;
color:#aaa;
border-radius:2px;
-webkit-transition:all .2s;
transition:all .2s
}
.dropzone-box:hover .fa.fa-cloud-upload {
color:#fff
}
.dz-started .dz-default.dz-message {
display:none
}
.dz-started:hover .fa.fa-cloud-upload {
background:#eee!important;
color:#aaa!important
}
.dz-preview {
width:160px;
padding:6px 10px 10px;
margin:15px 0 0 15px;
display:inline-block;
cursor:default;
border:1px solid #ddd;
border-radius:2px;
vertical-align:top
}
.dz-filename {
color:#555;
overflow:hidden;
padding-bottom:2px
}
.dz-size {
padding-bottom:8px
}
.dz-thumbnail {
width:138px;
height:120px;
text-align:center;
display:table-cell;
vertical-align:middle;
overflow:hidden
}
.dz-thumbnail>img {
max-width:100%;
max-height:120px
}
.dz-preview .progess-bar,.dz-preview .progress {
height:8px
}
.dz-preview .progress {
margin:8px 0 0
}
.dz-size {
font-style:italic;
color:#aaa;
font-size:11px
}
.dz-size span {
font-weight:600
}
.dz-remove {
line-height:30px;
display:block;
margin:8px -11px -11px;
text-align:center;
color:#666;
border-top:1px solid #ddd;
border-bottom:1px solid transparent;
font-weight:600;
font-size:10px;
text-transform:uppercase;
-webkit-transition:all .1s;
transition:all .1s;
border-bottom-right-radius:2px;
border-bottom-left-radius:2px
}
.dz-remove:hover {
background:#e66454;
color:#fff;
border-top-color:transparent;
text-decoration:none
}
.dz-thumbnail-wrapper {
margin:0 -10px;
padding:10px;
background:#f2f2f2;
border:1px solid #ddd;
border-left:none;
border-right:none;
position:relative
}
.dz-nopreview {
text-transform:uppercase;
font-size:11px;
font-weight:600;
color:#888
}
.dz-thumbnail img[src]+.dz-nopreview {
display:none
}
.dz-error-mark,.dz-error-message,.dz-success-mark {
display:none;
position:absolute;
left:-1px;
right:-1px;
top:-1px;
bottom:-1px;
text-align:center;
background:rgba(0,0,0,.5);
box-shadow:0 0 30px rgba(0,0,0,.1)inset;
-webkit-transition:all .1s;
transition:all .1s
}
.dz-error-mark .fa,.dz-success-mark .fa {
line-height:140px;
font-size:50px;
font-weight:400
}
.dz-error-mark .fa {
color:#fa6b59
}
.dz-success-mark .fa {
color:#9ed441
}
.dz-error-message {
color:#fff;
font-weight:600;
padding:20px 10px 0
}
.dz-error .dz-error-mark {
display:block
}
.dz-error .dz-error-message,.dz-error:hover .dz-error-mark {
display:none
}
.dz-error:hover .dz-error-message,.dz-success .dz-success-mark {
display:block
}
.note-editor {
border:1px solid #d6d6d6;
background:#fff
}
.note-editor .note-dropzone {
position:absolute;
display:none;
z-index:1;
border:2px dashed #87cefa;
color:#87cefa;
background-color:#fff;
opacity:.95;
pointer-event:none
}
.note-editor .note-dropzone .note-dropzone-message {
display:table-cell;
vertical-align:middle;
text-align:center;
font-size:28px;
font-weight:700
}
.note-editor .note-dropzone.hover {
border:2px dashed #098ddf;
color:#098ddf
}
.note-editor.dragover .note-dropzone {
display:table
}
.note-editor.fullscreen {
position:fixed;
top:0;
left:0;
width:100%;
z-index:1050
}
.note-editor.fullscreen .note-editable {
background-color:#fff
}
.note-editor.codeview .note-editable,.note-editor.fullscreen .note-resizebar {
display:none
}
.note-editor.codeview .note-codable {
display:block
}
.note-editor .note-toolbar {
padding-left:5px;
padding-bottom:5px;
margin:0;
background-color:#f5f5f5;
border-bottom:1px solid #d6d6d6
}
.note-editor .note-toolbar .fa {
font-size:14px;
margin:0!important
}
.note-editor .note-toolbar>.btn-group {
margin-top:5px;
margin-left:0;
margin-right:5px
}
.note-editor .note-toolbar>.btn-group>.btn {
padding-top:5px;
padding-bottom:5px
}
.note-editor .note-toolbar .dropdown-menu {
white-space:nowrap
}
.note-editor .note-toolbar .dropdown-menu .btn-group {
float:none
}
.note-editor .note-toolbar .dropdown-menu>li>a {
cursor:pointer
}
.note-editor .note-toolbar .note-table .dropdown-menu {
min-width:0;
padding:5px
}
.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker {
font-size:18px
}
.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher {
position:absolute!important;
z-index:3;
width:10em;
height:10em;
cursor:pointer
}
.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted {
position:relative!important;
z-index:1;
width:5em;
height:5em;
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat
}
.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted {
position:absolute!important;
z-index:2;
width:1em;
height:1em;
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat
}
.note-editor .note-toolbar .note-style blockquote,.note-editor .note-toolbar .note-style h1,.note-editor .note-toolbar .note-style h2,.note-editor .note-toolbar .note-style h3,.note-editor .note-toolbar .note-style h4,.note-editor .note-toolbar .note-style h5,.note-editor .note-toolbar .note-style h6 {
margin:0
}
.note-editor .note-toolbar .note-color .dropdown-toggle {
width:20px;
padding-left:5px
}
.note-editor .note-toolbar .note-color .dropdown-menu {
min-width:290px;
white-space:nowrap
}
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group {
margin:0
}
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group:first-child {
margin:0 5px
}
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
font-size:12px;
margin:2px 7px;
text-align:center;
border-bottom:1px solid #eee
}
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
font-size:12px;
margin:5px;
padding:0 3px;
cursor:pointer;
border-radus:5px
}
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
background:#eee
}
.note-editor .note-toolbar .note-para .dropdown-menu {
min-width:216px;
padding:5px
}
.note-editor .note-toolbar .note-para .dropdown-menu>div:first-child {
margin-right:5px
}
.note-editor .note-statusbar {
background-color:#f5f5f5
}
.note-editor .note-statusbar .note-resizebar {
height:8px;
width:100%;
border-top:1px solid #d6d6d6;
cursor:s-resize
}
.note-editor .note-statusbar .note-resizebar .note-icon-bar {
width:20px;
margin:1px auto;
border-top:1px solid #d6d6d6
}
.note-editor .note-popover .popover {
max-width:none
}
.note-editor .note-popover .popover .popover-content {
padding:5px
}
.note-editor .note-popover .popover .popover-content a {
display:inline-block;
max-width:200px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
vertical-align:middle
}
.note-editor .note-popover .popover .popover-content .btn-group+.btn-group {
margin-left:5px
}
.note-editor .note-popover .popover .arrow {
left:20px
}
.note-editor .note-handle .note-control-selection {
position:absolute;
display:none;
border:1px solid #000
}
.note-editor .note-handle .note-control-selection>div {
position:absolute
}
.note-editor .note-handle .note-control-selection .note-control-selection-bg {
width:100%;
height:100%;
background-color:#000;
opacity:.3;
filter:alpha(opacity=30)
}
.note-editor .note-handle .note-control-selection .note-control-handle,.note-editor .note-handle .note-control-selection .note-control-holder {
width:7px;
height:7px;
border:1px solid #000
}
.note-editor .note-handle .note-control-selection .note-control-sizing {
width:7px;
height:7px;
border:1px solid #000;
background-color:#fff
}
.note-editor .note-handle .note-control-selection .note-control-nw {
top:-5px;
left:-5px;
border-right:none;
border-bottom:none
}
.note-editor .note-handle .note-control-selection .note-control-ne {
top:-5px;
right:-5px;
border-bottom:none;
border-left:none
}
.note-editor .note-handle .note-control-selection .note-control-sw {
bottom:-5px;
left:-5px;
border-top:none;
border-right:none
}
.note-editor .note-handle .note-control-selection .note-control-se {
right:-5px;
bottom:-5px;
cursor:se-resize
}
.note-editor .note-handle .note-control-selection .note-control-selection-info {
right:0;
bottom:0;
padding:5px;
margin:5px;
color:#fff;
background-color:#000;
font-size:12px;
border-radus:5px;
opacity:.7;
filter:alpha(opacity=70)
}
.note-editor .note-dialog>div {
display:none
}
.note-editor .note-dialog .note-image-dialog .note-dropzone {
min-height:100px;
font-size:30px;
line-height:4;
color:#d3d3d3;
text-align:center;
border:4px dashed #d3d3d3;
margin-bottom:10px
}
.note-editor .note-dialog .note-help-dialog {
font-size:12px;
color:#ccc;
background-color:#222!important;
opacity:.9;
filter:alpha(opacity=90);
background:0 0;
border:none
}
.note-editor .note-dialog .note-help-dialog .modal-content {
background:0 0;
border:1px solid #fff;
-webkit-box-shadow:none;
box-shadow:none;
border-radius:5px
}
.note-editor .note-dialog .note-help-dialog a {
font-size:12px;
color:#fff
}
.note-editor .note-dialog .note-help-dialog .title {
color:#fff;
font-size:14px;
font-weight:700;
padding-bottom:5px;
border-bottom:#fff 1px solid
}
.note-editor .note-dialog .note-help-dialog .modal-close {
font-size:14px;
color:#dd0;
cursor:pointer
}
.note-editor .note-dialog .note-help-dialog .note-shortcut-layout {
width:100%
}
.note-editor .note-dialog .note-help-dialog .note-shortcut-layout td {
vertical-align:top
}
.note-editor .note-dialog .note-help-dialog .note-shortcut {
margin-top:8px
}
.note-editor .note-dialog .note-help-dialog .note-shortcut th {
text-align:left;
font-size:13px;
color:#dd0
}
.note-editor .note-dialog .note-help-dialog .note-shortcut td:first-child {
min-width:110px;
font-family:"Courier New";
color:#dd0;
text-align:right;
padding-right:10px
}
.note-editor .note-editable {
padding:10px;
overflow:auto;
outline:0
}
.note-editor .note-editable[contenteditable=false] {
background-color:#e5e5e5
}
.note-editor .note-codable {
display:none;
width:100%;
padding:10px;
border:none;
box-shadow:none;
font-family:Menlo,Monaco,monospace,sans-serif;
font-size:14px;
color:#ccc;
background-color:#222;
resize:none;
direction:ltr!important;
border-radius:0;
margin-bottom:0
}
.note-editor .CodeMirror {
direction:ltr!important
}
.note-editor .dropdown-menu {
min-width:90px
}
.note-editor .dropdown-menu.right {
right:0;
left:auto
}
.note-editor .dropdown-menu.right::before {
right:9px;
left:auto!important
}
.note-editor .dropdown-menu.right::after {
right:10px;
left:auto!important
}
.note-editor .dropdown-menu li a i {
color:#00bfff;
visibility:hidden
}
.note-editor .dropdown-menu li a.checked i {
visibility:visible
}
.note-editor .note-fontsize-10 {
font-size:10px
}
.note-editor .note-color-palette {
line-height:1
}
.note-editor .note-color-palette div .note-color-btn {
width:17px;
height:17px;
padding:0;
margin:0;
border:1px solid #fff
}
.note-editor .note-color-palette div .note-color-btn:hover {
border:1px solid #000
}
.md-editor {
display:block;
border:1px solid #e4e4e4;
border-radius:2px;
-webkit-transition:all .3s;
transition:all .3s
}
.md-editor .md-footer,.md-editor>.md-header {
display:block;
padding:6px 4px;
background:#f5f5f5
}
.md-editor>.md-header {
margin:0;
border-top-right-radius:2px;
border-top-left-radius:2px
}
.md-editor>.md-header .btn {
padding-top:5px;
padding-bottom:5px
}
.md-editor>.md-header .btn .fa {
font-size:14px
}
.md-editor>.md-preview {
border-top:1px dashed #e4e4e4;
min-height:10px;
padding:6px 12px
}
.md-editor>textarea {
font-family:Menlo,Monaco,Consolas,"Courier New",monospace;
font-size:13px;
outline:0;
margin:0;
display:block;
padding:6px 12px;
width:100%;
border:0;
border-top:1px dashed #e4e4e4;
border-radius:0;
background:#fff
}
.md-editor.active {
border-color:#66afe9
}
.jqstooltip {
width:auto!important;
height:auto!important;
color:#fff!important;
border-radius:2px;
background-color:#222!important;
font-size:11px!important;
padding:4px 10px!important
}
.pie-chart {
display:inline-block!important;
position:relative!important
}
.pie-chart:after,.pie-chart:before {
content:" ";
display:table
}
.pie-chart:after {
clear:both
}
.pie-chart-label {
display:block!important;
width:100%;
text-align:center;
line-height:40px;
height:40px;
margin-top:-20px;
position:absolute!important;
top:50%;
font-weight:300;
font-size:17px
}
.morris-hover {
position:absolute;
z-index:1000
}
.morris-hover.morris-default-style {
text-align:center;
border-radius:2px;
background-color:#222;
font-size:11px;
padding:4px 10px
}
.morris-hover.morris-default-style .morris-hover-row-label {
font-weight:700;
margin:4px 0;
color:#aaa
}
.morris-hover.morris-default-style .morris-hover-point {
white-space:nowrap;
margin:2px 0
}
.pa-flot-container {
width:100%;
height:auto;
overflow:hidden;
position:relative
}
.pa-flot-container:after,.pa-flot-container:before {
content:" ";
display:table
}
.pa-flot-container:after {
clear:both
}
.pa-flot-graph {
width:auto;
height:auto
}
.pa-flot-info {
width:auto;
margin-bottom:20px;
background:#f4f4f4;
background:rgba(0,0,0,.03);
border-radius:2px
}
.pa-flot-info:after,.pa-flot-info:before {
content:" ";
display:table
}
.pa-flot-info:after {
clear:both
}
.pa-flot-info span {
position:relative;
display:inline-block;
margin-right:10px;
text-decoration:none;
cursor:default;
padding-left:24px;
font-weight:400;
font-size:12px;
line-height:32px;
color:#646464
}
.pa-flot-info i {
position:absolute;
display:block;
content:'';
width:8px;
height:8px;
top:12px;
left:10px;
border-radius:9999px
}
.pa-flot-tooltip {
position:absolute;
display:none;
padding:5px 10px;
font-size:12px;
background:#222;
color:#fff;
border-radius:2px
}
.tickLabel {
font-size:12px;
color:#666
}
.yAxis .tickLabel:first-child,.yAxis .tickLabel:last-child {
display:none
}
.pieLabel>div {
font-size:12px!important
}
.slimScrollBar {
width:6px!important;
opacity:.3!important
}
.slimScrollRail {
width:6px!important
}
pre {
-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
white-space: pre-wrap;
}
.grey-container {
background: #eee;
padding: 15px;
margin-bottom: 10px;
border: 1px solid rgba(0, 0, 0, 0.2);
border-width: 1px 0 1px 0;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25) inset;
-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25) inset;
-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25) inset;
}
.shortcut-wrapper {
text-align: center;
}
.shortcut-link {
display: inline-block;
color: #ccc;
margin-right: 20px;
text-shadow: 0 1px 0 #fff;
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
}
.shortcut-link .shortcut-icon {
position: relative;
font-size: 30px;
}
.shortcut-link .shortcut-icon .shortcut-alert {
position: absolute;
border-radius: 50em;
-moz-border-radius: 50em;
-webkit-border-radius: 50em;
font-size: 11px;
color: #fff;
top: 0;
right: 0;
background: #ec2525;
border: 1px solid #ec2525;
text-shadow: none;
font-weight: bold;
line-height: 16px;
width: 18px;
height: 18px;
text-align: center;
}
.shortcut-link .text {
display: inline-block;
margin-left: 10px;
margin-top: -5px;
color: #626262;
font-weight: 600;
}
.shortcut-link:hover {
text-decoration: none;
color: #626262;
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
}
#sms-traffic svg{
height: 400px;
}
#finance-traffic svg{
height: 440px;
}
#sms-finance-traffic svg{
height: 440px;
}
#sms-finance-traffic svg{
height: 440px;
} | 0.454956 | 0.072801 |
.keyword {
font-weight: bold;
}
.superscript {
font-size: 4;
}
.subscript {
font-size: 4;
}
.string {
color: gray;
}
.comment {
color: #0090E4;
font-style: oblique;
}
.constructor {
color: #114CA5;
}
/* Formatting. */
.warning {
margin-right: 1ex;
font-weight: bold;
}
.info {
margin-left: 3em;
margin-right: 3em;
}
.param_info {
margin-top: 4px;
margin-left: 3em;
margin-right: 3em;
}
.info pre, pre.codepre {
background-color: #f4f4f4;
padding: 0.75em 1em;
}
.info .code {
background-color: #eee;
padding: 0 3px;
}
.info pre .code {
background-color: transparent;
padding: 0;
}
.typetable {
border-style: hidden;
}
.paramstable {
border-style: hidden;
padding: 5pt;
}
td.typefieldcomment {
font-size: smaller;
}
div.sig_block {
margin-left: 2em;
}
table {
font: inherit;
border-spacing: 0;
}
td {
padding: 0;
}
td.module {
font-family: monospace;
}
/* General. */
body {
font-size: 14px;
font-family: "Helvetica Neue", Helvetica, sans-serif;
line-height: 1.5;
padding-top: 1.5em;
padding-bottom: 1.5em;
margin: 0;
margin-left: 20em;
max-width: 50em;
background-color: #fefefe;
}
.toc {
position: fixed;
top: 3em;
left: 1em;
}
.toc p {
display: none;
}
.top-links {
float: right;
margin-top: 1.5em;
margin-right: 3em;
}
.top-links a {
margin-right: 1em;
}
p {
margin-top: 1.5em;
margin-bottom: 1.5em;
}
ul {
margin-bottom: 1.5em;
}
p + ul {
margin-top: -1.5em;
}
.asynchronous pre + pre {
margin-top: 1.5em;
}
@media (max-width:980px) {
body {
margin-left: 1em;
}
.toc {
position: static;
}
.toc p {
display: block;
margin-top: 3em;
font-weight: bold;
}
.toc .hide-narrow {
display: none;
}
.toc .links br:nth-of-type(1), .toc .links br:nth-of-type(2) {
display: none;
}
.toc .links {
columns: 15em 2;
-webkit-columns: 15em 2;
-moz-columns: 15em 2;
}
}
.footer {
margin-top: 9em;
opacity: 0.3;
}
/* Sections. */
h2 {
font-size: 150%;
margin-top: 3em;
margin-bottom: 1em;
line-height: 1;
}
h3 {
font-size: 100%;
margin-top: 1.5em;
margin-bottom: 1.5em;
}
body > pre:first-of-type {
margin-top: 1.5em;
}
.info {
margin-bottom: 1.5em;
}
.info.top {
margin-bottom: 6em;
}
table .info {
margin-bottom: 0;
}
.multiline-member {
margin-top: 1.5em;
}
.end-of-section-text {
margin-bottom: 3em;
}
/* Links. */
a {
color: #416DFF;
text-decoration: none;
}
a:hover {
background-color: #ddd;
text-decoration: underline;
}
a .code {
color: #416DFF;
}
a.github {
font-weight: bold;
}
h2:target,
a:target {
background-color: yellow;
}
h2[id] > a,
a[id] {
color: inherit;
outline: none;
}
h2[id] > a:hover,
a[id]:hover {
background-color: yellow;
text-decoration: none;
}
/* Code. */
pre {
margin: 0;
overflow: auto;
}
pre.codepre br {
display: none;
}
/* Abuse of CSS for semantic structure. */
body.index .top ul,
body.index .top pre:first-of-type,
body.index .top pre:nth-of-type(2) + p,
body.index .top table + p {
margin-bottom: 3em;
} | docs/style.css |
.keyword {
font-weight: bold;
}
.superscript {
font-size: 4;
}
.subscript {
font-size: 4;
}
.string {
color: gray;
}
.comment {
color: #0090E4;
font-style: oblique;
}
.constructor {
color: #114CA5;
}
/* Formatting. */
.warning {
margin-right: 1ex;
font-weight: bold;
}
.info {
margin-left: 3em;
margin-right: 3em;
}
.param_info {
margin-top: 4px;
margin-left: 3em;
margin-right: 3em;
}
.info pre, pre.codepre {
background-color: #f4f4f4;
padding: 0.75em 1em;
}
.info .code {
background-color: #eee;
padding: 0 3px;
}
.info pre .code {
background-color: transparent;
padding: 0;
}
.typetable {
border-style: hidden;
}
.paramstable {
border-style: hidden;
padding: 5pt;
}
td.typefieldcomment {
font-size: smaller;
}
div.sig_block {
margin-left: 2em;
}
table {
font: inherit;
border-spacing: 0;
}
td {
padding: 0;
}
td.module {
font-family: monospace;
}
/* General. */
body {
font-size: 14px;
font-family: "Helvetica Neue", Helvetica, sans-serif;
line-height: 1.5;
padding-top: 1.5em;
padding-bottom: 1.5em;
margin: 0;
margin-left: 20em;
max-width: 50em;
background-color: #fefefe;
}
.toc {
position: fixed;
top: 3em;
left: 1em;
}
.toc p {
display: none;
}
.top-links {
float: right;
margin-top: 1.5em;
margin-right: 3em;
}
.top-links a {
margin-right: 1em;
}
p {
margin-top: 1.5em;
margin-bottom: 1.5em;
}
ul {
margin-bottom: 1.5em;
}
p + ul {
margin-top: -1.5em;
}
.asynchronous pre + pre {
margin-top: 1.5em;
}
@media (max-width:980px) {
body {
margin-left: 1em;
}
.toc {
position: static;
}
.toc p {
display: block;
margin-top: 3em;
font-weight: bold;
}
.toc .hide-narrow {
display: none;
}
.toc .links br:nth-of-type(1), .toc .links br:nth-of-type(2) {
display: none;
}
.toc .links {
columns: 15em 2;
-webkit-columns: 15em 2;
-moz-columns: 15em 2;
}
}
.footer {
margin-top: 9em;
opacity: 0.3;
}
/* Sections. */
h2 {
font-size: 150%;
margin-top: 3em;
margin-bottom: 1em;
line-height: 1;
}
h3 {
font-size: 100%;
margin-top: 1.5em;
margin-bottom: 1.5em;
}
body > pre:first-of-type {
margin-top: 1.5em;
}
.info {
margin-bottom: 1.5em;
}
.info.top {
margin-bottom: 6em;
}
table .info {
margin-bottom: 0;
}
.multiline-member {
margin-top: 1.5em;
}
.end-of-section-text {
margin-bottom: 3em;
}
/* Links. */
a {
color: #416DFF;
text-decoration: none;
}
a:hover {
background-color: #ddd;
text-decoration: underline;
}
a .code {
color: #416DFF;
}
a.github {
font-weight: bold;
}
h2:target,
a:target {
background-color: yellow;
}
h2[id] > a,
a[id] {
color: inherit;
outline: none;
}
h2[id] > a:hover,
a[id]:hover {
background-color: yellow;
text-decoration: none;
}
/* Code. */
pre {
margin: 0;
overflow: auto;
}
pre.codepre br {
display: none;
}
/* Abuse of CSS for semantic structure. */
body.index .top ul,
body.index .top pre:first-of-type,
body.index .top pre:nth-of-type(2) + p,
body.index .top table + p {
margin-bottom: 3em;
} | 0.614857 | 0.23444 |
.site-header {
background-color: #000020;
}
main {
margin-top: 20px;
}
.active {
border-bottom: 1px solid white !important;
}
.text-decoration-none {
text-decoration: none !important;
}
.nav-link {
text-transform: uppercase;
}
.has-comment{
color: #ed0000!important;
}
.article-title{
font-family: 'Courier New', Monospace !important;
font-weight: bold;
color: #101020;
}
small{
color: #808080 !important;
}
.btn-outline-info-updated {
border: 1px rgba(255, 255, 255, 0.5) solid !important;
color: rgba(255, 255, 255, 0.5) !important;
}
.btn-outline-info-updated:hover {
color: rgba(255, 255, 255, .75) !important;
background-color: #101020 !important;
border-color: rgba(255, 255, 255, .75) !important;
}
.btn-outline-info-updated:active {
color: #fff !important;
background-color: #101020 !important;
border-color: #fff !important;
}
.btn-info {
border: 1px rgba(255, 255, 255, 0.5) solid !important;
color: #000020 !important;
background-color: white !important;
}
.btn-info:active {
color: #fff !important;
background-color: #101020 !important;
border-color: #fff !important;
}
.btn-info:hover {
color: rgba(255, 255, 255, .75) !important;
background-color: rgba(255, 255, 255, .75) !important;
border-color: rgba(255, 255, 255, .75) !important;
}
main .section-content {
background-color: #fff;
border: 1px solid #ddd;
padding: 20px 20px;
}
main .post-content {
padding: 10px;
border: 1px solid #ddd;
margin-bottom: 10px;
}
body {
font-size: 14px !important;
scrollbar-width: thin;
}
.content {
background-color: #fff;
}
.navbar {
padding-top: 5px !important;
padding-bottom: 5px !important;
}
.navbar .navbar-toggler {
border: none;
outline: none;
}
.nav-link {
padding-bottom: 3px !important;
}
.form-control {
border-radius: 0 !important;
padding: 3px !important;
}
.profile-img {
width: 80px;
}
.article-img {
width: 100% !important;
}
.article-title {
text-decoration: none !important;
}
.profile-img {
padding: 0 0 !important;
}
.mask {
display: inline-block;
width: 80px;
height: 80px;
border-radius: 40px;
overflow: hidden;
margin-right: 20px;
}
.profile-img-nav {
width: 30px;
}
.mask-nav {
display: inline-block;
width: 30px;
height: 30px;
border-radius: 15px;
overflow: hidden;
align-items: center;
display: flex;
justify-content: center;
}
.fa {
color: rgba(0, 0, 0, 0.411) !important;
width: 20px;
text-align: center;
}
.navbar-collapse .nav-link {
padding-top: 0px;
padding-bottom: 0px;
}
.nav-item {
text-align: left !important;
}
.active {
border-bottom: 1px solid black;
padding-top: 0px;
}
.django-ckeditor-widget {
width: 100% !important;
overflow-x: scroll !important;
}
/*# sourceMappingURL=main.css.map */ | staticfiles/css/main.css | .site-header {
background-color: #000020;
}
main {
margin-top: 20px;
}
.active {
border-bottom: 1px solid white !important;
}
.text-decoration-none {
text-decoration: none !important;
}
.nav-link {
text-transform: uppercase;
}
.has-comment{
color: #ed0000!important;
}
.article-title{
font-family: 'Courier New', Monospace !important;
font-weight: bold;
color: #101020;
}
small{
color: #808080 !important;
}
.btn-outline-info-updated {
border: 1px rgba(255, 255, 255, 0.5) solid !important;
color: rgba(255, 255, 255, 0.5) !important;
}
.btn-outline-info-updated:hover {
color: rgba(255, 255, 255, .75) !important;
background-color: #101020 !important;
border-color: rgba(255, 255, 255, .75) !important;
}
.btn-outline-info-updated:active {
color: #fff !important;
background-color: #101020 !important;
border-color: #fff !important;
}
.btn-info {
border: 1px rgba(255, 255, 255, 0.5) solid !important;
color: #000020 !important;
background-color: white !important;
}
.btn-info:active {
color: #fff !important;
background-color: #101020 !important;
border-color: #fff !important;
}
.btn-info:hover {
color: rgba(255, 255, 255, .75) !important;
background-color: rgba(255, 255, 255, .75) !important;
border-color: rgba(255, 255, 255, .75) !important;
}
main .section-content {
background-color: #fff;
border: 1px solid #ddd;
padding: 20px 20px;
}
main .post-content {
padding: 10px;
border: 1px solid #ddd;
margin-bottom: 10px;
}
body {
font-size: 14px !important;
scrollbar-width: thin;
}
.content {
background-color: #fff;
}
.navbar {
padding-top: 5px !important;
padding-bottom: 5px !important;
}
.navbar .navbar-toggler {
border: none;
outline: none;
}
.nav-link {
padding-bottom: 3px !important;
}
.form-control {
border-radius: 0 !important;
padding: 3px !important;
}
.profile-img {
width: 80px;
}
.article-img {
width: 100% !important;
}
.article-title {
text-decoration: none !important;
}
.profile-img {
padding: 0 0 !important;
}
.mask {
display: inline-block;
width: 80px;
height: 80px;
border-radius: 40px;
overflow: hidden;
margin-right: 20px;
}
.profile-img-nav {
width: 30px;
}
.mask-nav {
display: inline-block;
width: 30px;
height: 30px;
border-radius: 15px;
overflow: hidden;
align-items: center;
display: flex;
justify-content: center;
}
.fa {
color: rgba(0, 0, 0, 0.411) !important;
width: 20px;
text-align: center;
}
.navbar-collapse .nav-link {
padding-top: 0px;
padding-bottom: 0px;
}
.nav-item {
text-align: left !important;
}
.active {
border-bottom: 1px solid black;
padding-top: 0px;
}
.django-ckeditor-widget {
width: 100% !important;
overflow-x: scroll !important;
}
/*# sourceMappingURL=main.css.map */ | 0.459561 | 0.115936 |
body {
background: #F3DCD4;
color: #000000;
margin-top: 5rem;
font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
color: black;
}
.bg-steel {
background-color: #F3DCD4;
/* border-bottom:30px solid #F3DCD4 */
padding-bottom:25px;
border: 1px solid black;
}
.site-header .navbar-nav .nav-link {
color: #000000;
margin-top: 3%;
}
.site-header .navbar-nav .nav-link:hover {
color: #ffffff;
}
.site-header .navbar-nav .nav-link.active {
font-weight: 500;
}
.content-section {
background: #ffffff;
padding: 10px 20px;
border: 1px solid #dddddd;
border-radius: 3px;
margin-bottom: 20px;
}
.article-title {
color: #444444;
}
a.article-title:hover {
/* color: #428bca; */
text-decoration: none;
}
.article-content {
white-space: pre-line;
}
.article-img {
height: 65px;
width: 65px;
margin-right: 16px;
}
.article-metadata {
padding-bottom: 1px;
margin-bottom: 4px;
border-bottom: 1px solid #e3e3e3
}
.article-metadata a:hover {
color: #333;
text-decoration: none;
}
.article-svg {
width: 25px;
height: 25px;
vertical-align: middle;
}
.account-img {
height: 125px;
width: 125px;
margin-right: 20px;
margin-bottom: 16px;
}
.account-heading {
font-size: 2.5rem;
}
/* Home Page */
.home_img{
background-image: url("book.gif");
background-color: #ba5d5d;
height: 500px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.home_button{
background-color: #C5CBE3;
padding: 6px;
margin-right: 10px;
text-decoration: none;
}
.home_button2{
background-color: #C5CBE3;
margin-top:10px;
padding: 6px;
}
/* style background of search bar */
.searchnav {
overflow: hidden;
text-align: center;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/* Style the search box inside the navigation bar */
.searchnav input[type=text] {
text-align: center;
width: 80%;
padding: 6px;
border: none;
margin-top: 8px;
/* margin-right: -105px; */
/* margin-right: 16px; */
font-size: 17px;
background-color: #F3DCD4;
}
.dcontent_home{
right: 150px;
width: center;
/* width: 680px; */
/* height: 120px; */
text-align:center;
}
.dcontent_home a{
color: black;
/* padding: 2px 16px; */
text-decoration: none;
}
.book_button{
border: 0px;
/* width; 200px; */
background-color: #C5CBE3;
}
.books{
margin-top:5%;
text-align:center;
}
.textbooks{
margin-top:5%;
text-align:center;
}
/* Slideshow container */
.slide_show_container {
/* position: absolute; */
max-width: 1000px;
position: relative;
margin: auto;
/* overflow: hidden; */
/* white-space:nowrap; */
}
.slide_fade {
display: none;
text-align: center;
}
.right {
float: right;
background-color: #C5CBE3;
color: #896363;
top: 50%;
width: auto;
padding: 16px;
border-radius: 0 3px 3px 0;
margin-top: 10%;
}
.left {
float: left;
background-color: #C5CBE3;
color: #896363;
top: 50%;
width: auto;
padding: 16px;
border-radius: 0 3px 3px 0;
margin-top: 10%;
}
/* On hover, add a black background color with a little bit see-through */
.left:hover, .right:hover {
background-color: rgba(0,0,0,0.8);
}
/* Fading animation */
.slide_fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
.slide_show_container_textbook{
max-width: 1000px;
position: relative;
margin: auto;
}
.slide_fade2 {
display: none;
text-align: center;
}
.Mission{
margin-top: 5%;
background-color: #C1C2B4;
text-align:center;
text-emphasis-color: black;
}
.to_register{
margin-top: 5%;
background-image: url("open_book.jpg");
background-color: #ba5d5d;
height: 500px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
text-align:center;
}
.to_register{
margin-top: 5%;
background-image: url("open_book.jpg");
background-color: #ba5d5d;
height: 500px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.toregister_button{
position: absolute;
font-size: 1.2rem;
/* top: 50%;
left: 50%; */
top: 50%;
left:20%;
height: 90px;
min-width: 90px;
background-color: #C5CBE3;
border-radius: 2%;
/* line-height: 180px; */
text-align: center;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
color: black;
}
.toregister_button:hover {
cursor: pointer;
animation-name: bounce;
-moz-animation-name: bounce;
}
.tologIn_button{
position: absolute;
font-size: 1.2rem;
/* top: 50%;
left: 50%; */
top: 30%;
left:20%;
height: 90px;
min-width: 90px;
background-color: #C5CBE3;
border-radius: 2%;
/* line-height: 180px; */
/* text-align: center; */
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
color: black;
}
.tologIn_button:hover {
cursor: pointer;
animation-name: bounce;
-moz-animation-name: bounce;
}
@keyframes bounce {
0%, 100%, 20%, 50%, 80% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
40% {
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px)
}
60% {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px)
}
}
.Best_Seller_Container{
margin-top: 5%;
background-image: url("books.jpg");
background-color: #ba5d5d;
height: 500px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
text-align:center;
}
.BSeller_text{
color:white;
padding-top:100px;
text-align:center;
font-size: 2.5rem;
text-shadow: 2px 2px #ba5d5d;
/* margin-top:100px; */
}
/* SEARCH PAGE */
.top_search{
margin-top:8%;
margin-bottom:8%;
/* background-color: #C5CBE3; */
}
/* style background of search bar */
.searchbar {
/* background-color: #C5CBE3; */
/* overflow: hidden; */
/* margin-right:90%; */
text-align: center;
margin: 0;
position: absolute;
top: 25%;
/* left: 50%; */
left:55%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
/* background-color: #C1C2B4; */
}
.searchbar_button{
background-color: #C5CBE3;
color: black;
padding: 10px;
border-color:black
margin-bottom: 16px;
}
/* Style the search box inside the navigation bar */
.searchbar input[type=text] {
width: 58%;
right: 10px;
padding: 10px;
border: none;
margin-top: 8px;
margin-right: 16px;
font-size: 17px;
border: 1px solid black;
/* position:center; */
/* border-color:black; */
/* background-color: #C1C2B4; */
}
.drop-down{
position: relative;
display: inline-block;
}
.drop-down-button{
background-color: #C5CBE3;
width: 80px;
color: black;
padding: 12px;
border-color:black
text-align:left;
position: absolute;
/* right: 340px; */
right: 300px;
margin-top: 7px;
}
.dcontent{
display: none;
position: absolute;
/* margin-left: -47px; */
text-align:center;
right: 300px;
margin-top: 60px;
/* margin-top: 50px; */
/* background-color: #C5CBE3; */
/* background-color: #C1C2B4; */
}
.dcontent a{
color: black;
padding: 2px 16px;
text-decoration: none;
display: block;
background-color: #C5CBE3;
}
.drop-down:hover .dcontent {display: block;}
.book_button{
border: 0px;
/* width; 200px; */
background-color: #C5CBE3;
}
.book_cover_button{
margin-left:20px;
margin-bottom:20px;
background-color:#fff9f9;
}
.book-container{
/* margin-top:40%; */
float: left;
}
.book_cover{
float: left;
border-radius: 12px;
height:300px;
width:200px;
}
.book_collection{
margin-top:25%;
text-align:center;
position:center;
}
/* .book-container1111{
float: left;
background-color:green;
} */
/* GENERAL BOOK PAGE */
.general_page{
margin-top:10%;
text-align:center;
position:center;
}
.page_con{
margin: auto;
width: 70%;
border: 3px solid green;
padding: 50px;
/* text-align:center; */
/* position:absolute;
width: 400px;
height: 100px;
background-color: pink;
color: red;
left: 40%; */
/* right:50%; */
}
.page_content{
/* position:center; */
margin: auto;
width: 15%;
border: 3px solid green;
padding: 30px;
float: left;
/* margin-left:20%; */
/* float: left;
border-radius: 5px;
height:300px; */
/* width:200px; */
/* margin-top:2%;
text-align:center; */
}
.other_books{
/* margin-top:10%; */
text-align:center;
margin-left:6%;
}
/****************USER_PAGE**************/
.image_cover{
height:50px;
width:50px;
}
.image_cover_button{
margin-left:20px;
margin-bottom:20px;
/* height: 30px; */
/* background-color:#fff9f9; */
background-color: #102475;
}
.image_content{
display: none;
position: absolute;
/* margin-left: -47px; */
text-align:center;
right: 310px;
margin-top: 80px;
height: 30px;
float: left;
/* background-color: #C5CBE3; */
/* background-color: #C1C2B4; */
}
.image_content a{
color: black;
/* padding: 2px 16px; */
text-decoration: none;
display: block;
/* background-color: #102475; */
/* background-color: #C5CBE3; */
}
.drop-down:hover .image_content {display: block;}
.image_cover_button{
/* height:20px; */
}
.user_back_img {
margin: auto;
margin-top: 132px;
width: 90%;
height: 350px;
background-color: #C5CBE3;
padding: 10px;
}
/*Hold centered profile info*/
.profile_class{
margin: 0 auto;
width: 252px;
height: 233px;
/*Temp to see positioning*/
/*background: rgba(50,50,50,1);*/
opacity: 1;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
overflow: hidden;
}
/* Hold favorite images */
div.second_row{
/*Temp to see positioning*/
/*background: rgba(0,50,50,1);*/
opacity: 1;
}
/*Hold centered Favorite genre*/
.fav_genre_class{
width: 252px;
height: 233px;
float: right
/*Temp to see positioning*/
background: rgba(50,50,50,1);
opacity: 1;
margin-left: auto
overflow: hidden;
}
/*Hold centered topic genre*/
.fav_topic_class{
width: 252px;
height: 233px;
float: left
/*Temp to see positioning*/
background: rgba(50,50,50,1);
opacity: 1;
overflow: hidden;
}
.round_img {
/* background-image:url("empty.png"); */
margin :0 auto;
width: 250px;
height: 233px;
left: 43%;
background: rgba(200,194,180,1);
opacity: 1;
position: absolute;
border-radius: 50%;
position: center;
}
.title_txt {
margin: auto;
margin-top: 20%;
width: 50%;
/* border: 3px solid green; */
padding: 10px;
text-align:center;
}
.message_txt {
/* width: 252px;
height: 233px;
color: rgba(0,0,0,1);
position: absolute;
font-family: Sahitya;
font-weight: Regular;
font-size: 25px;
opacity: 1;
text-align: center;
bottom: 0; */
}
.vbook_clublist {
width: 100%;
height: 338px;
background: rgba(0,255,255,1);
opacity: 1;
position: absolute;
top: 1300px;
left: 28px;
border: 1px solid rgba(0,0,0,1);
overflow: hidden;
}
/* SLIDE SHOW IN USER PAGE */
.box{
margin-top: 2%;
margin-bottom:2;
/* background-color:blue; */
height:450px;
}
.mySlides3 {display:none}
/* Slideshow container */
.slideshow-container3 {
max-width: 1000px;
position: relative;
margin: auto;
}
/* Next & previous buttons */
.prev3, .next3 {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -22px;
color: white;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
}
/* Position the "next button" to the right */
.next3 {
right: 0;
border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev3:hover, .next3:hover {
background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text3 {
color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
}
/* Number text (1/3 etc) */
.numbertext3 {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}
/* The dots/bullets/indicators */
.dot3 {
cursor:pointer;
height: 13px;
width: 13px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active3, .dot3:hover {
background-color: #717171;
}
/* Fading animation */
.fade3 {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
@-webkit-keyframes fade3 {
from {opacity: .4}
to {opacity: 1}
}
@keyframes fade3 {
from {opacity: .4}
to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.prev, .next,.text {font-size: 11px}
} | static/main.css | body {
background: #F3DCD4;
color: #000000;
margin-top: 5rem;
font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
color: black;
}
.bg-steel {
background-color: #F3DCD4;
/* border-bottom:30px solid #F3DCD4 */
padding-bottom:25px;
border: 1px solid black;
}
.site-header .navbar-nav .nav-link {
color: #000000;
margin-top: 3%;
}
.site-header .navbar-nav .nav-link:hover {
color: #ffffff;
}
.site-header .navbar-nav .nav-link.active {
font-weight: 500;
}
.content-section {
background: #ffffff;
padding: 10px 20px;
border: 1px solid #dddddd;
border-radius: 3px;
margin-bottom: 20px;
}
.article-title {
color: #444444;
}
a.article-title:hover {
/* color: #428bca; */
text-decoration: none;
}
.article-content {
white-space: pre-line;
}
.article-img {
height: 65px;
width: 65px;
margin-right: 16px;
}
.article-metadata {
padding-bottom: 1px;
margin-bottom: 4px;
border-bottom: 1px solid #e3e3e3
}
.article-metadata a:hover {
color: #333;
text-decoration: none;
}
.article-svg {
width: 25px;
height: 25px;
vertical-align: middle;
}
.account-img {
height: 125px;
width: 125px;
margin-right: 20px;
margin-bottom: 16px;
}
.account-heading {
font-size: 2.5rem;
}
/* Home Page */
.home_img{
background-image: url("book.gif");
background-color: #ba5d5d;
height: 500px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.home_button{
background-color: #C5CBE3;
padding: 6px;
margin-right: 10px;
text-decoration: none;
}
.home_button2{
background-color: #C5CBE3;
margin-top:10px;
padding: 6px;
}
/* style background of search bar */
.searchnav {
overflow: hidden;
text-align: center;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/* Style the search box inside the navigation bar */
.searchnav input[type=text] {
text-align: center;
width: 80%;
padding: 6px;
border: none;
margin-top: 8px;
/* margin-right: -105px; */
/* margin-right: 16px; */
font-size: 17px;
background-color: #F3DCD4;
}
.dcontent_home{
right: 150px;
width: center;
/* width: 680px; */
/* height: 120px; */
text-align:center;
}
.dcontent_home a{
color: black;
/* padding: 2px 16px; */
text-decoration: none;
}
.book_button{
border: 0px;
/* width; 200px; */
background-color: #C5CBE3;
}
.books{
margin-top:5%;
text-align:center;
}
.textbooks{
margin-top:5%;
text-align:center;
}
/* Slideshow container */
.slide_show_container {
/* position: absolute; */
max-width: 1000px;
position: relative;
margin: auto;
/* overflow: hidden; */
/* white-space:nowrap; */
}
.slide_fade {
display: none;
text-align: center;
}
.right {
float: right;
background-color: #C5CBE3;
color: #896363;
top: 50%;
width: auto;
padding: 16px;
border-radius: 0 3px 3px 0;
margin-top: 10%;
}
.left {
float: left;
background-color: #C5CBE3;
color: #896363;
top: 50%;
width: auto;
padding: 16px;
border-radius: 0 3px 3px 0;
margin-top: 10%;
}
/* On hover, add a black background color with a little bit see-through */
.left:hover, .right:hover {
background-color: rgba(0,0,0,0.8);
}
/* Fading animation */
.slide_fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
.slide_show_container_textbook{
max-width: 1000px;
position: relative;
margin: auto;
}
.slide_fade2 {
display: none;
text-align: center;
}
.Mission{
margin-top: 5%;
background-color: #C1C2B4;
text-align:center;
text-emphasis-color: black;
}
.to_register{
margin-top: 5%;
background-image: url("open_book.jpg");
background-color: #ba5d5d;
height: 500px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
text-align:center;
}
.to_register{
margin-top: 5%;
background-image: url("open_book.jpg");
background-color: #ba5d5d;
height: 500px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.toregister_button{
position: absolute;
font-size: 1.2rem;
/* top: 50%;
left: 50%; */
top: 50%;
left:20%;
height: 90px;
min-width: 90px;
background-color: #C5CBE3;
border-radius: 2%;
/* line-height: 180px; */
text-align: center;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
color: black;
}
.toregister_button:hover {
cursor: pointer;
animation-name: bounce;
-moz-animation-name: bounce;
}
.tologIn_button{
position: absolute;
font-size: 1.2rem;
/* top: 50%;
left: 50%; */
top: 30%;
left:20%;
height: 90px;
min-width: 90px;
background-color: #C5CBE3;
border-radius: 2%;
/* line-height: 180px; */
/* text-align: center; */
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
color: black;
}
.tologIn_button:hover {
cursor: pointer;
animation-name: bounce;
-moz-animation-name: bounce;
}
@keyframes bounce {
0%, 100%, 20%, 50%, 80% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
40% {
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px)
}
60% {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px)
}
}
.Best_Seller_Container{
margin-top: 5%;
background-image: url("books.jpg");
background-color: #ba5d5d;
height: 500px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
text-align:center;
}
.BSeller_text{
color:white;
padding-top:100px;
text-align:center;
font-size: 2.5rem;
text-shadow: 2px 2px #ba5d5d;
/* margin-top:100px; */
}
/* SEARCH PAGE */
.top_search{
margin-top:8%;
margin-bottom:8%;
/* background-color: #C5CBE3; */
}
/* style background of search bar */
.searchbar {
/* background-color: #C5CBE3; */
/* overflow: hidden; */
/* margin-right:90%; */
text-align: center;
margin: 0;
position: absolute;
top: 25%;
/* left: 50%; */
left:55%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
/* background-color: #C1C2B4; */
}
.searchbar_button{
background-color: #C5CBE3;
color: black;
padding: 10px;
border-color:black
margin-bottom: 16px;
}
/* Style the search box inside the navigation bar */
.searchbar input[type=text] {
width: 58%;
right: 10px;
padding: 10px;
border: none;
margin-top: 8px;
margin-right: 16px;
font-size: 17px;
border: 1px solid black;
/* position:center; */
/* border-color:black; */
/* background-color: #C1C2B4; */
}
.drop-down{
position: relative;
display: inline-block;
}
.drop-down-button{
background-color: #C5CBE3;
width: 80px;
color: black;
padding: 12px;
border-color:black
text-align:left;
position: absolute;
/* right: 340px; */
right: 300px;
margin-top: 7px;
}
.dcontent{
display: none;
position: absolute;
/* margin-left: -47px; */
text-align:center;
right: 300px;
margin-top: 60px;
/* margin-top: 50px; */
/* background-color: #C5CBE3; */
/* background-color: #C1C2B4; */
}
.dcontent a{
color: black;
padding: 2px 16px;
text-decoration: none;
display: block;
background-color: #C5CBE3;
}
.drop-down:hover .dcontent {display: block;}
.book_button{
border: 0px;
/* width; 200px; */
background-color: #C5CBE3;
}
.book_cover_button{
margin-left:20px;
margin-bottom:20px;
background-color:#fff9f9;
}
.book-container{
/* margin-top:40%; */
float: left;
}
.book_cover{
float: left;
border-radius: 12px;
height:300px;
width:200px;
}
.book_collection{
margin-top:25%;
text-align:center;
position:center;
}
/* .book-container1111{
float: left;
background-color:green;
} */
/* GENERAL BOOK PAGE */
.general_page{
margin-top:10%;
text-align:center;
position:center;
}
.page_con{
margin: auto;
width: 70%;
border: 3px solid green;
padding: 50px;
/* text-align:center; */
/* position:absolute;
width: 400px;
height: 100px;
background-color: pink;
color: red;
left: 40%; */
/* right:50%; */
}
.page_content{
/* position:center; */
margin: auto;
width: 15%;
border: 3px solid green;
padding: 30px;
float: left;
/* margin-left:20%; */
/* float: left;
border-radius: 5px;
height:300px; */
/* width:200px; */
/* margin-top:2%;
text-align:center; */
}
.other_books{
/* margin-top:10%; */
text-align:center;
margin-left:6%;
}
/****************USER_PAGE**************/
.image_cover{
height:50px;
width:50px;
}
.image_cover_button{
margin-left:20px;
margin-bottom:20px;
/* height: 30px; */
/* background-color:#fff9f9; */
background-color: #102475;
}
.image_content{
display: none;
position: absolute;
/* margin-left: -47px; */
text-align:center;
right: 310px;
margin-top: 80px;
height: 30px;
float: left;
/* background-color: #C5CBE3; */
/* background-color: #C1C2B4; */
}
.image_content a{
color: black;
/* padding: 2px 16px; */
text-decoration: none;
display: block;
/* background-color: #102475; */
/* background-color: #C5CBE3; */
}
.drop-down:hover .image_content {display: block;}
.image_cover_button{
/* height:20px; */
}
.user_back_img {
margin: auto;
margin-top: 132px;
width: 90%;
height: 350px;
background-color: #C5CBE3;
padding: 10px;
}
/*Hold centered profile info*/
.profile_class{
margin: 0 auto;
width: 252px;
height: 233px;
/*Temp to see positioning*/
/*background: rgba(50,50,50,1);*/
opacity: 1;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
overflow: hidden;
}
/* Hold favorite images */
div.second_row{
/*Temp to see positioning*/
/*background: rgba(0,50,50,1);*/
opacity: 1;
}
/*Hold centered Favorite genre*/
.fav_genre_class{
width: 252px;
height: 233px;
float: right
/*Temp to see positioning*/
background: rgba(50,50,50,1);
opacity: 1;
margin-left: auto
overflow: hidden;
}
/*Hold centered topic genre*/
.fav_topic_class{
width: 252px;
height: 233px;
float: left
/*Temp to see positioning*/
background: rgba(50,50,50,1);
opacity: 1;
overflow: hidden;
}
.round_img {
/* background-image:url("empty.png"); */
margin :0 auto;
width: 250px;
height: 233px;
left: 43%;
background: rgba(200,194,180,1);
opacity: 1;
position: absolute;
border-radius: 50%;
position: center;
}
.title_txt {
margin: auto;
margin-top: 20%;
width: 50%;
/* border: 3px solid green; */
padding: 10px;
text-align:center;
}
.message_txt {
/* width: 252px;
height: 233px;
color: rgba(0,0,0,1);
position: absolute;
font-family: Sahitya;
font-weight: Regular;
font-size: 25px;
opacity: 1;
text-align: center;
bottom: 0; */
}
.vbook_clublist {
width: 100%;
height: 338px;
background: rgba(0,255,255,1);
opacity: 1;
position: absolute;
top: 1300px;
left: 28px;
border: 1px solid rgba(0,0,0,1);
overflow: hidden;
}
/* SLIDE SHOW IN USER PAGE */
.box{
margin-top: 2%;
margin-bottom:2;
/* background-color:blue; */
height:450px;
}
.mySlides3 {display:none}
/* Slideshow container */
.slideshow-container3 {
max-width: 1000px;
position: relative;
margin: auto;
}
/* Next & previous buttons */
.prev3, .next3 {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -22px;
color: white;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
}
/* Position the "next button" to the right */
.next3 {
right: 0;
border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev3:hover, .next3:hover {
background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text3 {
color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
}
/* Number text (1/3 etc) */
.numbertext3 {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}
/* The dots/bullets/indicators */
.dot3 {
cursor:pointer;
height: 13px;
width: 13px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active3, .dot3:hover {
background-color: #717171;
}
/* Fading animation */
.fade3 {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
@-webkit-keyframes fade3 {
from {opacity: .4}
to {opacity: 1}
}
@keyframes fade3 {
from {opacity: .4}
to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.prev, .next,.text {font-size: 11px}
} | 0.408867 | 0.065815 |
.igmc_Control
{
background-color:white;
font-family: Segoe UI, Verdana, Arial, Georgia, Sans-Serif;
border:solid 1px #B1B1B1;
margin:0px;
padding:0px;
width: 225px;
height: 200px;
border-collapse: separate;
}
.igmc_DOW
{
background:#EAEAEA;
font-size: 11px;
border-width:0px;
margin:0px;
padding:0px;
height: 30px;
text-align:center;
border-bottom:none;
color:#666666;
}
.igmc_Header
{
background:#888888;
border-bottom-width:0px;
height: 30px;
}
.igmc_NextPrev
{
font-size: 0.8em;
margin:0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 8px;
padding-right: 8px;
color:White;
}
.igmc_HoverNextPrev
{
cursor:pointer;
color:#3bb7eb;
}
.igmc_PressedNextPrev
{
}
.igmc_Footer
{
background:#888888;
color:White;
font-size:11px;
text-align:center;
height: 30px;
}
.igmc_HoverFooter
{
color:White;
background:#888888;
}
.igmc_PressedFooter
{
background:#888888;
}
.igmc_MonthYear
{
font-size:12px;
padding:0px 2px;
color: #FFFFFF;
line-height:30px;
}
.igmc_HoverMonthYear
{
cursor:pointer;
color:#FFFFFF;
}
.igmc_PressedMonthYear
{
color:White;
}
.igmc_OtherMonthDay
{
background-image:none;
color:#999999;
}
.igmc_Day.igmc_OtherMonthDay
{
background-image:none;
color: #a4a4a4;
font-size:12px;
font-weight:normal;
}
.igmc_Day
{
background-color:transparent;
font-size:12px;
text-align:center;
border:solid 1px #FFFFFF;
color: #444444;
}
.igmc_SelectedDay
{
background:#9ECBD6;
border:1px solid #4897AA;
}
.igmc_FocusDay, .igmc_OtherMonthDay.igmc_FocusDay
{
background:#FFFFFF;
border:1px solid #4897AA;
}
.igmc_HoverDay, .igmc_HoverDay.igmc_TodayDay
{
background:#cccccc;
border:1px solid #999999;
}
.igmc_OtherMonthDay.igmc_HoverDay
{
background:#cccccc;
border:1px solid #999999;
}
.igmc_DisabledDay
{
color:#000EEE;
}
.igmc_TodayDay
{
color:#4897AA;
}
.igmc_WeekNumber
{
background-color:transparent;
font-weight:bold;
color:#21272d;
}
.igmc_WeekendDay
{
background-color:#f9f9f9;
border: 1px solid #f9f9f9;
}
/* CSS classes for Month and Year selection Popup in header */
.igmc_List
{
background-color: #fff;
border:1px solid #bbb;
}
.igmc_Item
{
background-color:#fff;
font-size: 1em;
text-align: center;
border:1px solid White;
color:#444444;
}
.igmc_SelectedItem
{
border:1px solid #4897AA;
background: #9ECBD6;
font-weight:bold;
cursor:pointer;
}
.igmc_HoverItem
{
background:#CCCCCC;
border:1px solid #999999;
color:#444444;
font-weight: bold;
cursor:pointer;
} | Project/Target/InfragisticsWebFormsSample/ig_res/Default/ig_monthcalendar.css | .igmc_Control
{
background-color:white;
font-family: Segoe UI, Verdana, Arial, Georgia, Sans-Serif;
border:solid 1px #B1B1B1;
margin:0px;
padding:0px;
width: 225px;
height: 200px;
border-collapse: separate;
}
.igmc_DOW
{
background:#EAEAEA;
font-size: 11px;
border-width:0px;
margin:0px;
padding:0px;
height: 30px;
text-align:center;
border-bottom:none;
color:#666666;
}
.igmc_Header
{
background:#888888;
border-bottom-width:0px;
height: 30px;
}
.igmc_NextPrev
{
font-size: 0.8em;
margin:0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 8px;
padding-right: 8px;
color:White;
}
.igmc_HoverNextPrev
{
cursor:pointer;
color:#3bb7eb;
}
.igmc_PressedNextPrev
{
}
.igmc_Footer
{
background:#888888;
color:White;
font-size:11px;
text-align:center;
height: 30px;
}
.igmc_HoverFooter
{
color:White;
background:#888888;
}
.igmc_PressedFooter
{
background:#888888;
}
.igmc_MonthYear
{
font-size:12px;
padding:0px 2px;
color: #FFFFFF;
line-height:30px;
}
.igmc_HoverMonthYear
{
cursor:pointer;
color:#FFFFFF;
}
.igmc_PressedMonthYear
{
color:White;
}
.igmc_OtherMonthDay
{
background-image:none;
color:#999999;
}
.igmc_Day.igmc_OtherMonthDay
{
background-image:none;
color: #a4a4a4;
font-size:12px;
font-weight:normal;
}
.igmc_Day
{
background-color:transparent;
font-size:12px;
text-align:center;
border:solid 1px #FFFFFF;
color: #444444;
}
.igmc_SelectedDay
{
background:#9ECBD6;
border:1px solid #4897AA;
}
.igmc_FocusDay, .igmc_OtherMonthDay.igmc_FocusDay
{
background:#FFFFFF;
border:1px solid #4897AA;
}
.igmc_HoverDay, .igmc_HoverDay.igmc_TodayDay
{
background:#cccccc;
border:1px solid #999999;
}
.igmc_OtherMonthDay.igmc_HoverDay
{
background:#cccccc;
border:1px solid #999999;
}
.igmc_DisabledDay
{
color:#000EEE;
}
.igmc_TodayDay
{
color:#4897AA;
}
.igmc_WeekNumber
{
background-color:transparent;
font-weight:bold;
color:#21272d;
}
.igmc_WeekendDay
{
background-color:#f9f9f9;
border: 1px solid #f9f9f9;
}
/* CSS classes for Month and Year selection Popup in header */
.igmc_List
{
background-color: #fff;
border:1px solid #bbb;
}
.igmc_Item
{
background-color:#fff;
font-size: 1em;
text-align: center;
border:1px solid White;
color:#444444;
}
.igmc_SelectedItem
{
border:1px solid #4897AA;
background: #9ECBD6;
font-weight:bold;
cursor:pointer;
}
.igmc_HoverItem
{
background:#CCCCCC;
border:1px solid #999999;
color:#444444;
font-weight: bold;
cursor:pointer;
} | 0.375936 | 0.080683 |
@font-face {
font-family: "Droid Sans";
src: url('../fonts/droid-sans-v6-latin-regular.woff2');
}
@font-face {
font-family: "Droid Sans Bold";
src: url('../fonts/droid-sans-v6-latin-700.woff2');
}
body{
background: url('../images/bg-blue.png') left top repeat-x, url('../images/bg-noise.png') left top repeat;
background-color: #cecece;
font-family: "Droid Sans", sans-serif;
margin:0;
display: block;
font-size: 14px;
line-height: 1.42857;
color: #333;
}
.head-container{
margin: 15px 0px;
text-align: center;
}
.head-container > img{
max-width:100%;
height: auto;
}
.container-body{
background-color: white;
min-height: 450px;
padding-bottom: 15px;
}
@media (min-width: 1200px) {
.container{
min-width:1175px !important;
}
}
.nav-pills .nav-link {
border-radius: 0px;
padding: 24px 40px 24px 40px;
}
.nav-pills .dropdown-toggle {
padding: 24px 20px 24px 30px;
}
@media screen and (max-width: 1200px) and (min-width: 1020px){
.nav-pills .nav-link {
padding: 24px;
}
}
.menu {
background: url('../images/nav-bg.png') repeat-x;
margin-left: -15px;
margin-right: -15px;
margin-bottom: 20px;
}
.menu .nav-pills .nav-item{
border-right: 1px solid #2f3077;
}
.menu .nav-pills .nav-item .nav-link{
display: block;
font-size: 16px;
height: 63px;
color: white;
text-decoration: none;
text-transform: uppercase;
}
footer {
margin-top: 10px;
padding: 30px 0px 0px;
background-color: #cecece;
}
footer .copyright {
color: #a0a0a0;
padding: 20px 0 20px;
text-align: center;
background-color: #000154;
color: #ffb300;
}
footer .footlink-head {
font-family: "Droid Sans Bold", sans-serif !important;
text-transform: uppercase;
color: #000;
font-size: 17px;
font-weight: 400;
border-bottom: 1px solid #3F3F3F;
padding-bottom: 10px;
font-weight: 700;
}
footer .textwidget {
margin: 15px 0 10px 0 !important;
padding: 0 0 20px 0;
font-size: 15px;
}
footer img {
width: 40%;
height: auto;
} | public/css/style.css | @font-face {
font-family: "Droid Sans";
src: url('../fonts/droid-sans-v6-latin-regular.woff2');
}
@font-face {
font-family: "Droid Sans Bold";
src: url('../fonts/droid-sans-v6-latin-700.woff2');
}
body{
background: url('../images/bg-blue.png') left top repeat-x, url('../images/bg-noise.png') left top repeat;
background-color: #cecece;
font-family: "Droid Sans", sans-serif;
margin:0;
display: block;
font-size: 14px;
line-height: 1.42857;
color: #333;
}
.head-container{
margin: 15px 0px;
text-align: center;
}
.head-container > img{
max-width:100%;
height: auto;
}
.container-body{
background-color: white;
min-height: 450px;
padding-bottom: 15px;
}
@media (min-width: 1200px) {
.container{
min-width:1175px !important;
}
}
.nav-pills .nav-link {
border-radius: 0px;
padding: 24px 40px 24px 40px;
}
.nav-pills .dropdown-toggle {
padding: 24px 20px 24px 30px;
}
@media screen and (max-width: 1200px) and (min-width: 1020px){
.nav-pills .nav-link {
padding: 24px;
}
}
.menu {
background: url('../images/nav-bg.png') repeat-x;
margin-left: -15px;
margin-right: -15px;
margin-bottom: 20px;
}
.menu .nav-pills .nav-item{
border-right: 1px solid #2f3077;
}
.menu .nav-pills .nav-item .nav-link{
display: block;
font-size: 16px;
height: 63px;
color: white;
text-decoration: none;
text-transform: uppercase;
}
footer {
margin-top: 10px;
padding: 30px 0px 0px;
background-color: #cecece;
}
footer .copyright {
color: #a0a0a0;
padding: 20px 0 20px;
text-align: center;
background-color: #000154;
color: #ffb300;
}
footer .footlink-head {
font-family: "Droid Sans Bold", sans-serif !important;
text-transform: uppercase;
color: #000;
font-size: 17px;
font-weight: 400;
border-bottom: 1px solid #3F3F3F;
padding-bottom: 10px;
font-weight: 700;
}
footer .textwidget {
margin: 15px 0 10px 0 !important;
padding: 0 0 20px 0;
font-size: 15px;
}
footer img {
width: 40%;
height: auto;
} | 0.246352 | 0.089574 |
table {
border: .5px solid black;
}
th {
border: 1px solid black;
padding: 0.6rem;
background-color:grey;
color: white;
}
td {
border: 1px solid black;
padding: 0.6rem;
}
input{
font-size: 12pt;
font-family: Calibri;
}
.margin_spaces {
margin: 2rem;
}
.size {
font-size: large;
}
.total_size {
font-size: 1.6rem;
}
ul.tabs {
margin: 0;
padding: 0;
float: left;
list-style: none;
height: 32px;
border-bottom: 1px solid #333;
width: 100%;
}
ul.tabs li {
float: left;
margin: 0;
cursor: pointer;
padding: 0px 70px;
height: 31px;
line-height: 31px;
border-top: 1px solid #333;
border-left: 1px solid #333;
border-bottom: 1px solid #333;
background-color: #666;
color: #ccc;
overflow: hidden;
position: relative;
}
.tab_last {
border-right: 1px solid #333;
}
ul.tabs li:hover {
background-color: #ccc;
color: #333;
}
ul.tabs li.active {
background-color: #fff;
color: #333;
border-bottom: 1px solid #fff;
display: block;
}
.tab_container {
border: 1px solid #333;
border-top: none;
clear: both;
/* float: left; */
width: 100%;
background: #fff;
/* overflow: auto; */
font-family: Calibri;
}
.tab_content {
padding: 20px;
display: none;
}
.tab_drawer_heading {
display: none;
}
.flex-center {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.center_item {
width: 50%;
flex: none;
}
.table_button_red {
background-color: red;
border-radius: 3px;
border: none;
color: #fff;
cursor: pointer;
display: inline-block;
font-family: inherit;
font-size: 0.75em;
line-height: 1;
margin:0;
padding: 1em 2.5em;
text-decoration: none;
text-transform: uppercase;
transition: 0.25s;
font-size: 0.65em;
}
.table_button_yellow {
background-color: darkorange;
border-radius: 3px;
border: none;
color: #fff;
cursor: pointer;
display: inline-block;
font-family: inherit;
font-size: 0.75em;
line-height: 1;
margin:0;
padding: 1em 2.5em;
text-decoration: none;
text-transform: uppercase;
transition: 0.25s;
font-size: 0.65em;
}
.table_button_blue {
background-color: lightseagreen;
border-radius: 3px;
border: none;
color: #fff;
cursor: pointer;
display: inline-block;
font-family: inherit;
font-size: 0.75em;
line-height: 1;
margin:0;
padding: 1em 2.5em;
text-decoration: none;
text-transform: uppercase;
transition: 0.25s;
font-size: 0.65em;
}
.table_button_red:hover {
background-color:lightcoral;
}
.table_button_yellow:hover {
background-color:lightsalmon;
}
.table_button_blue:hover {
background-color:lightgreen;
}
.centerbar {
margin-left: auto;
margin-right: auto;
width: 30%;
height: auto;
}
.flex_parent {
display:flex;
justify-content: center;
align-items: center;
}
.search_bar {
border: 3px solid gray;
border-radius: 5px 0 0 5px;
outline: none;
} | frontend/src/css/table.css | table {
border: .5px solid black;
}
th {
border: 1px solid black;
padding: 0.6rem;
background-color:grey;
color: white;
}
td {
border: 1px solid black;
padding: 0.6rem;
}
input{
font-size: 12pt;
font-family: Calibri;
}
.margin_spaces {
margin: 2rem;
}
.size {
font-size: large;
}
.total_size {
font-size: 1.6rem;
}
ul.tabs {
margin: 0;
padding: 0;
float: left;
list-style: none;
height: 32px;
border-bottom: 1px solid #333;
width: 100%;
}
ul.tabs li {
float: left;
margin: 0;
cursor: pointer;
padding: 0px 70px;
height: 31px;
line-height: 31px;
border-top: 1px solid #333;
border-left: 1px solid #333;
border-bottom: 1px solid #333;
background-color: #666;
color: #ccc;
overflow: hidden;
position: relative;
}
.tab_last {
border-right: 1px solid #333;
}
ul.tabs li:hover {
background-color: #ccc;
color: #333;
}
ul.tabs li.active {
background-color: #fff;
color: #333;
border-bottom: 1px solid #fff;
display: block;
}
.tab_container {
border: 1px solid #333;
border-top: none;
clear: both;
/* float: left; */
width: 100%;
background: #fff;
/* overflow: auto; */
font-family: Calibri;
}
.tab_content {
padding: 20px;
display: none;
}
.tab_drawer_heading {
display: none;
}
.flex-center {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.center_item {
width: 50%;
flex: none;
}
.table_button_red {
background-color: red;
border-radius: 3px;
border: none;
color: #fff;
cursor: pointer;
display: inline-block;
font-family: inherit;
font-size: 0.75em;
line-height: 1;
margin:0;
padding: 1em 2.5em;
text-decoration: none;
text-transform: uppercase;
transition: 0.25s;
font-size: 0.65em;
}
.table_button_yellow {
background-color: darkorange;
border-radius: 3px;
border: none;
color: #fff;
cursor: pointer;
display: inline-block;
font-family: inherit;
font-size: 0.75em;
line-height: 1;
margin:0;
padding: 1em 2.5em;
text-decoration: none;
text-transform: uppercase;
transition: 0.25s;
font-size: 0.65em;
}
.table_button_blue {
background-color: lightseagreen;
border-radius: 3px;
border: none;
color: #fff;
cursor: pointer;
display: inline-block;
font-family: inherit;
font-size: 0.75em;
line-height: 1;
margin:0;
padding: 1em 2.5em;
text-decoration: none;
text-transform: uppercase;
transition: 0.25s;
font-size: 0.65em;
}
.table_button_red:hover {
background-color:lightcoral;
}
.table_button_yellow:hover {
background-color:lightsalmon;
}
.table_button_blue:hover {
background-color:lightgreen;
}
.centerbar {
margin-left: auto;
margin-right: auto;
width: 30%;
height: auto;
}
.flex_parent {
display:flex;
justify-content: center;
align-items: center;
}
.search_bar {
border: 3px solid gray;
border-radius: 5px 0 0 5px;
outline: none;
} | 0.506103 | 0.238661 |
background-image: url("../img/calculator.svg");
background-color: #00cbc5;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
padding: 0;
min-height: 100vh;
}
#res-main {
background-color: #ffffffd0;
margin: 0 10vw;
padding: 1em 2em;
font-size: 2em;
border: 2px solid black;
box-sizing: border-box;
max-height: 100vh;
}
#res-main>div {
text-align: center;
border: 1px dashed black;
}
.rem-time-ms {
color: gray;
font-size: 0.75em;
}
.rem-imp {
background-color: cyan;
}
.rem-imp, .rem-nor {
display: grid;
grid-template-areas: "item value";
grid-template-columns: 5em auto;
padding: 4px 0;
}
.rem-imp>span:nth-child(1), .rem-nor>span:nth-child(1) {
grid-area: item;
border-right: 1px solid black;
box-sizing: border-box;
}
#report {
margin: 4px 10vw 3rem 10vw;
padding: 8px 4px;
background-color: #ffffccd0;
text-align: center;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
align-items: center;
align-content: center;
row-gap: 8px;
column-gap: 8px;
}
#report>span {
display: inline-grid;
grid-template-areas:
"num res time"
"ques ques ques"
"ans ans faults";
grid-template-columns: 3rem 3rem 7rem;
grid-template-rows: 3rem auto auto;
word-break: break-all;
border: 2px solid black;
margin: 1rem;
place-items: center;
}
#report .red {
color: red;
}
#report .green {
color: green;
}
#report>span>span {
display: inline-block;
width: 100%;
height: 100%;
}
#report>span>span:nth-child(1) {
grid-area: num;
font-size: 2rem;
background-color: #dddddd;
}
#report>span>span:nth-child(2) {
grid-area: res;
font-size: 2rem;
font-weight: bold;
background-color: #bbbbff;
}
#report>span>span:nth-child(3) {
grid-area: time;
font-size: 1.5rem;
background-color: #bbffbb;
}
#report>span>span:nth-child(4) {
grid-area: ques;
background-color: #ffddbb;
}
#report>span>span:nth-child(5) {
grid-area: ans;
font-size: 1.5rem;
background-color: #dddddd;
}
#report>span>span:nth-child(6) {
grid-area: faults;
} | style/result.css | background-image: url("../img/calculator.svg");
background-color: #00cbc5;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
padding: 0;
min-height: 100vh;
}
#res-main {
background-color: #ffffffd0;
margin: 0 10vw;
padding: 1em 2em;
font-size: 2em;
border: 2px solid black;
box-sizing: border-box;
max-height: 100vh;
}
#res-main>div {
text-align: center;
border: 1px dashed black;
}
.rem-time-ms {
color: gray;
font-size: 0.75em;
}
.rem-imp {
background-color: cyan;
}
.rem-imp, .rem-nor {
display: grid;
grid-template-areas: "item value";
grid-template-columns: 5em auto;
padding: 4px 0;
}
.rem-imp>span:nth-child(1), .rem-nor>span:nth-child(1) {
grid-area: item;
border-right: 1px solid black;
box-sizing: border-box;
}
#report {
margin: 4px 10vw 3rem 10vw;
padding: 8px 4px;
background-color: #ffffccd0;
text-align: center;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
align-items: center;
align-content: center;
row-gap: 8px;
column-gap: 8px;
}
#report>span {
display: inline-grid;
grid-template-areas:
"num res time"
"ques ques ques"
"ans ans faults";
grid-template-columns: 3rem 3rem 7rem;
grid-template-rows: 3rem auto auto;
word-break: break-all;
border: 2px solid black;
margin: 1rem;
place-items: center;
}
#report .red {
color: red;
}
#report .green {
color: green;
}
#report>span>span {
display: inline-block;
width: 100%;
height: 100%;
}
#report>span>span:nth-child(1) {
grid-area: num;
font-size: 2rem;
background-color: #dddddd;
}
#report>span>span:nth-child(2) {
grid-area: res;
font-size: 2rem;
font-weight: bold;
background-color: #bbbbff;
}
#report>span>span:nth-child(3) {
grid-area: time;
font-size: 1.5rem;
background-color: #bbffbb;
}
#report>span>span:nth-child(4) {
grid-area: ques;
background-color: #ffddbb;
}
#report>span>span:nth-child(5) {
grid-area: ans;
font-size: 1.5rem;
background-color: #dddddd;
}
#report>span>span:nth-child(6) {
grid-area: faults;
} | 0.317109 | 0.092934 |
@charset "UTF-8";
html {-webkit-text-size-adjust: 100%;}
body {margin: 0; padding: 0;}
body * {font-family: arial, helvetica, sans-serif;}
h1 {
font-weight: normal;
text-align: center;
margin: 20px auto;
}
section {
height: 100vh;
border-bottom: 1px solid #000;
border-top: 1px solid #000;
clear: both;
}
.image {
background-size: 350px 133px;
margin: 20px 50px;
position: relative;
float: left;
width: 350px;
height: 133px;
}
.image-1 {background-image: url(https://file-examples.com/wp-content/uploads/2017/10/file_example_JPG_500kB.jpg?t=0);}
.image-2 {background-image: url(https://file-examples.com/wp-content/uploads/2017/10/file_example_JPG_500kB.jpg?t=1);}
.image-3 {background-image: url(https://file-examples.com/wp-content/uploads/2017/10/file_example_JPG_500kB.jpg?t=2);}
.image-4 {background-image: url(https://file-examples.com/wp-content/uploads/2017/10/file_example_JPG_500kB.jpg?t=3);}
.image-5 {background-image: url(https://file-examples.com/wp-content/uploads/2017/10/file_example_JPG_500kB.jpg?t=4);}
.image-5 {background-image: url(https://file-examples.com/wp-content/uploads/2017/10/file_example_JPG_500kB.jpg?t=5);}
.image-6 {background-image: url(https://file-examples.com/wp-content/uploads/2017/10/file_example_JPG_500kB.jpg?t=6);}
.image-7 {background-image: url(https://file-examples.com/wp-content/uploads/2017/10/file_example_JPG_500kB.jpg?t=7);}
.image-8 {background-image: url(https://file-examples.com/wp-content/uploads/2017/10/file_example_JPG_500kB.jpg?t=8);}
.image-9 {background-image: url(https://file-examples.com/wp-content/uploads/2017/10/file_example_JPG_500kB.jpg?t=10);}
html.js [data-progressive-image],
html.js [data-progressive-image] * {
background-image: none !important;
-webkit-mask-image: none !important;
mask-image: none !important;
opacity: 0;
}
html.js .progressive-image-animated,
html.js .progressive-image-animated * {
will-change: opacity;
opacity: 0;
-webkit-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}
html.js .progressive-image-animated[data-progressive-image-loaded],
html.js .progressive-image-animated[data-progressive-image-loaded] *,
html.js .progressive-image-animated *[data-progressive-image-loaded],
html.js .progressive-image-animated *[data-progressive-image-loaded] * {
opacity: 1;
} | test/examples/css/main.css | @charset "UTF-8";
html {-webkit-text-size-adjust: 100%;}
body {margin: 0; padding: 0;}
body * {font-family: arial, helvetica, sans-serif;}
h1 {
font-weight: normal;
text-align: center;
margin: 20px auto;
}
section {
height: 100vh;
border-bottom: 1px solid #000;
border-top: 1px solid #000;
clear: both;
}
.image {
background-size: 350px 133px;
margin: 20px 50px;
position: relative;
float: left;
width: 350px;
height: 133px;
}
.image-1 {background-image: url(https://file-examples.com/wp-content/uploads/2017/10/file_example_JPG_500kB.jpg?t=0);}
.image-2 {background-image: url(https://file-examples.com/wp-content/uploads/2017/10/file_example_JPG_500kB.jpg?t=1);}
.image-3 {background-image: url(https://file-examples.com/wp-content/uploads/2017/10/file_example_JPG_500kB.jpg?t=2);}
.image-4 {background-image: url(https://file-examples.com/wp-content/uploads/2017/10/file_example_JPG_500kB.jpg?t=3);}
.image-5 {background-image: url(https://file-examples.com/wp-content/uploads/2017/10/file_example_JPG_500kB.jpg?t=4);}
.image-5 {background-image: url(https://file-examples.com/wp-content/uploads/2017/10/file_example_JPG_500kB.jpg?t=5);}
.image-6 {background-image: url(https://file-examples.com/wp-content/uploads/2017/10/file_example_JPG_500kB.jpg?t=6);}
.image-7 {background-image: url(https://file-examples.com/wp-content/uploads/2017/10/file_example_JPG_500kB.jpg?t=7);}
.image-8 {background-image: url(https://file-examples.com/wp-content/uploads/2017/10/file_example_JPG_500kB.jpg?t=8);}
.image-9 {background-image: url(https://file-examples.com/wp-content/uploads/2017/10/file_example_JPG_500kB.jpg?t=10);}
html.js [data-progressive-image],
html.js [data-progressive-image] * {
background-image: none !important;
-webkit-mask-image: none !important;
mask-image: none !important;
opacity: 0;
}
html.js .progressive-image-animated,
html.js .progressive-image-animated * {
will-change: opacity;
opacity: 0;
-webkit-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}
html.js .progressive-image-animated[data-progressive-image-loaded],
html.js .progressive-image-animated[data-progressive-image-loaded] *,
html.js .progressive-image-animated *[data-progressive-image-loaded],
html.js .progressive-image-animated *[data-progressive-image-loaded] * {
opacity: 1;
} | 0.33939 | 0.179495 |
* =================================================
* - Resets
* - Grid
* - Base Styles
* - Typography
* - Links
* - Buttons
* - Forms
* - Lists
* - Code
* - Tables
* - Spacing
* - Clearing */
/* #Reset & Basics (Inspired by <NAME>)
* ================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: .8;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* Grid
* ================================================== */
.container {
position: relative;
width: 80%;
max-width: 960px;
margin: 0 auto;
padding: 0;
box-sizing: border-box;
}
.column,
.columns {
width: 100%;
float: left;
box-sizing: border-box;
}
/* For devices larger than 400px */
@media (min-width: 400px) {
.container {
width: 80%;
}
}
/* For devices larger than 550px */
@media (min-width: 750px) {
.container {
width: 80%;
padding: 0 20px;
}
.column,
.columns {
margin-left: 4%;
}
.column:first-child,
.columns:first-child {
margin-left: 0;
}
.one.column,
.one.columns {
width: 4.66666666667%;
}
.two.columns {
width: 13.3333333333%;
}
.three.columns {
width: 22%;
}
.four.columns {
width: 30.6666666667%;
}
.five.columns {
width: 39.3333333333%;
}
.six.columns {
width: 48%;
}
.seven.columns {
width: 56.6666666667%;
}
.eight.columns {
width: 65.3333333333%;
}
.nine.columns {
width: 74.0%;
}
.ten.columns {
width: 82.6666666667%;
}
.eleven.columns {
width: 91.3333333333%;
}
.twelve.columns {
width: 100%;
margin-left: 0;
}
.one-third.column {
width: 30.6666666667%;
}
.two-thirds.column {
width: 65.3333333333%;
}
.one-half.column {
width: 48%;
}
/* Offsets */
.offset-by-one.column,
.offset-by-one.columns {
margin-left: 8.66666666667%;
}
.offset-by-two.column,
.offset-by-two.columns {
margin-left: 17.3333333333%;
}
.offset-by-three.column,
.offset-by-three.columns {
margin-left: 26%;
}
.offset-by-four.column,
.offset-by-four.columns {
margin-left: 34.6666666667%;
}
.offset-by-five.column,
.offset-by-five.columns {
margin-left: 43.3333333333%;
}
.offset-by-six.column,
.offset-by-six.columns {
margin-left: 52%;
}
.offset-by-seven.column,
.offset-by-seven.columns {
margin-left: 60.6666666667%;
}
.offset-by-eight.column,
.offset-by-eight.columns {
margin-left: 69.3333333333%;
}
.offset-by-nine.column,
.offset-by-nine.columns {
margin-left: 78.0%;
}
.offset-by-ten.column,
.offset-by-ten.columns {
margin-left: 86.6666666667%;
}
.offset-by-eleven.column,
.offset-by-eleven.columns {
margin-left: 95.3333333333%;
}
.offset-by-one-third.column,
.offset-by-one-third.columns {
margin-left: 34.6666666667%;
}
.offset-by-two-thirds.column,
.offset-by-two-thirds.columns {
margin-left: 69.3333333333%;
}
.offset-by-one-half.column,
.offset-by-one-half.columns {
margin-left: 52%;
}
}
/* Base Styles
* ================================================== */
/* NOTE: html is set to 62.5% so that all the REM measurements throughout Skeleton
* are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
font-size: 62.5%;
}
body {
font-size: 2em;
/* currently ems cause chrome bug misinterpreting rems on body element */
line-height: 1.3;
font-family: "source_sans_prolight", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #222;
}
/* Typography
* ================================================== */
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 2rem;
font-weight: 300;
vertical-align: top;
}
h1 {
font-size: 4.0rem;
line-height: 1.2;
letter-spacing: -.1rem;
}
h2 {
font-size: 3.6rem;
line-height: 1.25;
letter-spacing: -.1rem;
}
h3 {
font-size: 3.0rem;
line-height: 1.3;
letter-spacing: -.1rem;
}
h4 {
font-size: 2.4rem;
line-height: 1.35;
letter-spacing: -.08rem;
}
h5 {
font-size: 1.8rem;
line-height: 1.5;
letter-spacing: -.05rem;
}
h6 {
font-size: 1.5rem;
line-height: 1.6;
letter-spacing: 0;
}
/* Larger than phablet */
@media (min-width: 550px) {
h1 {
font-size: 5.0rem;
}
h2 {
font-size: 4.2rem;
}
h3 {
font-size: 3.6rem;
}
h4 {
font-size: 3.0rem;
}
h5 {
font-size: 2.4rem;
}
h6 {
font-size: 1.5rem;
}
}
p {
margin-top: 0;
}
b, strong {
font-family: "source_sans_probold";
}
i, em {
font-family: "source_sans_prolight_italic";
}
/* Links
* ================================================== */
a {
color: #1EAEDB;
}
a:hover {
color: #0FA0CE;
}
/* Buttons
* ================================================== */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
display: inline-block;
height: 38px;
padding: 0 30px;
color: #555;
text-align: center;
font-size: 11px;
font-weight: 600;
line-height: 38px;
letter-spacing: .1rem;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border-radius: 4px;
border: 1px solid #bbb;
cursor: pointer;
box-sizing: border-box;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
color: #1083dd;
line-height: 34px;
border: 3px #1083dd solid;
outline: 0;
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
color: #FFF;
background-color: #33C3F0;
border-color: #33C3F0;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
color: #FFF;
background-color: #1EAEDB;
border-color: #1EAEDB;
}
/* Forms
* ================================================== */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
height: 38px;
padding: 6px 10px;
/* The 6px vertically centers text on FF, ignored by Webkit */
background-color: #fff;
border: 1px solid #D1D1D1;
border-radius: 4px;
box-shadow: none;
box-sizing: border-box;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
textarea {
min-height: 65px;
padding-top: 6px;
padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
border: 1px solid #33C3F0;
outline: 0;
}
label,
legend {
display: block;
margin-bottom: .5rem;
font-weight: 600;
}
fieldset {
padding: 0;
border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
display: inline;
}
label > .label-body {
display: inline-block;
margin-left: .5rem;
font-weight: normal;
}
/* Lists
* ================================================== */
ul {
list-style: disc outside;
}
ol {
list-style: decimal outside;
}
ol, ul {
padding-left: 0;
margin-top: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
margin: 1.5rem 0 1.5rem 3rem;
font-size: 90%;
}
li {
margin-bottom: 1rem;
}
/* Code
* ================================================== */
code {
padding: .2rem .5rem;
margin: 0 .2rem;
font-size: 90%;
white-space: nowrap;
background: #F1F1F1;
border: 1px solid #E1E1E1;
border-radius: 4px;
}
pre > code {
display: block;
padding: 1rem 1.5rem;
white-space: pre;
}
/* Tables
* ================================================== */
th,
td {
padding: 12px 15px;
text-align: left;
border-bottom: 1px solid #E1E1E1;
}
th:first-child,
td:first-child {
padding-left: 0;
}
th:last-child,
td:last-child {
padding-right: 0;
}
/* Spacing
* ================================================== */
button,
.button {
margin-bottom: 1rem;
}
input,
textarea,
select,
fieldset {
margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
margin-bottom: 2.5rem;
}
/* Misc
* ================================================== */
hr {
margin-top: 3rem;
margin-bottom: 3.5rem;
border-width: 0;
border-top: 1px solid #E1E1E1;
}
/* Clearing
* ================================================== */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
content: "";
display: table;
clear: both;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 17, 2015 */
@font-face {
font-family: 'source_sans_prolight';
src: url("../fonts/sourcesanspro-light-webfont.eot");
src: url("../fonts/sourcesanspro-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-light-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-light-webfont.woff") format("woff"), url("../fonts/sourcesanspro-light-webfont.ttf") format("truetype"), url("../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'source_sans_prolight_italic';
src: url("../fonts/sourcesanspro-lightit-webfont.eot");
src: url("../fonts/sourcesanspro-lightit-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-lightit-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-lightit-webfont.woff") format("woff"), url("../fonts/sourcesanspro-lightit-webfont.ttf") format("truetype"), url("../fonts/sourcesanspro-lightit-webfont.svg#source_sans_prolight_italic") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'source_sans_probold';
src: url("../fonts/sourcesanspro-bold-webfont.eot");
src: url("../fonts/sourcesanspro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-bold-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-bold-webfont.woff") format("woff"), url("../fonts/sourcesanspro-bold-webfont.ttf") format("truetype"), url("../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'source_sans_proregular';
src: url("../fonts/sourcesanspro-regular-webfont.eot");
src: url("../fonts/sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("../fonts/sourcesanspro-regular-webfont.ttf") format("truetype"), url("../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular") format("svg");
font-weight: normal;
font-style: normal;
}
/* Menu
* ================================================== */
#nav {
border-bottom: solid 1px #dedede;
background-color: rgba(255, 255, 255, 0.8);
position: fixed;
width: 100%;
z-index: 2;
margin-top: -45px;
}
#nav #menu ul {
margin-bottom: 0;
}
#nav #menu ul li {
display: inline-block;
padding-right: 20px;
margin-top: 10px;
}
#nav #menu ul li:last-child {
padding-right: 0px;
}
#nav #menu ul li a {
text-decoration: none;
color: #224d7a;
font-size: 18px;
}
/* About
* ================================================== */
#page-title-wrapper {
background-color: #fafafa;
margin-top: 45px;
}
#page-title-wrapper #page-title {
max-width: 700px;
padding: 60px 0px 0px 0px;
}
#download {
margin-top: 40px;
margin-bottom: 40px;
}
#download a {
margin: 0 auto;
display: block;
width: 250px;
}
#about-wrapper {
background-color: #fafafa;
margin-top: 50px;
}
#about-wrapper .row {
max-width: 700px;
padding: 50px 0px 0px 0px;
}
#about-wrapper #team {
margin-left: 0px;
}
#about-wrapper #team .team-member p {
line-height: 1em;
}
#about-wrapper #team .team-member .role {
font-size: 14px;
}
#about-wrapper #footer {
margin-left: 0px;
}
/* Cards
* ================================================== */
img.scale-with-grid {
max-width: 100%;
height: auto;
}
.card {
margin: 10px 0 10px 0;
padding-top: 50px;
}
.card .card-desc {
padding: 40px 0px 60px 0px;
color: #454545;
}
.card .card-desc ul {
list-style: none;
}
.card .card-desc ul li {
position: relative;
}
.card .card-desc ul li:before {
content: "";
position: absolute;
left: -15px;
top: calc( 1.3rem - 2.5px );
width: 5px;
height: 5px;
border-radius: 5px;
background: #878787;
}
.card .card-img img {
border-radius: 15px;
-webkit-border-radius: 15px;
overflow: hidden;
-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
z-index: 2;
}
.social {
display: block;
height: 40px;
float: right;
opacity: 60%;
/*margin-top: -45px;
background: rgba(255,255,255,.5);
z-index: 4;*/
}
.social ul {
list-style: none;
margin-top: 8px;
}
.social ul li {
display: inline-block;
padding-left: 8px;
}
.social ul li .social-button {
display: inline-block;
border: #4791BA 2px solid;
padding: 8px;
border-radius: 36px;
}
.social ul li .social-button:hover {
background-color: #4791BA;
}
.social ul li .social-button:hover .twitter {
background: url("../images/twitter-white.svg") no-repeat;
background-size: contain;
background-position: right 50% bottom 50%;
}
.social ul li .social-button:hover .facebook {
background: url("../images/facebook-white.svg") no-repeat;
background-size: contain;
background-position: right 50% bottom 50%;
}
.social ul li .social-button:hover .download {
background: url("../images/download-white.svg") no-repeat;
background-size: contain;
background-position: right 50% bottom 50%;
}
.social ul li .social-button .twitter, .social ul li .social-button .facebook, .social ul li .social-button .download {
height: 18px;
width: 18px;
padding: 0;
}
.social ul li .social-button .twitter {
background: url("../images/twitter.svg") no-repeat;
background-size: contain;
background-position: right 50% bottom 50%;
}
.social ul li .social-button .facebook {
background: url("../images/facebook.svg") no-repeat;
background-size: contain;
background-position: right 50% bottom 50%;
}
.social ul li .social-button .download {
background: url("../images/download.svg") no-repeat;
background-size: contain;
background-position: right 50% bottom 50%;
}
/* Pack
* ================================================== */
.pack {
width: 100%;
padding: 60px 0;
overflow: hidden;
}
.pack .current-image {
float: left;
border-radius: 15px;
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
}
.pack .pack-images-group {
width: 100%;
}
.pack .pack-images-group img {
border-radius: 5px;
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
float: left;
}
.pack .pack-images-group img:hover {
cursor: pointer;
}
.pack .social {
float: none;
}
.pack .social li {
padding-left: 0;
margin-right: 10px;
}
.pack .clearfix {
content: ".";
visibility: hidden;
display: block;
height: 0;
clear: both;
}
/* Quotes
* ================================================== */
#feedback.column {
margin-left: 0;
}
#feedback .quote {
padding-bottom: 4rem;
padding-top: 4rem;
font-size: 2rem;
position: relative;
}
#feedback .quote:before {
content: "";
position: absolute;
left: 25%;
bottom: 0;
height: 1px;
width: 50%;
border-bottom: 1px solid #e1e1e1;
}
#feedback .quote p {
margin-bottom: 0;
}
#feedback .quote .author {
color: #979797;
text-align: right;
font-size: 1.5rem;
margin-top: .5rem;
}
/* Footer
* ================================================== */
#footer {
font-size: 14px;
border-top: solid 1px #dedede;
margin-top: 40px;
padding-top: 20px;
}
/* Media Queries
* ================================================== */
/* Larger than mobile */
@media (max-width: 549px) {
.current-image-wrap {
display: none;
}
.pack-images-group img {
width: 56px;
height: 82px;
margin: 0 8px 12px 0;
}
}
/* Larger than phablet (also point when grid becomes active)*/
@media (min-width: 550px) and (max-width: 749px) {
#page-title-wrapper #page-title {
padding-top: 50px;
padding-bottom: 20px;
}
.current-image-wrap {
display: none;
}
.pack-images-group img {
width: 80px;
height: 113px;
margin: 0 8px 15px 0;
}
}
/* Larger than tablet */
@media (min-width: 750px) and (max-width: 999px) {
.card {
margin-bottom: 50px;
}
.card .card-desc {
padding: 0 40px 60px 20px;
}
.card .card-desc h3 {
margin-top: 0;
vertical-align: top;
}
#page-title-wrapper #page-title {
padding-top: 50px;
padding-bottom: 20px;
}
#about {
padding-left: 0;
}
#download {
margin-top: 60px;
margin-bottom: 70px;
}
.pack-info,
.current-image-wrap {
display: inline-block;
width: 50%;
float: left;
}
.current-image {
width: 248px;
height: 350px;
}
.pack-images-group img {
width: 50px;
height: 70px;
margin: 0 6px 12px 0;
}
}
/* Larger than desktop */
@media (min-width: 1000px) and (max-width: 1199px) {
.card {
margin-bottom: 50px;
}
.card .card-desc {
padding: 0 40px 60px 20px;
}
.card .card-desc h3 {
margin-top: 0;
vertical-align: top;
}
.pack-info,
.current-image-wrap {
display: inline-block;
width: 50%;
float: left;
}
.current-image {
width: 341px;
height: 480px;
}
.pack-images-group img {
width: 68px;
height: 96px;
margin: 0 8px 15px 0;
}
}
/* Larger than Desktop HD */
@media (min-width: 1200px) {
.card {
margin-bottom: 50px;
}
.card .card-desc {
padding: 0 40px 60px 20px;
}
.card .card-desc h3 {
margin-top: 0;
vertical-align: top;
}
.pack-info,
.current-image-wrap {
display: inline-block;
width: 50%;
float: left;
}
.current-image {
width: 362px;
height: 510px;
}
.pack-images-group img {
width: 78px;
height: 110px;
margin: 0 12px 20px 0;
}
}
/*# sourceMappingURL=application.css.map */ | assets/css/application.css | * =================================================
* - Resets
* - Grid
* - Base Styles
* - Typography
* - Links
* - Buttons
* - Forms
* - Lists
* - Code
* - Tables
* - Spacing
* - Clearing */
/* #Reset & Basics (Inspired by <NAME>)
* ================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: .8;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* Grid
* ================================================== */
.container {
position: relative;
width: 80%;
max-width: 960px;
margin: 0 auto;
padding: 0;
box-sizing: border-box;
}
.column,
.columns {
width: 100%;
float: left;
box-sizing: border-box;
}
/* For devices larger than 400px */
@media (min-width: 400px) {
.container {
width: 80%;
}
}
/* For devices larger than 550px */
@media (min-width: 750px) {
.container {
width: 80%;
padding: 0 20px;
}
.column,
.columns {
margin-left: 4%;
}
.column:first-child,
.columns:first-child {
margin-left: 0;
}
.one.column,
.one.columns {
width: 4.66666666667%;
}
.two.columns {
width: 13.3333333333%;
}
.three.columns {
width: 22%;
}
.four.columns {
width: 30.6666666667%;
}
.five.columns {
width: 39.3333333333%;
}
.six.columns {
width: 48%;
}
.seven.columns {
width: 56.6666666667%;
}
.eight.columns {
width: 65.3333333333%;
}
.nine.columns {
width: 74.0%;
}
.ten.columns {
width: 82.6666666667%;
}
.eleven.columns {
width: 91.3333333333%;
}
.twelve.columns {
width: 100%;
margin-left: 0;
}
.one-third.column {
width: 30.6666666667%;
}
.two-thirds.column {
width: 65.3333333333%;
}
.one-half.column {
width: 48%;
}
/* Offsets */
.offset-by-one.column,
.offset-by-one.columns {
margin-left: 8.66666666667%;
}
.offset-by-two.column,
.offset-by-two.columns {
margin-left: 17.3333333333%;
}
.offset-by-three.column,
.offset-by-three.columns {
margin-left: 26%;
}
.offset-by-four.column,
.offset-by-four.columns {
margin-left: 34.6666666667%;
}
.offset-by-five.column,
.offset-by-five.columns {
margin-left: 43.3333333333%;
}
.offset-by-six.column,
.offset-by-six.columns {
margin-left: 52%;
}
.offset-by-seven.column,
.offset-by-seven.columns {
margin-left: 60.6666666667%;
}
.offset-by-eight.column,
.offset-by-eight.columns {
margin-left: 69.3333333333%;
}
.offset-by-nine.column,
.offset-by-nine.columns {
margin-left: 78.0%;
}
.offset-by-ten.column,
.offset-by-ten.columns {
margin-left: 86.6666666667%;
}
.offset-by-eleven.column,
.offset-by-eleven.columns {
margin-left: 95.3333333333%;
}
.offset-by-one-third.column,
.offset-by-one-third.columns {
margin-left: 34.6666666667%;
}
.offset-by-two-thirds.column,
.offset-by-two-thirds.columns {
margin-left: 69.3333333333%;
}
.offset-by-one-half.column,
.offset-by-one-half.columns {
margin-left: 52%;
}
}
/* Base Styles
* ================================================== */
/* NOTE: html is set to 62.5% so that all the REM measurements throughout Skeleton
* are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
font-size: 62.5%;
}
body {
font-size: 2em;
/* currently ems cause chrome bug misinterpreting rems on body element */
line-height: 1.3;
font-family: "source_sans_prolight", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #222;
}
/* Typography
* ================================================== */
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 2rem;
font-weight: 300;
vertical-align: top;
}
h1 {
font-size: 4.0rem;
line-height: 1.2;
letter-spacing: -.1rem;
}
h2 {
font-size: 3.6rem;
line-height: 1.25;
letter-spacing: -.1rem;
}
h3 {
font-size: 3.0rem;
line-height: 1.3;
letter-spacing: -.1rem;
}
h4 {
font-size: 2.4rem;
line-height: 1.35;
letter-spacing: -.08rem;
}
h5 {
font-size: 1.8rem;
line-height: 1.5;
letter-spacing: -.05rem;
}
h6 {
font-size: 1.5rem;
line-height: 1.6;
letter-spacing: 0;
}
/* Larger than phablet */
@media (min-width: 550px) {
h1 {
font-size: 5.0rem;
}
h2 {
font-size: 4.2rem;
}
h3 {
font-size: 3.6rem;
}
h4 {
font-size: 3.0rem;
}
h5 {
font-size: 2.4rem;
}
h6 {
font-size: 1.5rem;
}
}
p {
margin-top: 0;
}
b, strong {
font-family: "source_sans_probold";
}
i, em {
font-family: "source_sans_prolight_italic";
}
/* Links
* ================================================== */
a {
color: #1EAEDB;
}
a:hover {
color: #0FA0CE;
}
/* Buttons
* ================================================== */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
display: inline-block;
height: 38px;
padding: 0 30px;
color: #555;
text-align: center;
font-size: 11px;
font-weight: 600;
line-height: 38px;
letter-spacing: .1rem;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border-radius: 4px;
border: 1px solid #bbb;
cursor: pointer;
box-sizing: border-box;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
color: #1083dd;
line-height: 34px;
border: 3px #1083dd solid;
outline: 0;
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
color: #FFF;
background-color: #33C3F0;
border-color: #33C3F0;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
color: #FFF;
background-color: #1EAEDB;
border-color: #1EAEDB;
}
/* Forms
* ================================================== */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
height: 38px;
padding: 6px 10px;
/* The 6px vertically centers text on FF, ignored by Webkit */
background-color: #fff;
border: 1px solid #D1D1D1;
border-radius: 4px;
box-shadow: none;
box-sizing: border-box;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
textarea {
min-height: 65px;
padding-top: 6px;
padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
border: 1px solid #33C3F0;
outline: 0;
}
label,
legend {
display: block;
margin-bottom: .5rem;
font-weight: 600;
}
fieldset {
padding: 0;
border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
display: inline;
}
label > .label-body {
display: inline-block;
margin-left: .5rem;
font-weight: normal;
}
/* Lists
* ================================================== */
ul {
list-style: disc outside;
}
ol {
list-style: decimal outside;
}
ol, ul {
padding-left: 0;
margin-top: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
margin: 1.5rem 0 1.5rem 3rem;
font-size: 90%;
}
li {
margin-bottom: 1rem;
}
/* Code
* ================================================== */
code {
padding: .2rem .5rem;
margin: 0 .2rem;
font-size: 90%;
white-space: nowrap;
background: #F1F1F1;
border: 1px solid #E1E1E1;
border-radius: 4px;
}
pre > code {
display: block;
padding: 1rem 1.5rem;
white-space: pre;
}
/* Tables
* ================================================== */
th,
td {
padding: 12px 15px;
text-align: left;
border-bottom: 1px solid #E1E1E1;
}
th:first-child,
td:first-child {
padding-left: 0;
}
th:last-child,
td:last-child {
padding-right: 0;
}
/* Spacing
* ================================================== */
button,
.button {
margin-bottom: 1rem;
}
input,
textarea,
select,
fieldset {
margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
margin-bottom: 2.5rem;
}
/* Misc
* ================================================== */
hr {
margin-top: 3rem;
margin-bottom: 3.5rem;
border-width: 0;
border-top: 1px solid #E1E1E1;
}
/* Clearing
* ================================================== */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
content: "";
display: table;
clear: both;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 17, 2015 */
@font-face {
font-family: 'source_sans_prolight';
src: url("../fonts/sourcesanspro-light-webfont.eot");
src: url("../fonts/sourcesanspro-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-light-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-light-webfont.woff") format("woff"), url("../fonts/sourcesanspro-light-webfont.ttf") format("truetype"), url("../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'source_sans_prolight_italic';
src: url("../fonts/sourcesanspro-lightit-webfont.eot");
src: url("../fonts/sourcesanspro-lightit-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-lightit-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-lightit-webfont.woff") format("woff"), url("../fonts/sourcesanspro-lightit-webfont.ttf") format("truetype"), url("../fonts/sourcesanspro-lightit-webfont.svg#source_sans_prolight_italic") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'source_sans_probold';
src: url("../fonts/sourcesanspro-bold-webfont.eot");
src: url("../fonts/sourcesanspro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-bold-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-bold-webfont.woff") format("woff"), url("../fonts/sourcesanspro-bold-webfont.ttf") format("truetype"), url("../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'source_sans_proregular';
src: url("../fonts/sourcesanspro-regular-webfont.eot");
src: url("../fonts/sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("../fonts/sourcesanspro-regular-webfont.ttf") format("truetype"), url("../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular") format("svg");
font-weight: normal;
font-style: normal;
}
/* Menu
* ================================================== */
#nav {
border-bottom: solid 1px #dedede;
background-color: rgba(255, 255, 255, 0.8);
position: fixed;
width: 100%;
z-index: 2;
margin-top: -45px;
}
#nav #menu ul {
margin-bottom: 0;
}
#nav #menu ul li {
display: inline-block;
padding-right: 20px;
margin-top: 10px;
}
#nav #menu ul li:last-child {
padding-right: 0px;
}
#nav #menu ul li a {
text-decoration: none;
color: #224d7a;
font-size: 18px;
}
/* About
* ================================================== */
#page-title-wrapper {
background-color: #fafafa;
margin-top: 45px;
}
#page-title-wrapper #page-title {
max-width: 700px;
padding: 60px 0px 0px 0px;
}
#download {
margin-top: 40px;
margin-bottom: 40px;
}
#download a {
margin: 0 auto;
display: block;
width: 250px;
}
#about-wrapper {
background-color: #fafafa;
margin-top: 50px;
}
#about-wrapper .row {
max-width: 700px;
padding: 50px 0px 0px 0px;
}
#about-wrapper #team {
margin-left: 0px;
}
#about-wrapper #team .team-member p {
line-height: 1em;
}
#about-wrapper #team .team-member .role {
font-size: 14px;
}
#about-wrapper #footer {
margin-left: 0px;
}
/* Cards
* ================================================== */
img.scale-with-grid {
max-width: 100%;
height: auto;
}
.card {
margin: 10px 0 10px 0;
padding-top: 50px;
}
.card .card-desc {
padding: 40px 0px 60px 0px;
color: #454545;
}
.card .card-desc ul {
list-style: none;
}
.card .card-desc ul li {
position: relative;
}
.card .card-desc ul li:before {
content: "";
position: absolute;
left: -15px;
top: calc( 1.3rem - 2.5px );
width: 5px;
height: 5px;
border-radius: 5px;
background: #878787;
}
.card .card-img img {
border-radius: 15px;
-webkit-border-radius: 15px;
overflow: hidden;
-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
z-index: 2;
}
.social {
display: block;
height: 40px;
float: right;
opacity: 60%;
/*margin-top: -45px;
background: rgba(255,255,255,.5);
z-index: 4;*/
}
.social ul {
list-style: none;
margin-top: 8px;
}
.social ul li {
display: inline-block;
padding-left: 8px;
}
.social ul li .social-button {
display: inline-block;
border: #4791BA 2px solid;
padding: 8px;
border-radius: 36px;
}
.social ul li .social-button:hover {
background-color: #4791BA;
}
.social ul li .social-button:hover .twitter {
background: url("../images/twitter-white.svg") no-repeat;
background-size: contain;
background-position: right 50% bottom 50%;
}
.social ul li .social-button:hover .facebook {
background: url("../images/facebook-white.svg") no-repeat;
background-size: contain;
background-position: right 50% bottom 50%;
}
.social ul li .social-button:hover .download {
background: url("../images/download-white.svg") no-repeat;
background-size: contain;
background-position: right 50% bottom 50%;
}
.social ul li .social-button .twitter, .social ul li .social-button .facebook, .social ul li .social-button .download {
height: 18px;
width: 18px;
padding: 0;
}
.social ul li .social-button .twitter {
background: url("../images/twitter.svg") no-repeat;
background-size: contain;
background-position: right 50% bottom 50%;
}
.social ul li .social-button .facebook {
background: url("../images/facebook.svg") no-repeat;
background-size: contain;
background-position: right 50% bottom 50%;
}
.social ul li .social-button .download {
background: url("../images/download.svg") no-repeat;
background-size: contain;
background-position: right 50% bottom 50%;
}
/* Pack
* ================================================== */
.pack {
width: 100%;
padding: 60px 0;
overflow: hidden;
}
.pack .current-image {
float: left;
border-radius: 15px;
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
}
.pack .pack-images-group {
width: 100%;
}
.pack .pack-images-group img {
border-radius: 5px;
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
float: left;
}
.pack .pack-images-group img:hover {
cursor: pointer;
}
.pack .social {
float: none;
}
.pack .social li {
padding-left: 0;
margin-right: 10px;
}
.pack .clearfix {
content: ".";
visibility: hidden;
display: block;
height: 0;
clear: both;
}
/* Quotes
* ================================================== */
#feedback.column {
margin-left: 0;
}
#feedback .quote {
padding-bottom: 4rem;
padding-top: 4rem;
font-size: 2rem;
position: relative;
}
#feedback .quote:before {
content: "";
position: absolute;
left: 25%;
bottom: 0;
height: 1px;
width: 50%;
border-bottom: 1px solid #e1e1e1;
}
#feedback .quote p {
margin-bottom: 0;
}
#feedback .quote .author {
color: #979797;
text-align: right;
font-size: 1.5rem;
margin-top: .5rem;
}
/* Footer
* ================================================== */
#footer {
font-size: 14px;
border-top: solid 1px #dedede;
margin-top: 40px;
padding-top: 20px;
}
/* Media Queries
* ================================================== */
/* Larger than mobile */
@media (max-width: 549px) {
.current-image-wrap {
display: none;
}
.pack-images-group img {
width: 56px;
height: 82px;
margin: 0 8px 12px 0;
}
}
/* Larger than phablet (also point when grid becomes active)*/
@media (min-width: 550px) and (max-width: 749px) {
#page-title-wrapper #page-title {
padding-top: 50px;
padding-bottom: 20px;
}
.current-image-wrap {
display: none;
}
.pack-images-group img {
width: 80px;
height: 113px;
margin: 0 8px 15px 0;
}
}
/* Larger than tablet */
@media (min-width: 750px) and (max-width: 999px) {
.card {
margin-bottom: 50px;
}
.card .card-desc {
padding: 0 40px 60px 20px;
}
.card .card-desc h3 {
margin-top: 0;
vertical-align: top;
}
#page-title-wrapper #page-title {
padding-top: 50px;
padding-bottom: 20px;
}
#about {
padding-left: 0;
}
#download {
margin-top: 60px;
margin-bottom: 70px;
}
.pack-info,
.current-image-wrap {
display: inline-block;
width: 50%;
float: left;
}
.current-image {
width: 248px;
height: 350px;
}
.pack-images-group img {
width: 50px;
height: 70px;
margin: 0 6px 12px 0;
}
}
/* Larger than desktop */
@media (min-width: 1000px) and (max-width: 1199px) {
.card {
margin-bottom: 50px;
}
.card .card-desc {
padding: 0 40px 60px 20px;
}
.card .card-desc h3 {
margin-top: 0;
vertical-align: top;
}
.pack-info,
.current-image-wrap {
display: inline-block;
width: 50%;
float: left;
}
.current-image {
width: 341px;
height: 480px;
}
.pack-images-group img {
width: 68px;
height: 96px;
margin: 0 8px 15px 0;
}
}
/* Larger than Desktop HD */
@media (min-width: 1200px) {
.card {
margin-bottom: 50px;
}
.card .card-desc {
padding: 0 40px 60px 20px;
}
.card .card-desc h3 {
margin-top: 0;
vertical-align: top;
}
.pack-info,
.current-image-wrap {
display: inline-block;
width: 50%;
float: left;
}
.current-image {
width: 362px;
height: 510px;
}
.pack-images-group img {
width: 78px;
height: 110px;
margin: 0 12px 20px 0;
}
}
/*# sourceMappingURL=application.css.map */ | 0.377426 | 0.108992 |
<style>
*
{
font-family: 'Poppins', sans-serif !important;
}
#icon:hover
{
background-color: #d2a300;
color: white !important;
}
#isian
{
height: 7vh;
}
#page-wrapper
{
min-height: 700px;
}
@media all and (orientation:portrait) {
#turn
{
display: none;
}
}
@media all and (orientation:landscape) {
#turn
{
display: block;
position: fixed !important;
}
}
@media (min-width: 992px)
{
#page-wrapper
{
min-height: 700px !important;
max-width: 600px !important;
margin-left: 29.5vw !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
}
#header
{
max-width: 600px !important;
margin-left: 29.5vw !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
}
#menubar
{
max-width: 600px !important;
margin-left: 29.5vw !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
}
.icon
{
width: 40% !important;
}
#turn
{
display: none;
}
}
@media (min-width: 1025px) and (max-width: 1280px) {
#page-wrapper
{
min-height: 700px !important;
max-width: 600px !important;
margin-left: 29.5vw !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
}
#header
{
max-width: 600px !important;
margin-left: 29.5vw !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
}
#menubar
{
max-width: 600px !important;
margin-left: 29.5vw !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
}
.icon
{
width: 40% !important;
}
#turn
{
display: none;
}
}
/*ipad*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation:portrait)
{
#page-wrapper
{
max-width: 1024px !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
}
#header
{
max-width: 1024px !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
}
#menubar
{
max-width: 1024px !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
}
.icon
{
width: 40% !important;
}
#turn
{
display: none;
}
}
/*@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape)
{
#page-wrapper
{
max-width: 600px !important;
margin-left: 215px !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
}
#header
{
max-width: 600px !important;
margin-left: 215px !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
}
#menubar
{
max-width: 600px !important;
margin-left: 215px !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
}
.icon
{
width: 40% !important;
}
#turn
{
display: none;
}
}*/
/*ipad pro*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
#page-wrapper
{
max-width: 600px !important;
margin-left: 25% !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
min-height: 1000px !important;
}
#header
{
max-width: 600px !important;
margin-left: 25% !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
}
#menubar
{
max-width: 600px !important;
margin-left: 25% !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
}
.icon
{
width: 40% !important;
}
#turn
{
display: none;
}
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
#page-wrapper
{
max-width: 600px !important;
margin-left: 225px !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
}
#header
{
max-width: 600px !important;
margin-left: 225px !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
}
#menubar
{
max-width: 600px !important;
margin-left: 225px !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
bottom: 0 !important;
}
.icon
{
width: 40% !important;
}
#turn
{
display: none;
}
}
</style> | public/css/css.css | <style>
*
{
font-family: 'Poppins', sans-serif !important;
}
#icon:hover
{
background-color: #d2a300;
color: white !important;
}
#isian
{
height: 7vh;
}
#page-wrapper
{
min-height: 700px;
}
@media all and (orientation:portrait) {
#turn
{
display: none;
}
}
@media all and (orientation:landscape) {
#turn
{
display: block;
position: fixed !important;
}
}
@media (min-width: 992px)
{
#page-wrapper
{
min-height: 700px !important;
max-width: 600px !important;
margin-left: 29.5vw !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
}
#header
{
max-width: 600px !important;
margin-left: 29.5vw !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
}
#menubar
{
max-width: 600px !important;
margin-left: 29.5vw !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
}
.icon
{
width: 40% !important;
}
#turn
{
display: none;
}
}
@media (min-width: 1025px) and (max-width: 1280px) {
#page-wrapper
{
min-height: 700px !important;
max-width: 600px !important;
margin-left: 29.5vw !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
}
#header
{
max-width: 600px !important;
margin-left: 29.5vw !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
}
#menubar
{
max-width: 600px !important;
margin-left: 29.5vw !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
}
.icon
{
width: 40% !important;
}
#turn
{
display: none;
}
}
/*ipad*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation:portrait)
{
#page-wrapper
{
max-width: 1024px !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
}
#header
{
max-width: 1024px !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
}
#menubar
{
max-width: 1024px !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
}
.icon
{
width: 40% !important;
}
#turn
{
display: none;
}
}
/*@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape)
{
#page-wrapper
{
max-width: 600px !important;
margin-left: 215px !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
}
#header
{
max-width: 600px !important;
margin-left: 215px !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
}
#menubar
{
max-width: 600px !important;
margin-left: 215px !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
}
.icon
{
width: 40% !important;
}
#turn
{
display: none;
}
}*/
/*ipad pro*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
#page-wrapper
{
max-width: 600px !important;
margin-left: 25% !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
min-height: 1000px !important;
}
#header
{
max-width: 600px !important;
margin-left: 25% !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
}
#menubar
{
max-width: 600px !important;
margin-left: 25% !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
}
.icon
{
width: 40% !important;
}
#turn
{
display: none;
}
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
#page-wrapper
{
max-width: 600px !important;
margin-left: 225px !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
}
#header
{
max-width: 600px !important;
margin-left: 225px !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
}
#menubar
{
max-width: 600px !important;
margin-left: 225px !important;
border-left: 1px solid lightgrey;
border-right: 1px solid lightgrey;
bottom: 0 !important;
}
.icon
{
width: 40% !important;
}
#turn
{
display: none;
}
}
</style> | 0.137735 | 0.077727 |
.MarkALink__blocked {
opacity: 0.15 !important;
}
.MarkALink__blocked:hover {
opacity: 1 !important;
}
.MarkALink_aside .MarkALink__blocked {
opacity: 1 !important;
}
.MarkALink_aside .MarkALink__marked {
background: unset !important;
border: none !important;
}
.MarkALink__marked {
box-sizing: border-box !important;
}
.MarkALink_logo_wrap {
position: absolute !important;
transform-origin: left top !important;
transform: scale(0.5) !important;
top: 0 !important;
left: 0 !important;
}
.MarkALink__tooltip {
--bg-color: #131313;
--bg-color-glitch: #080808;
--logo-col: #FED128;
--logo-shadow: #FA1C16;
--logo-shadow-2: #806914;
position: fixed !important;
z-index: 1000000000000 !important;
display: none !important;
max-width: 250px !important;
max-height: 200px !important;
padding: 10px !important;
margin: 10px !important;
border-radius: 10px !important;
box-sizing: border-box !important;
overflow: hidden !important;
color: #fff !important;
font-family: Verdana !important;
font-size: 16px !important;
background-color: var(--bg-color) !important;
border: 1px solid var(--logo-col) !important;
box-shadow:
0 0 5px var(--logo-shadow),
0 0 10px var(--logo-shadow),
0 0 20px var(--logo-shadow),
0 0 20px var(--logo-shadow),
0 0 4px var(--logo-col),
inset 0 0 2px var(--logo-shadow),
inset 0 0 5px var(--logo-shadow),
inset 0 0 10px var(--logo-shadow),
inset 0 0 10px var(--logo-shadow),
inset 0 0 2px var(--logo-col);
}
.MarkALink__tooltip-hidden {
display: none !important;
}
.MarkALink__tooltip-show {
display: block !important;
animation: popping .9s ease-out;
}
@keyframes popping {
0%, 70% {
transform: translateY(-10px) !important;
opacity: 0 !important;
}
100% {
transform: none !important;
opacity: 1 !important;
}
}
.MarkALink__tooltip_text-mark {
display: block !important;
}
.MarkALink__tooltip_text-grp {
margin-bottom: 10px !important;
font-family: Godsownjunkyard !important;
font-size: 22px !important;
color: azure !important;
--color1: azure;
--color2: aqua;
--color3: dodgerblue;
--color4: blue;
text-shadow: 0 0 10px var(--color1), 0 0 20px var(--color2), 0 0 40px var(--color3), 0 0 80px var(--color4);
will-change: filter, color;
filter: saturate(60%);
} | content/content.css | .MarkALink__blocked {
opacity: 0.15 !important;
}
.MarkALink__blocked:hover {
opacity: 1 !important;
}
.MarkALink_aside .MarkALink__blocked {
opacity: 1 !important;
}
.MarkALink_aside .MarkALink__marked {
background: unset !important;
border: none !important;
}
.MarkALink__marked {
box-sizing: border-box !important;
}
.MarkALink_logo_wrap {
position: absolute !important;
transform-origin: left top !important;
transform: scale(0.5) !important;
top: 0 !important;
left: 0 !important;
}
.MarkALink__tooltip {
--bg-color: #131313;
--bg-color-glitch: #080808;
--logo-col: #FED128;
--logo-shadow: #FA1C16;
--logo-shadow-2: #806914;
position: fixed !important;
z-index: 1000000000000 !important;
display: none !important;
max-width: 250px !important;
max-height: 200px !important;
padding: 10px !important;
margin: 10px !important;
border-radius: 10px !important;
box-sizing: border-box !important;
overflow: hidden !important;
color: #fff !important;
font-family: Verdana !important;
font-size: 16px !important;
background-color: var(--bg-color) !important;
border: 1px solid var(--logo-col) !important;
box-shadow:
0 0 5px var(--logo-shadow),
0 0 10px var(--logo-shadow),
0 0 20px var(--logo-shadow),
0 0 20px var(--logo-shadow),
0 0 4px var(--logo-col),
inset 0 0 2px var(--logo-shadow),
inset 0 0 5px var(--logo-shadow),
inset 0 0 10px var(--logo-shadow),
inset 0 0 10px var(--logo-shadow),
inset 0 0 2px var(--logo-col);
}
.MarkALink__tooltip-hidden {
display: none !important;
}
.MarkALink__tooltip-show {
display: block !important;
animation: popping .9s ease-out;
}
@keyframes popping {
0%, 70% {
transform: translateY(-10px) !important;
opacity: 0 !important;
}
100% {
transform: none !important;
opacity: 1 !important;
}
}
.MarkALink__tooltip_text-mark {
display: block !important;
}
.MarkALink__tooltip_text-grp {
margin-bottom: 10px !important;
font-family: Godsownjunkyard !important;
font-size: 22px !important;
color: azure !important;
--color1: azure;
--color2: aqua;
--color3: dodgerblue;
--color4: blue;
text-shadow: 0 0 10px var(--color1), 0 0 20px var(--color2), 0 0 40px var(--color3), 0 0 80px var(--color4);
will-change: filter, color;
filter: saturate(60%);
} | 0.520496 | 0.127952 |
.html .body{
margin: 0%;
box-sizing: border-box;
overflow-x: hidden;
}
:root{
/* Theme Colors */
--text-gray: #3f4954;
--text-light: #686666da;
--bg-color: #0f0f0f;
--white: #ffffff;
--midnight-green: #104f55;
/* Gradient Colors */
--sky: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
/* Theme Font-Family */
--Abel: 'Abel', consolas;
--Anton: 'Anton', consolas;
--Josefin: 'Josefin', consolas;
--Lexend: 'Lexend', consolas;
--Livvic: 'Livvic', consolas;
}
/*----------Global Classes----------*/
a{
text-decoration: none;
/* color: var(--text-gray) */
}
.flex-row{
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.divider {
margin: 1rem 0 1rem 0;
}
ul{
list-style-type: none;
font-family: var(--Livvic);
color: var(--text-light);
}
li {
font-family: var(--Livvic);
color: var(--text-light);
}
h1{
font-family: var(--Lexend);
font-size: 2.5rem;
color: var(--text-gray) #3f4954;
}
h2{
font-family: var(--Lexend);
font-size: 2rem;
color: var(--text-gray) #3f4954;
}
h3{
font-family: var(--Abel);
font-size: 1.3rem;
}
button.btn{
border: none;
border-radius: 2rem;
padding: 1rem 3rem;
font-size: 1rem;
font-family: var(--Livvic);
cursor: pointer;
color: var(--white);
}
.btn2 {
color: var(--white)
}
span{
font-family: var(--Abel);
}
.container{
margin: 0 5vw;
}
.text-gray{
color: var(--text-gray)
}
p{
font-family: var(--Livvic);
color: var(--text-light)
}
/* -------------- All Styling Menu-------------------- */
* {
margin: 0;
padding: 0;
}
/* -------------- Navbar Styling -------------------- */
.container {
width: 90%;
margin: 0 auto;
}
.navbar {
width: 100%;
overflow: hidden;
height: 70px;
line-height: 70px;
background: white;
}
.logo {
width: 250px;
padding: 10px 0;
float: left;
}
.menu {
float: right;
}
.menu li {
float: left;
width: 100px;
height: 70px;
line-height: 70px;
text-align: center;
list-style: none;
}
.menu li a {
color: gray;
text-decoration: none;
font-family: monospace;
font-size: 20px;
display: block;
}
.menu li:hover {
background: #892BA4
}
.menu li a:hover {
color: #fff
}
.toggle-collapse {
position: absolute;
top: 0%;
width: 90%;
cursor: pointer;
display: none;
}
.toggle-collapse .toggle-icons{
display: flex;
justify-content: flex-end;
padding: 1.7rem 0;
}
/* -------------- Main Section Styling -------------------- */
main .site-title{
background: url('./assets/Images/pic4.jpg');
background-size: cover;
height: 88.8vh;
display: flex;
justify-content: center;
}
main .site-title .site-background{
padding-top: 10rem;
text-align: center;
color: var(--white)
}
main .site-title h1, h3{
margin: .3rem;
}
main .site-title .btn{
margin: 1.8rem;
background: #892BA4;
color: white;
}
main .site-title .btn:hover{
background: transparent;
border:1px solid var(--white);
color: var(--white)
}
/* Left Buffer */
main .left-about-section {
float:left;
width: 15%;
}
/* -------------- About Page Section Styling -------------------- */
.about-title {
display: flex;
justify-content: flex-start;
text-align: top;
float: left;
width: 70%;
}
main .about-title .about-background{
padding: 2rem;
text-align: center;
text-align: top;
color: var(--text-gray)
}
main .about-title h1, h3{
margin: .3rem;
/* text-align: left; */
}
main .about-title p{
margin: .3rem;
display: inline;
text-align: left;
}
/* Right Buffer */
main .right-about-section {
float:left;
width: 15%;
}
/* Photo of Me */
#about-me-image {
float: left;
}
.pro-photo {
padding: .7rem;
width: 25%;
}
#about-me-paragraph {
float: left;
}
/* -------------- Blog Page Section Styling -------------------- */
.left-about-section {
float: left;
width: 10%;
}
.blog-content-section {
float: left;
width: 45%;
}
.blog-header-h1 {
color: var(--text-gray);
font-size: 2.5rem;
color: #892BA4;
}
.blog-header-h2 {
margin: .7rem 0;
color: var(--text-gray);
font-size: 2rem;
color: var(--text-gray);
}
.author-name {
color: var(--text-gray);
font-weight: bold;
margin: .3rem 0;
}
.sign-off-signature {
color: var(--text-gray);
font-weight: bold;
margin: 1rem 0 1rem 0;
}
/* -------------- Works Page Section Styling -------------------- */
.works-image {
width: 50%;
margin: 1rem 0 1rem 0;
}
.works-header-h2 {
margin: 1rem 0 0 0;
color: var(--text-gray);
font-size: 2rem;
color: var(--text-gray);
}
/* -------------- Contact Page Section Styling -------------------- */
.about-me-li {
padding: .3rem 1rem;
}
/* -----------Viewport less than or equal to 1200px------------ */
@media only screen and (max-width: 832px){
.navbar{
background: white;
}
}
/* -----------Viewport less than or equal to 768px------------ */
@media only screen and (max-width: 768px){
.navbar{
background: orange;
}
}
/* -----------Viewport less than or equal to 320px------------ */
@media only screen and (max-width: 320px){
.navbar{
background: pink;
}
} | styles.css | .html .body{
margin: 0%;
box-sizing: border-box;
overflow-x: hidden;
}
:root{
/* Theme Colors */
--text-gray: #3f4954;
--text-light: #686666da;
--bg-color: #0f0f0f;
--white: #ffffff;
--midnight-green: #104f55;
/* Gradient Colors */
--sky: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
/* Theme Font-Family */
--Abel: 'Abel', consolas;
--Anton: 'Anton', consolas;
--Josefin: 'Josefin', consolas;
--Lexend: 'Lexend', consolas;
--Livvic: 'Livvic', consolas;
}
/*----------Global Classes----------*/
a{
text-decoration: none;
/* color: var(--text-gray) */
}
.flex-row{
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.divider {
margin: 1rem 0 1rem 0;
}
ul{
list-style-type: none;
font-family: var(--Livvic);
color: var(--text-light);
}
li {
font-family: var(--Livvic);
color: var(--text-light);
}
h1{
font-family: var(--Lexend);
font-size: 2.5rem;
color: var(--text-gray) #3f4954;
}
h2{
font-family: var(--Lexend);
font-size: 2rem;
color: var(--text-gray) #3f4954;
}
h3{
font-family: var(--Abel);
font-size: 1.3rem;
}
button.btn{
border: none;
border-radius: 2rem;
padding: 1rem 3rem;
font-size: 1rem;
font-family: var(--Livvic);
cursor: pointer;
color: var(--white);
}
.btn2 {
color: var(--white)
}
span{
font-family: var(--Abel);
}
.container{
margin: 0 5vw;
}
.text-gray{
color: var(--text-gray)
}
p{
font-family: var(--Livvic);
color: var(--text-light)
}
/* -------------- All Styling Menu-------------------- */
* {
margin: 0;
padding: 0;
}
/* -------------- Navbar Styling -------------------- */
.container {
width: 90%;
margin: 0 auto;
}
.navbar {
width: 100%;
overflow: hidden;
height: 70px;
line-height: 70px;
background: white;
}
.logo {
width: 250px;
padding: 10px 0;
float: left;
}
.menu {
float: right;
}
.menu li {
float: left;
width: 100px;
height: 70px;
line-height: 70px;
text-align: center;
list-style: none;
}
.menu li a {
color: gray;
text-decoration: none;
font-family: monospace;
font-size: 20px;
display: block;
}
.menu li:hover {
background: #892BA4
}
.menu li a:hover {
color: #fff
}
.toggle-collapse {
position: absolute;
top: 0%;
width: 90%;
cursor: pointer;
display: none;
}
.toggle-collapse .toggle-icons{
display: flex;
justify-content: flex-end;
padding: 1.7rem 0;
}
/* -------------- Main Section Styling -------------------- */
main .site-title{
background: url('./assets/Images/pic4.jpg');
background-size: cover;
height: 88.8vh;
display: flex;
justify-content: center;
}
main .site-title .site-background{
padding-top: 10rem;
text-align: center;
color: var(--white)
}
main .site-title h1, h3{
margin: .3rem;
}
main .site-title .btn{
margin: 1.8rem;
background: #892BA4;
color: white;
}
main .site-title .btn:hover{
background: transparent;
border:1px solid var(--white);
color: var(--white)
}
/* Left Buffer */
main .left-about-section {
float:left;
width: 15%;
}
/* -------------- About Page Section Styling -------------------- */
.about-title {
display: flex;
justify-content: flex-start;
text-align: top;
float: left;
width: 70%;
}
main .about-title .about-background{
padding: 2rem;
text-align: center;
text-align: top;
color: var(--text-gray)
}
main .about-title h1, h3{
margin: .3rem;
/* text-align: left; */
}
main .about-title p{
margin: .3rem;
display: inline;
text-align: left;
}
/* Right Buffer */
main .right-about-section {
float:left;
width: 15%;
}
/* Photo of Me */
#about-me-image {
float: left;
}
.pro-photo {
padding: .7rem;
width: 25%;
}
#about-me-paragraph {
float: left;
}
/* -------------- Blog Page Section Styling -------------------- */
.left-about-section {
float: left;
width: 10%;
}
.blog-content-section {
float: left;
width: 45%;
}
.blog-header-h1 {
color: var(--text-gray);
font-size: 2.5rem;
color: #892BA4;
}
.blog-header-h2 {
margin: .7rem 0;
color: var(--text-gray);
font-size: 2rem;
color: var(--text-gray);
}
.author-name {
color: var(--text-gray);
font-weight: bold;
margin: .3rem 0;
}
.sign-off-signature {
color: var(--text-gray);
font-weight: bold;
margin: 1rem 0 1rem 0;
}
/* -------------- Works Page Section Styling -------------------- */
.works-image {
width: 50%;
margin: 1rem 0 1rem 0;
}
.works-header-h2 {
margin: 1rem 0 0 0;
color: var(--text-gray);
font-size: 2rem;
color: var(--text-gray);
}
/* -------------- Contact Page Section Styling -------------------- */
.about-me-li {
padding: .3rem 1rem;
}
/* -----------Viewport less than or equal to 1200px------------ */
@media only screen and (max-width: 832px){
.navbar{
background: white;
}
}
/* -----------Viewport less than or equal to 768px------------ */
@media only screen and (max-width: 768px){
.navbar{
background: orange;
}
}
/* -----------Viewport less than or equal to 320px------------ */
@media only screen and (max-width: 320px){
.navbar{
background: pink;
}
} | 0.303113 | 0.07603 |
.dark-grey
{
color: #4A4A4A;
}
.download-icon
{
padding: 1em 0;
}
.download-header h1,
.download-header p,
.download-options .download-desktop .rating p
{
margin: 0;
}
.sub-heading
{
display: block;
margin: .6em 0 1em;
font-size: 14px;
color: #585858;
}
.download-options
{
display: flex;
flex-direction: column;
font-size: 18px;
line-height: 1.3;
}
.download-options section
{
display: flex;
flex-direction: column;
justify-content: space-between;
padding-top: 3.5em;
padding-bottom: 3.5em;
}
.mobile-products .download-abb,
.mobile-products .download-mobile
{
width: 40%;
}
.mobile-products .download-mobile {
margin-right: auto;
margin-top: 2em;
}
@media(max-width: 1024px)
{
.mobile-products .container
{
flex-wrap: wrap;
}
.mobile-products .download-abb,
.mobile-products .download-mobile
{
width: 100%;
max-width: 600px;
margin: 0 0 2em;
}
.download-options section
{
justify-content: center;
flex-direction: column;
align-items: center;
padding-bottom: 1.5em;
}
.download-desktop
{
margin: 2.5em 0;
}
}
/* iOS device (any browser) or an
Android device using Samsung Internet or Firefox */
@media(max-width: 1025px)
{
.android.firefox .download-options .download-mobile,
.android.samsungBrowser .download-options .download-mobile,
.ios .download-options .download-mobile
{
order: -1;
}
}
.download-options .tabs-menu
{
display: block;
margin-top: 0;
}
.tabs-menu li
{
display: block;
}
.tabs-menu a,
.tabs-menu a:visited
{
padding: .2em .8em .25em;
color: #000;
font-size: 14px;
background: #fff;
border: 1px solid #CDCDCD;
border-radius: 15px;
margin-right: .2em;
}
.tabs-menu a:hover,
.tabs-menu a:focus,
.tabs-menu a:active,
.tabs-menu .current-tab a
{
color: #fff;
background-color: #585858;
text-decoration: none;
}
.download-options .description
{
text-align: center;
}
.download-options .description a
{
color: #212121;
}
.download-options .tab-text-contents h2,
.download-options .tab-text-contents .tou-note
{
margin: 0 0 0.5em;
}
.download-options .tab-text-contents .tou-note
{
font-size: 14px;
margin-top: 1em;
}
.show-mobile
{
display: block;
}
.tab-content
{
display: none;
margin-tpp: 1.5em;
}
.tab-content.current-tab
{
display: block;
}
.download-options .download-desktop .tab-media-contents
{
width: 100%;
}
.download-options .tab-media-contents img
{
padding-bottom: 2em;
}
.download-options .download-abb .tab-media-contents img
{
max-width: 55%;
}
.download-options .download-mobile .tab-media-contents img
{
max-width: 40%;
}
.download-options .download-desktop .tab-media-contents img
{
max-width: 95%;
}
.download-options .download-desktop .tab-text-contents
{
margin: auto;
max-width: 100%;
width: 410px;
padding-right: 0;
}
.download-options .download-desktop .rating .stars
{
max-height: 40px;
max-width: 160px;
}
.download-options .download-desktop .rating p
{
font-size: 12px;
}
.download-options .download-desktop .tabs
{
display: none;
}
.tab-column
{
display: table-cell;
max-width: 80%;
vertical-align: top;
}
.tab-column:nth-child(2n)
{
max-width: 20%;
text-align: center;
padding-left: 2em;
}
.app-store-button.abb-android img,
.app-store-button.abp-ios-safari img { display: inline-block; }
.app-store-button img
{
margin: 1em 1em 0 0;
}
@media(max-width: 768px)
{
.tabs-menu li
{
margin-top: 1em;
}
}
@media(min-width: 768px)
{
.download-header
{
padding: 3em 0 2em;
}
.tabs-menu li
{
display: inline-block;
}
.download-options .download-desktop
{
flex-direction: column;
}
.download-options .download-desktop .tab-text-contents,
.download-options .download-desktop .tab-media-contents
{
flex-direction: column;
}
.download-options .download-abb .tab-media-contents img,
.download-options .download-desktop .tab-media-contents img
{
max-width: 100%;
}
.download-options .download-mobile .tab-media-contents img
{
max-width: 86%;
}
.download-abb .install-button,
.download-mobile .install-button
{
margin: 0 1em 0 0;
}
}
@media(min-width: 1025px)
{
.download-options .tab-text-contents
{
text-align: left;
}
.download-options
{
flex-direction: column-reverse;
}
.download-options section
{
flex-direction: row-reverse;
}
.show-mobile
{
display: none !important;
}
.download-options .tab-media-contents
{
padding-right: 0;
padding-left: 1em;
}
.download-options .tab-media-contents img
{
padding: 0;
}
.download-options .download-desktop
{
flex-direction: row-reverse;
}
.download-options .download-desktop .tabs
{
display: block;
}
.download-options .download-desktop .tab-text-contents
{
width: 60%;
min-width: 600px;
margin: 0;
}
.download-options .download-desktop .tab-media-contents
{
width: 36%;
}
.app-store-button.abb-android img,
.app-store-button.abp-ios-safari img
{
max-width: 100%;
margin: 1em 1em 0 0;
}
.download-options .description
{
margin-top: 1.5em;
text-align: left;
}
}
@media(min-width: 1920px)
{
.download-header
{
padding: 4em 0 2em;
}
.download-options .tab-media-contents
{
width: 42%;
}
.download-options .download-desktop .tab-media-contents
{
width: 42%;
}
.download-options .download-mobile .tab-media-contents img,
.download-options .download-abb .tab-media-contents img
{
max-width: 40%
}
.download-options .tab-media-contents img
{
width: 100%;
}
}
.app-icons img
{
padding-right: 0.8em;
}
@media(max-width: 1024px) {
.download-mobile .app-icons img
{
height: 65px;
width: auto;
}
.download-abb .app-icons img
{
height: 100px;
width: auto;
}
} | static/css/download.css | .dark-grey
{
color: #4A4A4A;
}
.download-icon
{
padding: 1em 0;
}
.download-header h1,
.download-header p,
.download-options .download-desktop .rating p
{
margin: 0;
}
.sub-heading
{
display: block;
margin: .6em 0 1em;
font-size: 14px;
color: #585858;
}
.download-options
{
display: flex;
flex-direction: column;
font-size: 18px;
line-height: 1.3;
}
.download-options section
{
display: flex;
flex-direction: column;
justify-content: space-between;
padding-top: 3.5em;
padding-bottom: 3.5em;
}
.mobile-products .download-abb,
.mobile-products .download-mobile
{
width: 40%;
}
.mobile-products .download-mobile {
margin-right: auto;
margin-top: 2em;
}
@media(max-width: 1024px)
{
.mobile-products .container
{
flex-wrap: wrap;
}
.mobile-products .download-abb,
.mobile-products .download-mobile
{
width: 100%;
max-width: 600px;
margin: 0 0 2em;
}
.download-options section
{
justify-content: center;
flex-direction: column;
align-items: center;
padding-bottom: 1.5em;
}
.download-desktop
{
margin: 2.5em 0;
}
}
/* iOS device (any browser) or an
Android device using Samsung Internet or Firefox */
@media(max-width: 1025px)
{
.android.firefox .download-options .download-mobile,
.android.samsungBrowser .download-options .download-mobile,
.ios .download-options .download-mobile
{
order: -1;
}
}
.download-options .tabs-menu
{
display: block;
margin-top: 0;
}
.tabs-menu li
{
display: block;
}
.tabs-menu a,
.tabs-menu a:visited
{
padding: .2em .8em .25em;
color: #000;
font-size: 14px;
background: #fff;
border: 1px solid #CDCDCD;
border-radius: 15px;
margin-right: .2em;
}
.tabs-menu a:hover,
.tabs-menu a:focus,
.tabs-menu a:active,
.tabs-menu .current-tab a
{
color: #fff;
background-color: #585858;
text-decoration: none;
}
.download-options .description
{
text-align: center;
}
.download-options .description a
{
color: #212121;
}
.download-options .tab-text-contents h2,
.download-options .tab-text-contents .tou-note
{
margin: 0 0 0.5em;
}
.download-options .tab-text-contents .tou-note
{
font-size: 14px;
margin-top: 1em;
}
.show-mobile
{
display: block;
}
.tab-content
{
display: none;
margin-tpp: 1.5em;
}
.tab-content.current-tab
{
display: block;
}
.download-options .download-desktop .tab-media-contents
{
width: 100%;
}
.download-options .tab-media-contents img
{
padding-bottom: 2em;
}
.download-options .download-abb .tab-media-contents img
{
max-width: 55%;
}
.download-options .download-mobile .tab-media-contents img
{
max-width: 40%;
}
.download-options .download-desktop .tab-media-contents img
{
max-width: 95%;
}
.download-options .download-desktop .tab-text-contents
{
margin: auto;
max-width: 100%;
width: 410px;
padding-right: 0;
}
.download-options .download-desktop .rating .stars
{
max-height: 40px;
max-width: 160px;
}
.download-options .download-desktop .rating p
{
font-size: 12px;
}
.download-options .download-desktop .tabs
{
display: none;
}
.tab-column
{
display: table-cell;
max-width: 80%;
vertical-align: top;
}
.tab-column:nth-child(2n)
{
max-width: 20%;
text-align: center;
padding-left: 2em;
}
.app-store-button.abb-android img,
.app-store-button.abp-ios-safari img { display: inline-block; }
.app-store-button img
{
margin: 1em 1em 0 0;
}
@media(max-width: 768px)
{
.tabs-menu li
{
margin-top: 1em;
}
}
@media(min-width: 768px)
{
.download-header
{
padding: 3em 0 2em;
}
.tabs-menu li
{
display: inline-block;
}
.download-options .download-desktop
{
flex-direction: column;
}
.download-options .download-desktop .tab-text-contents,
.download-options .download-desktop .tab-media-contents
{
flex-direction: column;
}
.download-options .download-abb .tab-media-contents img,
.download-options .download-desktop .tab-media-contents img
{
max-width: 100%;
}
.download-options .download-mobile .tab-media-contents img
{
max-width: 86%;
}
.download-abb .install-button,
.download-mobile .install-button
{
margin: 0 1em 0 0;
}
}
@media(min-width: 1025px)
{
.download-options .tab-text-contents
{
text-align: left;
}
.download-options
{
flex-direction: column-reverse;
}
.download-options section
{
flex-direction: row-reverse;
}
.show-mobile
{
display: none !important;
}
.download-options .tab-media-contents
{
padding-right: 0;
padding-left: 1em;
}
.download-options .tab-media-contents img
{
padding: 0;
}
.download-options .download-desktop
{
flex-direction: row-reverse;
}
.download-options .download-desktop .tabs
{
display: block;
}
.download-options .download-desktop .tab-text-contents
{
width: 60%;
min-width: 600px;
margin: 0;
}
.download-options .download-desktop .tab-media-contents
{
width: 36%;
}
.app-store-button.abb-android img,
.app-store-button.abp-ios-safari img
{
max-width: 100%;
margin: 1em 1em 0 0;
}
.download-options .description
{
margin-top: 1.5em;
text-align: left;
}
}
@media(min-width: 1920px)
{
.download-header
{
padding: 4em 0 2em;
}
.download-options .tab-media-contents
{
width: 42%;
}
.download-options .download-desktop .tab-media-contents
{
width: 42%;
}
.download-options .download-mobile .tab-media-contents img,
.download-options .download-abb .tab-media-contents img
{
max-width: 40%
}
.download-options .tab-media-contents img
{
width: 100%;
}
}
.app-icons img
{
padding-right: 0.8em;
}
@media(max-width: 1024px) {
.download-mobile .app-icons img
{
height: 65px;
width: auto;
}
.download-abb .app-icons img
{
height: 100px;
width: auto;
}
} | 0.500977 | 0.06276 |
* {
margin: 0;
padding: 0;
}
/* body::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #f5f5f5;
} */
body::-webkit-scrollbar {
width: 0px;
background-color: #f5f5f5;
}
body::-webkit-scrollbar-thumb {
background-color: #000000;
border: 0px solid #555555;
}
.navbar-guest {
display: flex;
justify-content: space-around;
align-items: center;
height: 5rem;
color: #fff;
font-family: sans-serif;
}
.navbar-guest ul {
display: flex;
justify-content: center;
align-items: center;
padding-top: 1rem;
width: 40%;
list-style: none;
}
.navbar-guest ul .nav-menu {
display: flex;
width: 50rem;
justify-content: start;
margin-left: -10rem;
}
.navbar-guest ul .nav-menu li {
padding: 0 1rem;
}
/* login and register button */
.navbar-guest ul .login-btn {
display: flex;
}
.navbar-guest ul .login-btn li {
height: 3rem;
width: 8rem;
align-items: center;
justify-content: center;
border-radius: 10rem;
}
.navbar-guest ul .login-btn li:nth-child(1) {
display: flex;
background-color: cadetblue;
margin-right: -2.5rem;
z-index: 1;
}
.navbar-guest ul .login-btn li:nth-child(2) {
display: flex;
background-color: rgb(43, 69, 83);
margin-left: auto;
margin-right: -5rem;
}
.navbar-guest ul li a {
text-decoration: none;
color: #fff;
}
.toggle-btn {
font-size: 2.5rem;
display: none;
}
/* area footer */
footer {
width: 100%;
height: 50vh;
background-color: rgb(34, 33, 33);
display: flex;
justify-content: space-between;
color: #fff;
flex-direction: column;
}
.footer-content {
width: 100%;
height: 50vh;
background-color: rgb(34, 33, 33);
display: flex;
justify-content: space-between;
color: #fff;
}
.footer-social {
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
background-color: rgb(218, 177, 125);
width: 5%;
}
.footer-social i {
font-size: 1.5rem;
color: #ffffff;
}
.footer-info {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 20%;
margin-right: 20rem;
}
.footer-info hr {
width: 100%;
height: 1px;
color: gray;
}
.footer-email {
width: 30%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-right: 8rem;
}
.footer-email h2 {
margin-bottom: 1.5rem;
margin-top: 5.5rem;
}
.footer-email form {
width: 100%;
display: flex;
flex-direction: column;
padding-bottom: 2rem;
}
footer .copyright {
padding-top: 0rem;
width: 100%;
color: #ffffff;
text-align: center;
background-color: rgb(218, 177, 125);
}
.copyright p {
padding-top: 1rem;
}
/* responsive */
@media screen and (max-width: 768px) {
.navbar-guest {
position: relative;
z-index: 1;
}
.navbar-guest ul {
flex-direction: column;
justify-content: space-evenly;
align-items: center;
width: 85%;
top: 5rem;
right: 0;
background-color: black;
position: absolute;
opacity: 0;
height: 0vh;
transition: all 0.5s ease-in-out;
}
.navbar-guest ul .nav-menu {
flex-direction: column;
width: auto;
height: 25rem;
margin-left: 0;
justify-content: space-evenly;
align-items: center;
}
.navbar-guest ul .nav-menu li {
margin-left: 0;
font-size: 1.2rem;
}
.navbar-guest ul .login-btn li:nth-child(1) {
margin-right: -1.5rem;
}
.navbar-guest ul .login-btn li:nth-child(2) {
margin-right: 0rem;
margin-left: 0;
}
.toggle-btn {
display: block;
}
.navbar-guest .show-menu {
opacity: 1;
height: 85vh;
}
.navbar-guest ul .login-btn li {
width: 6.5rem;
}
} | public/css/navbar-guest.css | * {
margin: 0;
padding: 0;
}
/* body::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #f5f5f5;
} */
body::-webkit-scrollbar {
width: 0px;
background-color: #f5f5f5;
}
body::-webkit-scrollbar-thumb {
background-color: #000000;
border: 0px solid #555555;
}
.navbar-guest {
display: flex;
justify-content: space-around;
align-items: center;
height: 5rem;
color: #fff;
font-family: sans-serif;
}
.navbar-guest ul {
display: flex;
justify-content: center;
align-items: center;
padding-top: 1rem;
width: 40%;
list-style: none;
}
.navbar-guest ul .nav-menu {
display: flex;
width: 50rem;
justify-content: start;
margin-left: -10rem;
}
.navbar-guest ul .nav-menu li {
padding: 0 1rem;
}
/* login and register button */
.navbar-guest ul .login-btn {
display: flex;
}
.navbar-guest ul .login-btn li {
height: 3rem;
width: 8rem;
align-items: center;
justify-content: center;
border-radius: 10rem;
}
.navbar-guest ul .login-btn li:nth-child(1) {
display: flex;
background-color: cadetblue;
margin-right: -2.5rem;
z-index: 1;
}
.navbar-guest ul .login-btn li:nth-child(2) {
display: flex;
background-color: rgb(43, 69, 83);
margin-left: auto;
margin-right: -5rem;
}
.navbar-guest ul li a {
text-decoration: none;
color: #fff;
}
.toggle-btn {
font-size: 2.5rem;
display: none;
}
/* area footer */
footer {
width: 100%;
height: 50vh;
background-color: rgb(34, 33, 33);
display: flex;
justify-content: space-between;
color: #fff;
flex-direction: column;
}
.footer-content {
width: 100%;
height: 50vh;
background-color: rgb(34, 33, 33);
display: flex;
justify-content: space-between;
color: #fff;
}
.footer-social {
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
background-color: rgb(218, 177, 125);
width: 5%;
}
.footer-social i {
font-size: 1.5rem;
color: #ffffff;
}
.footer-info {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 20%;
margin-right: 20rem;
}
.footer-info hr {
width: 100%;
height: 1px;
color: gray;
}
.footer-email {
width: 30%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-right: 8rem;
}
.footer-email h2 {
margin-bottom: 1.5rem;
margin-top: 5.5rem;
}
.footer-email form {
width: 100%;
display: flex;
flex-direction: column;
padding-bottom: 2rem;
}
footer .copyright {
padding-top: 0rem;
width: 100%;
color: #ffffff;
text-align: center;
background-color: rgb(218, 177, 125);
}
.copyright p {
padding-top: 1rem;
}
/* responsive */
@media screen and (max-width: 768px) {
.navbar-guest {
position: relative;
z-index: 1;
}
.navbar-guest ul {
flex-direction: column;
justify-content: space-evenly;
align-items: center;
width: 85%;
top: 5rem;
right: 0;
background-color: black;
position: absolute;
opacity: 0;
height: 0vh;
transition: all 0.5s ease-in-out;
}
.navbar-guest ul .nav-menu {
flex-direction: column;
width: auto;
height: 25rem;
margin-left: 0;
justify-content: space-evenly;
align-items: center;
}
.navbar-guest ul .nav-menu li {
margin-left: 0;
font-size: 1.2rem;
}
.navbar-guest ul .login-btn li:nth-child(1) {
margin-right: -1.5rem;
}
.navbar-guest ul .login-btn li:nth-child(2) {
margin-right: 0rem;
margin-left: 0;
}
.toggle-btn {
display: block;
}
.navbar-guest .show-menu {
opacity: 1;
height: 85vh;
}
.navbar-guest ul .login-btn li {
width: 6.5rem;
}
} | 0.307358 | 0.064418 |
.contenttable{width:100%}
.contenttable th{font-weight:bold;padding:4px 15px 4px 0}
.contenttable th,.contenttable td{padding:2px 15px 2px 0;font-size:14px}
.contenttable th,.contenttable td{vertical-align:middle}
.contenttable .tr-odd{background:#f4f4f4}
.contenttable .tr-even td{padding:4px 15px 4px 0}
.contenttable .td-0{padding-left:2px}
.contenttable .td-2{width:180px}
.borderedList{list-style:none;margin:0 0 20px;padding:0}
.borderedList li{padding:0}
.borderedList li a.more:link,.borderedList li a.more:visited{display:block;padding:15px 0 15px 15px;border-bottom:1px dotted #000;background-position:254px 15px;line-height:11px}
.borderedList li a.more:active,.borderedList li a.more:hover{background-color:#f4f4f4}
.borderedList li:first-child a.more{border-top:1px dotted #000}
.borderedListSolid{list-style:none;margin:0 0 20px;padding:0}
.borderedListSolid li{padding:10px 0 10px 3px;border-bottom:1px solid #505050}
.borderedListSolid li:first-child{border-top:1px solid #505050}
.borderedListSolid.extended p,.borderedListSolid.extended h4{margin:0}
.borderedListSolid.extended h4{font-size:13px}
.borderedListSolid.extended li{position:relative}
.borderedListSolid.extended a{position:absolute;right:0;bottom:13px}
.contentHead{margin:0 0 26px;position:relative}
.contentHead h1,.contentHead h2{margin:0}
.contentHead.borderBottom{border-bottom:1px solid #505050;padding:0 0 12px}
.introHead #kenBurnsFader{height:270px;margin:0 0 40px;width:920px}
.headlineWithLightSubheadline{margin:0 0 60px}
.headlineWithLightSubheadline h1 span{color:#858585}
.contentRow.dottedBorderTopAndBottom{border-bottom:1px dotted #505050;border-top:1px dotted #505050;margin:25px 0;padding-top:18px}
.contentRow.dottedBorderTop{border-top:1px dotted #505050;margin:0 0 8px;padding-top:12px}
.contentRow.dottedBorderTop p{margin:0 0 10px}
.contentRow.dottedBorderBottom{border-bottom:1px dotted #505050;margin:0 0 20px;padding:0 0 8px}
.contentRow.dottedBorderBottom p{margin:0 0 10px}
.contentRow h1{font-size:30px;line-height:36px;text-transform:none}
.contentRow h3{font-size:16px;line-height:18px;margin:0 0 11px}
.contentRow h1+h3{margin-top:-15px}
.contentRow p{margin:0 0 15px;line-height:18px}
.ankerMenu{margin:0 0 20px}
.ankerMenu .column{float:left;padding:0 26px 0 0;width:280px}
.ankerMenu .column li{margin:0 0 7px}
.ankerMenu .column a:link,.ankerMenu .column a:visited{background:url(../images/inpageLink.png) no-repeat -1px 1px;display:inline-block;padding:0 0 0 20px}
.greyBgBox{background:#efefef;margin:0 0 35px;padding:17px 20px 10px;position:relative}
.greyBgBox.withBorder{border:1px solid #d6d6d6}
.greyBgBox h1{margin:0 0 10px}
.greyBgBox ul{list-style:disc outside;margin:0 0 0 17px}
.greyBgBox li{padding-bottom:12px}
.greyBgBox .imgPositionRight{float:right;padding:0 0 5px 10px}
#timeline{padding:50px 0}
#timeline .timelineEntry{background:#efefef;border:1px solid #d6d6d6;margin:0 0 30px;padding:9px 10px 0;position:relative}
#timeline .left,#timeline .right{float:left;width:440px}
#timeline .line{background:#505050;float:left;height:620px;margin:0 18px 0 17px;position:relative;width:2px}
#timeline .line .topFadeOut,#timeline .line .bottomFadeOut{background:url(../images/timelineSprite.png) no-repeat 0 0;height:50px;left:0;position:absolute;width:2px}
#timeline .line .topFadeOut{top:-50px}
#timeline .line .bottomFadeOut{background-position:0 -50px;bottom:-50px}
#timeline .timelineEntry .pointer{background:url(../images/timelineSprite.png) no-repeat -10px 0;height:16px;position:absolute;top:10px;width:28px;z-index:99}
#timeline .left .timelineEntry .pointer{background-position:-16px -52px;right:-27px;height:15px}
#timeline .right .timelineEntry .pointer{left:-27px}
.imageCaption{color:#6e6e6f;display:inline-block;font-size:11px}
.separatorLine{border-bottom:1px dotted #505050;margin:10px 0 18px}
.separatorLine.solid{border-bottom-style:solid}
.separatorLine.dashed{border-bottom-style:dashed}
.imageWrapper{margin:0 0 25px}
.imageWrapper img{margin:0}
.imageLine{margin:0 0 40px}
.imageLine .imageWrapper{display:inline;padding:0 0 0 17px}
.imageLine .imageWrapper:first-child{padding:0}
.lt-ie8 .imageLine .imageWrapper{padding:0 0 0 12px}
.content_50.teaser{cursor:pointer;margin-bottom:0}
.content_50.teaser img,.content_50.teaser .imageWrapper{margin:0 0 8px}
.content_50.teaser .imageWrapper img{margin:0}
.content_50.teaser h3{font-size:16px;margin:0 0 5px}
.content_50.teaser p{line-height:17px;margin:0 0 3px}
.content_50.teaser:hover a{text-decoration:underline}
.teaserSkewedOverlay{position:relative;margin-bottom:35px}
.teaserSkewedOverlay h3{margin:0}
.teaserSkewedOverlay p{margin:0}
.teaserSkewedOverlay a:link,.teaserSkewedOverlay a:visited{text-transform:none;font-size:12px}
.teaserSkewedOverlay .skewedOverlay{position:absolute;bottom:-30px;left:0;background:#eaeae5;padding:10px;width:190px}
.teaserSkewedOverlay .skewedOverlay .skewedBorder{position:absolute;top:-12px;left:0;border-left:0 solid transparent;border-bottom:0 solid transparent;border-right:210px solid #eaeae5;border-top:12px solid transparent}
.powermail_fieldwrap{float:left;margin:0 0 8px;position:relative;width:100%}
.powermail_fieldwrap .powermail_label{display:block;margin:0 0 2px}
.powermail_fieldwrap .powermail_field{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#f4f4f4;border:0;font-size:12px;padding:8px 5px;width:94%}
.powermail_fieldwrap .powermail_select{border:1px solid #aaa;height:30px}
.powermail_fieldwrap .powermail_textarea{height:140px;resize:vertical}
.powermail_fieldwrap .powermail_field.powermail_submit,.registration .powermail_fieldwrap .powermail_field.powermail_submit{background:#ffcb00;background:-moz-linear-gradient(top,#ffcb00 0,#f7ab00 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffcb00),color-stop(100%,#f7ab00));background:-webkit-linear-gradient(top,#ffcb00 0,#f7ab00 100%);background:-o-linear-gradient(top,#ffcb00 0,#f7ab00 100%);background:-ms-linear-gradient(top,#ffcb00 0,#f7ab00 100%);background:linear-gradient(top,#ffcb00 0,#f7ab00 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcb00',endColorstr='#f7ab00',GradientType=0);cursor:pointer;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;display:inline-block;font-size:11px;font-weight:bold;line-height:16px;margin:0;padding:7px 22px;text-transform:uppercase;vertical-align:middle;width:auto}
.powermail_fieldwrap .powermail_submit:hover,.powermail_fieldwrap .powermail_submit:active,.registration .powermail_fieldwrap .powermail_submit:hover,.registration .powermail_fieldwrap .powermail_submit:hover{background:#f7ab00;background:-moz-linear-gradient(top,#f7ab00 0,#ffcb00 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7ab00),color-stop(100%,#ffcb00));background:-webkit-linear-gradient(top,#f7ab00 0,#ffcb00 100%);background:-o-linear-gradient(top,#f7ab00 0,#ffcb00 100%);background:-ms-linear-gradient(top,#f7ab00 0,#ffcb00 100%);background:linear-gradient(top,#f7ab00 0,#ffcb00 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7ab00',endColorstr='#ffcb00',GradientType=0)}
.powermail_fieldwrap .formError{background:url(../images/formCheckSprite.png) no-repeat 0 0;height:15px;left:auto!important;margin:0!important;position:absolute;right:1px!important;top:23px!important;width:15px}
.powermail_message_error{color:#e71212}
.powermail_create{border:1px solid #7caf24;padding:15px 12px 0}
.powermail_create p:first-child{color:#7caf24;font-size:20px;font-weight:bold}
.powermail_legend,.powermail_form h3,.powermail_fieldwrap .powermail_check_legend,.powermail_fieldwrap .formErrorContent{display:none}
.powermail_fieldwrap.light{color:#6c6c6c;font-style:italic;margin:0 0 11px}
.powermail_fieldwrap.zip .formError{display:none}
.powermail_fieldwrap.zip{float:left;margin-right:1%;width:28%}
.powermail_fieldwrap.city{float:left;padding-right:1%;width:69.69%}
.powermail_fieldwrap_radio.radioButtonsInline{float:left;margin:0 0 12px;width:100%}
.powermail_fieldwrap_radio.radioButtonsInline .powermail_radio_legend,.powermail_fieldwrap_radio.radioButtonsInline .powermail_radio_inner{float:left;padding-right:2%;width:31%}
.powermail_fieldwrap_radio.radioButtonsInline .powermail_radio_legend{width:22%}
.powermail_fieldwrap_radio.radioButtonsInline .powermail_radio_inner label{padding-left:3px}
.registration{background:#f4f4f4;padding:20px}
.registration h1{margin:5px 0 30px}
.registration .powermail_fieldset{width:100%}
.registration .powermail_fieldwrap .powermail_field{background:#fff;width:96%}
.registration .powermail_fieldwrap_check{margin:12px 0 20px}
.registration .powermail_fieldwrap .formError{bottom:8px!important;right:-7px!important;top:auto!important}
.registration .powermail_create{padding:15px 12px}
#solrSearch{position:relative}
#solrSearch #solrSearchInput{font-size:18px;font-weight:bold;margin:0 0 28px;padding:8px 30px 8px 10px;vertical-align:middle;width:380px}
#solrSearch #solrSearchSubmit{background:url(../images/bphil_sprite.png) no-repeat 5px -187px;border:0;height:38px;left:390px;position:absolute;top:1px;width:35px}
#solrSearch .loadingIndicator{background:url(../images/ajaxLoaderSmall.gif) no-repeat 0 0;display:none;height:15px;left:432px;position:absolute;top:9px;width:15px}
#solrSearch #defineSearchArea{margin:0 0 25px}
#solrSearch #defineSearchArea p{float:left;font-size:10px;line-height:11px;padding-right:10px;width:90px}
#solrSearch #defineSearchArea .filterInput{cursor:pointer;height:100%;left:0;position:absolute;top:0;opacity:0;filter:alpha(opacity=0);-ms-filter:"alpha(opacity=0)";width:100%}
#solrSearch #defineSearchArea .filterButton{background:#505050;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;color:#f6f6f6;float:left;margin:0 5px 5px 0;padding:3px 10px 4px 5px;position:relative}
#solrSearch #defineSearchArea .filterButton:hover{text-decoration:underline}
#solrSearch #defineSearchArea .filterButton.active{background:#fc0;color:#505050}
#solrSearch #defineSearchArea .filterButton .indicator{background:#505050 url(../images/searchFilterSprite.png) no-repeat 1px 6px;border-right:1px solid #fff;float:left;height:22px;margin:-3px 10px -4px 0;width:15px}
#solrSearch #defineSearchArea .filterButton.active .indicator{background-color:#fc0;background-position:1px -44px}
#solrSearch #defineSearchArea .filterButton .filterResultCount{padding-left:4px}
#results{list-style:none;margin:0 0 20px;padding:0}
#results .result{border-bottom:1px dotted #7a7a7a;padding:10px 0 0;position:relative}
.lt-ie8 #results .result{overflow:hidden}
.lt-ie8 #results .result.calendar .more{right:50px}
#results .result:first-child{border-top:1px dotted #7a7a7a}
#results .result.hoverBg:hover{background:#f6f6f6}
#results .result .breadcrumb{color:#7a7a7a;font-size:11px;margin:0 0 7px}
#results .result h2{font-size:18px;line-height:22px;margin:0 0 6px}
#results .result h2 a{font-size:18px;line-height:22px}
#results .result h2+h2{margin-top:-7px}
#results .result h2+h3{margin-top:-5px}
#results .result p{margin:0 0 9px}
#results .result img{border:1px solid #d5d5d5;float:left;margin:0 10px 10px 0}
#results .result .results-highlight{background:#a4f36a;padding:2px 1px 1px}
#results .result h2 .results-highlight{color:#505050}
#results .result.calendar .calEntry{margin:0 0 10px}
#results .result.calendar img{border:0;margin:0}
.lt-ie8 #results .result.calendar .date{width:38%}
#results .result.calendar .date p,#results .result.calendar .time p{margin:0 0 8px;line-height:12px}
#results .result.calendar .multiplePerformances .time{width:100%}
#results .result.calendar .multiplePerformances .time p,#results .result.calendar .multiplePerformances .time h3{color:#fff}
#results .result.calendar .multiplePerformances .time h3{font-size:18px}
#results .result.calendar .orchestra.multiplePerformances .time p,#results .result.calendar .orchestra.multiplePerformances .time h3{color:#505050}
#results .suggestedSearchQueries{padding-right:20px}
#highlightedResults .highlightedResult{border:1px solid #d3d3d3;margin:0 0 15px;padding:19px 19px 0}
#highlightedResults .highlightedResult h3+p{margin-top:-10px}
#highlightedResults .highlightedResult h2,#highlightedResults .highlightedResult h2 a{font-size:16px;line-height:20px;margin:0 0 15px}
#highlightedResults .highlightedResult img{border:1px solid #d5d5d5;float:right;margin:0 0 15px 10px}
#highlightedResults .highlightedResult.titleStory img{border:0;margin:0 0 15px}
#paging{margin:0 0 10px}
#paging ul{list-style:none;margin:0;padding:0}
#paging li{float:left;margin:0 5px 0 0}
#paging a:link,#paging a:visited{background:#505050;color:#fff;padding:2px 4px}
#paging a.active:link,#paging a.active:visited,#paging a:hover,#paging a:active{background:#fc0;color:#505050;text-decoration:none}
#newsletter_overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;background:#000;-ms-filter:alpha(opacity = 60);filter:alpha(opacity = 60);-moz-opacity:.6;-khtml-opacity:.6;opacity:.6}
#newsletter_wrapper{position:absolute;top:0;left:0;z-index:1001}
#content{width:630px;min-height:300px;border:5px solid #fecc02;padding:30px;position:relative;background:#000;text-align:left}
#newsletter_wrapper h1,#newsletter_wrapper p,#newsletter_wrapper span,#newsletter_wrapper label{color:white}
#newsletter_wrapper p{font-size:13px}
#newsletter_wrapper h1{margin:0 0 15px}
#newsletter_wrapper label{float:none;font-size:13px;cursor:pointer;width:90%;display:block}
#newsletter_wrapper #close{position:absolute;top:10px;right:14px;background:url(../images/close.png) right 3px no-repeat;cursor:pointer}
#newsletter_wrapper #close span{color:#707070;padding:0 19px 0;font-size:12px}
#newsletter_wrapper #close:hover span{text-decoration:underline}
#newsletter_wrapper .left{width:440px}
#newsletter_wrapper .input_wrapper{width:230px;margin:5px 0 10px;background:#fff;border:1px solid #999;padding:7px 4px}
#newsletter_wrapper .input_wrapper input{width:100%;padding:0;background:0;border:0;font-size:12px}
#newsletter_wrapper .row{padding:5px 0}
#newsletter_wrapper .row input{float:left;margin:3px 7px 3px 0;cursor:pointer}
#newsletter_wrapper .submit{-webkit-transition:background .3s ease-in-out;-moz-transition:background .3s ease-in-out;-o-transition:background .3s ease-in-out;-ms-transition:background .3s ease-in-out;transition:background .3s ease-in-out;cursor:pointer;border:0;color:black;text-decoration:none;display:inline;width:auto;line-height:0;height:40px;margin:10px 0 0;padding:12px 15px;font-size:12px;text-transform:uppercase;font-weight:bold;background:#ffcb00;background:-moz-linear-gradient(top,#ffcb00 0,#f7ab00 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffcb00),color-stop(100%,#f7ab00));background:-webkit-linear-gradient(top,#ffcb00 0,#f7ab00 100%);background:-o-linear-gradient(top,#ffcb00 0,#f7ab00 100%);background:-ms-linear-gradient(top,#ffcb00 0,#f7ab00 100%);background:linear-gradient(top,#ffcb00 0,#f7ab00 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffcb00',endColorstr = '#f7ab00',GradientType = 0)}
#newsletter_wrapper .submit:hover{background:#f7ab00;background:-moz-linear-gradient(top,#f7ab00 0,#ffcb00 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7ab00),color-stop(100%,#ffcb00));background:-webkit-linear-gradient(top,#f7ab00 0,#ffcb00 100%);background:-o-linear-gradient(top,#f7ab00 0,#ffcb00 100%);background:-ms-linear-gradient(top,#f7ab00 0,#ffcb00 100%);background:linear-gradient(top,#f7ab00 0,#ffcb00 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f7ab00',endColorstr = '#ffcb00',GradientType = 0)}
#newsletter_wrapper .error_wrapper{width:100%;float:left}
#newsletter_wrapper .error_wrapper .input_wrapper{float:left}
#newsletter_wrapper .error{display:none;width:170px;background:url(../images/error.png) 0 2px no-repeat;margin:5px 0 0 10px;padding:0 0 15px 19px;float:left}
#newsletter_wrapper .error span{color:#e2001a;font-size:12px}
#newsletter_wrapper .right{position:absolute;bottom:0;right:-30px;width:250px;height:320px;background:url(../images/teaser.png) 0 0 no-repeat}
.teaserElement{padding:10px 10px 14px;background:#767676;margin:5px 0 15px}
.teaserElement h2{text-transform:uppercase;font-size:17px;color:#fff;line-height:23px;margin:0 0 7px}
.teaserElement .button{text-transform:uppercase}
.borderedTeaser{border-top:1px dotted #505050;border-bottom:1px dotted #505050;padding:19px 0 23px;margin:0 0 20px}
.borderedTeaser .button{text-transform:uppercase}
.inPageNavigation .navHead{background:#efefef;border-bottom:1px solid #fff;font-weight:bold;padding:6px 12px;text-transform:uppercase}
.inPageNavigation ul{background:#f4f4f4;padding:8px 12px 12px}
.inPageNavigation li{padding-bottom:5px;font-size:13px;font-weight:bold}
.inPageNavigation li a:link,.inPageNavigation li a:visited{background:url(../images/bulletListBlue.png) no-repeat -1000px 3px;display:inline-block;padding-left:18px}
.inPageNavigation .act a:link,.inPageNavigation .act a:visited,.inPageNavigation li a:hover,.inPageNavigation li a:active{background-position:0 3px;text-decoration:none}
.ribbon{background:#fc0;margin:10px -29px 10px 0;padding:8px 25px 3px 30px;position:relative}
.ribbon a:link,.ribbon a:visited{color:#505050}
.ribbon p{margin:0 0 6px}
.ribbon a.more{font-weight:bold}
.ribbon .incisionLeft{border:38px solid transparent;border-left:16px solid white;left:0;position:absolute;top:0}
.ribbon .corner{display:block;height:0;position:absolute;width:0}
.ribbon .corner.bottomRight{bottom:-9px;border-bottom:9px solid transparent;border-left:9px solid #d6af12;border-right:0 solid transparent;border-top:0 solid transparent;right:0}
.lt-ie8 .ribbon .corner{display:none}
.themePage .titleOverlay{position:relative;margin:0 0 35px}
.themePage #titleOverlay{position:absolute;top:0;right:0}
.themePage .content_50.teaser img{margin:0 0 8px}
.themePage .contentRow img,.themePage .contentRow .imageWrapper{margin:0 0 20px}
.themePage .contentRow .imageWrapper img{margin:0}
.themePage .contentHead{border-bottom:1px solid #505050;position:relative;padding:0 0 15px;margin:0 0 38px}
.themePage.calendar .contentHead{margin:20px 20px 38px}
.themePage .contentHead h1{margin:0 0 -3px}
.themePage .contentHead a.return{position:absolute;left:0;bottom:22px;top:auto}
.themePage img+p.imageSubtitle,.themePage img+p.imageCaption{margin-top:-20px;font-size:11px}
.themePage .quote{border-top:1px dotted #7a7a7a;border-bottom:1px dotted #7a7a7a;padding:15px 0;margin:0 0 15px}
.themePage .quote p{font-size:14px;line-height:20px;color:#6e6e6e;margin:0}
.themePage .quote .quoteBy{float:right}
.container_100.cinemaLive{padding:40px;width:880px;position:relative}
.cinemaLive .contentRow{margin:0 0 25px}
.cinemaLive .contentRow .content_30{width:280px;margin-left:20px}
.cinemaLive h3{font-size:18px}
.cinemaLive h3+h3{margin-top:-5px}
.cinemaLive h4{font-size:14px;margin:0 0 11px}
.cinemaLive h4+h4{margin-top:-6px}
.cinemaLive p{line-height:18px}
.cinemaLive .content_30 img{margin-bottom:10px}
.cinemaLive .content_30 p{color:#7a7a7a}
.cinemaLive .alignRight{text-align:right}
.cinemaLive .contenttable .td-4 a,.cinemaLive .contenttable .td-5 a,.cinemaLive .contenttable .td-6 a{font-size:13px;padding-right:12px;background:url(../images/arrow_right_blue.png) no-repeat right 1px;text-transform:uppercase}
#flash.flash-update{display:none}
.container_100.educationPage{background:#fff url(../images/bgImageEducation.jpg) no-repeat 0 0;padding:40px;width:880px}
.container_100.educationPage .col_60{height:240px;width:540px}
.educationPage .col_60 h1,.educationPage .col_60 h2,.educationPage .col_60 p{color:#fff}
.educationPage .col_60 h1{font-size:33px;text-transform:uppercase;margin:0 0 4px}
.educationPage .col_60 h2{font-size:33px;text-transform:none;margin:0 0 20px;padding:0}
.educationPage .col_60 p{font-size:14px;margin:0 0 23px}
.educationPage .col_60 .button{font-size:12px;text-transform:uppercase;padding:7px 17px}
.educationPage .contentRow .content_30{width:270px}
.educationPage .contentRow .content_30 .videoWrapper{height:165px}
.educationPage .contentRow .content_70{width:570px;margin-left:40px}
.educationPage .contentRow .content_70 p{line-height:18px}
.educationPage .borderedList{margin-top:12px}
.educationPage .jsOverlayVideo .playButton{top:64px;left:119px}
.ensemble25 .introHead{padding:60px 0 0;position:relative}
.ensemble25 .introHead #kenBurnsFader{height:310px}
.ensemble25 .logoOverlay{background:url(../images/overlayEnsemble25.png) no-repeat 0 0;width:920px;height:130px;position:absolute;top:0;left:0;z-index:1}
.ensemble25.en .logoOverlay{background:url(../images/overlayEnsemble25en_v2.png) no-repeat 0 0}
.ensemble25 #ensemble25poster{cursor:pointer}
.ensemble25 .galleryTeaser{background:#505050;position:relative;margin:60px 0 20px;padding:10px 205px 20px 15px;cursor:pointer}
.ensemble25 .galleryTeaser h2{font-size:17px;color:#fff;margin:0}
.ensemble25 .galleryTeaser .button{position:absolute;bottom:-15px;left:15px;padding:7px 18px}
.ensemble25 .galleryTeaser:hover .button{color:#4b4b4b;background:#cbcaca;background:-moz-linear-gradient(top,#cbcaca 0,#a1a1a1 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#cbcaca),color-stop(100%,#a1a1a1));background:-webkit-linear-gradient(top,#cbcaca 0,#a1a1a1 100%);background:-o-linear-gradient(top,#cbcaca 0,#a1a1a1 100%);background:-ms-linear-gradient(top,#cbcaca 0,#a1a1a1 100%);background:linear-gradient(top,#cbcaca 0,#a1a1a1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbcaca',endColorstr='#a1a1a1',GradientType=0)}
.ensemble25 .galleryTeaser img{position:absolute;top:-35px;right:-10px}
.ensemble25 #logo25Ensemble{float:right}
.ensemble25 .logos a{margin:0 0 0 15px}
.ensemble25 .logos a:first-child{margin:0}
.ensemble25 .map{margin:0 0 30px}
.lt-ie9 .ensemble25 .videoCompleteOverlay{background:url(../images/bg_grey_opacity.png)}
.podcasts.videoGallery .videoTitle h2{font-size:20px;line-height:24px}
.podcasts.videoGallery .videoTitle h3{font-size:24px;margin:0 0 4px}
.podcasts.videoGallery .galleryItem .playButton{display:none}
.podcasts.videoGallery .galleryItem:hover .playButton{display:block}
.OA40 #logoOA40{float:right}
.OA40 #titleOverlay{width:526px;height:114px;background:url(../images/overlay40JahreOrchesterAkademie_v2.png) no-repeat 0 0}
.OA40.en #titleOverlay{background:url(../images/overlay40JahreOrchesterAkademieEn.png) no-repeat 0 0;width:571px}
.OA40 .calendar{width:23px;height:14px;display:inline-block}
.OA40 .button .calendar{height:17px}
.OA40 .imageSubtitle+h3{margin-top:40px}
.OA40 .contentRow .content_50 .contentRow .content_50{width:47%;margin-left:6%}
.easterFestival .introHead{position:relative}
.easterFestival .logoOverlay{background:url(../images/logoBigEasterFestival.png) no-repeat 0 0;width:587px;height:130px;position:absolute;top:0;right:0;z-index:1}
.easterFestival.en .logoOverlay{background:url(../images/logoBigEasterFestivalEn.png) no-repeat 0 0}
.easterFestival .contentRow .contentRow{margin:0 0 25px}
.easterFestival .contentHead img{float:right}
.directions{margin:0 0 2px}
.directions .contentRow .content_50{margin-left:2%;width:49%}
.directions .contentRow .content_50 strong{font-size:16px}
.mobileApp .contentRow{margin:0 0 10px}
.mobileApp h1{font-size:30px;margin:0 0 30px}
.mobileApp .ce-text+h2{margin-top:22px}
.bphilFriends #kenBurnsFader{margin:0 0 25px}
.bphilFriends .introHead .logoOverlay{background:url(../images/overlayLogoV2.png) no-repeat 0 0;height:210px;left:0;position:absolute;top:0;width:100%}
.bphilFriends .contentHead{margin:0 0 43px;padding:35px 0 25px}
.bphilFriends .contentHead #logo{position:absolute;right:-20px;top:-20px}
.bphilFriends .ribbon{margin-top:30px;margin-bottom:0}
.bphilFriends li{padding-bottom:12px;line-height:15px}
.bphilFriends .toggle ul{padding:0 0 0 29px}
.bphilFriends .grexBgBox h2{text-transform:none;font-size:20px}
.bphilFriends .greyBgBox.withBorder{padding:17px 20px 48px}
.bphilFriends .greyBgBox.withBorder .imgPositionRight{margin-top:-35px}
.bphilFriends .greyBgBox.withBorder .button{bottom:20px;left:20px;position:absolute}
.bphilFriends .inPageNavigation ul{list-style:none;margin:0}
.bphilFriends .overlayVideo .playButton{background:url(../images/playButtonWithGrayBorderSprite.png) no-repeat 0 0;height:40px;left:36%;top:28%;width:40px}
.bphilFriends .overlayVideo:hover .playButton{background-position:0 -40px}
.bphilFriends .overlayVideo.large .playButton{left:44%;top:41%}
.toggle,.accordion{font-size:13px}
.toggle .head,.accordion .head{cursor:pointer;display:inline-block;text-transform:uppercase;color:#0082b4;font:bold 1em "Lucida Grande",Lucida,Verdana,sans-serif}
.toggle .head:hover,.accordion .head:hover{text-decoration:underline}
.toggle .content,.accordion .content{display:none;padding-bottom:5px;font-size:1.0em}
.toggle .content p,.accordion .content p{margin-bottom:8px}
.toggle.small .head,.accordion.small .head{padding:5px 0 10px 29px}
.toggle.small.closed .head,.accordion.small.closed .head{background:url(../images/toggleSmallSprite.png) -1px 3px no-repeat}
.toggle.small.opened .head,.accordion.small.opened .head{background:url(../images/toggleSmallSprite.png) -1px -97px no-repeat}
.toggle.large,.accordion.large{border-bottom:1px dotted #505050}
.toggle.large .content,.accordion.large .content{margin-bottom:10px}
.toggle.large .head,.accordion.large .head{padding:10px 0 10px 40px;font-size:18px}
.toggle.large.closed .head,.accordion.large.closed .head{background:url(../images/toggleLargeSprite.png) -2px 7px no-repeat}
.toggle.large.opened .head,.accordion.large.opened .head{margin-bottom:10px;background:url(../images/toggleLargeSprite.png) -1px -92px no-repeat}
.inPage_100 .contentHead.borderBottom{margin:0 0 25px;padding:0 0 12px}
.inPage_100 .calEntry .shortDescription{position:relative}
.inPage_100 .calEntry .shortDescription,.inPage_100 .calEntry .shortDescription .buy{width:551px}
.inPage_100 .contentHead a.more:link,.inPage_100 .contentHead a.more:visited{bottom:20px;position:absolute;right:0}
.inPage_100 .calEntry.small.guest .shortDescription{width:430px}
.inPageFluid .contentHead{margin:0 0 50px;padding:0 0 12px}
.inPageFluid .contentHead h1{font-size:25px;line-height:29px;text-transform:uppercase}
.inPageFluid .contentHead a.more:link,.inPageFluid .contentHead a.more:visited{bottom:-35px;position:absolute;right:0;top:auto}
.inPageFluid .calEntry .teaser{border:0;border-left:1px solid #fff;position:absolute;right:0;top:0;width:60px}
.inPageFluid .calEntry .teaser img{display:block;height:60px;margin:0;width:60px}
.inPageFluid .calEntry .date,.inPageFluid .calEntry .time{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:60px;width:50%}
.inPageFluid .calEntry .date{padding:10px 20px}
.inPageFluid .calEntry .time{padding:10px 70px 10px 20px}
.inPageFluid .calEntry .date .day,.inPageFluid .calEntry .time .start{font-size:18px;line-height:22px}
.inPageFluid .calEntry .date p,.inPageFluid .calEntry .time p{margin:0 0 3px}
.inPageFluid .calEntry .shortDescription,.inPageFluid .calEntry .shortDescription .buy{width:100%}
.inPageFluid .calEntry .shortDescription{border-top:1px solid #fff;position:relative}
.inPageFluid .calEntry .shortDescription .event{color:#7a7a7a;margin:0 0 10px}
.inPageFluid .calEntry .shortDescription h2{margin:0 0 14px}
.inPageFluid .calEntry .shortDescription .asideMusicianRole{margin-top:-12px}
.inPageFluid .calEntry .shortDescription .col_70{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:static;width:86%}
.inPageFluid .calEntry.small.guest .shortDescription{padding:8px 8px 1px;width:96%}
.inPageFluid .message{padding-left:10px}
.lt-ie8 .inPageFluid .date,.lt-ie8 .inPageFluid .time{height:40px}
.lt-ie8 .inPageFluid .date{width:41%}
.lt-ie8 .inPageFluid .time{width:36%}
.orchestra .filter{margin:25px 0}
.orchestra .filter.hovering{position:fixed;top:0;z-index:99;background:#fff;-moz-box-shadow:0 0 10px #aaa;-webkit-box-shadow:0 0 10px #aaa;box-shadow:0 0 10px #aaa;padding:15px 20px 0;margin:0 -20px;width:920px}
.orchestra .filter .row{list-style:none;margin:0 0 15px;padding:0}
.orchestra .filter a:link,.orchestra .filter a:visited{color:#0082b4;background:url(../images/inpageLink.png) no-repeat -1px 1px;padding:0 0 0 20px;display:block}
.orchestra .artists{border-top:1px solid #505050;padding:5px 0 0;margin:0 0 25px}
.orchestra .artists .row{margin:0 0 30px}
.orchestra .artists h2{font-size:18px;margin:0 0 20px}
.orchestra .filter li,.orchestra .artists .artist{float:left;width:140px;padding:0 16px 0 0}
.orchestra .filter li.last,.orchestra .artists .artist.last{padding:0}
.orchestra .artists .artist .imageWrap,.orchestra .artists .artist .fallback{height:140px;width:140px;margin:0 0 3px}
.orchestra .artists .artist .fallback{background:#dedede}
.orchestra .artists .artist .imageWrap{position:relative}
.orchestra .artists .artist .imageWrap img{position:absolute;left:0;bottom:0}
.orchestra .artists .artist .name{margin:0 0 3px}
.orchestra .artists .artist .role{color:#484849;margin:0 0 3px}
.orchestra .organisation{margin:80px 0 0}
.orchestra .organisation .contentRow{margin:0}
.orchestra .organisation .content_25 ul{list-style:none;padding:0}
.orchestra .organisation .content_25 ul li{padding:0 0 2px}
.orchestra .contentHead{position:relative;border-bottom:1px solid #505050;padding:0 0 25px;margin:0 0 40px}
.orchestra .contentHead h1{margin:0 0 5px}
.orchestra .contentHead #paging{position:absolute;top:0;right:0;width:143px}
.orchestra .contentHead #paging p{margin:0 0 3px;color:#484849}
.orchestra .contentHead #paging>div{float:left;width:70px;height:30px;margin:0 2px 0 0;position:relative;cursor:pointer;background:#ffcb00;background:-moz-linear-gradient(top,#ffcb00 0,#f7ab00 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffcb00),color-stop(100%,#f7ab00));background:-webkit-linear-gradient(top,#ffcb00 0,#f7ab00 100%);background:-o-linear-gradient(top,#ffcb00 0,#f7ab00 100%);background:-ms-linear-gradient(top,#ffcb00 0,#f7ab00 100%);background:linear-gradient(top,#ffcb00 0,#f7ab00 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcb00',endColorstr='#f7ab00',GradientType=0)}
.orchestra .contentHead #paging>div:hover{background:#f7ab00;background:-moz-linear-gradient(top,#f7ab00 0,#ffcb00 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7ab00),color-stop(100%,#ffcb00));background:-webkit-linear-gradient(top,#f7ab00 0,#ffcb00 100%);background:-o-linear-gradient(top,#f7ab00 0,#ffcb00 100%);background:-ms-linear-gradient(top,#f7ab00 0,#ffcb00 100%);background:linear-gradient(top,#f7ab00 0,#ffcb00 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7ab00',endColorstr='#ffcb00',GradientType=0)}
.orchestra .contentHead #paging .right{margin:0}
.orchestra .contentHead #paging a:link,.orchestra .contentHead #paging a:visited{position:absolute;top:0;left:0;width:100%;height:100%}
.orchestra .contentHead #paging a:hover,.orchestra .contentHead #paging a:active{text-decoration:none}
.orchestra .contentHead #paging .left a:link,.orchestra .contentHead #paging .left a:visited,.orchestra .contentHead #paging .left a:hover,.orchestra .contentHead #paging .left a:active{background:url(../images/pagingArrows.png) no-repeat 29px 6px}
.orchestra .contentHead #paging .right a:link,.orchestra .contentHead #paging .right a:visited,.orchestra .contentHead #paging .right a:hover,.orchestra .contentHead #paging .right a:active{background:url(../images/pagingArrows.png) no-repeat -48px 6px}
.orchestra .detailed h2{margin:0 0 2px;text-transform:none}
.orchestra .detailed h2+h3{margin:0 0 23px}
.orchestra .detailed .quote{font-size:14px;line-height:19px;margin:0 0 27px}
.orchestra .detailed .row{border-top:1px solid #505050;padding:13px 0 10px}
.orchestra .detailed .content_55>div:last-child{border-bottom:1px solid #505050}
.orchestra .detailed .row p{margin:0}
.orchestra .detailed .shortInfo{margin:8px 0 40px;border-bottom:0!important}
.orchestra .detailed .shortInfo p{margin:0}
.orchestra .detailed ul.musicians{list-style:none;margin:0;padding:0}
.orchestra .detailed .musicians li{float:left;width:180px;padding:0 0 3px}
.orchestra .detailed .musicians li.active a:link,.orchestra .detailed .musicians li.active a:visited{padding:0 0 0 15px;background:url(../images/artistSprite.png) no-repeat 0 2px}
.orchestra .detailed .musicians li.passive{padding-left:15px;width:165px;background:url(../images/artistSprite.png) no-repeat 0 -97px}
.orchestra .teaser.shop{background:url(../images/onlineshopTeaser.jpg) no-repeat 0 -5px;padding:0 0 0 210px;margin:40px 0 20px;min-height:155px}
.orchestra .teaser.shop h3{border-bottom:1px solid #505050;padding:0 0 7px}
.orchestra .teaser.shop p{line-height:18px}
.orchestra .teaser.shop .button{margin-top:12px}
.orchestra .videoTeaser{margin:25px 0 20px;cursor:pointer}
.orchestra .videoTeaser a.play{float:left;width:185px;margin:0 4px 0 0;position:relative}
.orchestra .videoTeaser a.play .playButton{top:32px;left:74px;width:40px;height:40px;background:url(../images/playButtonWithGrayBorderSprite.png) no-repeat 0 0}
.orchestra .videoTeaser a.play:hover .playButton{background-position:0 -40px}
.orchestra .videoTeaser .videoDescription{border-top:1px dotted #505050;border-bottom:1px dotted #505050;width:219px;height:87px;padding:12px 0 0 15px;float:left}
.orchestra .videoTeaser .videoDescription:hover a{text-decoration:underline}
.orchestra .videoTeaser p{margin:0 0 4px;font-size:12px}
.orchestra .videoTeaser h2{text-transform:uppercase;margin:0 0 4px;font-size:15px;line-height:18px}
.videoGallery .videoCompleteOverlayWrap{z-index:99;position:relative;height:516px}
.videoGallery .videoCompleteOverlay{position:absolute;top:196px;left:0;width:100%;background:rgba(0,0,0,0.7);padding:20px 0}
.videoGallery .videoCompleteOverlay h2{width:470px;margin:0 auto 15px;text-align:center;font-size:20px;color:#fff;text-transform:none}
.videoGallery .videoCompleteOverlay p{text-align:center;margin:0}
.videoGallery .galleryItems{margin:0 -10px 40px}
.videoGallery .videoTitle h2{font-size:30px;line-height:32px}
.videoGallery .videoTitle h3{font-size:28px;line-height:28px;color:#747474;margin:0 0 15px}
.videoGallery .comingSoon,.videoGallery .galleryItem{float:left;width:170px;height:170px;padding:9px;margin:0 0 15px}
.videoGallery.podcasts .galleryItem{height:195px}
.videoGallery .galleryItem{cursor:pointer;position:relative}
.videoGallery .galleryItem:hover a{text-decoration:underline}
.videoGallery .galleryItem .playButton{position:absolute;top:37px;left:74px;width:40px;height:40px;background:url(../images/playButtonWithGrayBorderSprite.png) no-repeat 0 0}
.videoGallery .galleryItem:hover .playButton{background-position:0 -40px}
.videoGallery .galleryItem .jsVideoGalleryItemText{display:none}
.videoGallery .galleryItem img{margin:0 0 8px}
.videoGallery .galleryItem p{margin:0 0 3px}
.videoGallery .galleryItem p.firstSubtitle{font-size:11px}
.hallPlan .content_head h1{margin-bottom:50px}
.hallPlan .content_head h2{font-size:18px;padding:0}
.hallPlan .content_head a{top:87px;right:0}
.hallPlan h4{font-size:13px}
.hallPlan .contentRow{background:#f4f4f4;padding:20px;page-break-inside:avoid}
.priceList{margin-top:5px;line-height:12px;margin-right:-5px;font-size:11px}
.priceList#priceListEnsemble{margin-top:20px;margin-bottom:115px}
.priceList .head>div,.priceList .row>div{margin-left:4px;float:left;min-height:24px}
.priceList .head>div{border-top:1px solid #505050;border-bottom:1px solid #505050;padding:8px 0 8px 6px;text-transform:uppercase;font-size:11px}
.priceList .mainCategory{margin-left:146px;margin-right:9px;border-top:1px solid #505050}
.priceList#priceListEnsemble .mainCategory{margin-left:239px}
.priceList.abo .mainCategory{margin-left:215px;margin-right:6px}
.priceList .mainCategory>div{padding:10px 0;text-align:center;font-weight:bold;font-size:12px;letter-spacing:2px;text-transform:uppercase;float:left}
.priceList .row>div{border-bottom:1px dotted #505050;padding:8px 0 8px 6px}
.no-js .priceList .row>div{height:50px}
.no-js .priceList#priceListEnsemble .row.II>div{height:65px}
.priceList .head .col_1{margin-left:0}
.priceList .row .col_1{position:relative;vertical-align:middle;padding-left:7px;text-transform:uppercase;margin-left:10px}
.priceList .col_1{width:58px}
.priceList .head .col_1{width:69px}
.priceList .col_2{width:58px}
.priceList .col_3,.priceList .col_4,.priceList .col_5{width:32px}
.priceList .col_6,.priceList .col_7,.priceList .col_8{width:40px}
.priceList .mainCategory .col_1,.priceList#priceListEnsemble .mainCategory .col_1,.priceList.abo .mainCategory .col_1{width:100%}
.priceList#priceListEnsemble .head .col_1{width:60px}
.priceList#priceListEnsemble .col_1{width:50px}
.priceList#priceListEnsemble .col_2{width:160px}
.priceList#priceListEnsemble .col_3,.priceList#priceListEnsemble .col_4{width:81px}
.priceList.abo .head .col_1{width:86px}
.priceList.abo .col_1{width:75px}
.priceList.abo .col_2{width:110px}
.priceList.abo .col_3,.priceList.abo .col_4{width:95px}
.priceList .small{font-size:10px}
.priceList .col_1 .stripe{position:absolute;top:0;left:-10px;width:10px;height:100%;background:#d9d7cb}
.priceList .I .col_1 .stripe{background:#1c1c1b}
.priceList .II .col_1 .stripe{background:#434342}
.priceList#priceListEnsemble .II .col_1 .stripe,.priceList .III .col_1 .stripe{background:#636362}
.priceList .IV .col_1 .stripe{background:#818181}
.priceList .V .col_1 .stripe{background:#9d9c9c}
.priceList .emporeF .col_1 .stripe,.priceList#priceListEnsemble .III .col_1 .stripe,.priceList .VI .col_1 .stripe{background:#b3b2b2}
.priceList .VII .col_1 .stripe{background:#d0d0cf}
.priceList .VIII .col_1 .stripe{background:#e3e3e3}
.priceList#priceListEnsemble .IV .col_1 .stripe{background:#d9d7cb}
.priceList ul{list-style:none;padding:0;margin:0}
.priceList .col_2 li{padding-bottom:2px;font-size:11px}
.priceList .col_2 strong{padding-right:5px}
.priceList#priceListEnsemble .col_2{text-transform:uppercase}
.priceList .row{background:#f4f4f4}
.priceList .row.clickable:hover>div,.priceList .row.clickable.active>div{background:#fff}
.priceList .row.clickable:hover .col_2,.priceList .row.clickable.active .col_2{background:#fc0}
.priceList.abo#priceListEnsemble .mainCategory{margin-left:98px;padding-left:100px}
.priceList.abo#priceListEnsemble .col_1,.priceList.abo#priceListEnsemble .col_2{width:45px;padding-left:2px;padding-right:0;margin-left:1px}
.priceList.abo#priceListEnsemble .col_3,.priceList.abo#priceListEnsemble .col_4,.priceList.abo#priceListEnsemble .col_5,.priceList.abo#priceListEnsemble .col_6,.priceList.abo#priceListEnsemble .col_7,.priceList.abo#priceListEnsemble .col_8,.priceList.abo#priceListEnsemble .col_9,.priceList.abo#priceListEnsemble .col_10{width:40px;padding-left:0;padding-right:0;margin-left:1px;text-align:center}
.mapWrapper{height:510px;width:460px;overflow:hidden}
.mapWrapper#mapPhilharmonie{background:url(../images/philharmonieAllImages.png) 0 0 no-repeat;margin:50px 0 40px -6px}
.en .mapWrapper#mapPhilharmonie{background:url(../images/philharmonieAllImagesEn.png) 0 0 no-repeat}
.mapWrapper#mapEnsemble{background:url(../images/ensembleAllImagesV2.png) 0 0 no-repeat;margin:17px 0 -25px -6px}
.en .mapWrapper#mapEnsemble{background:url(../images/ensembleAllImagesEn.png) 0 0 no-repeat}
.lt-ie8 .priceList .col_1 .stripe{display:none}
@media print{.mapWrapper .placeholderMap{display:none}
}
#overlayDark{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;background:#000;-moz-opacity:.6;-khtml-opacity:.6;opacity:.6;display:none}
.overlayVideo{cursor:pointer;position:relative;margin-bottom:15px}
.overlayVideo .hasPlayButton{position:relative;display:block;height:100%;padding:0}
.lt-ie9 .overlayVideo .playButton{background:url(../images/bg_grey_opacity.png)}
.overlayVideo:hover .playButton{background-position:0 -30px}
.overlayVideo .overlay{position:absolute;bottom:0;left:0;min-height:40px;padding:15px 15px 10px;width:240px;background:#4b4b4b;background:rgba(0,0,0,0.7)}
.overlayVideo .overlay p{color:#fff;margin:0 0 5px}
.overlayVideo .playButton{position:absolute;top:50%;left:50%;margin:-15px 0 0 -16px;height:30px;width:32px;background:url(../images/playButtonSprite.png) 0 0 no-repeat}
.overlayVideo:hover .playButton{background-position:0 -30px}
#overlayVideoWrapper{padding:15px 20px;position:fixed;top:20%;left:30%;z-index:1001;background:#000;display:none}
#overlayVideoClose{position:absolute;top:7px;right:5px;z-index:1;height:15px;width:15px;cursor:pointer;background:url(../images/calendarDetailedViewSprite.png) 1px -399px no-repeat}
#overlayVideoWrapper .videoDescriptionWrapper{color:#fff;padding:10px 0}
#overlayVideoWrapper.lightAppearance{background:#fff;padding:0}
#overlayVideoWrapper.lightAppearance .videoDescriptionWrapper{color:#505050;padding:12px 20px;width:640px}
#overlayVideoWrapper.lightAppearance .closeWrapper{height:0;border:60px solid transparent;border-right:0;border-top:55px solid #fff;position:absolute;right:0;top:0;width:0}
#overlayVideoWrapper.lightAppearance #overlayVideoClose{background-position:7px -393px;height:25px;top:-49px;width:25px}
.lt-ie9 #overlayDark{background:url(../images/bg_grey_opacity.png)}
.lightboxWrap{height:100%;left:0;position:absolute;top:0;width:100%;z-index:10000}
.lightbox{background:#FFF;padding:10px;position:relative;margin:5px auto 0;width:940px;z-index:10001}
.lightbox .closeButton{cursor:pointer;height:40px;position:absolute;right:8px;top:8px;width:40px}
.lightbox .closeButton .corner{border-top:0 solid transparent;border-right:40px solid #FFF;border-bottom:40px solid transparent;border-left:0 solid transparent;display:block;position:absolute;right:0;top:0}
.lightbox .closeButton .closeIcon{background:url(../images/lightboxIconClose.png) no-repeat 0 0;height:15px;overflow:hidden;position:absolute;right:0;text-indent:-999px;top:0;width:15px}
.lightbox .arrows .arrowLeft,.lightbox .arrows .arrowRight{position:absolute;top:0;cursor:pointer;height:100%;width:50%}
.lightbox .arrows .arrowLeft{left:0}
.lightbox .arrows .arrowRight{right:0}
.lightbox .arrows .arrowLeft .arrow,.lightbox .arrows .arrowRight .arrow{position:absolute;top:38%;width:35px;height:75px}
.lightbox .arrows .arrowLeft .arrow{background:#FFF url(../images/lightboxArrowLeft.png) no-repeat 8px 30px;left:10px}
.lightbox .arrows .arrowLeft .arrow:hover{background:#ffcb00 url(../images/lightboxArrowLeft.png) no-repeat 8px 30px}
.lightbox .arrows .arrowRight .arrow{background:#FFF url(../images/lightboxArrowRight.png) no-repeat 12px 30px;right:10px}
.lightbox .arrows .arrowRight .arrow:hover{background:#ffcb00 url(../images/lightboxArrowRight.png) no-repeat 12px 30px}
.lightbox .image{overflow:hidden}
.lightbox .image img{max-width:100%}
.lightbox .subtitle{color:#000;padding:12px 0 20px;margin:0}
.lightbox .imageContainer{list-style:none;margin:0;padding:0}
.lightbox .imageContainer>li{display:none}
.lightbox .imageContainer>li.active{display:block}
.jsLightboxImage{cursor:pointer} | css/global.css | .contenttable{width:100%}
.contenttable th{font-weight:bold;padding:4px 15px 4px 0}
.contenttable th,.contenttable td{padding:2px 15px 2px 0;font-size:14px}
.contenttable th,.contenttable td{vertical-align:middle}
.contenttable .tr-odd{background:#f4f4f4}
.contenttable .tr-even td{padding:4px 15px 4px 0}
.contenttable .td-0{padding-left:2px}
.contenttable .td-2{width:180px}
.borderedList{list-style:none;margin:0 0 20px;padding:0}
.borderedList li{padding:0}
.borderedList li a.more:link,.borderedList li a.more:visited{display:block;padding:15px 0 15px 15px;border-bottom:1px dotted #000;background-position:254px 15px;line-height:11px}
.borderedList li a.more:active,.borderedList li a.more:hover{background-color:#f4f4f4}
.borderedList li:first-child a.more{border-top:1px dotted #000}
.borderedListSolid{list-style:none;margin:0 0 20px;padding:0}
.borderedListSolid li{padding:10px 0 10px 3px;border-bottom:1px solid #505050}
.borderedListSolid li:first-child{border-top:1px solid #505050}
.borderedListSolid.extended p,.borderedListSolid.extended h4{margin:0}
.borderedListSolid.extended h4{font-size:13px}
.borderedListSolid.extended li{position:relative}
.borderedListSolid.extended a{position:absolute;right:0;bottom:13px}
.contentHead{margin:0 0 26px;position:relative}
.contentHead h1,.contentHead h2{margin:0}
.contentHead.borderBottom{border-bottom:1px solid #505050;padding:0 0 12px}
.introHead #kenBurnsFader{height:270px;margin:0 0 40px;width:920px}
.headlineWithLightSubheadline{margin:0 0 60px}
.headlineWithLightSubheadline h1 span{color:#858585}
.contentRow.dottedBorderTopAndBottom{border-bottom:1px dotted #505050;border-top:1px dotted #505050;margin:25px 0;padding-top:18px}
.contentRow.dottedBorderTop{border-top:1px dotted #505050;margin:0 0 8px;padding-top:12px}
.contentRow.dottedBorderTop p{margin:0 0 10px}
.contentRow.dottedBorderBottom{border-bottom:1px dotted #505050;margin:0 0 20px;padding:0 0 8px}
.contentRow.dottedBorderBottom p{margin:0 0 10px}
.contentRow h1{font-size:30px;line-height:36px;text-transform:none}
.contentRow h3{font-size:16px;line-height:18px;margin:0 0 11px}
.contentRow h1+h3{margin-top:-15px}
.contentRow p{margin:0 0 15px;line-height:18px}
.ankerMenu{margin:0 0 20px}
.ankerMenu .column{float:left;padding:0 26px 0 0;width:280px}
.ankerMenu .column li{margin:0 0 7px}
.ankerMenu .column a:link,.ankerMenu .column a:visited{background:url(../images/inpageLink.png) no-repeat -1px 1px;display:inline-block;padding:0 0 0 20px}
.greyBgBox{background:#efefef;margin:0 0 35px;padding:17px 20px 10px;position:relative}
.greyBgBox.withBorder{border:1px solid #d6d6d6}
.greyBgBox h1{margin:0 0 10px}
.greyBgBox ul{list-style:disc outside;margin:0 0 0 17px}
.greyBgBox li{padding-bottom:12px}
.greyBgBox .imgPositionRight{float:right;padding:0 0 5px 10px}
#timeline{padding:50px 0}
#timeline .timelineEntry{background:#efefef;border:1px solid #d6d6d6;margin:0 0 30px;padding:9px 10px 0;position:relative}
#timeline .left,#timeline .right{float:left;width:440px}
#timeline .line{background:#505050;float:left;height:620px;margin:0 18px 0 17px;position:relative;width:2px}
#timeline .line .topFadeOut,#timeline .line .bottomFadeOut{background:url(../images/timelineSprite.png) no-repeat 0 0;height:50px;left:0;position:absolute;width:2px}
#timeline .line .topFadeOut{top:-50px}
#timeline .line .bottomFadeOut{background-position:0 -50px;bottom:-50px}
#timeline .timelineEntry .pointer{background:url(../images/timelineSprite.png) no-repeat -10px 0;height:16px;position:absolute;top:10px;width:28px;z-index:99}
#timeline .left .timelineEntry .pointer{background-position:-16px -52px;right:-27px;height:15px}
#timeline .right .timelineEntry .pointer{left:-27px}
.imageCaption{color:#6e6e6f;display:inline-block;font-size:11px}
.separatorLine{border-bottom:1px dotted #505050;margin:10px 0 18px}
.separatorLine.solid{border-bottom-style:solid}
.separatorLine.dashed{border-bottom-style:dashed}
.imageWrapper{margin:0 0 25px}
.imageWrapper img{margin:0}
.imageLine{margin:0 0 40px}
.imageLine .imageWrapper{display:inline;padding:0 0 0 17px}
.imageLine .imageWrapper:first-child{padding:0}
.lt-ie8 .imageLine .imageWrapper{padding:0 0 0 12px}
.content_50.teaser{cursor:pointer;margin-bottom:0}
.content_50.teaser img,.content_50.teaser .imageWrapper{margin:0 0 8px}
.content_50.teaser .imageWrapper img{margin:0}
.content_50.teaser h3{font-size:16px;margin:0 0 5px}
.content_50.teaser p{line-height:17px;margin:0 0 3px}
.content_50.teaser:hover a{text-decoration:underline}
.teaserSkewedOverlay{position:relative;margin-bottom:35px}
.teaserSkewedOverlay h3{margin:0}
.teaserSkewedOverlay p{margin:0}
.teaserSkewedOverlay a:link,.teaserSkewedOverlay a:visited{text-transform:none;font-size:12px}
.teaserSkewedOverlay .skewedOverlay{position:absolute;bottom:-30px;left:0;background:#eaeae5;padding:10px;width:190px}
.teaserSkewedOverlay .skewedOverlay .skewedBorder{position:absolute;top:-12px;left:0;border-left:0 solid transparent;border-bottom:0 solid transparent;border-right:210px solid #eaeae5;border-top:12px solid transparent}
.powermail_fieldwrap{float:left;margin:0 0 8px;position:relative;width:100%}
.powermail_fieldwrap .powermail_label{display:block;margin:0 0 2px}
.powermail_fieldwrap .powermail_field{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#f4f4f4;border:0;font-size:12px;padding:8px 5px;width:94%}
.powermail_fieldwrap .powermail_select{border:1px solid #aaa;height:30px}
.powermail_fieldwrap .powermail_textarea{height:140px;resize:vertical}
.powermail_fieldwrap .powermail_field.powermail_submit,.registration .powermail_fieldwrap .powermail_field.powermail_submit{background:#ffcb00;background:-moz-linear-gradient(top,#ffcb00 0,#f7ab00 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffcb00),color-stop(100%,#f7ab00));background:-webkit-linear-gradient(top,#ffcb00 0,#f7ab00 100%);background:-o-linear-gradient(top,#ffcb00 0,#f7ab00 100%);background:-ms-linear-gradient(top,#ffcb00 0,#f7ab00 100%);background:linear-gradient(top,#ffcb00 0,#f7ab00 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcb00',endColorstr='#f7ab00',GradientType=0);cursor:pointer;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;display:inline-block;font-size:11px;font-weight:bold;line-height:16px;margin:0;padding:7px 22px;text-transform:uppercase;vertical-align:middle;width:auto}
.powermail_fieldwrap .powermail_submit:hover,.powermail_fieldwrap .powermail_submit:active,.registration .powermail_fieldwrap .powermail_submit:hover,.registration .powermail_fieldwrap .powermail_submit:hover{background:#f7ab00;background:-moz-linear-gradient(top,#f7ab00 0,#ffcb00 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7ab00),color-stop(100%,#ffcb00));background:-webkit-linear-gradient(top,#f7ab00 0,#ffcb00 100%);background:-o-linear-gradient(top,#f7ab00 0,#ffcb00 100%);background:-ms-linear-gradient(top,#f7ab00 0,#ffcb00 100%);background:linear-gradient(top,#f7ab00 0,#ffcb00 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7ab00',endColorstr='#ffcb00',GradientType=0)}
.powermail_fieldwrap .formError{background:url(../images/formCheckSprite.png) no-repeat 0 0;height:15px;left:auto!important;margin:0!important;position:absolute;right:1px!important;top:23px!important;width:15px}
.powermail_message_error{color:#e71212}
.powermail_create{border:1px solid #7caf24;padding:15px 12px 0}
.powermail_create p:first-child{color:#7caf24;font-size:20px;font-weight:bold}
.powermail_legend,.powermail_form h3,.powermail_fieldwrap .powermail_check_legend,.powermail_fieldwrap .formErrorContent{display:none}
.powermail_fieldwrap.light{color:#6c6c6c;font-style:italic;margin:0 0 11px}
.powermail_fieldwrap.zip .formError{display:none}
.powermail_fieldwrap.zip{float:left;margin-right:1%;width:28%}
.powermail_fieldwrap.city{float:left;padding-right:1%;width:69.69%}
.powermail_fieldwrap_radio.radioButtonsInline{float:left;margin:0 0 12px;width:100%}
.powermail_fieldwrap_radio.radioButtonsInline .powermail_radio_legend,.powermail_fieldwrap_radio.radioButtonsInline .powermail_radio_inner{float:left;padding-right:2%;width:31%}
.powermail_fieldwrap_radio.radioButtonsInline .powermail_radio_legend{width:22%}
.powermail_fieldwrap_radio.radioButtonsInline .powermail_radio_inner label{padding-left:3px}
.registration{background:#f4f4f4;padding:20px}
.registration h1{margin:5px 0 30px}
.registration .powermail_fieldset{width:100%}
.registration .powermail_fieldwrap .powermail_field{background:#fff;width:96%}
.registration .powermail_fieldwrap_check{margin:12px 0 20px}
.registration .powermail_fieldwrap .formError{bottom:8px!important;right:-7px!important;top:auto!important}
.registration .powermail_create{padding:15px 12px}
#solrSearch{position:relative}
#solrSearch #solrSearchInput{font-size:18px;font-weight:bold;margin:0 0 28px;padding:8px 30px 8px 10px;vertical-align:middle;width:380px}
#solrSearch #solrSearchSubmit{background:url(../images/bphil_sprite.png) no-repeat 5px -187px;border:0;height:38px;left:390px;position:absolute;top:1px;width:35px}
#solrSearch .loadingIndicator{background:url(../images/ajaxLoaderSmall.gif) no-repeat 0 0;display:none;height:15px;left:432px;position:absolute;top:9px;width:15px}
#solrSearch #defineSearchArea{margin:0 0 25px}
#solrSearch #defineSearchArea p{float:left;font-size:10px;line-height:11px;padding-right:10px;width:90px}
#solrSearch #defineSearchArea .filterInput{cursor:pointer;height:100%;left:0;position:absolute;top:0;opacity:0;filter:alpha(opacity=0);-ms-filter:"alpha(opacity=0)";width:100%}
#solrSearch #defineSearchArea .filterButton{background:#505050;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;color:#f6f6f6;float:left;margin:0 5px 5px 0;padding:3px 10px 4px 5px;position:relative}
#solrSearch #defineSearchArea .filterButton:hover{text-decoration:underline}
#solrSearch #defineSearchArea .filterButton.active{background:#fc0;color:#505050}
#solrSearch #defineSearchArea .filterButton .indicator{background:#505050 url(../images/searchFilterSprite.png) no-repeat 1px 6px;border-right:1px solid #fff;float:left;height:22px;margin:-3px 10px -4px 0;width:15px}
#solrSearch #defineSearchArea .filterButton.active .indicator{background-color:#fc0;background-position:1px -44px}
#solrSearch #defineSearchArea .filterButton .filterResultCount{padding-left:4px}
#results{list-style:none;margin:0 0 20px;padding:0}
#results .result{border-bottom:1px dotted #7a7a7a;padding:10px 0 0;position:relative}
.lt-ie8 #results .result{overflow:hidden}
.lt-ie8 #results .result.calendar .more{right:50px}
#results .result:first-child{border-top:1px dotted #7a7a7a}
#results .result.hoverBg:hover{background:#f6f6f6}
#results .result .breadcrumb{color:#7a7a7a;font-size:11px;margin:0 0 7px}
#results .result h2{font-size:18px;line-height:22px;margin:0 0 6px}
#results .result h2 a{font-size:18px;line-height:22px}
#results .result h2+h2{margin-top:-7px}
#results .result h2+h3{margin-top:-5px}
#results .result p{margin:0 0 9px}
#results .result img{border:1px solid #d5d5d5;float:left;margin:0 10px 10px 0}
#results .result .results-highlight{background:#a4f36a;padding:2px 1px 1px}
#results .result h2 .results-highlight{color:#505050}
#results .result.calendar .calEntry{margin:0 0 10px}
#results .result.calendar img{border:0;margin:0}
.lt-ie8 #results .result.calendar .date{width:38%}
#results .result.calendar .date p,#results .result.calendar .time p{margin:0 0 8px;line-height:12px}
#results .result.calendar .multiplePerformances .time{width:100%}
#results .result.calendar .multiplePerformances .time p,#results .result.calendar .multiplePerformances .time h3{color:#fff}
#results .result.calendar .multiplePerformances .time h3{font-size:18px}
#results .result.calendar .orchestra.multiplePerformances .time p,#results .result.calendar .orchestra.multiplePerformances .time h3{color:#505050}
#results .suggestedSearchQueries{padding-right:20px}
#highlightedResults .highlightedResult{border:1px solid #d3d3d3;margin:0 0 15px;padding:19px 19px 0}
#highlightedResults .highlightedResult h3+p{margin-top:-10px}
#highlightedResults .highlightedResult h2,#highlightedResults .highlightedResult h2 a{font-size:16px;line-height:20px;margin:0 0 15px}
#highlightedResults .highlightedResult img{border:1px solid #d5d5d5;float:right;margin:0 0 15px 10px}
#highlightedResults .highlightedResult.titleStory img{border:0;margin:0 0 15px}
#paging{margin:0 0 10px}
#paging ul{list-style:none;margin:0;padding:0}
#paging li{float:left;margin:0 5px 0 0}
#paging a:link,#paging a:visited{background:#505050;color:#fff;padding:2px 4px}
#paging a.active:link,#paging a.active:visited,#paging a:hover,#paging a:active{background:#fc0;color:#505050;text-decoration:none}
#newsletter_overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;background:#000;-ms-filter:alpha(opacity = 60);filter:alpha(opacity = 60);-moz-opacity:.6;-khtml-opacity:.6;opacity:.6}
#newsletter_wrapper{position:absolute;top:0;left:0;z-index:1001}
#content{width:630px;min-height:300px;border:5px solid #fecc02;padding:30px;position:relative;background:#000;text-align:left}
#newsletter_wrapper h1,#newsletter_wrapper p,#newsletter_wrapper span,#newsletter_wrapper label{color:white}
#newsletter_wrapper p{font-size:13px}
#newsletter_wrapper h1{margin:0 0 15px}
#newsletter_wrapper label{float:none;font-size:13px;cursor:pointer;width:90%;display:block}
#newsletter_wrapper #close{position:absolute;top:10px;right:14px;background:url(../images/close.png) right 3px no-repeat;cursor:pointer}
#newsletter_wrapper #close span{color:#707070;padding:0 19px 0;font-size:12px}
#newsletter_wrapper #close:hover span{text-decoration:underline}
#newsletter_wrapper .left{width:440px}
#newsletter_wrapper .input_wrapper{width:230px;margin:5px 0 10px;background:#fff;border:1px solid #999;padding:7px 4px}
#newsletter_wrapper .input_wrapper input{width:100%;padding:0;background:0;border:0;font-size:12px}
#newsletter_wrapper .row{padding:5px 0}
#newsletter_wrapper .row input{float:left;margin:3px 7px 3px 0;cursor:pointer}
#newsletter_wrapper .submit{-webkit-transition:background .3s ease-in-out;-moz-transition:background .3s ease-in-out;-o-transition:background .3s ease-in-out;-ms-transition:background .3s ease-in-out;transition:background .3s ease-in-out;cursor:pointer;border:0;color:black;text-decoration:none;display:inline;width:auto;line-height:0;height:40px;margin:10px 0 0;padding:12px 15px;font-size:12px;text-transform:uppercase;font-weight:bold;background:#ffcb00;background:-moz-linear-gradient(top,#ffcb00 0,#f7ab00 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffcb00),color-stop(100%,#f7ab00));background:-webkit-linear-gradient(top,#ffcb00 0,#f7ab00 100%);background:-o-linear-gradient(top,#ffcb00 0,#f7ab00 100%);background:-ms-linear-gradient(top,#ffcb00 0,#f7ab00 100%);background:linear-gradient(top,#ffcb00 0,#f7ab00 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffcb00',endColorstr = '#f7ab00',GradientType = 0)}
#newsletter_wrapper .submit:hover{background:#f7ab00;background:-moz-linear-gradient(top,#f7ab00 0,#ffcb00 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7ab00),color-stop(100%,#ffcb00));background:-webkit-linear-gradient(top,#f7ab00 0,#ffcb00 100%);background:-o-linear-gradient(top,#f7ab00 0,#ffcb00 100%);background:-ms-linear-gradient(top,#f7ab00 0,#ffcb00 100%);background:linear-gradient(top,#f7ab00 0,#ffcb00 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f7ab00',endColorstr = '#ffcb00',GradientType = 0)}
#newsletter_wrapper .error_wrapper{width:100%;float:left}
#newsletter_wrapper .error_wrapper .input_wrapper{float:left}
#newsletter_wrapper .error{display:none;width:170px;background:url(../images/error.png) 0 2px no-repeat;margin:5px 0 0 10px;padding:0 0 15px 19px;float:left}
#newsletter_wrapper .error span{color:#e2001a;font-size:12px}
#newsletter_wrapper .right{position:absolute;bottom:0;right:-30px;width:250px;height:320px;background:url(../images/teaser.png) 0 0 no-repeat}
.teaserElement{padding:10px 10px 14px;background:#767676;margin:5px 0 15px}
.teaserElement h2{text-transform:uppercase;font-size:17px;color:#fff;line-height:23px;margin:0 0 7px}
.teaserElement .button{text-transform:uppercase}
.borderedTeaser{border-top:1px dotted #505050;border-bottom:1px dotted #505050;padding:19px 0 23px;margin:0 0 20px}
.borderedTeaser .button{text-transform:uppercase}
.inPageNavigation .navHead{background:#efefef;border-bottom:1px solid #fff;font-weight:bold;padding:6px 12px;text-transform:uppercase}
.inPageNavigation ul{background:#f4f4f4;padding:8px 12px 12px}
.inPageNavigation li{padding-bottom:5px;font-size:13px;font-weight:bold}
.inPageNavigation li a:link,.inPageNavigation li a:visited{background:url(../images/bulletListBlue.png) no-repeat -1000px 3px;display:inline-block;padding-left:18px}
.inPageNavigation .act a:link,.inPageNavigation .act a:visited,.inPageNavigation li a:hover,.inPageNavigation li a:active{background-position:0 3px;text-decoration:none}
.ribbon{background:#fc0;margin:10px -29px 10px 0;padding:8px 25px 3px 30px;position:relative}
.ribbon a:link,.ribbon a:visited{color:#505050}
.ribbon p{margin:0 0 6px}
.ribbon a.more{font-weight:bold}
.ribbon .incisionLeft{border:38px solid transparent;border-left:16px solid white;left:0;position:absolute;top:0}
.ribbon .corner{display:block;height:0;position:absolute;width:0}
.ribbon .corner.bottomRight{bottom:-9px;border-bottom:9px solid transparent;border-left:9px solid #d6af12;border-right:0 solid transparent;border-top:0 solid transparent;right:0}
.lt-ie8 .ribbon .corner{display:none}
.themePage .titleOverlay{position:relative;margin:0 0 35px}
.themePage #titleOverlay{position:absolute;top:0;right:0}
.themePage .content_50.teaser img{margin:0 0 8px}
.themePage .contentRow img,.themePage .contentRow .imageWrapper{margin:0 0 20px}
.themePage .contentRow .imageWrapper img{margin:0}
.themePage .contentHead{border-bottom:1px solid #505050;position:relative;padding:0 0 15px;margin:0 0 38px}
.themePage.calendar .contentHead{margin:20px 20px 38px}
.themePage .contentHead h1{margin:0 0 -3px}
.themePage .contentHead a.return{position:absolute;left:0;bottom:22px;top:auto}
.themePage img+p.imageSubtitle,.themePage img+p.imageCaption{margin-top:-20px;font-size:11px}
.themePage .quote{border-top:1px dotted #7a7a7a;border-bottom:1px dotted #7a7a7a;padding:15px 0;margin:0 0 15px}
.themePage .quote p{font-size:14px;line-height:20px;color:#6e6e6e;margin:0}
.themePage .quote .quoteBy{float:right}
.container_100.cinemaLive{padding:40px;width:880px;position:relative}
.cinemaLive .contentRow{margin:0 0 25px}
.cinemaLive .contentRow .content_30{width:280px;margin-left:20px}
.cinemaLive h3{font-size:18px}
.cinemaLive h3+h3{margin-top:-5px}
.cinemaLive h4{font-size:14px;margin:0 0 11px}
.cinemaLive h4+h4{margin-top:-6px}
.cinemaLive p{line-height:18px}
.cinemaLive .content_30 img{margin-bottom:10px}
.cinemaLive .content_30 p{color:#7a7a7a}
.cinemaLive .alignRight{text-align:right}
.cinemaLive .contenttable .td-4 a,.cinemaLive .contenttable .td-5 a,.cinemaLive .contenttable .td-6 a{font-size:13px;padding-right:12px;background:url(../images/arrow_right_blue.png) no-repeat right 1px;text-transform:uppercase}
#flash.flash-update{display:none}
.container_100.educationPage{background:#fff url(../images/bgImageEducation.jpg) no-repeat 0 0;padding:40px;width:880px}
.container_100.educationPage .col_60{height:240px;width:540px}
.educationPage .col_60 h1,.educationPage .col_60 h2,.educationPage .col_60 p{color:#fff}
.educationPage .col_60 h1{font-size:33px;text-transform:uppercase;margin:0 0 4px}
.educationPage .col_60 h2{font-size:33px;text-transform:none;margin:0 0 20px;padding:0}
.educationPage .col_60 p{font-size:14px;margin:0 0 23px}
.educationPage .col_60 .button{font-size:12px;text-transform:uppercase;padding:7px 17px}
.educationPage .contentRow .content_30{width:270px}
.educationPage .contentRow .content_30 .videoWrapper{height:165px}
.educationPage .contentRow .content_70{width:570px;margin-left:40px}
.educationPage .contentRow .content_70 p{line-height:18px}
.educationPage .borderedList{margin-top:12px}
.educationPage .jsOverlayVideo .playButton{top:64px;left:119px}
.ensemble25 .introHead{padding:60px 0 0;position:relative}
.ensemble25 .introHead #kenBurnsFader{height:310px}
.ensemble25 .logoOverlay{background:url(../images/overlayEnsemble25.png) no-repeat 0 0;width:920px;height:130px;position:absolute;top:0;left:0;z-index:1}
.ensemble25.en .logoOverlay{background:url(../images/overlayEnsemble25en_v2.png) no-repeat 0 0}
.ensemble25 #ensemble25poster{cursor:pointer}
.ensemble25 .galleryTeaser{background:#505050;position:relative;margin:60px 0 20px;padding:10px 205px 20px 15px;cursor:pointer}
.ensemble25 .galleryTeaser h2{font-size:17px;color:#fff;margin:0}
.ensemble25 .galleryTeaser .button{position:absolute;bottom:-15px;left:15px;padding:7px 18px}
.ensemble25 .galleryTeaser:hover .button{color:#4b4b4b;background:#cbcaca;background:-moz-linear-gradient(top,#cbcaca 0,#a1a1a1 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#cbcaca),color-stop(100%,#a1a1a1));background:-webkit-linear-gradient(top,#cbcaca 0,#a1a1a1 100%);background:-o-linear-gradient(top,#cbcaca 0,#a1a1a1 100%);background:-ms-linear-gradient(top,#cbcaca 0,#a1a1a1 100%);background:linear-gradient(top,#cbcaca 0,#a1a1a1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbcaca',endColorstr='#a1a1a1',GradientType=0)}
.ensemble25 .galleryTeaser img{position:absolute;top:-35px;right:-10px}
.ensemble25 #logo25Ensemble{float:right}
.ensemble25 .logos a{margin:0 0 0 15px}
.ensemble25 .logos a:first-child{margin:0}
.ensemble25 .map{margin:0 0 30px}
.lt-ie9 .ensemble25 .videoCompleteOverlay{background:url(../images/bg_grey_opacity.png)}
.podcasts.videoGallery .videoTitle h2{font-size:20px;line-height:24px}
.podcasts.videoGallery .videoTitle h3{font-size:24px;margin:0 0 4px}
.podcasts.videoGallery .galleryItem .playButton{display:none}
.podcasts.videoGallery .galleryItem:hover .playButton{display:block}
.OA40 #logoOA40{float:right}
.OA40 #titleOverlay{width:526px;height:114px;background:url(../images/overlay40JahreOrchesterAkademie_v2.png) no-repeat 0 0}
.OA40.en #titleOverlay{background:url(../images/overlay40JahreOrchesterAkademieEn.png) no-repeat 0 0;width:571px}
.OA40 .calendar{width:23px;height:14px;display:inline-block}
.OA40 .button .calendar{height:17px}
.OA40 .imageSubtitle+h3{margin-top:40px}
.OA40 .contentRow .content_50 .contentRow .content_50{width:47%;margin-left:6%}
.easterFestival .introHead{position:relative}
.easterFestival .logoOverlay{background:url(../images/logoBigEasterFestival.png) no-repeat 0 0;width:587px;height:130px;position:absolute;top:0;right:0;z-index:1}
.easterFestival.en .logoOverlay{background:url(../images/logoBigEasterFestivalEn.png) no-repeat 0 0}
.easterFestival .contentRow .contentRow{margin:0 0 25px}
.easterFestival .contentHead img{float:right}
.directions{margin:0 0 2px}
.directions .contentRow .content_50{margin-left:2%;width:49%}
.directions .contentRow .content_50 strong{font-size:16px}
.mobileApp .contentRow{margin:0 0 10px}
.mobileApp h1{font-size:30px;margin:0 0 30px}
.mobileApp .ce-text+h2{margin-top:22px}
.bphilFriends #kenBurnsFader{margin:0 0 25px}
.bphilFriends .introHead .logoOverlay{background:url(../images/overlayLogoV2.png) no-repeat 0 0;height:210px;left:0;position:absolute;top:0;width:100%}
.bphilFriends .contentHead{margin:0 0 43px;padding:35px 0 25px}
.bphilFriends .contentHead #logo{position:absolute;right:-20px;top:-20px}
.bphilFriends .ribbon{margin-top:30px;margin-bottom:0}
.bphilFriends li{padding-bottom:12px;line-height:15px}
.bphilFriends .toggle ul{padding:0 0 0 29px}
.bphilFriends .grexBgBox h2{text-transform:none;font-size:20px}
.bphilFriends .greyBgBox.withBorder{padding:17px 20px 48px}
.bphilFriends .greyBgBox.withBorder .imgPositionRight{margin-top:-35px}
.bphilFriends .greyBgBox.withBorder .button{bottom:20px;left:20px;position:absolute}
.bphilFriends .inPageNavigation ul{list-style:none;margin:0}
.bphilFriends .overlayVideo .playButton{background:url(../images/playButtonWithGrayBorderSprite.png) no-repeat 0 0;height:40px;left:36%;top:28%;width:40px}
.bphilFriends .overlayVideo:hover .playButton{background-position:0 -40px}
.bphilFriends .overlayVideo.large .playButton{left:44%;top:41%}
.toggle,.accordion{font-size:13px}
.toggle .head,.accordion .head{cursor:pointer;display:inline-block;text-transform:uppercase;color:#0082b4;font:bold 1em "Lucida Grande",Lucida,Verdana,sans-serif}
.toggle .head:hover,.accordion .head:hover{text-decoration:underline}
.toggle .content,.accordion .content{display:none;padding-bottom:5px;font-size:1.0em}
.toggle .content p,.accordion .content p{margin-bottom:8px}
.toggle.small .head,.accordion.small .head{padding:5px 0 10px 29px}
.toggle.small.closed .head,.accordion.small.closed .head{background:url(../images/toggleSmallSprite.png) -1px 3px no-repeat}
.toggle.small.opened .head,.accordion.small.opened .head{background:url(../images/toggleSmallSprite.png) -1px -97px no-repeat}
.toggle.large,.accordion.large{border-bottom:1px dotted #505050}
.toggle.large .content,.accordion.large .content{margin-bottom:10px}
.toggle.large .head,.accordion.large .head{padding:10px 0 10px 40px;font-size:18px}
.toggle.large.closed .head,.accordion.large.closed .head{background:url(../images/toggleLargeSprite.png) -2px 7px no-repeat}
.toggle.large.opened .head,.accordion.large.opened .head{margin-bottom:10px;background:url(../images/toggleLargeSprite.png) -1px -92px no-repeat}
.inPage_100 .contentHead.borderBottom{margin:0 0 25px;padding:0 0 12px}
.inPage_100 .calEntry .shortDescription{position:relative}
.inPage_100 .calEntry .shortDescription,.inPage_100 .calEntry .shortDescription .buy{width:551px}
.inPage_100 .contentHead a.more:link,.inPage_100 .contentHead a.more:visited{bottom:20px;position:absolute;right:0}
.inPage_100 .calEntry.small.guest .shortDescription{width:430px}
.inPageFluid .contentHead{margin:0 0 50px;padding:0 0 12px}
.inPageFluid .contentHead h1{font-size:25px;line-height:29px;text-transform:uppercase}
.inPageFluid .contentHead a.more:link,.inPageFluid .contentHead a.more:visited{bottom:-35px;position:absolute;right:0;top:auto}
.inPageFluid .calEntry .teaser{border:0;border-left:1px solid #fff;position:absolute;right:0;top:0;width:60px}
.inPageFluid .calEntry .teaser img{display:block;height:60px;margin:0;width:60px}
.inPageFluid .calEntry .date,.inPageFluid .calEntry .time{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:60px;width:50%}
.inPageFluid .calEntry .date{padding:10px 20px}
.inPageFluid .calEntry .time{padding:10px 70px 10px 20px}
.inPageFluid .calEntry .date .day,.inPageFluid .calEntry .time .start{font-size:18px;line-height:22px}
.inPageFluid .calEntry .date p,.inPageFluid .calEntry .time p{margin:0 0 3px}
.inPageFluid .calEntry .shortDescription,.inPageFluid .calEntry .shortDescription .buy{width:100%}
.inPageFluid .calEntry .shortDescription{border-top:1px solid #fff;position:relative}
.inPageFluid .calEntry .shortDescription .event{color:#7a7a7a;margin:0 0 10px}
.inPageFluid .calEntry .shortDescription h2{margin:0 0 14px}
.inPageFluid .calEntry .shortDescription .asideMusicianRole{margin-top:-12px}
.inPageFluid .calEntry .shortDescription .col_70{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:static;width:86%}
.inPageFluid .calEntry.small.guest .shortDescription{padding:8px 8px 1px;width:96%}
.inPageFluid .message{padding-left:10px}
.lt-ie8 .inPageFluid .date,.lt-ie8 .inPageFluid .time{height:40px}
.lt-ie8 .inPageFluid .date{width:41%}
.lt-ie8 .inPageFluid .time{width:36%}
.orchestra .filter{margin:25px 0}
.orchestra .filter.hovering{position:fixed;top:0;z-index:99;background:#fff;-moz-box-shadow:0 0 10px #aaa;-webkit-box-shadow:0 0 10px #aaa;box-shadow:0 0 10px #aaa;padding:15px 20px 0;margin:0 -20px;width:920px}
.orchestra .filter .row{list-style:none;margin:0 0 15px;padding:0}
.orchestra .filter a:link,.orchestra .filter a:visited{color:#0082b4;background:url(../images/inpageLink.png) no-repeat -1px 1px;padding:0 0 0 20px;display:block}
.orchestra .artists{border-top:1px solid #505050;padding:5px 0 0;margin:0 0 25px}
.orchestra .artists .row{margin:0 0 30px}
.orchestra .artists h2{font-size:18px;margin:0 0 20px}
.orchestra .filter li,.orchestra .artists .artist{float:left;width:140px;padding:0 16px 0 0}
.orchestra .filter li.last,.orchestra .artists .artist.last{padding:0}
.orchestra .artists .artist .imageWrap,.orchestra .artists .artist .fallback{height:140px;width:140px;margin:0 0 3px}
.orchestra .artists .artist .fallback{background:#dedede}
.orchestra .artists .artist .imageWrap{position:relative}
.orchestra .artists .artist .imageWrap img{position:absolute;left:0;bottom:0}
.orchestra .artists .artist .name{margin:0 0 3px}
.orchestra .artists .artist .role{color:#484849;margin:0 0 3px}
.orchestra .organisation{margin:80px 0 0}
.orchestra .organisation .contentRow{margin:0}
.orchestra .organisation .content_25 ul{list-style:none;padding:0}
.orchestra .organisation .content_25 ul li{padding:0 0 2px}
.orchestra .contentHead{position:relative;border-bottom:1px solid #505050;padding:0 0 25px;margin:0 0 40px}
.orchestra .contentHead h1{margin:0 0 5px}
.orchestra .contentHead #paging{position:absolute;top:0;right:0;width:143px}
.orchestra .contentHead #paging p{margin:0 0 3px;color:#484849}
.orchestra .contentHead #paging>div{float:left;width:70px;height:30px;margin:0 2px 0 0;position:relative;cursor:pointer;background:#ffcb00;background:-moz-linear-gradient(top,#ffcb00 0,#f7ab00 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffcb00),color-stop(100%,#f7ab00));background:-webkit-linear-gradient(top,#ffcb00 0,#f7ab00 100%);background:-o-linear-gradient(top,#ffcb00 0,#f7ab00 100%);background:-ms-linear-gradient(top,#ffcb00 0,#f7ab00 100%);background:linear-gradient(top,#ffcb00 0,#f7ab00 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcb00',endColorstr='#f7ab00',GradientType=0)}
.orchestra .contentHead #paging>div:hover{background:#f7ab00;background:-moz-linear-gradient(top,#f7ab00 0,#ffcb00 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7ab00),color-stop(100%,#ffcb00));background:-webkit-linear-gradient(top,#f7ab00 0,#ffcb00 100%);background:-o-linear-gradient(top,#f7ab00 0,#ffcb00 100%);background:-ms-linear-gradient(top,#f7ab00 0,#ffcb00 100%);background:linear-gradient(top,#f7ab00 0,#ffcb00 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7ab00',endColorstr='#ffcb00',GradientType=0)}
.orchestra .contentHead #paging .right{margin:0}
.orchestra .contentHead #paging a:link,.orchestra .contentHead #paging a:visited{position:absolute;top:0;left:0;width:100%;height:100%}
.orchestra .contentHead #paging a:hover,.orchestra .contentHead #paging a:active{text-decoration:none}
.orchestra .contentHead #paging .left a:link,.orchestra .contentHead #paging .left a:visited,.orchestra .contentHead #paging .left a:hover,.orchestra .contentHead #paging .left a:active{background:url(../images/pagingArrows.png) no-repeat 29px 6px}
.orchestra .contentHead #paging .right a:link,.orchestra .contentHead #paging .right a:visited,.orchestra .contentHead #paging .right a:hover,.orchestra .contentHead #paging .right a:active{background:url(../images/pagingArrows.png) no-repeat -48px 6px}
.orchestra .detailed h2{margin:0 0 2px;text-transform:none}
.orchestra .detailed h2+h3{margin:0 0 23px}
.orchestra .detailed .quote{font-size:14px;line-height:19px;margin:0 0 27px}
.orchestra .detailed .row{border-top:1px solid #505050;padding:13px 0 10px}
.orchestra .detailed .content_55>div:last-child{border-bottom:1px solid #505050}
.orchestra .detailed .row p{margin:0}
.orchestra .detailed .shortInfo{margin:8px 0 40px;border-bottom:0!important}
.orchestra .detailed .shortInfo p{margin:0}
.orchestra .detailed ul.musicians{list-style:none;margin:0;padding:0}
.orchestra .detailed .musicians li{float:left;width:180px;padding:0 0 3px}
.orchestra .detailed .musicians li.active a:link,.orchestra .detailed .musicians li.active a:visited{padding:0 0 0 15px;background:url(../images/artistSprite.png) no-repeat 0 2px}
.orchestra .detailed .musicians li.passive{padding-left:15px;width:165px;background:url(../images/artistSprite.png) no-repeat 0 -97px}
.orchestra .teaser.shop{background:url(../images/onlineshopTeaser.jpg) no-repeat 0 -5px;padding:0 0 0 210px;margin:40px 0 20px;min-height:155px}
.orchestra .teaser.shop h3{border-bottom:1px solid #505050;padding:0 0 7px}
.orchestra .teaser.shop p{line-height:18px}
.orchestra .teaser.shop .button{margin-top:12px}
.orchestra .videoTeaser{margin:25px 0 20px;cursor:pointer}
.orchestra .videoTeaser a.play{float:left;width:185px;margin:0 4px 0 0;position:relative}
.orchestra .videoTeaser a.play .playButton{top:32px;left:74px;width:40px;height:40px;background:url(../images/playButtonWithGrayBorderSprite.png) no-repeat 0 0}
.orchestra .videoTeaser a.play:hover .playButton{background-position:0 -40px}
.orchestra .videoTeaser .videoDescription{border-top:1px dotted #505050;border-bottom:1px dotted #505050;width:219px;height:87px;padding:12px 0 0 15px;float:left}
.orchestra .videoTeaser .videoDescription:hover a{text-decoration:underline}
.orchestra .videoTeaser p{margin:0 0 4px;font-size:12px}
.orchestra .videoTeaser h2{text-transform:uppercase;margin:0 0 4px;font-size:15px;line-height:18px}
.videoGallery .videoCompleteOverlayWrap{z-index:99;position:relative;height:516px}
.videoGallery .videoCompleteOverlay{position:absolute;top:196px;left:0;width:100%;background:rgba(0,0,0,0.7);padding:20px 0}
.videoGallery .videoCompleteOverlay h2{width:470px;margin:0 auto 15px;text-align:center;font-size:20px;color:#fff;text-transform:none}
.videoGallery .videoCompleteOverlay p{text-align:center;margin:0}
.videoGallery .galleryItems{margin:0 -10px 40px}
.videoGallery .videoTitle h2{font-size:30px;line-height:32px}
.videoGallery .videoTitle h3{font-size:28px;line-height:28px;color:#747474;margin:0 0 15px}
.videoGallery .comingSoon,.videoGallery .galleryItem{float:left;width:170px;height:170px;padding:9px;margin:0 0 15px}
.videoGallery.podcasts .galleryItem{height:195px}
.videoGallery .galleryItem{cursor:pointer;position:relative}
.videoGallery .galleryItem:hover a{text-decoration:underline}
.videoGallery .galleryItem .playButton{position:absolute;top:37px;left:74px;width:40px;height:40px;background:url(../images/playButtonWithGrayBorderSprite.png) no-repeat 0 0}
.videoGallery .galleryItem:hover .playButton{background-position:0 -40px}
.videoGallery .galleryItem .jsVideoGalleryItemText{display:none}
.videoGallery .galleryItem img{margin:0 0 8px}
.videoGallery .galleryItem p{margin:0 0 3px}
.videoGallery .galleryItem p.firstSubtitle{font-size:11px}
.hallPlan .content_head h1{margin-bottom:50px}
.hallPlan .content_head h2{font-size:18px;padding:0}
.hallPlan .content_head a{top:87px;right:0}
.hallPlan h4{font-size:13px}
.hallPlan .contentRow{background:#f4f4f4;padding:20px;page-break-inside:avoid}
.priceList{margin-top:5px;line-height:12px;margin-right:-5px;font-size:11px}
.priceList#priceListEnsemble{margin-top:20px;margin-bottom:115px}
.priceList .head>div,.priceList .row>div{margin-left:4px;float:left;min-height:24px}
.priceList .head>div{border-top:1px solid #505050;border-bottom:1px solid #505050;padding:8px 0 8px 6px;text-transform:uppercase;font-size:11px}
.priceList .mainCategory{margin-left:146px;margin-right:9px;border-top:1px solid #505050}
.priceList#priceListEnsemble .mainCategory{margin-left:239px}
.priceList.abo .mainCategory{margin-left:215px;margin-right:6px}
.priceList .mainCategory>div{padding:10px 0;text-align:center;font-weight:bold;font-size:12px;letter-spacing:2px;text-transform:uppercase;float:left}
.priceList .row>div{border-bottom:1px dotted #505050;padding:8px 0 8px 6px}
.no-js .priceList .row>div{height:50px}
.no-js .priceList#priceListEnsemble .row.II>div{height:65px}
.priceList .head .col_1{margin-left:0}
.priceList .row .col_1{position:relative;vertical-align:middle;padding-left:7px;text-transform:uppercase;margin-left:10px}
.priceList .col_1{width:58px}
.priceList .head .col_1{width:69px}
.priceList .col_2{width:58px}
.priceList .col_3,.priceList .col_4,.priceList .col_5{width:32px}
.priceList .col_6,.priceList .col_7,.priceList .col_8{width:40px}
.priceList .mainCategory .col_1,.priceList#priceListEnsemble .mainCategory .col_1,.priceList.abo .mainCategory .col_1{width:100%}
.priceList#priceListEnsemble .head .col_1{width:60px}
.priceList#priceListEnsemble .col_1{width:50px}
.priceList#priceListEnsemble .col_2{width:160px}
.priceList#priceListEnsemble .col_3,.priceList#priceListEnsemble .col_4{width:81px}
.priceList.abo .head .col_1{width:86px}
.priceList.abo .col_1{width:75px}
.priceList.abo .col_2{width:110px}
.priceList.abo .col_3,.priceList.abo .col_4{width:95px}
.priceList .small{font-size:10px}
.priceList .col_1 .stripe{position:absolute;top:0;left:-10px;width:10px;height:100%;background:#d9d7cb}
.priceList .I .col_1 .stripe{background:#1c1c1b}
.priceList .II .col_1 .stripe{background:#434342}
.priceList#priceListEnsemble .II .col_1 .stripe,.priceList .III .col_1 .stripe{background:#636362}
.priceList .IV .col_1 .stripe{background:#818181}
.priceList .V .col_1 .stripe{background:#9d9c9c}
.priceList .emporeF .col_1 .stripe,.priceList#priceListEnsemble .III .col_1 .stripe,.priceList .VI .col_1 .stripe{background:#b3b2b2}
.priceList .VII .col_1 .stripe{background:#d0d0cf}
.priceList .VIII .col_1 .stripe{background:#e3e3e3}
.priceList#priceListEnsemble .IV .col_1 .stripe{background:#d9d7cb}
.priceList ul{list-style:none;padding:0;margin:0}
.priceList .col_2 li{padding-bottom:2px;font-size:11px}
.priceList .col_2 strong{padding-right:5px}
.priceList#priceListEnsemble .col_2{text-transform:uppercase}
.priceList .row{background:#f4f4f4}
.priceList .row.clickable:hover>div,.priceList .row.clickable.active>div{background:#fff}
.priceList .row.clickable:hover .col_2,.priceList .row.clickable.active .col_2{background:#fc0}
.priceList.abo#priceListEnsemble .mainCategory{margin-left:98px;padding-left:100px}
.priceList.abo#priceListEnsemble .col_1,.priceList.abo#priceListEnsemble .col_2{width:45px;padding-left:2px;padding-right:0;margin-left:1px}
.priceList.abo#priceListEnsemble .col_3,.priceList.abo#priceListEnsemble .col_4,.priceList.abo#priceListEnsemble .col_5,.priceList.abo#priceListEnsemble .col_6,.priceList.abo#priceListEnsemble .col_7,.priceList.abo#priceListEnsemble .col_8,.priceList.abo#priceListEnsemble .col_9,.priceList.abo#priceListEnsemble .col_10{width:40px;padding-left:0;padding-right:0;margin-left:1px;text-align:center}
.mapWrapper{height:510px;width:460px;overflow:hidden}
.mapWrapper#mapPhilharmonie{background:url(../images/philharmonieAllImages.png) 0 0 no-repeat;margin:50px 0 40px -6px}
.en .mapWrapper#mapPhilharmonie{background:url(../images/philharmonieAllImagesEn.png) 0 0 no-repeat}
.mapWrapper#mapEnsemble{background:url(../images/ensembleAllImagesV2.png) 0 0 no-repeat;margin:17px 0 -25px -6px}
.en .mapWrapper#mapEnsemble{background:url(../images/ensembleAllImagesEn.png) 0 0 no-repeat}
.lt-ie8 .priceList .col_1 .stripe{display:none}
@media print{.mapWrapper .placeholderMap{display:none}
}
#overlayDark{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;background:#000;-moz-opacity:.6;-khtml-opacity:.6;opacity:.6;display:none}
.overlayVideo{cursor:pointer;position:relative;margin-bottom:15px}
.overlayVideo .hasPlayButton{position:relative;display:block;height:100%;padding:0}
.lt-ie9 .overlayVideo .playButton{background:url(../images/bg_grey_opacity.png)}
.overlayVideo:hover .playButton{background-position:0 -30px}
.overlayVideo .overlay{position:absolute;bottom:0;left:0;min-height:40px;padding:15px 15px 10px;width:240px;background:#4b4b4b;background:rgba(0,0,0,0.7)}
.overlayVideo .overlay p{color:#fff;margin:0 0 5px}
.overlayVideo .playButton{position:absolute;top:50%;left:50%;margin:-15px 0 0 -16px;height:30px;width:32px;background:url(../images/playButtonSprite.png) 0 0 no-repeat}
.overlayVideo:hover .playButton{background-position:0 -30px}
#overlayVideoWrapper{padding:15px 20px;position:fixed;top:20%;left:30%;z-index:1001;background:#000;display:none}
#overlayVideoClose{position:absolute;top:7px;right:5px;z-index:1;height:15px;width:15px;cursor:pointer;background:url(../images/calendarDetailedViewSprite.png) 1px -399px no-repeat}
#overlayVideoWrapper .videoDescriptionWrapper{color:#fff;padding:10px 0}
#overlayVideoWrapper.lightAppearance{background:#fff;padding:0}
#overlayVideoWrapper.lightAppearance .videoDescriptionWrapper{color:#505050;padding:12px 20px;width:640px}
#overlayVideoWrapper.lightAppearance .closeWrapper{height:0;border:60px solid transparent;border-right:0;border-top:55px solid #fff;position:absolute;right:0;top:0;width:0}
#overlayVideoWrapper.lightAppearance #overlayVideoClose{background-position:7px -393px;height:25px;top:-49px;width:25px}
.lt-ie9 #overlayDark{background:url(../images/bg_grey_opacity.png)}
.lightboxWrap{height:100%;left:0;position:absolute;top:0;width:100%;z-index:10000}
.lightbox{background:#FFF;padding:10px;position:relative;margin:5px auto 0;width:940px;z-index:10001}
.lightbox .closeButton{cursor:pointer;height:40px;position:absolute;right:8px;top:8px;width:40px}
.lightbox .closeButton .corner{border-top:0 solid transparent;border-right:40px solid #FFF;border-bottom:40px solid transparent;border-left:0 solid transparent;display:block;position:absolute;right:0;top:0}
.lightbox .closeButton .closeIcon{background:url(../images/lightboxIconClose.png) no-repeat 0 0;height:15px;overflow:hidden;position:absolute;right:0;text-indent:-999px;top:0;width:15px}
.lightbox .arrows .arrowLeft,.lightbox .arrows .arrowRight{position:absolute;top:0;cursor:pointer;height:100%;width:50%}
.lightbox .arrows .arrowLeft{left:0}
.lightbox .arrows .arrowRight{right:0}
.lightbox .arrows .arrowLeft .arrow,.lightbox .arrows .arrowRight .arrow{position:absolute;top:38%;width:35px;height:75px}
.lightbox .arrows .arrowLeft .arrow{background:#FFF url(../images/lightboxArrowLeft.png) no-repeat 8px 30px;left:10px}
.lightbox .arrows .arrowLeft .arrow:hover{background:#ffcb00 url(../images/lightboxArrowLeft.png) no-repeat 8px 30px}
.lightbox .arrows .arrowRight .arrow{background:#FFF url(../images/lightboxArrowRight.png) no-repeat 12px 30px;right:10px}
.lightbox .arrows .arrowRight .arrow:hover{background:#ffcb00 url(../images/lightboxArrowRight.png) no-repeat 12px 30px}
.lightbox .image{overflow:hidden}
.lightbox .image img{max-width:100%}
.lightbox .subtitle{color:#000;padding:12px 0 20px;margin:0}
.lightbox .imageContainer{list-style:none;margin:0;padding:0}
.lightbox .imageContainer>li{display:none}
.lightbox .imageContainer>li.active{display:block}
.jsLightboxImage{cursor:pointer} | 0.285372 | 0.112065 |
background-color: #015E54;
height: 7%;
linear-gradient(rgba(230, 183, 95, 0.5), rgba(14, 131, 151, 0.5))
}
.navbar-elements {
text-align: center;
font-size: 35px;
color: white;
}
*/
body {
background-image: linear-gradient(#E08340, #9CC6C4);
height: 100%;
background-size: 100%;
}
html {
min-height: 100%;
}
a {
color:#015E54;
}
/* login/signup form */
#center-form {
margin-top: 150px;
align-content: center;
align-items: center;
}
#form-text {
color: white;
}
#here-button {
color: #015e54;
}
/* blog container */
button.submit {
float: right;
}
form#entry {
margin-top: 50px;
}
#entry textarea {
resize: none;
}
/* fonts*/
#blog-btn, #new-entry, .resources {
font-family: 'Fjalla One', sans-serif;
}
.navbar-text {
font-family: 'Fjalla One', sans-serif;
}
#submit-btn {
font-family: 'Fjalla One', sans-serif;
margin-bottom: 5%;
}
small, .small {
font-size: 50%;
font-family: 'Fjalla One', sans-serif;
}
/* navbar handlebars*/
.nav-btn {
margin: 5px;
padding: 10px;
width: 10%;
}
h2 {
font-family: 'Open Sans', sans-serif;
}
h5 {
font-family: 'Open Sans', sans-serif;
padding: 10px;
}
.card {
margin: 15px;
}
.categories {
font-family: 'Fjalla One', sans-serif;
}
.card-header button.delete,
button.edit {
float: right;
margin: 5px;
}
/* The hero image */
.hero-image {
/* Use "linear-gradient" to add a darken background effect to the image (wave.jpg). This will make the text easier to read */
background-image: linear-gradient(rgba(230, 183, 95, 0.5), rgba(14, 131, 151, 0.5)), url("/assets/img/wave.jpg");
/* Set a specific height */
height: 25%;
padding: 125px;
/* Position and center the image to scale nicely on all screens */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
/* Place text in the middle of the image */
.hero-text {
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
font-family: 'Fjalla One', sans-serif;
}
/* ---- particles.js container ---- */
#particles-js{ position:absolute; width: 100%; height: 100%; background-color: #9CC6C4; background-image: url(""); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; }
#blog1 {
background-color: #409D8B
} | public/assets/css/style.css | background-color: #015E54;
height: 7%;
linear-gradient(rgba(230, 183, 95, 0.5), rgba(14, 131, 151, 0.5))
}
.navbar-elements {
text-align: center;
font-size: 35px;
color: white;
}
*/
body {
background-image: linear-gradient(#E08340, #9CC6C4);
height: 100%;
background-size: 100%;
}
html {
min-height: 100%;
}
a {
color:#015E54;
}
/* login/signup form */
#center-form {
margin-top: 150px;
align-content: center;
align-items: center;
}
#form-text {
color: white;
}
#here-button {
color: #015e54;
}
/* blog container */
button.submit {
float: right;
}
form#entry {
margin-top: 50px;
}
#entry textarea {
resize: none;
}
/* fonts*/
#blog-btn, #new-entry, .resources {
font-family: 'Fjalla One', sans-serif;
}
.navbar-text {
font-family: 'Fjalla One', sans-serif;
}
#submit-btn {
font-family: 'Fjalla One', sans-serif;
margin-bottom: 5%;
}
small, .small {
font-size: 50%;
font-family: 'Fjalla One', sans-serif;
}
/* navbar handlebars*/
.nav-btn {
margin: 5px;
padding: 10px;
width: 10%;
}
h2 {
font-family: 'Open Sans', sans-serif;
}
h5 {
font-family: 'Open Sans', sans-serif;
padding: 10px;
}
.card {
margin: 15px;
}
.categories {
font-family: 'Fjalla One', sans-serif;
}
.card-header button.delete,
button.edit {
float: right;
margin: 5px;
}
/* The hero image */
.hero-image {
/* Use "linear-gradient" to add a darken background effect to the image (wave.jpg). This will make the text easier to read */
background-image: linear-gradient(rgba(230, 183, 95, 0.5), rgba(14, 131, 151, 0.5)), url("/assets/img/wave.jpg");
/* Set a specific height */
height: 25%;
padding: 125px;
/* Position and center the image to scale nicely on all screens */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
/* Place text in the middle of the image */
.hero-text {
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
font-family: 'Fjalla One', sans-serif;
}
/* ---- particles.js container ---- */
#particles-js{ position:absolute; width: 100%; height: 100%; background-color: #9CC6C4; background-image: url(""); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; }
#blog1 {
background-color: #409D8B
} | 0.386995 | 0.073663 |
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
body {
margin: 0;
font-family: "Open Sans", sans-serif;
}
* {
box-sizing: border-box;
}
.container {
padding-top: 3rem;
}
.lobster-center {
font-family: "Lobster", cursive;
text-align: center;
font-size: 3em;
color: white;
}
.team-section {
background-color: #78c257;
min-height: 100vh;
padding: 70px 15px 30px;
}
.container {
max-width: 1170px;
margin: auto;
}
.row {
display: flex;
flex-wrap: wrap;
}
.team-section .section-title {
flex-basis: 100%;
max-width: 100%;
margin-bottom: 70px;
}
.team-section .section-title h1 {
font-size: 50px;
font-family: "Lobster", cursive;
text-align: center;
margin: 0;
color: #ffffff;
font-weight: 500;
}
.team-section .section-title p {
font-size: 16px;
text-align: center;
margin: 15px 0 0;
color: white;
}
.team-section .team-items {
flex-basis: 100%;
max-width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.team-section .team-items .item {
flex-basis: calc(22% - 30px);
max-width: calc(22% - 30px);
transition: all 0.5s ease;
margin-bottom: 40px;
}
.team-section .team-items .item img {
display: block;
width: 100%;
border-radius: 8px;
border: solid white 1px;
}
.team-section .team-items .item .inner {
position: relative;
z-index: 11;
padding: 0 15px;
}
.team-section .team-items .item .inner .info {
background-color: #78c257;
text-align: center;
padding: 20px 15px;
border-radius: 8px;
transition: all 0.5s ease;
margin-top: -40px;
border: solid white 1px;
}
.team-section .team-items .item:hover .info {
transform: translateY(-20px);
}
.team-section .team-items .item:hover {
transform: translateY(-10px);
}
.team-section .team-items .item .inner .info h5 {
margin: 0;
font-size: 18px;
font-weight: 600;
color: #ffffff;
}
.team-section .team-items .item .inner .info p {
font-size: 16px;
font-weight: 400;
color: white;
margin: 10px 0 0;
}
.team-section .team-items .item .inner .info .social-links {
padding-top: 15px;
}
.team-section .team-items .item .inner .info .social-links a {
display: inline-block;
height: 32px;
width: 32px;
background-color: #ffffff;
color: #78c257;
border-radius: 50%;
margin: 0 2px;
text-align: center;
line-height: 32px;
font-size: 16px;
transition: all 0.5s ease;
}
.team-section .team-items .item .inner .info .social-links a:hover {
box-shadow: 0 0 10px #000;
}
/*responsive*/
@media (max-width: 991px) {
.team-section .team-items .item {
flex-basis: calc(50% - 30px);
max-width: calc(50% - 30px);
}
}
@media (max-width: 767px) {
.team-section .team-items .item {
flex-basis: calc(100%);
max-width: calc(100%);
}
} | src/components/AboutUs.css | @import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
body {
margin: 0;
font-family: "Open Sans", sans-serif;
}
* {
box-sizing: border-box;
}
.container {
padding-top: 3rem;
}
.lobster-center {
font-family: "Lobster", cursive;
text-align: center;
font-size: 3em;
color: white;
}
.team-section {
background-color: #78c257;
min-height: 100vh;
padding: 70px 15px 30px;
}
.container {
max-width: 1170px;
margin: auto;
}
.row {
display: flex;
flex-wrap: wrap;
}
.team-section .section-title {
flex-basis: 100%;
max-width: 100%;
margin-bottom: 70px;
}
.team-section .section-title h1 {
font-size: 50px;
font-family: "Lobster", cursive;
text-align: center;
margin: 0;
color: #ffffff;
font-weight: 500;
}
.team-section .section-title p {
font-size: 16px;
text-align: center;
margin: 15px 0 0;
color: white;
}
.team-section .team-items {
flex-basis: 100%;
max-width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.team-section .team-items .item {
flex-basis: calc(22% - 30px);
max-width: calc(22% - 30px);
transition: all 0.5s ease;
margin-bottom: 40px;
}
.team-section .team-items .item img {
display: block;
width: 100%;
border-radius: 8px;
border: solid white 1px;
}
.team-section .team-items .item .inner {
position: relative;
z-index: 11;
padding: 0 15px;
}
.team-section .team-items .item .inner .info {
background-color: #78c257;
text-align: center;
padding: 20px 15px;
border-radius: 8px;
transition: all 0.5s ease;
margin-top: -40px;
border: solid white 1px;
}
.team-section .team-items .item:hover .info {
transform: translateY(-20px);
}
.team-section .team-items .item:hover {
transform: translateY(-10px);
}
.team-section .team-items .item .inner .info h5 {
margin: 0;
font-size: 18px;
font-weight: 600;
color: #ffffff;
}
.team-section .team-items .item .inner .info p {
font-size: 16px;
font-weight: 400;
color: white;
margin: 10px 0 0;
}
.team-section .team-items .item .inner .info .social-links {
padding-top: 15px;
}
.team-section .team-items .item .inner .info .social-links a {
display: inline-block;
height: 32px;
width: 32px;
background-color: #ffffff;
color: #78c257;
border-radius: 50%;
margin: 0 2px;
text-align: center;
line-height: 32px;
font-size: 16px;
transition: all 0.5s ease;
}
.team-section .team-items .item .inner .info .social-links a:hover {
box-shadow: 0 0 10px #000;
}
/*responsive*/
@media (max-width: 991px) {
.team-section .team-items .item {
flex-basis: calc(50% - 30px);
max-width: calc(50% - 30px);
}
}
@media (max-width: 767px) {
.team-section .team-items .item {
flex-basis: calc(100%);
max-width: calc(100%);
}
} | 0.30054 | 0.087759 |
.main {
height: 100%;
background: url(../images/game-bg.png) no-repeat;
background-size: 100% 10rem
}
.main-route {
height: 2rem;
position: relative
}
.route-info {
position: absolute;
top: .64rem;
right: .1rem;
width: 3.2rem;
height: 1rem;
font-size: .3rem
}
.route-info-startend span {
display: inline-block;
height: .4rem;
color: #feae32;
vertical-align: middle
}
.route-info-startend .arrow {
width: 1.12rem;
font-size: .2rem;
text-align: center;
background: url(../images/arrow.png) center bottom no-repeat;
background-size: 1.12rem .16rem
}
.route-info-progress {
height: .6rem;
background: url(../images/progress-bg.png) 0 center no-repeat;
background-size: 1.69rem .31rem
}
.route-info-progress .progress-bar {
display: inline-block;
width: 1.67rem;
height: 100%;
background: url(../images/progress-bar.png) 0 center no-repeat;
background-size: 30% .23rem;
vertical-align: middle
}
.route-info-progress .now-length {
display: inline-block;
height: 100%;
line-height: .6rem;
font-size: .26rem;
color: #feae32;
vertical-align: middle
}
.main-gift {
height: 5.66rem;
position: relative;
background: url(../images/gift-bg.png) no-repeat;
background-size: 100% 100%
}
.gift,.picture {
position: absolute
}
.picture {
width: .56rem;
height: .62rem;
font-size: .2rem;
background: url(../images/picture.png) no-repeat;
background-size: 100% 100%
}
.picture-header {
width: .46rem;
height: .46rem;
margin-top: .05rem;
margin-left: .06rem
}
.gift,.main-info {
height: 1.2rem
}
.main-list h1,.main-rule h1 {
margin-top: .15rem;
text-align: center
}
.picture-position1 {
top: .6rem;
right: 1.8rem
}
.picture-position2 {
top: 1.6rem;
left: 2.4rem
}
.picture-position3 {
bottom: 1.9rem;
left: 1.2rem
}
.picture-position4 {
bottom: 1.45rem;
right: 2rem
}
.gift {
width: 1.05rem;
background: url(../images/gift-big.png) no-repeat;
background-size: 100% 100%
}
.btn-get,.btn-help,.btn-share {
width: 3rem;
float: left;
margin-left: .15rem
}
.gift-1 {
top: 1rem;
right: .8rem
}
.gift-2 {
top: 1.2rem;
left: 1.2rem
}
.gift-3 {
bottom: 1rem;
left: 1.8rem
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s
}
@-webkit-keyframes shake {
0%,100% {
background: url(../images/gift-big.png) no-repeat;
background-size: 100% 100%
}
50% {
background: url(../images/gift-sml.png) no-repeat;
background-size: 100% 100%
}
}
@keyframes shake {
0%,100% {
background: url(../images/gift-big.png) no-repeat;
background-size: 100% 100%
}
50% {
background: url(../images/gift-sml.png) no-repeat;
background-size: 100% 100%
}
}
.main-info p {
font-size: .28rem;
color: #7b0004;
text-align: center
}
.list-item,.main-link,.main-list h1,.main-rule h1,.main-rule p {
font-size: .24rem
}
.main-btns {
height: 1rem
}
.main-btns a {
display: block;
height: .92rem
}
.btn-help {
background: url(../images/btn-help.png) center center no-repeat;
background-size: 3rem .92rem
}
.btn-share {
background: url(../images/btn-share.png) center center no-repeat;
background-size: 3rem .92rem;
height: .92rem;
}
.btn-get {
background: url(../images/btn-get.png) center center no-repeat;
background-size: 3rem .92rem
}
.btn-findjob {
width: 2.76rem;
float: right;
margin-right: .15rem;
background: url(../images/btn-findjob.png) center center no-repeat;
background-size: 2.67rem .92rem
}
.main-link {
height: .8rem;
line-height: .8rem;
text-align: center;
vertical-align: middle
}
.main-link a {
color: #ffbca2;
text-decoration: underline
}
.main-list h1 {
color: #7b0004;
background: url(../images/line2.png) center center no-repeat;
background-size: 5.74rem .04rem
}
.main-list .list-wrap {
padding: 0 .4rem
}
.list-item {
height: 1rem;
line-height: 1rem
}
.list-item-header {
display: inline-block;
width: .6rem;
height: .6rem;
border-radius: .6rem;
vertical-align: middle
}
.list-item-info {
display: inline-block;
margin-left: .1rem;
vertical-align: middle
}
.list-item-info p {
height: .35rem;
line-height: .35rem;
color: #ffbca2
}
.list-item-info span {
display: inline-block;
height: .35rem;
line-height: .35rem;
max-width: 1.8rem;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
vertical-align: middle
}
.main-rule h1 {
color: #7b0004;
background: url(../images/line1.png) center center no-repeat;
background-size: 5.74rem .04rem
}
.main-rule p {
line-height: .42rem;
color: #ffbca2;
padding: 0 .2rem
}
.main-rule span {
display: inline-block;
width: .3rem;
height: .3rem;
color: #ff4800;
line-height: .3rem;
border-radius: .3rem;
text-align: center;
background-color: #ffbca2;
margin-right: .1rem
}
.main-rule .by-power {
height: 1.2rem;
line-height: 1.2rem;
color: #7b0004;
font-size: .2rem;
text-align: center
}
.callfriend-layer .layer-content,.success-layer .layer-content {
position: absolute;
width: 6.15rem;
height: 5.67rem;
left: 50%;
margin-left: -3.075rem;
top: 50%;
margin-top: -2.835rem;
padding-top: 1.56rem;
background: url(../images/success-layer.png) no-repeat;
background-size: 100% 100%
}
.layer-callfriend {
display: block;
width: 3.59rem;
height: .92rem;
margin: .3rem auto .15rem;
background: url(../images/btn-callfriend.png) center center no-repeat;
background-size: 100% 100%
}
.callfriend-layer .layer-subheader {
font-size: .35rem;
font-weight: 500;
color: #7d6036
}
.callfriend-ann {
text-align: center;
color: #b69059;
font-size: 0.26rem
}
#callFriendImg {
text-align: center;
width: 2rem;
margin: auto;
} | html/huijia/css/game.css | .main {
height: 100%;
background: url(../images/game-bg.png) no-repeat;
background-size: 100% 10rem
}
.main-route {
height: 2rem;
position: relative
}
.route-info {
position: absolute;
top: .64rem;
right: .1rem;
width: 3.2rem;
height: 1rem;
font-size: .3rem
}
.route-info-startend span {
display: inline-block;
height: .4rem;
color: #feae32;
vertical-align: middle
}
.route-info-startend .arrow {
width: 1.12rem;
font-size: .2rem;
text-align: center;
background: url(../images/arrow.png) center bottom no-repeat;
background-size: 1.12rem .16rem
}
.route-info-progress {
height: .6rem;
background: url(../images/progress-bg.png) 0 center no-repeat;
background-size: 1.69rem .31rem
}
.route-info-progress .progress-bar {
display: inline-block;
width: 1.67rem;
height: 100%;
background: url(../images/progress-bar.png) 0 center no-repeat;
background-size: 30% .23rem;
vertical-align: middle
}
.route-info-progress .now-length {
display: inline-block;
height: 100%;
line-height: .6rem;
font-size: .26rem;
color: #feae32;
vertical-align: middle
}
.main-gift {
height: 5.66rem;
position: relative;
background: url(../images/gift-bg.png) no-repeat;
background-size: 100% 100%
}
.gift,.picture {
position: absolute
}
.picture {
width: .56rem;
height: .62rem;
font-size: .2rem;
background: url(../images/picture.png) no-repeat;
background-size: 100% 100%
}
.picture-header {
width: .46rem;
height: .46rem;
margin-top: .05rem;
margin-left: .06rem
}
.gift,.main-info {
height: 1.2rem
}
.main-list h1,.main-rule h1 {
margin-top: .15rem;
text-align: center
}
.picture-position1 {
top: .6rem;
right: 1.8rem
}
.picture-position2 {
top: 1.6rem;
left: 2.4rem
}
.picture-position3 {
bottom: 1.9rem;
left: 1.2rem
}
.picture-position4 {
bottom: 1.45rem;
right: 2rem
}
.gift {
width: 1.05rem;
background: url(../images/gift-big.png) no-repeat;
background-size: 100% 100%
}
.btn-get,.btn-help,.btn-share {
width: 3rem;
float: left;
margin-left: .15rem
}
.gift-1 {
top: 1rem;
right: .8rem
}
.gift-2 {
top: 1.2rem;
left: 1.2rem
}
.gift-3 {
bottom: 1rem;
left: 1.8rem
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s
}
@-webkit-keyframes shake {
0%,100% {
background: url(../images/gift-big.png) no-repeat;
background-size: 100% 100%
}
50% {
background: url(../images/gift-sml.png) no-repeat;
background-size: 100% 100%
}
}
@keyframes shake {
0%,100% {
background: url(../images/gift-big.png) no-repeat;
background-size: 100% 100%
}
50% {
background: url(../images/gift-sml.png) no-repeat;
background-size: 100% 100%
}
}
.main-info p {
font-size: .28rem;
color: #7b0004;
text-align: center
}
.list-item,.main-link,.main-list h1,.main-rule h1,.main-rule p {
font-size: .24rem
}
.main-btns {
height: 1rem
}
.main-btns a {
display: block;
height: .92rem
}
.btn-help {
background: url(../images/btn-help.png) center center no-repeat;
background-size: 3rem .92rem
}
.btn-share {
background: url(../images/btn-share.png) center center no-repeat;
background-size: 3rem .92rem;
height: .92rem;
}
.btn-get {
background: url(../images/btn-get.png) center center no-repeat;
background-size: 3rem .92rem
}
.btn-findjob {
width: 2.76rem;
float: right;
margin-right: .15rem;
background: url(../images/btn-findjob.png) center center no-repeat;
background-size: 2.67rem .92rem
}
.main-link {
height: .8rem;
line-height: .8rem;
text-align: center;
vertical-align: middle
}
.main-link a {
color: #ffbca2;
text-decoration: underline
}
.main-list h1 {
color: #7b0004;
background: url(../images/line2.png) center center no-repeat;
background-size: 5.74rem .04rem
}
.main-list .list-wrap {
padding: 0 .4rem
}
.list-item {
height: 1rem;
line-height: 1rem
}
.list-item-header {
display: inline-block;
width: .6rem;
height: .6rem;
border-radius: .6rem;
vertical-align: middle
}
.list-item-info {
display: inline-block;
margin-left: .1rem;
vertical-align: middle
}
.list-item-info p {
height: .35rem;
line-height: .35rem;
color: #ffbca2
}
.list-item-info span {
display: inline-block;
height: .35rem;
line-height: .35rem;
max-width: 1.8rem;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
vertical-align: middle
}
.main-rule h1 {
color: #7b0004;
background: url(../images/line1.png) center center no-repeat;
background-size: 5.74rem .04rem
}
.main-rule p {
line-height: .42rem;
color: #ffbca2;
padding: 0 .2rem
}
.main-rule span {
display: inline-block;
width: .3rem;
height: .3rem;
color: #ff4800;
line-height: .3rem;
border-radius: .3rem;
text-align: center;
background-color: #ffbca2;
margin-right: .1rem
}
.main-rule .by-power {
height: 1.2rem;
line-height: 1.2rem;
color: #7b0004;
font-size: .2rem;
text-align: center
}
.callfriend-layer .layer-content,.success-layer .layer-content {
position: absolute;
width: 6.15rem;
height: 5.67rem;
left: 50%;
margin-left: -3.075rem;
top: 50%;
margin-top: -2.835rem;
padding-top: 1.56rem;
background: url(../images/success-layer.png) no-repeat;
background-size: 100% 100%
}
.layer-callfriend {
display: block;
width: 3.59rem;
height: .92rem;
margin: .3rem auto .15rem;
background: url(../images/btn-callfriend.png) center center no-repeat;
background-size: 100% 100%
}
.callfriend-layer .layer-subheader {
font-size: .35rem;
font-weight: 500;
color: #7d6036
}
.callfriend-ann {
text-align: center;
color: #b69059;
font-size: 0.26rem
}
#callFriendImg {
text-align: center;
width: 2rem;
margin: auto;
} | 0.470007 | 0.083666 |
.makeCenter{
display: flex;
justify-content: center;
align-items: center;
}
.card-static{
display: flex;
justify-content: start;
align-items: center;
padding: 10px;
background-color:#fff;
box-shadow: 3px 3px 8px #888888;
border-radius: 10px;
width: 100%;
}
.icon-static{
border-radius: 50%;
background-color: #fff;
box-shadow: 1px 1px 5px #888888;
width: 35px;
height: 35px;
}
.icon-static i{
font-size: 25px;
}
.text-static{
padding-left: 15px;
padding-right: 15px;
}
*{
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.title-table{
justify-content: space-between;
width:60%;
align-items: baseline;
}
.title-table h2{
text-align: left;
font-size: 35px;
font-weight: bolder;
text-transform: uppercase;
letter-spacing: 1px;
color: var(--first-color);
padding: 30px 0;
}
/* Table Styles */
.table-wrapper{
box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
}
.fl-table {
border-radius: 5px;
font-size: 12px;
font-weight: normal;
border: none;
border-collapse: collapse;
width: 100%;
max-width: 100%;
white-space: nowrap;
background-color: white;
}
.fl-table td, .fl-table th {
text-align: center;
padding: 8px;
}
.fl-table td {
border-right: 1px solid #f8f8f8;
font-size: 12px;
}
.fl-table thead th {
color: #ffffff;
background: #4FC3A1;
}
.fl-table thead th:nth-child(odd) {
color: #ffffff;
background: #324960;
}
.fl-table tr:nth-child(even) {
background: #F8F8F8;
}
/* Responsive */
@media (max-width: 767px) {
.fl-table {
display: block;
width: 100%;
}
.table-wrapper:before{
content: "Scroll horizontally >";
display: block;
text-align: right;
font-size: 11px;
color: white;
padding: 0 0 10px;
}
.fl-table thead, .fl-table tbody, .fl-table thead th {
display: block;
}
.fl-table thead th:last-child{
border-bottom: none;
}
.fl-table thead {
float: left;
}
.fl-table tbody {
width: auto;
position: relative;
overflow-x: auto;
}
.fl-table td, .fl-table th {
padding: 20px .625em .625em .625em;
height: 60px;
vertical-align: middle;
box-sizing: border-box;
overflow-x: hidden;
overflow-y: auto;
width: 120px;
font-size: 13px;
text-overflow: ellipsis;
}
.fl-table thead th {
text-align: left;
border-bottom: 1px solid #f7f7f9;
}
.fl-table tbody tr {
display: table-cell;
}
.fl-table tbody tr:nth-child(odd) {
background: none;
}
.fl-table tr:nth-child(even) {
background: transparent;
}
.fl-table tr td:nth-child(odd) {
background: #F8F8F8;
border-right: 1px solid #E6E4E4;
}
.fl-table tr td:nth-child(even) {
border-right: 1px solid #E6E4E4;
}
.fl-table tbody td {
display: block;
text-align: center;
}
} | public/assets/css/home.css | .makeCenter{
display: flex;
justify-content: center;
align-items: center;
}
.card-static{
display: flex;
justify-content: start;
align-items: center;
padding: 10px;
background-color:#fff;
box-shadow: 3px 3px 8px #888888;
border-radius: 10px;
width: 100%;
}
.icon-static{
border-radius: 50%;
background-color: #fff;
box-shadow: 1px 1px 5px #888888;
width: 35px;
height: 35px;
}
.icon-static i{
font-size: 25px;
}
.text-static{
padding-left: 15px;
padding-right: 15px;
}
*{
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.title-table{
justify-content: space-between;
width:60%;
align-items: baseline;
}
.title-table h2{
text-align: left;
font-size: 35px;
font-weight: bolder;
text-transform: uppercase;
letter-spacing: 1px;
color: var(--first-color);
padding: 30px 0;
}
/* Table Styles */
.table-wrapper{
box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
}
.fl-table {
border-radius: 5px;
font-size: 12px;
font-weight: normal;
border: none;
border-collapse: collapse;
width: 100%;
max-width: 100%;
white-space: nowrap;
background-color: white;
}
.fl-table td, .fl-table th {
text-align: center;
padding: 8px;
}
.fl-table td {
border-right: 1px solid #f8f8f8;
font-size: 12px;
}
.fl-table thead th {
color: #ffffff;
background: #4FC3A1;
}
.fl-table thead th:nth-child(odd) {
color: #ffffff;
background: #324960;
}
.fl-table tr:nth-child(even) {
background: #F8F8F8;
}
/* Responsive */
@media (max-width: 767px) {
.fl-table {
display: block;
width: 100%;
}
.table-wrapper:before{
content: "Scroll horizontally >";
display: block;
text-align: right;
font-size: 11px;
color: white;
padding: 0 0 10px;
}
.fl-table thead, .fl-table tbody, .fl-table thead th {
display: block;
}
.fl-table thead th:last-child{
border-bottom: none;
}
.fl-table thead {
float: left;
}
.fl-table tbody {
width: auto;
position: relative;
overflow-x: auto;
}
.fl-table td, .fl-table th {
padding: 20px .625em .625em .625em;
height: 60px;
vertical-align: middle;
box-sizing: border-box;
overflow-x: hidden;
overflow-y: auto;
width: 120px;
font-size: 13px;
text-overflow: ellipsis;
}
.fl-table thead th {
text-align: left;
border-bottom: 1px solid #f7f7f9;
}
.fl-table tbody tr {
display: table-cell;
}
.fl-table tbody tr:nth-child(odd) {
background: none;
}
.fl-table tr:nth-child(even) {
background: transparent;
}
.fl-table tr td:nth-child(odd) {
background: #F8F8F8;
border-right: 1px solid #E6E4E4;
}
.fl-table tr td:nth-child(even) {
border-right: 1px solid #E6E4E4;
}
.fl-table tbody td {
display: block;
text-align: center;
}
} | 0.429669 | 0.124959 |
.fb_presets ul{padding: 0;margin: 0;list-style: none;}
.fbp {
width: 25px;
height: 25px;
float: left;
margin: 2px 3px;
border-radius: 5px;
border: 1px solid #ddd;
cursor: pointer;
background-image: url('http://localhost/testfb/theme/default/images/fbpresets/fbpresets.png');
/* background-image: url({{assets('theme/default/images/fbpresets/fbpresets.png?v=' ~ assets_version)}});*/
}
.fb_presets{margin-top: 5px;overflow: auto;}
.fbp-1887542564794370{background-color: rgb(183, 55, 73);}
.fbp-1881421442117417{background-color: #111;}
.fbp-324777221272701{background-image: linear-gradient(45deg, #00f4ff 0%, #1137ad 100%);}
.fbp-1365883126823705{background-color: #0073ff;}
.fbp-814910605325191{background-image: linear-gradient(45deg, #f8f023 0%, #05ae35 100%);}
.fbp-249307305544279{background-image: linear-gradient(45deg, #ff0047 0%, #2c34c7 100%);}
.fbp-362672934129151{background-color: #ff3d00;}
.fbp-425789167806189{background-position: center -40px;}
.fbp-816008591908985{background-position: center -70px;}
.fbp-357109954713249{background-position: center -96px;}
.fbp-127281214508877{background-position: center -128px;}
.fbp-1943057695973225{background-position: center -160px;}
.fbp-112865389425474{background-position: center -192px;}
.fbp-126877221295325{background-position: center -224px;}
.fbp-623911921148129{background-position: center -256px;}
.fbp-1705020913127345{background-position: center -288px;}
.fbp-1200070923437550{background-position: center -320px;}
.fbp-528808880819990{background-position: 0px -352px;}
.fbp-308229619684986{background-position: center -384px;}
.fbp-382422138883041{background-position: center -425px;}
.fbp-396343990807392{background-position: 0px -455px;}
.fbp-1974886472751579{background-position: 0px -487px;}
.fbp-1903718606535395{background-color: rgba(226,1,59,1.00);}
.fbp-1288458721262047{background-color: rgba(95,102,115,1.00);}
.fbpb-1288458721262047{background-color: rgba(95,102,115,1.00) !important;}
.fbpb-1887542564794370{background-color: rgb(183, 55, 73) !important;}
.fbpb-1881421442117417{background-color: #111 !important;}
.fbpb-324777221272701{background-image: linear-gradient(45deg, #00f4ff 0%, #1137ad 100%) !important;}
.fbpb-1365883126823705{background-color: #0073ff !important;}
.fbpb-814910605325191{background-image: linear-gradient(45deg, #f8f023 0%, #05ae35 100%) !important;}
.fbpb-249307305544279{background-image: linear-gradient(45deg, #ff0047 0%, #2c34c7 100%) !important;}
.fbpb-362672934129151{background-color: #ff3d00 !important;}
.fbpb-1903718606535395{background-color: rgba(226,1,59,1.00) !important;}
.fbpb-127281214508877{background-image: url('http://localhost/fbcms/theme/default/images/fbpresets/127281214508877.jpg');}
.fbpb-1943057695973225{background-image: url('http://localhost/fbcms/theme/default/images/fbpresets/1943057695973225.jpg');}
.fbpb-112865389425474{background-image: url('http://localhost/fbcms/theme/default/images/fbpresets/112865389425474.jpg');}
.fbpb-126877221295325{background-image: url('http://localhost/fbcms/theme/default/images/fbpresets/126877221295325.jpg');}
.fbpb-623911921148129{background-image: url('http://localhost/fbcms/theme/default/images/fbpresets/623911921148129.jpg');}
.fbpb-1705020913127345{background-image: url('http://localhost/fbcms/theme/default/images/fbpresets/1705020913127345.jpg');}
.fbpb-1200070923437550{background-image: url('http://localhost/fbcms/theme/default/images/fbpresets/1200070923437550.jpg');}
.fbpb-357109954713249{background-image: url('http://localhost/fbcms/theme/default/images/fbpresets/357109954713249.jpg');}
.fbpb-816008591908985{background-image: url('http://localhost/fbcms/theme/default/images/fbpresets/816008591908985.jpg');}
.fbpb-425789167806189{background-image: url('http://localhost/fbcms/theme/default/images/fbpresets/425789167806189.jpg');}
.fbpb-528808880819990{background-image: url('http://localhost/fbcms/theme/default/images/fbpresets/528808880819990.jpg');}
.fbpb-308229619684986{background-image: url('http://localhost/fbcms/theme/default/images/fbpresets/308229619684986.jpg');}
.fbpb-382422138883041{background-image: url('http://localhost/fbcms/theme/default/images/fbpresets/382422138883041.jpg');}
.fbpb-396343990807392{background-image: url('http://localhost/fbcms/theme/default/images/fbpresets/396343990807392.jpg');}
.fbpb-1974886472751579{background-image: url('http://localhost/fbcms/theme/default/images/fbpresets/1974886472751579.jpg');}
.fbpb .emojionearea-editor, .postPreview .fbpb {
text-align: center;
color: white !important;
font-size: 21px;
height: 270px;
padding: 20% 20px 0px 20px;
line-height: 20px;
overflow-y: auto;
}
.fbpb {background-position: center;background-size: 100%;border: none !important;}
.emojionearea .emojionearea-button {background: white;border-radius: 10px;}
.postPreview .fbpb .defaultMessage {
margin: 10px auto !important;
float: none;
} | theme/default/css/style_fb_status_presets.css | .fb_presets ul{padding: 0;margin: 0;list-style: none;}
.fbp {
width: 25px;
height: 25px;
float: left;
margin: 2px 3px;
border-radius: 5px;
border: 1px solid #ddd;
cursor: pointer;
background-image: url('http://localhost/testfb/theme/default/images/fbpresets/fbpresets.png');
/* background-image: url({{assets('theme/default/images/fbpresets/fbpresets.png?v=' ~ assets_version)}});*/
}
.fb_presets{margin-top: 5px;overflow: auto;}
.fbp-1887542564794370{background-color: rgb(183, 55, 73);}
.fbp-1881421442117417{background-color: #111;}
.fbp-324777221272701{background-image: linear-gradient(45deg, #00f4ff 0%, #1137ad 100%);}
.fbp-1365883126823705{background-color: #0073ff;}
.fbp-814910605325191{background-image: linear-gradient(45deg, #f8f023 0%, #05ae35 100%);}
.fbp-249307305544279{background-image: linear-gradient(45deg, #ff0047 0%, #2c34c7 100%);}
.fbp-362672934129151{background-color: #ff3d00;}
.fbp-425789167806189{background-position: center -40px;}
.fbp-816008591908985{background-position: center -70px;}
.fbp-357109954713249{background-position: center -96px;}
.fbp-127281214508877{background-position: center -128px;}
.fbp-1943057695973225{background-position: center -160px;}
.fbp-112865389425474{background-position: center -192px;}
.fbp-126877221295325{background-position: center -224px;}
.fbp-623911921148129{background-position: center -256px;}
.fbp-1705020913127345{background-position: center -288px;}
.fbp-1200070923437550{background-position: center -320px;}
.fbp-528808880819990{background-position: 0px -352px;}
.fbp-308229619684986{background-position: center -384px;}
.fbp-382422138883041{background-position: center -425px;}
.fbp-396343990807392{background-position: 0px -455px;}
.fbp-1974886472751579{background-position: 0px -487px;}
.fbp-1903718606535395{background-color: rgba(226,1,59,1.00);}
.fbp-1288458721262047{background-color: rgba(95,102,115,1.00);}
.fbpb-1288458721262047{background-color: rgba(95,102,115,1.00) !important;}
.fbpb-1887542564794370{background-color: rgb(183, 55, 73) !important;}
.fbpb-1881421442117417{background-color: #111 !important;}
.fbpb-324777221272701{background-image: linear-gradient(45deg, #00f4ff 0%, #1137ad 100%) !important;}
.fbpb-1365883126823705{background-color: #0073ff !important;}
.fbpb-814910605325191{background-image: linear-gradient(45deg, #f8f023 0%, #05ae35 100%) !important;}
.fbpb-249307305544279{background-image: linear-gradient(45deg, #ff0047 0%, #2c34c7 100%) !important;}
.fbpb-362672934129151{background-color: #ff3d00 !important;}
.fbpb-1903718606535395{background-color: rgba(226,1,59,1.00) !important;}
.fbpb-127281214508877{background-image: url('http://localhost/fbcms/theme/default/images/fbpresets/127281214508877.jpg');}
.fbpb-1943057695973225{background-image: url('http://localhost/fbcms/theme/default/images/fbpresets/1943057695973225.jpg');}
.fbpb-112865389425474{background-image: url('http://localhost/fbcms/theme/default/images/fbpresets/112865389425474.jpg');}
.fbpb-126877221295325{background-image: url('http://localhost/fbcms/theme/default/images/fbpresets/126877221295325.jpg');}
.fbpb-623911921148129{background-image: url('http://localhost/fbcms/theme/default/images/fbpresets/623911921148129.jpg');}
.fbpb-1705020913127345{background-image: url('http://localhost/fbcms/theme/default/images/fbpresets/1705020913127345.jpg');}
.fbpb-1200070923437550{background-image: url('http://localhost/fbcms/theme/default/images/fbpresets/1200070923437550.jpg');}
.fbpb-357109954713249{background-image: url('http://localhost/fbcms/theme/default/images/fbpresets/357109954713249.jpg');}
.fbpb-816008591908985{background-image: url('http://localhost/fbcms/theme/default/images/fbpresets/816008591908985.jpg');}
.fbpb-425789167806189{background-image: url('http://localhost/fbcms/theme/default/images/fbpresets/425789167806189.jpg');}
.fbpb-528808880819990{background-image: url('http://localhost/fbcms/theme/default/images/fbpresets/528808880819990.jpg');}
.fbpb-308229619684986{background-image: url('http://localhost/fbcms/theme/default/images/fbpresets/308229619684986.jpg');}
.fbpb-382422138883041{background-image: url('http://localhost/fbcms/theme/default/images/fbpresets/382422138883041.jpg');}
.fbpb-396343990807392{background-image: url('http://localhost/fbcms/theme/default/images/fbpresets/396343990807392.jpg');}
.fbpb-1974886472751579{background-image: url('http://localhost/fbcms/theme/default/images/fbpresets/1974886472751579.jpg');}
.fbpb .emojionearea-editor, .postPreview .fbpb {
text-align: center;
color: white !important;
font-size: 21px;
height: 270px;
padding: 20% 20px 0px 20px;
line-height: 20px;
overflow-y: auto;
}
.fbpb {background-position: center;background-size: 100%;border: none !important;}
.emojionearea .emojionearea-button {background: white;border-radius: 10px;}
.postPreview .fbpb .defaultMessage {
margin: 10px auto !important;
float: none;
} | 0.193833 | 0.149904 |
@font-face {
font-family: "trixie";
src: url("../fonts/TrixiePlain.ttf");
}
@font-face {
font-family: "bohemian-typewriter";
src: url("../fonts/Bohemian\ Typewriter.ttf");
}
@font-face {
font-family: "cafe";
src: url("../fonts/Cafe\ Francoise_D.otf");
}
*,
*::after,
*::before {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-size: 62.5%;
/*1rem = 10px*/
}
body {
background-image: url(../img/bg.jpeg);
background-size: cover;
background-attachment: fixed;
display: flex;
flex-direction: column;
align-items: center;
min-height: 100vh;
font-family: "bohemian-typewriter";
font-size: 1.6rem;
color: #000;
position: relative;
text-align: left;
}
#loader {
position: absolute;
min-height: 100vh;
width: 100vw;
background-image: url(../img/bg.jpeg);
background-size: cover;
z-index: 99999;
display: flex;
justify-content: center;
align-items: center;
}
.loading-gif {
width: 35rem;
}
.csilogo {
position: absolute;
top: 1.5rem;
right: 1.5rem;
width: 20rem;
}
.container {
min-height: 100vh;
width: fit-content;
position: relative;
margin-right: auto;
margin-left: auto;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
}
.header {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 5rem 1rem;
}
.logo {
margin-right: auto;
margin-left: auto;
width: 25%;
}
.description {
font-size: 3rem;
font-family: 'trixie';
font-weight: 100;
text-align: center;
}
.innercontainer {
display: flex;
align-items: center;
width: 80%;
justify-content: space-evenly;
margin-bottom: 4rem;
}
.innercontainer__image {
width: 20rem;
mix-blend-mode: color-burn;
}
.buttons {
display: flex;
align-items: center;
}
.innercontainer__button {
text-transform: uppercase;
text-align: center;
color: #000;
border: 2px solid #000;
width: 23rem;
padding: 2rem 1rem;
background: transparent;
font-family: "trixie";
font-size: 3rem;
cursor: pointer;
transition: all 0.2s;
}
.innercontainer__button:hover:enabled {
transform: scale(1.1);
}
.innercontainer__button:active,
.innercontainer__button:focus {
transform: scale(1);
}
.innercontainer__button:disabled {
color: rgba(0,0,0, .5);
border-color: rgba(0,0,0,.5);
cursor: url('../img/cursor.png'), auto;
}
.innercontainer__button--play {
margin-right: 2rem
}
.btn-signout {
position: absolute;
margin-right: auto;
bottom: 5px;
left: 10px;
background-color: transparent;
cursor: pointer;
border: none;
outline: none;
font-family: "trixie";
font-size: 4rem;
padding-bottom: 5px;
transition: all 0.2s;
align-self: flex-end;
}
.btn-signout:hover {
transform: scale(1.1);
}
.btn-signout:active {
transform: scale(1);
}
.btn-signout:disabled {
color: rgba(0,0,0, .5);
cursor: url('./cursor.png'), auto;
}
.rulescontainer{
width: 50vw;
margin: 10px 0;
font-size: 1.2rem;
}
@media only screen and (max-width: 1200px) {
html {
font-size: 55%;
}
.description {
font-size: 3.5rem;
}
}
@media only screen and (max-width: 1000px) {
.header {
margin-bottom: 7rem;
}
.innercontainer__button {
font-size: 2.5rem;
width: 20rem;
padding: 1.5rem 1rem;
}
.description {
font-size: 2.75rem;
}
.innercontainer__image {
width: 20rem;
}
}
@media only screen and (max-width: 800px) {
.header {
margin-bottom: 10rem;
}
.csilogo {
width: 15rem;
}
.description {
font-size: 2.25rem;
}
.innercontainer__button {
font-size: 2.25rem;
width: 18rem;
}
.innercontainer__image {
width: 15rem;
}
}
@media only screen and (max-width: 700px) {
.header {
margin-bottom: 6rem;
}
.buttons {
flex-direction: column;
}
.innercontainer__button--play {
margin-right: 0;
margin-bottom: 10px;
}
.innercontainer__image {
width: 25vw;
}
.description {
font-size: 3rem;
}
.csilogo {
width: 13rem;
}
.innercontainer__button {
font-size: 2.5rem;
padding: 1rem 1rem;
}
.btn-signout {
font-size: 3rem;
}
}
@media only screen and (max-width: 600px) {
.rulescontainer{
width: 80vw;
html {
font-size: 50%;
}
.container {
padding-top: 5rem;
}
.logo {
width: 60%;
}
.csilogo {
width: 15rem;
}
.approved {
width: 60%;
}
.innercontainer {
width: 100%;
}
.innercontainer__button {
font-size: 2.5rem;
padding: .5rem 1rem;
}
}
@media only screen and (max-width: 500px) {
.innercontainer__image {
width: 12rem;
}
}
@media only screen and (max-width: 450px) {
.heading {
padding-top: 15px;
font-size: 4rem;
}
.description {
font-size: 4vw;
text-align: center;
}
}
@media only screen and (max-width: 400px) {
html {
font-size: 40%;
}
.approved {
width: 70%;
}
} | static/css/homepage.styles.css | @font-face {
font-family: "trixie";
src: url("../fonts/TrixiePlain.ttf");
}
@font-face {
font-family: "bohemian-typewriter";
src: url("../fonts/Bohemian\ Typewriter.ttf");
}
@font-face {
font-family: "cafe";
src: url("../fonts/Cafe\ Francoise_D.otf");
}
*,
*::after,
*::before {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-size: 62.5%;
/*1rem = 10px*/
}
body {
background-image: url(../img/bg.jpeg);
background-size: cover;
background-attachment: fixed;
display: flex;
flex-direction: column;
align-items: center;
min-height: 100vh;
font-family: "bohemian-typewriter";
font-size: 1.6rem;
color: #000;
position: relative;
text-align: left;
}
#loader {
position: absolute;
min-height: 100vh;
width: 100vw;
background-image: url(../img/bg.jpeg);
background-size: cover;
z-index: 99999;
display: flex;
justify-content: center;
align-items: center;
}
.loading-gif {
width: 35rem;
}
.csilogo {
position: absolute;
top: 1.5rem;
right: 1.5rem;
width: 20rem;
}
.container {
min-height: 100vh;
width: fit-content;
position: relative;
margin-right: auto;
margin-left: auto;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
}
.header {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 5rem 1rem;
}
.logo {
margin-right: auto;
margin-left: auto;
width: 25%;
}
.description {
font-size: 3rem;
font-family: 'trixie';
font-weight: 100;
text-align: center;
}
.innercontainer {
display: flex;
align-items: center;
width: 80%;
justify-content: space-evenly;
margin-bottom: 4rem;
}
.innercontainer__image {
width: 20rem;
mix-blend-mode: color-burn;
}
.buttons {
display: flex;
align-items: center;
}
.innercontainer__button {
text-transform: uppercase;
text-align: center;
color: #000;
border: 2px solid #000;
width: 23rem;
padding: 2rem 1rem;
background: transparent;
font-family: "trixie";
font-size: 3rem;
cursor: pointer;
transition: all 0.2s;
}
.innercontainer__button:hover:enabled {
transform: scale(1.1);
}
.innercontainer__button:active,
.innercontainer__button:focus {
transform: scale(1);
}
.innercontainer__button:disabled {
color: rgba(0,0,0, .5);
border-color: rgba(0,0,0,.5);
cursor: url('../img/cursor.png'), auto;
}
.innercontainer__button--play {
margin-right: 2rem
}
.btn-signout {
position: absolute;
margin-right: auto;
bottom: 5px;
left: 10px;
background-color: transparent;
cursor: pointer;
border: none;
outline: none;
font-family: "trixie";
font-size: 4rem;
padding-bottom: 5px;
transition: all 0.2s;
align-self: flex-end;
}
.btn-signout:hover {
transform: scale(1.1);
}
.btn-signout:active {
transform: scale(1);
}
.btn-signout:disabled {
color: rgba(0,0,0, .5);
cursor: url('./cursor.png'), auto;
}
.rulescontainer{
width: 50vw;
margin: 10px 0;
font-size: 1.2rem;
}
@media only screen and (max-width: 1200px) {
html {
font-size: 55%;
}
.description {
font-size: 3.5rem;
}
}
@media only screen and (max-width: 1000px) {
.header {
margin-bottom: 7rem;
}
.innercontainer__button {
font-size: 2.5rem;
width: 20rem;
padding: 1.5rem 1rem;
}
.description {
font-size: 2.75rem;
}
.innercontainer__image {
width: 20rem;
}
}
@media only screen and (max-width: 800px) {
.header {
margin-bottom: 10rem;
}
.csilogo {
width: 15rem;
}
.description {
font-size: 2.25rem;
}
.innercontainer__button {
font-size: 2.25rem;
width: 18rem;
}
.innercontainer__image {
width: 15rem;
}
}
@media only screen and (max-width: 700px) {
.header {
margin-bottom: 6rem;
}
.buttons {
flex-direction: column;
}
.innercontainer__button--play {
margin-right: 0;
margin-bottom: 10px;
}
.innercontainer__image {
width: 25vw;
}
.description {
font-size: 3rem;
}
.csilogo {
width: 13rem;
}
.innercontainer__button {
font-size: 2.5rem;
padding: 1rem 1rem;
}
.btn-signout {
font-size: 3rem;
}
}
@media only screen and (max-width: 600px) {
.rulescontainer{
width: 80vw;
html {
font-size: 50%;
}
.container {
padding-top: 5rem;
}
.logo {
width: 60%;
}
.csilogo {
width: 15rem;
}
.approved {
width: 60%;
}
.innercontainer {
width: 100%;
}
.innercontainer__button {
font-size: 2.5rem;
padding: .5rem 1rem;
}
}
@media only screen and (max-width: 500px) {
.innercontainer__image {
width: 12rem;
}
}
@media only screen and (max-width: 450px) {
.heading {
padding-top: 15px;
font-size: 4rem;
}
.description {
font-size: 4vw;
text-align: center;
}
}
@media only screen and (max-width: 400px) {
html {
font-size: 40%;
}
.approved {
width: 70%;
}
} | 0.461988 | 0.093264 |
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body {
line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}
nav ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
}
/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}
ul {
padding:10px 0 10px 10px;
list-style: none;
}
/* General Style */
@font-face {
font-family: 'NHaasGroteskTXPro-55Rg';
src: url('../fonts/NHaasGroteskTXPro/NHaasGroteskTXPro-55Rg.ttf');
}
* {font-family: "NHaasGroteskTXPro-55Rg";}
h1 {
font-weight: bold;
font-size: 35px;
margin: 0 0 20px 0;
}
h2 {
font-weight: bold;
font-size: 24px;
margin: 0 0 20px 0;
}
p {
font-size: 16px;
margin: 0 0 20px 0;
}
body {
color: #ffffff;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 300;
font-size: 15px;
}
.bodyindex {
background: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url("/static/images/background.gif") 50% 0 no-repeat fixed;
}
.bodyproducts {
background: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url("/static/images/truck.jpg") 50% 0 no-repeat fixed;
}
.bodyabout {
background: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url("/static/images/drillingrig.gif") 50% 0 no-repeat fixed;
}
.bodycareers {
background: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url("/static/images/phone.jpg") 50% 0 no-repeat fixed;
}
.bodyemail {
background: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url("/static/images/phone.jpg") 50% 0 no-repeat fixed;
}
.bodyterms {
background: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url("/static/images/phone.jpg") 50% 0 no-repeat fixed;
}
.bodyprivacy {
background: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url("/static/images/phone.jpg") 50% 0 no-repeat fixed;
}
.content {
min-height: calc(125vh - 300px);
padding: 45px 20px 20px 20px;
border: 0px solid #f20000;/* affects footer*/
min-width: 800px;
margin: 0 10% 0 10%;
}
/* Navigation Bar */
.banner {
background: black;
padding:0 0 0 0;
color: #FAEBD7;
font-weight: bold;
font-size: 50px;
}
#logo {
background: black;
height: 100px;
width: auto;
max-width: 750px;
max-height: 100px;
float: left;
padding: 10px 20px 10px 20px;
overflow: visible;
}
.bannerinfo {
background-color: black;
height: 120px;
width: 100%;
overflow: visible;
}
/*----- Toggle Button -----*/
.toggle-nav {
display:none;
}
/*----- Menu -----*/
@media screen and (min-width: 860px) {
.menu {
height:38px;
width:100%;
padding:0px 0px;
box-shadow:0px 0px 0px 0 rgba(0,0,0,0.15);
border-radius:0 1px 0 1px;
background:white;
}
}
.menu ul {
padding: 0 0 0px 0;
}
.menu li {
display: block;
width: 10% ;
margin:0 0px 0 0;
float:left;
list-style:none;
font-size:17px;
}
.menu li:last-child {
margin-right:0px;
}
.menu a {
text-decoration:none;
text-align:center;
display: block;
padding:10px 25px 10px 25px;
text-shadow:0px 1px 0px rgba(0,0,0,0.5);
color:black;
transition:background linear 0.15s;
}
.menu a:hover, .menu .current-item a {
color: white;
}
/*----- Responsive -----*/
@media screen and (max-width: 1150px) {
.wrap {
width:90%;
}
}
@media screen and (max-width: 970px) {
.search-form input {
width:120px;
}
}
@media screen and (max-width: 860px) {
.menu {
position:relative;
display:inline-block;
}
.menu ul.active {
display:none;
}
.menu ul {
width:100%;
position:absolute;
top:120%;
left:0px;
padding:10px 17px;
box-shadow:0px 1px 1px rgba(0,0,0,0.15);
border-radius:3px;
background:white;
}
.menu ul:after {
width:0px;
height:0px;
position:absolute;
top:0%;
left:22px;
content:'';
transform:translate(0%, -100%);
border-left:7px solid transparent;
border-right:7px solid transparent;
border-bottom:7px solid rgba(255, 0, 204, 0.85);
}
.menu li {
margin:5px 0px 5px 0px;
float:none;
display:block;
}
.menu a {
display:block;
}
.toggle-nav {
padding:20px;
float:left;
display:inline-block;
box-shadow:0px 0px 0px rgba(0,0,0,0.15);
border-radius:03px;
background:white;
text-shadow:0px 1px 0px rgba(0,0,0,0.5);
color: #b3b3b3;
font-size:20px;
transition:color linear 0.15s;
}
.toggle-nav:hover,
.toggle-nav.active {
text-decoration:none;
color:#66a992;
}
}
.active{
background: black;
color: white;
}
.menu a {
position: relative;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition: color 1000ms;
transition: color 1000ms;
text-shadow: 1px 1px 1px white;
}
.menu a:before{
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: black;
color: white;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition: 300ms ease-out;
transition: 300ms ease-out :
}
.menu a:hover:before{
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
/* Index Page */
/* Products Page */
/* About Page */
#executivebox{
border: 0px solid white;
padding: 0 0 250px 0;
}
#exec1{
float: left;
border: 0px solid red;
font-size: 12px;
}
#execpic1{
height: 130px;
width: auto;
max-width: 750px;
max-height: 150px;
margin: 10px 20px 10px 20px;
overflow: visible;
border: 3px solid white
}
#exec2{
float: left;
border: 0px solid blue;
font-size: 12px;
overflow: hidden;
}
#execpic2{
height: 130px;
width: auto;
max-width: 750px;
max-height: 150px;
margin: 10px 20px 10px 20px;
overflow: visible;
border: 3px solid white
}
#exec3{
float:left;
border: 0px solid green;
font-size: 12px;
overflow: hidden;
}
#execpic3{
height: 130px;
width: auto;
max-width: 750px;
max-height: 150px;
margin: 10px 20px 10px 20px;
overflow: visible;
border: 3px solid white
}
/* Careers page */
/* Email Contact page */
.contact {
padding: 0px 6px 3px 5px;
}
#email{
float: left;
}
#name{
float: left;
}
#subject{
}
#submitb{
margin: 0 0 0 15px
}
#map {
height: 300px;
width: 300px;
}
#cinfo{
float: left;
}
#cmap{
float: left;
margin: 50px 0 0px 50px;
}
/* Footer */
.footer {
height: auto;
background: #000000;
color: #FAEBD7;
width: 100%;
margin: 0 0 0 0;
padding:20px 0 20px 0;
}
#footinfo{
font-size: 12px;
font-weight: normal;
padding:10px 10px 10px 10px;
margin: 20px 20px 20px 20px;
border: 1px solid darkgray;
}
#linkbar{
text-align: center;
font-size: 10px;
font-weight: normal;
padding:0 0 0 0;
margin: 0 0;
}
#copyright {
width: 45%;
float: left;
font-size: 12px;
font-weight: normal;
padding:0 0 0 0;
margin: 0 0 0 10px;
}
#webdesign {
float: right;
font-size: 12px;
font-weight: normal;
padding:0 0 0 0;
margin: 0 10px 0 0;
}
.footerbottom {
width: 100%;
overflow: hidden;
} | mysite/staticfiles/css/base.css | html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body {
line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}
nav ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
}
/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}
ul {
padding:10px 0 10px 10px;
list-style: none;
}
/* General Style */
@font-face {
font-family: 'NHaasGroteskTXPro-55Rg';
src: url('../fonts/NHaasGroteskTXPro/NHaasGroteskTXPro-55Rg.ttf');
}
* {font-family: "NHaasGroteskTXPro-55Rg";}
h1 {
font-weight: bold;
font-size: 35px;
margin: 0 0 20px 0;
}
h2 {
font-weight: bold;
font-size: 24px;
margin: 0 0 20px 0;
}
p {
font-size: 16px;
margin: 0 0 20px 0;
}
body {
color: #ffffff;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 300;
font-size: 15px;
}
.bodyindex {
background: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url("/static/images/background.gif") 50% 0 no-repeat fixed;
}
.bodyproducts {
background: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url("/static/images/truck.jpg") 50% 0 no-repeat fixed;
}
.bodyabout {
background: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url("/static/images/drillingrig.gif") 50% 0 no-repeat fixed;
}
.bodycareers {
background: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url("/static/images/phone.jpg") 50% 0 no-repeat fixed;
}
.bodyemail {
background: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url("/static/images/phone.jpg") 50% 0 no-repeat fixed;
}
.bodyterms {
background: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url("/static/images/phone.jpg") 50% 0 no-repeat fixed;
}
.bodyprivacy {
background: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url("/static/images/phone.jpg") 50% 0 no-repeat fixed;
}
.content {
min-height: calc(125vh - 300px);
padding: 45px 20px 20px 20px;
border: 0px solid #f20000;/* affects footer*/
min-width: 800px;
margin: 0 10% 0 10%;
}
/* Navigation Bar */
.banner {
background: black;
padding:0 0 0 0;
color: #FAEBD7;
font-weight: bold;
font-size: 50px;
}
#logo {
background: black;
height: 100px;
width: auto;
max-width: 750px;
max-height: 100px;
float: left;
padding: 10px 20px 10px 20px;
overflow: visible;
}
.bannerinfo {
background-color: black;
height: 120px;
width: 100%;
overflow: visible;
}
/*----- Toggle Button -----*/
.toggle-nav {
display:none;
}
/*----- Menu -----*/
@media screen and (min-width: 860px) {
.menu {
height:38px;
width:100%;
padding:0px 0px;
box-shadow:0px 0px 0px 0 rgba(0,0,0,0.15);
border-radius:0 1px 0 1px;
background:white;
}
}
.menu ul {
padding: 0 0 0px 0;
}
.menu li {
display: block;
width: 10% ;
margin:0 0px 0 0;
float:left;
list-style:none;
font-size:17px;
}
.menu li:last-child {
margin-right:0px;
}
.menu a {
text-decoration:none;
text-align:center;
display: block;
padding:10px 25px 10px 25px;
text-shadow:0px 1px 0px rgba(0,0,0,0.5);
color:black;
transition:background linear 0.15s;
}
.menu a:hover, .menu .current-item a {
color: white;
}
/*----- Responsive -----*/
@media screen and (max-width: 1150px) {
.wrap {
width:90%;
}
}
@media screen and (max-width: 970px) {
.search-form input {
width:120px;
}
}
@media screen and (max-width: 860px) {
.menu {
position:relative;
display:inline-block;
}
.menu ul.active {
display:none;
}
.menu ul {
width:100%;
position:absolute;
top:120%;
left:0px;
padding:10px 17px;
box-shadow:0px 1px 1px rgba(0,0,0,0.15);
border-radius:3px;
background:white;
}
.menu ul:after {
width:0px;
height:0px;
position:absolute;
top:0%;
left:22px;
content:'';
transform:translate(0%, -100%);
border-left:7px solid transparent;
border-right:7px solid transparent;
border-bottom:7px solid rgba(255, 0, 204, 0.85);
}
.menu li {
margin:5px 0px 5px 0px;
float:none;
display:block;
}
.menu a {
display:block;
}
.toggle-nav {
padding:20px;
float:left;
display:inline-block;
box-shadow:0px 0px 0px rgba(0,0,0,0.15);
border-radius:03px;
background:white;
text-shadow:0px 1px 0px rgba(0,0,0,0.5);
color: #b3b3b3;
font-size:20px;
transition:color linear 0.15s;
}
.toggle-nav:hover,
.toggle-nav.active {
text-decoration:none;
color:#66a992;
}
}
.active{
background: black;
color: white;
}
.menu a {
position: relative;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition: color 1000ms;
transition: color 1000ms;
text-shadow: 1px 1px 1px white;
}
.menu a:before{
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: black;
color: white;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition: 300ms ease-out;
transition: 300ms ease-out :
}
.menu a:hover:before{
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
/* Index Page */
/* Products Page */
/* About Page */
#executivebox{
border: 0px solid white;
padding: 0 0 250px 0;
}
#exec1{
float: left;
border: 0px solid red;
font-size: 12px;
}
#execpic1{
height: 130px;
width: auto;
max-width: 750px;
max-height: 150px;
margin: 10px 20px 10px 20px;
overflow: visible;
border: 3px solid white
}
#exec2{
float: left;
border: 0px solid blue;
font-size: 12px;
overflow: hidden;
}
#execpic2{
height: 130px;
width: auto;
max-width: 750px;
max-height: 150px;
margin: 10px 20px 10px 20px;
overflow: visible;
border: 3px solid white
}
#exec3{
float:left;
border: 0px solid green;
font-size: 12px;
overflow: hidden;
}
#execpic3{
height: 130px;
width: auto;
max-width: 750px;
max-height: 150px;
margin: 10px 20px 10px 20px;
overflow: visible;
border: 3px solid white
}
/* Careers page */
/* Email Contact page */
.contact {
padding: 0px 6px 3px 5px;
}
#email{
float: left;
}
#name{
float: left;
}
#subject{
}
#submitb{
margin: 0 0 0 15px
}
#map {
height: 300px;
width: 300px;
}
#cinfo{
float: left;
}
#cmap{
float: left;
margin: 50px 0 0px 50px;
}
/* Footer */
.footer {
height: auto;
background: #000000;
color: #FAEBD7;
width: 100%;
margin: 0 0 0 0;
padding:20px 0 20px 0;
}
#footinfo{
font-size: 12px;
font-weight: normal;
padding:10px 10px 10px 10px;
margin: 20px 20px 20px 20px;
border: 1px solid darkgray;
}
#linkbar{
text-align: center;
font-size: 10px;
font-weight: normal;
padding:0 0 0 0;
margin: 0 0;
}
#copyright {
width: 45%;
float: left;
font-size: 12px;
font-weight: normal;
padding:0 0 0 0;
margin: 0 0 0 10px;
}
#webdesign {
float: right;
font-size: 12px;
font-weight: normal;
padding:0 0 0 0;
margin: 0 10px 0 0;
}
.footerbottom {
width: 100%;
overflow: hidden;
} | 0.367497 | 0.096493 |
.u-section-1 {
background-image: linear-gradient(0deg, rgba(102,120,137,0.25), rgba(102,120,137,0.25)), url("images/ba4388d7d712bc0f99bc9ed8d040827b03bfc45a94da9b8cd06209359d21468b0b578e829e831853f43bb0f27eaa1eb72f475b7268eb14e57ef07b_1280.jpg");
background-position: 50% 50%;
}
.u-section-1 .u-sheet-1 {
min-height: 753px;
}
.u-section-1 .u-text-1 {
font-size: 1.25rem;
font-style: italic;
margin: 133px 139px 0 164px;
}
.u-section-1 .u-list-1 {
min-height: 306px;
grid-template-columns: calc(25% - 14px) calc(25% - 14px) calc(25% - 14px) calc(25% - 14px);
grid-gap: 18px 18px;
margin: 103px 0 60px;
}
.u-section-1 .u-list-item-1 {
background-image: none;
}
.u-section-1 .u-container-layout-1 {
padding: 30px;
}
.u-section-1 .u-image-1 {
width: 164px;
height: 164px;
background-image: url("images/nginx-smalllogo.png");
background-position: 50% 50%;
margin: 0 auto;
}
.u-section-1 .u-text-2 {
text-transform: none;
font-style: italic;
margin: 32px 2px 0;
}
.u-section-1 .u-container-layout-2 {
padding: 30px;
}
.u-section-1 .u-image-2 {
width: 164px;
height: 164px;
background-image: url("images/Wordpress.png");
background-position: 50% 50%;
margin: 0 auto;
}
.u-section-1 .u-text-3 {
text-transform: none;
font-style: italic;
margin: 32px 2px 0;
}
.u-section-1 .u-container-layout-3 {
padding: 30px;
}
.u-section-1 .u-image-3 {
width: 164px;
height: 164px;
background-image: url("images/PhpMyadmin.png");
background-position: 50% 50%;
margin: 0 auto;
}
.u-section-1 .u-text-4 {
text-transform: none;
font-style: italic;
margin: 32px 2px 0;
}
.u-section-1 .u-container-layout-4 {
padding: 30px;
}
.u-section-1 .u-image-4 {
width: 164px;
height: 164px;
background-image: url("images/1LG1acBBPG91OdYn_KFI-vw.png");
background-position: 50% 50%;
margin: 0 auto;
}
.u-section-1 .u-text-5 {
text-transform: none;
font-style: italic;
margin: 32px 2px 0;
}
@media (max-width: 1199px) {
.u-section-1 .u-sheet-1 {
min-height: 567px;
}
.u-section-1 .u-text-1 {
width: 800px;
margin-left: 64px;
margin-right: 39px;
}
.u-section-1 .u-list-1 {
min-height: 252px;
margin-right: initial;
margin-left: initial;
}
.u-section-1 .u-text-2 {
margin-left: 0;
margin-right: 0;
}
.u-section-1 .u-text-3 {
margin-left: 0;
margin-right: 0;
}
.u-section-1 .u-text-4 {
margin-left: 0;
margin-right: 0;
}
.u-section-1 .u-text-5 {
margin-left: 0;
margin-right: 0;
}
}
@media (max-width: 991px) {
.u-section-1 .u-sheet-1 {
min-height: 1079px;
}
.u-section-1 .u-text-1 {
width: 720px;
margin-left: 0;
margin-right: 0;
}
.u-section-1 .u-list-1 {
min-height: 616px;
grid-template-columns: calc(50% - 9.33333px) calc(50% - 9.33333px);
height: auto;
margin-right: initial;
margin-left: initial;
}
}
@media (max-width: 767px) {
.u-section-1 .u-sheet-1 {
min-height: 1087px;
}
.u-section-1 .u-text-1 {
width: 540px;
}
.u-section-1 .u-list-1 {
grid-template-columns: 100%;
margin-right: initial;
margin-left: initial;
}
.u-section-1 .u-container-layout-1 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-1 .u-container-layout-2 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-1 .u-container-layout-3 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-1 .u-container-layout-4 {
padding-left: 10px;
padding-right: 10px;
}
}
@media (max-width: 575px) {
.u-section-1 .u-text-1 {
width: 340px;
}
}.u-section-2 {
background-image: none;
}
.u-section-2 .u-sheet-1 {
min-height: 764px;
}
.u-section-2 .u-text-1 {
font-size: 3rem;
width: 435px;
margin: 55px auto 0;
}
.u-section-2 .u-list-1 {
width: 997px;
min-height: 516px;
grid-template-columns: repeat(2, 50%);
grid-template-rows: repeat(2, auto);
grid-gap: 0px;
margin: 34px auto 55px;
}
.u-section-2 .u-container-layout-1 {
padding: 10px;
}
.u-section-2 .u-icon-1 {
height: 50px;
width: 50px;
margin: 0 auto 0 0;
}
.u-section-2 .u-text-2 {
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 400;
margin: -50px 154px 0 84px;
}
.u-section-2 .u-text-3 {
margin: 18px 0 0 76px;
}
.u-section-2 .u-container-layout-2 {
padding: 10px;
}
.u-section-2 .u-icon-2 {
height: 50px;
width: 50px;
margin: 0 auto 0 0;
}
.u-section-2 .u-text-4 {
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 400;
margin: -50px 154px 0 84px;
}
.u-section-2 .u-text-5 {
margin: 18px 0 0 76px;
}
.u-section-2 .u-container-layout-3 {
padding: 10px;
}
.u-section-2 .u-icon-3 {
height: 50px;
width: 50px;
margin: 0 auto 0 0;
}
.u-section-2 .u-text-6 {
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 400;
margin: -50px 154px 0 84px;
}
.u-section-2 .u-text-7 {
margin: 18px 0 0 76px;
}
.u-section-2 .u-container-layout-4 {
padding: 10px;
}
.u-section-2 .u-icon-4 {
height: 50px;
width: 50px;
margin: 0 auto 0 0;
}
.u-section-2 .u-text-8 {
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 400;
margin: -50px 154px 0 84px;
}
.u-section-2 .u-text-9 {
margin: 18px 0 0 76px;
}
.u-section-2 .u-container-layout-5 {
padding: 10px;
}
.u-section-2 .u-icon-5 {
height: 50px;
width: 50px;
margin: 0 auto 0 0;
}
.u-section-2 .u-text-10 {
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 400;
margin: -50px 154px 0 84px;
}
.u-section-2 .u-text-11 {
margin: 18px 0 0 76px;
}
.u-section-2 .u-container-layout-6 {
padding: 10px;
}
.u-section-2 .u-icon-6 {
height: 50px;
width: 50px;
margin: 0 auto 0 0;
}
.u-section-2 .u-text-12 {
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 400;
margin: -50px 154px 0 84px;
}
.u-section-2 .u-text-13 {
margin: 18px 0 0 76px;
}
@media (max-width: 1199px) {
.u-section-2 .u-sheet-1 {
min-height: 673px;
}
.u-section-2 .u-list-1 {
width: 940px;
min-height: 425px;
}
.u-section-2 .u-text-2 {
width: auto;
margin-right: 0;
margin-left: 80px;
}
.u-section-2 .u-text-3 {
width: auto;
margin-left: 80px;
}
.u-section-2 .u-text-4 {
width: auto;
margin-right: 0;
margin-left: 80px;
}
.u-section-2 .u-text-5 {
width: auto;
margin-left: 80px;
}
.u-section-2 .u-text-6 {
width: auto;
margin-right: 0;
margin-left: 80px;
}
.u-section-2 .u-text-7 {
width: auto;
margin-left: 80px;
}
.u-section-2 .u-text-8 {
width: auto;
margin-right: 0;
margin-left: 80px;
}
.u-section-2 .u-text-9 {
width: auto;
margin-left: 80px;
}
.u-section-2 .u-text-10 {
width: auto;
margin-right: 0;
margin-left: 80px;
}
.u-section-2 .u-text-11 {
width: auto;
margin-left: 80px;
}
.u-section-2 .u-text-12 {
width: auto;
margin-right: 0;
margin-left: 80px;
}
.u-section-2 .u-text-13 {
width: auto;
margin-left: 80px;
}
}
@media (max-width: 991px) {
.u-section-2 .u-list-1 {
width: 720px;
}
.u-section-2 .u-container-layout-1 {
padding-bottom: 20px;
}
.u-section-2 .u-text-2 {
margin-left: 76px;
}
.u-section-2 .u-text-3 {
margin-top: 19px;
margin-left: 76px;
}
.u-section-2 .u-container-layout-2 {
padding-bottom: 20px;
}
.u-section-2 .u-text-4 {
margin-left: 76px;
}
.u-section-2 .u-text-5 {
margin-top: 19px;
margin-left: 76px;
}
.u-section-2 .u-container-layout-3 {
padding-bottom: 20px;
}
.u-section-2 .u-text-6 {
margin-left: 76px;
}
.u-section-2 .u-text-7 {
margin-top: 19px;
margin-left: 76px;
}
.u-section-2 .u-container-layout-4 {
padding-bottom: 20px;
}
.u-section-2 .u-text-8 {
margin-left: 76px;
}
.u-section-2 .u-text-9 {
margin-top: 19px;
margin-left: 76px;
}
.u-section-2 .u-container-layout-5 {
padding-bottom: 20px;
}
.u-section-2 .u-text-10 {
margin-left: 76px;
}
.u-section-2 .u-text-11 {
margin-top: 19px;
margin-left: 76px;
}
.u-section-2 .u-container-layout-6 {
padding-bottom: 20px;
}
.u-section-2 .u-text-12 {
margin-left: 76px;
}
.u-section-2 .u-text-13 {
margin-top: 19px;
margin-left: 76px;
}
}
@media (max-width: 767px) {
.u-section-2 .u-list-1 {
width: 540px;
}
.u-section-2 .u-text-2 {
margin-top: 30px;
margin-left: auto;
}
.u-section-2 .u-text-3 {
margin-top: 21px;
margin-left: auto;
}
.u-section-2 .u-text-4 {
margin-top: 30px;
margin-left: auto;
}
.u-section-2 .u-text-5 {
margin-top: 21px;
margin-left: auto;
}
.u-section-2 .u-text-6 {
margin-top: 30px;
margin-left: auto;
}
.u-section-2 .u-text-7 {
margin-top: 21px;
margin-left: auto;
}
.u-section-2 .u-text-8 {
margin-top: 30px;
margin-left: auto;
}
.u-section-2 .u-text-9 {
margin-top: 21px;
margin-left: auto;
}
.u-section-2 .u-text-10 {
margin-top: 30px;
margin-left: auto;
}
.u-section-2 .u-text-11 {
margin-top: 21px;
margin-left: auto;
}
.u-section-2 .u-text-12 {
margin-top: 30px;
margin-left: auto;
}
.u-section-2 .u-text-13 {
margin-top: 21px;
margin-left: auto;
}
}
@media (max-width: 575px) {
.u-section-2 .u-text-1 {
font-size: 1.875rem;
width: 340px;
}
.u-section-2 .u-list-1 {
width: 340px;
grid-template-columns: 100%;
}
}.u-section-3 .u-sheet-1 {
min-height: 464px;
}
.u-section-3 .u-table-1 {
margin: 59px auto 59px 0;
}
.u-section-3 .u-table-entity-1 {
min-height: 100px;
}
.u-block-6d3d-4 {
background-image: none;
}
.u-section-3 .u-table-cell-1 {
font-weight: 700;
text-decoration: underline !important;
}
.u-section-3 .u-table-cell-2 {
font-weight: 700;
text-decoration: underline !important;
}
.u-section-3 .u-table-cell-3 {
font-weight: 700;
border-style: double;
text-decoration: underline !important;
}
@media (max-width: 1199px) {
.u-section-3 .u-table-1 {
margin-right: initial;
margin-left: initial;
}
} | srcs/nginx/srcs/Home.css | .u-section-1 {
background-image: linear-gradient(0deg, rgba(102,120,137,0.25), rgba(102,120,137,0.25)), url("images/ba4388d7d712bc0f99bc9ed8d040827b03bfc45a94da9b8cd06209359d21468b0b578e829e831853f43bb0f27eaa1eb72f475b7268eb14e57ef07b_1280.jpg");
background-position: 50% 50%;
}
.u-section-1 .u-sheet-1 {
min-height: 753px;
}
.u-section-1 .u-text-1 {
font-size: 1.25rem;
font-style: italic;
margin: 133px 139px 0 164px;
}
.u-section-1 .u-list-1 {
min-height: 306px;
grid-template-columns: calc(25% - 14px) calc(25% - 14px) calc(25% - 14px) calc(25% - 14px);
grid-gap: 18px 18px;
margin: 103px 0 60px;
}
.u-section-1 .u-list-item-1 {
background-image: none;
}
.u-section-1 .u-container-layout-1 {
padding: 30px;
}
.u-section-1 .u-image-1 {
width: 164px;
height: 164px;
background-image: url("images/nginx-smalllogo.png");
background-position: 50% 50%;
margin: 0 auto;
}
.u-section-1 .u-text-2 {
text-transform: none;
font-style: italic;
margin: 32px 2px 0;
}
.u-section-1 .u-container-layout-2 {
padding: 30px;
}
.u-section-1 .u-image-2 {
width: 164px;
height: 164px;
background-image: url("images/Wordpress.png");
background-position: 50% 50%;
margin: 0 auto;
}
.u-section-1 .u-text-3 {
text-transform: none;
font-style: italic;
margin: 32px 2px 0;
}
.u-section-1 .u-container-layout-3 {
padding: 30px;
}
.u-section-1 .u-image-3 {
width: 164px;
height: 164px;
background-image: url("images/PhpMyadmin.png");
background-position: 50% 50%;
margin: 0 auto;
}
.u-section-1 .u-text-4 {
text-transform: none;
font-style: italic;
margin: 32px 2px 0;
}
.u-section-1 .u-container-layout-4 {
padding: 30px;
}
.u-section-1 .u-image-4 {
width: 164px;
height: 164px;
background-image: url("images/1LG1acBBPG91OdYn_KFI-vw.png");
background-position: 50% 50%;
margin: 0 auto;
}
.u-section-1 .u-text-5 {
text-transform: none;
font-style: italic;
margin: 32px 2px 0;
}
@media (max-width: 1199px) {
.u-section-1 .u-sheet-1 {
min-height: 567px;
}
.u-section-1 .u-text-1 {
width: 800px;
margin-left: 64px;
margin-right: 39px;
}
.u-section-1 .u-list-1 {
min-height: 252px;
margin-right: initial;
margin-left: initial;
}
.u-section-1 .u-text-2 {
margin-left: 0;
margin-right: 0;
}
.u-section-1 .u-text-3 {
margin-left: 0;
margin-right: 0;
}
.u-section-1 .u-text-4 {
margin-left: 0;
margin-right: 0;
}
.u-section-1 .u-text-5 {
margin-left: 0;
margin-right: 0;
}
}
@media (max-width: 991px) {
.u-section-1 .u-sheet-1 {
min-height: 1079px;
}
.u-section-1 .u-text-1 {
width: 720px;
margin-left: 0;
margin-right: 0;
}
.u-section-1 .u-list-1 {
min-height: 616px;
grid-template-columns: calc(50% - 9.33333px) calc(50% - 9.33333px);
height: auto;
margin-right: initial;
margin-left: initial;
}
}
@media (max-width: 767px) {
.u-section-1 .u-sheet-1 {
min-height: 1087px;
}
.u-section-1 .u-text-1 {
width: 540px;
}
.u-section-1 .u-list-1 {
grid-template-columns: 100%;
margin-right: initial;
margin-left: initial;
}
.u-section-1 .u-container-layout-1 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-1 .u-container-layout-2 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-1 .u-container-layout-3 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-1 .u-container-layout-4 {
padding-left: 10px;
padding-right: 10px;
}
}
@media (max-width: 575px) {
.u-section-1 .u-text-1 {
width: 340px;
}
}.u-section-2 {
background-image: none;
}
.u-section-2 .u-sheet-1 {
min-height: 764px;
}
.u-section-2 .u-text-1 {
font-size: 3rem;
width: 435px;
margin: 55px auto 0;
}
.u-section-2 .u-list-1 {
width: 997px;
min-height: 516px;
grid-template-columns: repeat(2, 50%);
grid-template-rows: repeat(2, auto);
grid-gap: 0px;
margin: 34px auto 55px;
}
.u-section-2 .u-container-layout-1 {
padding: 10px;
}
.u-section-2 .u-icon-1 {
height: 50px;
width: 50px;
margin: 0 auto 0 0;
}
.u-section-2 .u-text-2 {
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 400;
margin: -50px 154px 0 84px;
}
.u-section-2 .u-text-3 {
margin: 18px 0 0 76px;
}
.u-section-2 .u-container-layout-2 {
padding: 10px;
}
.u-section-2 .u-icon-2 {
height: 50px;
width: 50px;
margin: 0 auto 0 0;
}
.u-section-2 .u-text-4 {
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 400;
margin: -50px 154px 0 84px;
}
.u-section-2 .u-text-5 {
margin: 18px 0 0 76px;
}
.u-section-2 .u-container-layout-3 {
padding: 10px;
}
.u-section-2 .u-icon-3 {
height: 50px;
width: 50px;
margin: 0 auto 0 0;
}
.u-section-2 .u-text-6 {
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 400;
margin: -50px 154px 0 84px;
}
.u-section-2 .u-text-7 {
margin: 18px 0 0 76px;
}
.u-section-2 .u-container-layout-4 {
padding: 10px;
}
.u-section-2 .u-icon-4 {
height: 50px;
width: 50px;
margin: 0 auto 0 0;
}
.u-section-2 .u-text-8 {
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 400;
margin: -50px 154px 0 84px;
}
.u-section-2 .u-text-9 {
margin: 18px 0 0 76px;
}
.u-section-2 .u-container-layout-5 {
padding: 10px;
}
.u-section-2 .u-icon-5 {
height: 50px;
width: 50px;
margin: 0 auto 0 0;
}
.u-section-2 .u-text-10 {
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 400;
margin: -50px 154px 0 84px;
}
.u-section-2 .u-text-11 {
margin: 18px 0 0 76px;
}
.u-section-2 .u-container-layout-6 {
padding: 10px;
}
.u-section-2 .u-icon-6 {
height: 50px;
width: 50px;
margin: 0 auto 0 0;
}
.u-section-2 .u-text-12 {
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 400;
margin: -50px 154px 0 84px;
}
.u-section-2 .u-text-13 {
margin: 18px 0 0 76px;
}
@media (max-width: 1199px) {
.u-section-2 .u-sheet-1 {
min-height: 673px;
}
.u-section-2 .u-list-1 {
width: 940px;
min-height: 425px;
}
.u-section-2 .u-text-2 {
width: auto;
margin-right: 0;
margin-left: 80px;
}
.u-section-2 .u-text-3 {
width: auto;
margin-left: 80px;
}
.u-section-2 .u-text-4 {
width: auto;
margin-right: 0;
margin-left: 80px;
}
.u-section-2 .u-text-5 {
width: auto;
margin-left: 80px;
}
.u-section-2 .u-text-6 {
width: auto;
margin-right: 0;
margin-left: 80px;
}
.u-section-2 .u-text-7 {
width: auto;
margin-left: 80px;
}
.u-section-2 .u-text-8 {
width: auto;
margin-right: 0;
margin-left: 80px;
}
.u-section-2 .u-text-9 {
width: auto;
margin-left: 80px;
}
.u-section-2 .u-text-10 {
width: auto;
margin-right: 0;
margin-left: 80px;
}
.u-section-2 .u-text-11 {
width: auto;
margin-left: 80px;
}
.u-section-2 .u-text-12 {
width: auto;
margin-right: 0;
margin-left: 80px;
}
.u-section-2 .u-text-13 {
width: auto;
margin-left: 80px;
}
}
@media (max-width: 991px) {
.u-section-2 .u-list-1 {
width: 720px;
}
.u-section-2 .u-container-layout-1 {
padding-bottom: 20px;
}
.u-section-2 .u-text-2 {
margin-left: 76px;
}
.u-section-2 .u-text-3 {
margin-top: 19px;
margin-left: 76px;
}
.u-section-2 .u-container-layout-2 {
padding-bottom: 20px;
}
.u-section-2 .u-text-4 {
margin-left: 76px;
}
.u-section-2 .u-text-5 {
margin-top: 19px;
margin-left: 76px;
}
.u-section-2 .u-container-layout-3 {
padding-bottom: 20px;
}
.u-section-2 .u-text-6 {
margin-left: 76px;
}
.u-section-2 .u-text-7 {
margin-top: 19px;
margin-left: 76px;
}
.u-section-2 .u-container-layout-4 {
padding-bottom: 20px;
}
.u-section-2 .u-text-8 {
margin-left: 76px;
}
.u-section-2 .u-text-9 {
margin-top: 19px;
margin-left: 76px;
}
.u-section-2 .u-container-layout-5 {
padding-bottom: 20px;
}
.u-section-2 .u-text-10 {
margin-left: 76px;
}
.u-section-2 .u-text-11 {
margin-top: 19px;
margin-left: 76px;
}
.u-section-2 .u-container-layout-6 {
padding-bottom: 20px;
}
.u-section-2 .u-text-12 {
margin-left: 76px;
}
.u-section-2 .u-text-13 {
margin-top: 19px;
margin-left: 76px;
}
}
@media (max-width: 767px) {
.u-section-2 .u-list-1 {
width: 540px;
}
.u-section-2 .u-text-2 {
margin-top: 30px;
margin-left: auto;
}
.u-section-2 .u-text-3 {
margin-top: 21px;
margin-left: auto;
}
.u-section-2 .u-text-4 {
margin-top: 30px;
margin-left: auto;
}
.u-section-2 .u-text-5 {
margin-top: 21px;
margin-left: auto;
}
.u-section-2 .u-text-6 {
margin-top: 30px;
margin-left: auto;
}
.u-section-2 .u-text-7 {
margin-top: 21px;
margin-left: auto;
}
.u-section-2 .u-text-8 {
margin-top: 30px;
margin-left: auto;
}
.u-section-2 .u-text-9 {
margin-top: 21px;
margin-left: auto;
}
.u-section-2 .u-text-10 {
margin-top: 30px;
margin-left: auto;
}
.u-section-2 .u-text-11 {
margin-top: 21px;
margin-left: auto;
}
.u-section-2 .u-text-12 {
margin-top: 30px;
margin-left: auto;
}
.u-section-2 .u-text-13 {
margin-top: 21px;
margin-left: auto;
}
}
@media (max-width: 575px) {
.u-section-2 .u-text-1 {
font-size: 1.875rem;
width: 340px;
}
.u-section-2 .u-list-1 {
width: 340px;
grid-template-columns: 100%;
}
}.u-section-3 .u-sheet-1 {
min-height: 464px;
}
.u-section-3 .u-table-1 {
margin: 59px auto 59px 0;
}
.u-section-3 .u-table-entity-1 {
min-height: 100px;
}
.u-block-6d3d-4 {
background-image: none;
}
.u-section-3 .u-table-cell-1 {
font-weight: 700;
text-decoration: underline !important;
}
.u-section-3 .u-table-cell-2 {
font-weight: 700;
text-decoration: underline !important;
}
.u-section-3 .u-table-cell-3 {
font-weight: 700;
border-style: double;
text-decoration: underline !important;
}
@media (max-width: 1199px) {
.u-section-3 .u-table-1 {
margin-right: initial;
margin-left: initial;
}
} | 0.464416 | 0.110952 |
.clearfix:before, .clearfix:after{
display: table;
content:"";
}
.clearfix:after{
clear:both;
}
.cabecera .container{
width: 1170px;
margin: 0 auto;
padding: 0 15px;
}
.cabecera .logo{
float:left;
width:230px;
padding:10px 0;
}
a{
color: #505961;
-webkit-transition:all .5s ;
-o-transition:all .5s ;
transition:all .5s ;
text-decoration: none;
font-family: 'Roboto', sans-serif;
}
a:hover{
color: #5fb677;
}
.cabecera .menu{
float: right;
}
.cabecera .menu ul{
list-style: none;
position: relative;
margin: 0;
padding: 0;
}
.cabecera .menu ul li{
float: left;
}
.cabecera .menu ul li a{
padding: 0 15px;
display: block;
line-height: 84px;
}
.cabecera .menu ul li a:hover, .cabecera .menu ul li.active a{
color: #fff;
box-shadow: 0 84px 8px #2fb677 inset;
}
/*TITULOS */
.titulos-wrap{
text-align: center;
padding: 20px 15px 40px;
}
.titulos-wrap .titulo{
margin: 0;
padding: .2em 0;
font-size: 2em;
text-transform: uppercase;
color: #ffb677;
}
.titulos-wrap .subtitulo{
margin: 0;
padding: 0;
color:crimson;
}
/*page Titles*/
.page-header{
background: url('../img/pg_header.jpg') no-repeat top center;
box-shadow: 0 1px 6px rgba(0, 0, 0, .03)inset,
0 -1px 6px rgba (0, 0, 0, .03)inset;
}
/*SERVICIOS*/
.servicios{
padding: 30px 70px;
}
.servicios .item{
width: 380px;
padding: 15px 15px;
float: left;
text-align: center;
}
.servicios .item .icon{
margin: 0 auto;
width: 100px;
height: 100px;
border-radius: 50%;
border: 1px solid #2fbc77;
}
.servicios .item .icon span{
line-height: 100px;
text-align: center;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;
}
.servicios .item header h3{
margin: 0;
padding: 10px 0 5px;
}
.servicios .item header p{
margin: 0;
}
.servicios .item:hover span, .servicios .item:hover header h3 a{
color: chartreuse;
}
/*POST*/
.posts-wrap{
padding: 10px 0;
background: #fafafa url('../img/bg3.png');
box-shadow: 0 1px 3px rgba(0,0,0,0.08) inset, 0 -1px 3px rgba(0,0,0,0.08) inset;
}
.posts-wrap .post{
width: 226px;
margin: 0;
padding: 15px 0px 10px;
float: left;
}
.posts-wrap .post img{
height: 134px;
}
.posts-wrap .post figcaption h3{
margin: 0;
padding: 10px 0 5px;
}
.posts-wrap .post .date{
margin: 0;
}
.posts-wrap .post .date .fa{
margin-right: 7px;
}
/*CONTACTENOS*/
.contactme{
width: 1170px;
padding: 10px 35px;
margin: -10 auto;
}
.contactme .left{
float: left;
width: 80%;
}
.contactme .right{
float: right;
width: 20%;
}
.btn{
background: #2fb677;
padding: .5em 1.1em;
border-radius: 4px;
color: aliceblue;
box-shadow: 0 -3px 0px rgba (0,0,0,.3) inset;
} | public/blog/css/default.css | .clearfix:before, .clearfix:after{
display: table;
content:"";
}
.clearfix:after{
clear:both;
}
.cabecera .container{
width: 1170px;
margin: 0 auto;
padding: 0 15px;
}
.cabecera .logo{
float:left;
width:230px;
padding:10px 0;
}
a{
color: #505961;
-webkit-transition:all .5s ;
-o-transition:all .5s ;
transition:all .5s ;
text-decoration: none;
font-family: 'Roboto', sans-serif;
}
a:hover{
color: #5fb677;
}
.cabecera .menu{
float: right;
}
.cabecera .menu ul{
list-style: none;
position: relative;
margin: 0;
padding: 0;
}
.cabecera .menu ul li{
float: left;
}
.cabecera .menu ul li a{
padding: 0 15px;
display: block;
line-height: 84px;
}
.cabecera .menu ul li a:hover, .cabecera .menu ul li.active a{
color: #fff;
box-shadow: 0 84px 8px #2fb677 inset;
}
/*TITULOS */
.titulos-wrap{
text-align: center;
padding: 20px 15px 40px;
}
.titulos-wrap .titulo{
margin: 0;
padding: .2em 0;
font-size: 2em;
text-transform: uppercase;
color: #ffb677;
}
.titulos-wrap .subtitulo{
margin: 0;
padding: 0;
color:crimson;
}
/*page Titles*/
.page-header{
background: url('../img/pg_header.jpg') no-repeat top center;
box-shadow: 0 1px 6px rgba(0, 0, 0, .03)inset,
0 -1px 6px rgba (0, 0, 0, .03)inset;
}
/*SERVICIOS*/
.servicios{
padding: 30px 70px;
}
.servicios .item{
width: 380px;
padding: 15px 15px;
float: left;
text-align: center;
}
.servicios .item .icon{
margin: 0 auto;
width: 100px;
height: 100px;
border-radius: 50%;
border: 1px solid #2fbc77;
}
.servicios .item .icon span{
line-height: 100px;
text-align: center;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;
}
.servicios .item header h3{
margin: 0;
padding: 10px 0 5px;
}
.servicios .item header p{
margin: 0;
}
.servicios .item:hover span, .servicios .item:hover header h3 a{
color: chartreuse;
}
/*POST*/
.posts-wrap{
padding: 10px 0;
background: #fafafa url('../img/bg3.png');
box-shadow: 0 1px 3px rgba(0,0,0,0.08) inset, 0 -1px 3px rgba(0,0,0,0.08) inset;
}
.posts-wrap .post{
width: 226px;
margin: 0;
padding: 15px 0px 10px;
float: left;
}
.posts-wrap .post img{
height: 134px;
}
.posts-wrap .post figcaption h3{
margin: 0;
padding: 10px 0 5px;
}
.posts-wrap .post .date{
margin: 0;
}
.posts-wrap .post .date .fa{
margin-right: 7px;
}
/*CONTACTENOS*/
.contactme{
width: 1170px;
padding: 10px 35px;
margin: -10 auto;
}
.contactme .left{
float: left;
width: 80%;
}
.contactme .right{
float: right;
width: 20%;
}
.btn{
background: #2fb677;
padding: .5em 1.1em;
border-radius: 4px;
color: aliceblue;
box-shadow: 0 -3px 0px rgba (0,0,0,.3) inset;
} | 0.308919 | 0.089177 |
@charset "UTF-8";
@font-face {
font-family: "font-form";
src:url("fonts/font-form.eot");
src:url("fonts/font-form.eot?#iefix") format("embedded-opentype"),
url("fonts/font-form.woff") format("woff"),
url("fonts/font-form.ttf") format("truetype"),
url("fonts/font-form.svg#font-form") format("svg");
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: "font-form" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="fui-font-"]:before,
[class*=" fui-font-"]:before {
font-family: "font-form" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fui-font-angle-down:before {
content: "\65";
}
.fui-font-angle-left:before {
content: "\66";
}
.fui-font-angle-right:before {
content: "\67";
}
.fui-font-angle-up:before {
content: "\68";
}
.fui-font-asterisk:before {
content: "\69";
}
.fui-font-at:before {
content: "\6a";
}
.fui-font-calendar:before {
content: "\6e";
}
.fui-font-calendar-check-o:before {
content: "\6f";
}
.fui-font-calendar-minus-o:before {
content: "\70";
}
.fui-font-calendar-o:before {
content: "\71";
}
.fui-font-calendar-plus-o:before {
content: "\72";
}
.fui-font-calendar-times-o:before {
content: "\73";
}
.fui-font-caret-down:before {
content: "\75";
}
.fui-font-caret-left:before {
content: "\76";
}
.fui-font-caret-right:before {
content: "\77";
}
.fui-font-caret-up:before {
content: "\78";
}
.fui-font-check:before {
content: "\4a";
}
.fui-font-check-circle:before {
content: "\4b";
}
.fui-font-check-circle-o:before {
content: "\4c";
}
.fui-font-check-square:before {
content: "\4d";
}
.fui-font-check-square-o:before {
content: "\4e";
}
.fui-font-cog:before {
content: "\30";
}
.fui-font-cogs:before {
content: "\31";
}
.fui-font-credit-card:before {
content: "\39";
}
.fui-font-envelope-square:before {
content: "\22";
}
.fui-font-envelope-o:before {
content: "\23";
}
.fui-font-envelope:before {
content: "\24";
}
.fui-font-eur:before {
content: "\6b";
}
.fui-font-exclamation-circle:before {
content: "\6c";
}
.fui-font-exclamation-triangle:before {
content: "\74";
}
.fui-font-linux:before {
content: "\79";
}
.fui-font-paper-plane:before {
content: "\7a";
}
.fui-font-paper-plane-o:before {
content: "\41";
}
.fui-font-paperclip:before {
content: "\42";
}
.fui-font-pencil:before {
content: "\43";
}
.fui-font-pencil-square:before {
content: "\44";
}
.fui-font-pencil-square-o:before {
content: "\45";
}
.fui-font-phone:before {
content: "\46";
}
.fui-font-phone-square:before {
content: "\47";
}
.fui-font-picture-o:before {
content: "\48";
}
.fui-font-plus:before {
content: "\49";
}
.fui-font-plus-circle:before {
content: "\4f";
}
.fui-font-plus-square:before {
content: "\50";
}
.fui-font-plus-square-o:before {
content: "\51";
}
.fui-font-refresh:before {
content: "\52";
}
.fui-font-repeat:before {
content: "\53";
}
.fui-font-star-o:before {
content: "\54";
}
.fui-font-star-half-o:before {
content: "\55";
}
.fui-font-star-half:before {
content: "\56";
}
.fui-font-star:before {
content: "\57";
}
.fui-font-thumbs-down:before {
content: "\58";
}
.fui-font-thumbs-o-down:before {
content: "\59";
}
.fui-font-thumbs-o-up:before {
content: "\5a";
}
.fui-font-thumbs-up:before {
content: "\32";
}
.fui-font-times:before {
content: "\33";
}
.fui-font-times-circle:before {
content: "\34";
}
.fui-font-times-circle-o:before {
content: "\35";
}
.fui-font-trash-o:before {
content: "\36";
}
.fui-font-trash:before {
content: "\37";
}
.fui-font-user:before {
content: "\38";
}
.fui-font-user-plus:before {
content: "\21";
}
.fui-font-user-secret:before {
content: "\25";
}
.fui-font-user-times:before {
content: "\26";
}
.fui-font-users:before {
content: "\27";
}
.fui-font-minus-square-o:before {
content: "\28";
}
.fui-font-minus-square:before {
content: "\29";
}
.fui-font-minus-circle:before {
content: "\2a";
}
.fui-font-minus:before {
content: "\2b";
} | fui-font.css | @charset "UTF-8";
@font-face {
font-family: "font-form";
src:url("fonts/font-form.eot");
src:url("fonts/font-form.eot?#iefix") format("embedded-opentype"),
url("fonts/font-form.woff") format("woff"),
url("fonts/font-form.ttf") format("truetype"),
url("fonts/font-form.svg#font-form") format("svg");
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: "font-form" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="fui-font-"]:before,
[class*=" fui-font-"]:before {
font-family: "font-form" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fui-font-angle-down:before {
content: "\65";
}
.fui-font-angle-left:before {
content: "\66";
}
.fui-font-angle-right:before {
content: "\67";
}
.fui-font-angle-up:before {
content: "\68";
}
.fui-font-asterisk:before {
content: "\69";
}
.fui-font-at:before {
content: "\6a";
}
.fui-font-calendar:before {
content: "\6e";
}
.fui-font-calendar-check-o:before {
content: "\6f";
}
.fui-font-calendar-minus-o:before {
content: "\70";
}
.fui-font-calendar-o:before {
content: "\71";
}
.fui-font-calendar-plus-o:before {
content: "\72";
}
.fui-font-calendar-times-o:before {
content: "\73";
}
.fui-font-caret-down:before {
content: "\75";
}
.fui-font-caret-left:before {
content: "\76";
}
.fui-font-caret-right:before {
content: "\77";
}
.fui-font-caret-up:before {
content: "\78";
}
.fui-font-check:before {
content: "\4a";
}
.fui-font-check-circle:before {
content: "\4b";
}
.fui-font-check-circle-o:before {
content: "\4c";
}
.fui-font-check-square:before {
content: "\4d";
}
.fui-font-check-square-o:before {
content: "\4e";
}
.fui-font-cog:before {
content: "\30";
}
.fui-font-cogs:before {
content: "\31";
}
.fui-font-credit-card:before {
content: "\39";
}
.fui-font-envelope-square:before {
content: "\22";
}
.fui-font-envelope-o:before {
content: "\23";
}
.fui-font-envelope:before {
content: "\24";
}
.fui-font-eur:before {
content: "\6b";
}
.fui-font-exclamation-circle:before {
content: "\6c";
}
.fui-font-exclamation-triangle:before {
content: "\74";
}
.fui-font-linux:before {
content: "\79";
}
.fui-font-paper-plane:before {
content: "\7a";
}
.fui-font-paper-plane-o:before {
content: "\41";
}
.fui-font-paperclip:before {
content: "\42";
}
.fui-font-pencil:before {
content: "\43";
}
.fui-font-pencil-square:before {
content: "\44";
}
.fui-font-pencil-square-o:before {
content: "\45";
}
.fui-font-phone:before {
content: "\46";
}
.fui-font-phone-square:before {
content: "\47";
}
.fui-font-picture-o:before {
content: "\48";
}
.fui-font-plus:before {
content: "\49";
}
.fui-font-plus-circle:before {
content: "\4f";
}
.fui-font-plus-square:before {
content: "\50";
}
.fui-font-plus-square-o:before {
content: "\51";
}
.fui-font-refresh:before {
content: "\52";
}
.fui-font-repeat:before {
content: "\53";
}
.fui-font-star-o:before {
content: "\54";
}
.fui-font-star-half-o:before {
content: "\55";
}
.fui-font-star-half:before {
content: "\56";
}
.fui-font-star:before {
content: "\57";
}
.fui-font-thumbs-down:before {
content: "\58";
}
.fui-font-thumbs-o-down:before {
content: "\59";
}
.fui-font-thumbs-o-up:before {
content: "\5a";
}
.fui-font-thumbs-up:before {
content: "\32";
}
.fui-font-times:before {
content: "\33";
}
.fui-font-times-circle:before {
content: "\34";
}
.fui-font-times-circle-o:before {
content: "\35";
}
.fui-font-trash-o:before {
content: "\36";
}
.fui-font-trash:before {
content: "\37";
}
.fui-font-user:before {
content: "\38";
}
.fui-font-user-plus:before {
content: "\21";
}
.fui-font-user-secret:before {
content: "\25";
}
.fui-font-user-times:before {
content: "\26";
}
.fui-font-users:before {
content: "\27";
}
.fui-font-minus-square-o:before {
content: "\28";
}
.fui-font-minus-square:before {
content: "\29";
}
.fui-font-minus-circle:before {
content: "\2a";
}
.fui-font-minus:before {
content: "\2b";
} | 0.294316 | 0.064831 |
#ad,
#ads,
#ShowAD,
#ShowDIV_UNION,
#banner-ad,
.show_ad,
.bannerad,
.header_gg,
.side_ads,
.AdUnit,
.ads,
.Grid4,
.RelatedContent,
#_popup_msg_container,
.a_pt,
.a_pr,
div.bm.lk,
#nointelliTXT,
#nointelliTXT,
#doc_end_ad1,
#p8_2a_46_112,
#AdRight-Article-QQ,
.flash-replaced,
#ADLeft,
#bbs_jxtj,
#shoppromo,
.kdiv,
#Tombstone,
.KonaFilter,
.listlinks,
.AdBox-Article-QQ,
#float_right_parent_div,
#freesignup,
.spl_ad_plus,
.instreet_other,
#AC_TR86_73801,
.banner_ad,
#gwt-debug-ad,
#story_main_mpu,
#fdAd,
.adv,
.mod-p4poffers,
.blog-article-ad-wrapper,
.widget_d_hotpost,
#spaceBrandAd,
.hover-box,
.DaKuang,
#lovexin12,
#lovexin14,
.vip,
.forumtoptext-wrap,
#random-ads,
.outertxt,
#tonglan1,
#faceid1,
#der234,
#Al_adwin,
#wdit,
#zc1,
[id^="aDcon"],
.banner-leaderboard,
#chitikaAdBlock-0,
.SLL,
#comad,
.games_right_side,
#ActivepowerPageTopAD,
.ActivepowerForumViewTopicContentAD,
#ad-1,
.forumviewTopicBottomAD,
#ctl00_Header,
.a_cu_2,
.a_fl,
.a_cb,
.a_t,
.ad285,
.textad,
.admove,
.recommend-bd,
#theAd,
#slot_REC,
.adholder,
.ad_global_header,
.adbot_postbit,
.adbot_showthread,
.ad2,
#ad-3,
.todayjinri,
#ft-toolbar,
[id^="adzerk"],
#dialog_HDpopMsg,
.p_ad,
div#sb1.sb,
iframe#ip0,
#sponsoredLinks,
.alibar-tips fd-hide,
tr.t_infoline,
.mediumRectangleAd,
#rbox_o_shopping,
.advertisements,
.a_f,
#site .similarSites .similarSitesList .result.ad.ad-google,
.adsbygoogle,
.u5,
#searchspe,
.d10,
div[class^="advert"],
div[id^="AD"],
div[id="ad"],
div[class^="aXd"],
[id^="google-ads"],
[class^="g-ad"],
[id^="ad_"],
[id^="_iCast3"],
[id^="kw_ad"],
tr[class="ad"],
[id^="google_ads"],
[id^="yodaoad"],
[id^="sideAD"],
div[class^="ad_area"],
[class^="gug"],
[src^="//ad"],
[class^="gg"],
[class^="game"],
[style="float:left;width:260px;height:260px;"],
iframe[src^="http://www.taobao.com/go/act/"],
iframe[src^="http://www.googleadservices.com"],
iframe[src^="http://googleads"],
iframe[src^="http://eiv.baidu.com"],
iframe[src^="http://view.atdmt.com"],
iframe[src^="http://affiliate"],
iframe[src^="http://ftchinese.allyes.com"],
iframe[src^="http://afp"],
iframe[src^="http://ad"],
iframe[src^="http://bwp.cnet"],
[src^="http://www.blogad.com.tw"],
[src^="http://www.urlad.com.tw"],
iframe[src^="http://www.serchen.com/reach/ads"],
iframe[src="http://alexa.cn/ad_00.php"],
iframe[src^="http://union"],
iframe[src^="http://cpro.baidu.com"],
iframe[src^="http://z.alimama.com"],
iframe[src="http://impservice.union"],
ins[id^="aswift"],
a[href^="http://da.feedsportal.com"],
a[href^="http://s.click.taobao.com"],
img[ck="zoomImg"],
iframe[class^="ad"] {
display: none !important;
}
div[style="position: absolute; overflow: hidden; left: 0px; right: 0px; bottom: 0px; height: 135px;"] {
display: none !important;
}
div[style="position: absolute; overflow: hidden; left: 0px; top: 0px; right: 0px; bottom: 165px;"] {
bottom: 0px !important;
}
@-moz-document domain("www.theatlantic.com") {
#article .article-body>section,
.article-wide #article .article-cover-content,
.article-wide #article .article-cover-extra {
max-width: 100% !important;
padding-right: 0 !important;
}
}
@-moz-document domain("163.com") {
#epContentRight,
.ep-area {
display: none !important;
}
}
@-moz-document domain("techgig.com") {
.rhs_265 {
display: none !important;
}
.lhs_695,
.news_lft_bx,
.news_left {
width: 1200px !important;
}
}
@-moz-document domain("people.com.cn") {
.head_new,
.ad,
.fr,
.pic_ewm,
.hot_day,
.rmshjb,
#boardinfoid,
.about {
display: none !important;
}
.show_text,
.c_l,
.text_c {
width: 1000px;
}
}
@-moz-document domain("aizhan.com") {
[class^="zone"] {
display: none !important;
}
}
@-moz-document domain("pingdom.com") {
#info,
#footer,
h1,
h2 {
display: none !important;
}
}
@-moz-document domain("yahoo.com") {
#dmRosAdWrapper-MainNorth,
.ya-LDRB,
.y-col.y-col2-2 {
display: none !important;
}
}
@-moz-document domain("quora.com") {
.profile_photo_img,
.left_col.narrow_left_col {
display: none !important;
}
.center_col.w4_5 {
margin-left: 0 !important;
}
}
@-moz-document domain("163.com") {
.ep-content-bg {
background: none !important;
}
.ep-content-main,
#endText {
width: auto !important;
}
.sharecommend-wrap,
iframe,
.ep-keywords,
.ep-returnlink,
.extra-tag,
.right,
a[href^="http://bobo"],
.subfoot-wrap {
display: none !important;
}
}
@-moz-document domain("ifeng.com") {
.col_wbf02,
.right,
.an {
display: none !important;
}
#artical,
.left {
width: auto !important;
}
}
@-moz-document domain("baidu.com") {
.top-ad,
#qb-ad-cpro,
#ad-brand-down,
#ad-brand-down2,
.ad-fc-down,
.ecom,
#ecomadv,
#task-guide,
.wgt-ads,
.widget-ads,
[class^="mb-10"],
.comment-ads-container,
#departForAd,
.exp-recommend-box-main,
.aside-pro-container,
.ec_bdtg,
.cms-slide,
[class^="EC"],
#share_ad_info_panl,
.ws-tips,
.gg-content,
.EC_ppim_top,
[id^="ad"],
.wgt-xiaozhi,
.xiaozhi-min,
.xiaozhi-avatar,
.mb-layout-bd .column4,
#right-ads,
.pause-ad,
.m-client-product,
#toptip,
li.down-mobile {
display: none !important;
}
#lk,
#lm,
#ftCon,
.ec_pp_top,
#aside_ad,
.hgame_mod_theme1,
#u1 {
display: none !important;
}
#cms-rightdown,
[id^="union-search_right"],
.red-packet,
#ui-tooltip-0,
#qb-side,
.qb-side,
.adTopImg,
#content_left > table {
display: none !important;
}
#header,
.qb-section {
background: none !important;
}
#qb-content {
width: auto !important;
}
#m {
margin-top: 100px !important;
}
}
@-moz-document domain("opensiteexplorer.org") {
#results td.limit-notice {
display: none !important;
}
}
@-moz-document domain("facebook.com") {
#rightCol,
#u_ps_0_0_2 {
display: none !important;
}
#contentArea {
width: auto !important;
}
}
@-moz-document domain("searchengineland.com") {
#rightCol {
display: none !important;
}
#leftCol {
width: auto !important;
}
}
.b_ad {
display: none !important;
}
@-moz-document domain("20ju.com") {
.main {
width: auto !important;
}
.sidebar {
display: none !important;
}
}
@-moz-document domain("weibo.com") {
.WB_main_r,
.list_box_trend,
.PCD_mplayer,
[node-type="feed_spread"],
[node-type="recommendTopic"],
[feedtype="top"] {
display: none !important;
}
.WB_main_c {
width: 100% !important;
}
.WB_frame {
background: #8fb769 !important;
}
.gn_nav {
visibility: hidden !important;
}
.WB_tab_a {
background: white;
}
}
@-moz-document domain("web2.qq.com") {
#navbar,
#topBar,
.appButton.addQuickLinkButton {
display: none !important;
}
}
@-moz-document domain("bing.com") {
#hp_bottomCell,
.OpInNwWndw {
display: none !important;
}
}
@-moz-document domain("51cto.com") {
.g_13.fr,
.leftbotcon,
.subweb,
.bor,
.ad {
display: none !important;
}
.g_26,
.brief {
width: auto !important;
}
} | data/usercss/93322.user.css |
#ad,
#ads,
#ShowAD,
#ShowDIV_UNION,
#banner-ad,
.show_ad,
.bannerad,
.header_gg,
.side_ads,
.AdUnit,
.ads,
.Grid4,
.RelatedContent,
#_popup_msg_container,
.a_pt,
.a_pr,
div.bm.lk,
#nointelliTXT,
#nointelliTXT,
#doc_end_ad1,
#p8_2a_46_112,
#AdRight-Article-QQ,
.flash-replaced,
#ADLeft,
#bbs_jxtj,
#shoppromo,
.kdiv,
#Tombstone,
.KonaFilter,
.listlinks,
.AdBox-Article-QQ,
#float_right_parent_div,
#freesignup,
.spl_ad_plus,
.instreet_other,
#AC_TR86_73801,
.banner_ad,
#gwt-debug-ad,
#story_main_mpu,
#fdAd,
.adv,
.mod-p4poffers,
.blog-article-ad-wrapper,
.widget_d_hotpost,
#spaceBrandAd,
.hover-box,
.DaKuang,
#lovexin12,
#lovexin14,
.vip,
.forumtoptext-wrap,
#random-ads,
.outertxt,
#tonglan1,
#faceid1,
#der234,
#Al_adwin,
#wdit,
#zc1,
[id^="aDcon"],
.banner-leaderboard,
#chitikaAdBlock-0,
.SLL,
#comad,
.games_right_side,
#ActivepowerPageTopAD,
.ActivepowerForumViewTopicContentAD,
#ad-1,
.forumviewTopicBottomAD,
#ctl00_Header,
.a_cu_2,
.a_fl,
.a_cb,
.a_t,
.ad285,
.textad,
.admove,
.recommend-bd,
#theAd,
#slot_REC,
.adholder,
.ad_global_header,
.adbot_postbit,
.adbot_showthread,
.ad2,
#ad-3,
.todayjinri,
#ft-toolbar,
[id^="adzerk"],
#dialog_HDpopMsg,
.p_ad,
div#sb1.sb,
iframe#ip0,
#sponsoredLinks,
.alibar-tips fd-hide,
tr.t_infoline,
.mediumRectangleAd,
#rbox_o_shopping,
.advertisements,
.a_f,
#site .similarSites .similarSitesList .result.ad.ad-google,
.adsbygoogle,
.u5,
#searchspe,
.d10,
div[class^="advert"],
div[id^="AD"],
div[id="ad"],
div[class^="aXd"],
[id^="google-ads"],
[class^="g-ad"],
[id^="ad_"],
[id^="_iCast3"],
[id^="kw_ad"],
tr[class="ad"],
[id^="google_ads"],
[id^="yodaoad"],
[id^="sideAD"],
div[class^="ad_area"],
[class^="gug"],
[src^="//ad"],
[class^="gg"],
[class^="game"],
[style="float:left;width:260px;height:260px;"],
iframe[src^="http://www.taobao.com/go/act/"],
iframe[src^="http://www.googleadservices.com"],
iframe[src^="http://googleads"],
iframe[src^="http://eiv.baidu.com"],
iframe[src^="http://view.atdmt.com"],
iframe[src^="http://affiliate"],
iframe[src^="http://ftchinese.allyes.com"],
iframe[src^="http://afp"],
iframe[src^="http://ad"],
iframe[src^="http://bwp.cnet"],
[src^="http://www.blogad.com.tw"],
[src^="http://www.urlad.com.tw"],
iframe[src^="http://www.serchen.com/reach/ads"],
iframe[src="http://alexa.cn/ad_00.php"],
iframe[src^="http://union"],
iframe[src^="http://cpro.baidu.com"],
iframe[src^="http://z.alimama.com"],
iframe[src="http://impservice.union"],
ins[id^="aswift"],
a[href^="http://da.feedsportal.com"],
a[href^="http://s.click.taobao.com"],
img[ck="zoomImg"],
iframe[class^="ad"] {
display: none !important;
}
div[style="position: absolute; overflow: hidden; left: 0px; right: 0px; bottom: 0px; height: 135px;"] {
display: none !important;
}
div[style="position: absolute; overflow: hidden; left: 0px; top: 0px; right: 0px; bottom: 165px;"] {
bottom: 0px !important;
}
@-moz-document domain("www.theatlantic.com") {
#article .article-body>section,
.article-wide #article .article-cover-content,
.article-wide #article .article-cover-extra {
max-width: 100% !important;
padding-right: 0 !important;
}
}
@-moz-document domain("163.com") {
#epContentRight,
.ep-area {
display: none !important;
}
}
@-moz-document domain("techgig.com") {
.rhs_265 {
display: none !important;
}
.lhs_695,
.news_lft_bx,
.news_left {
width: 1200px !important;
}
}
@-moz-document domain("people.com.cn") {
.head_new,
.ad,
.fr,
.pic_ewm,
.hot_day,
.rmshjb,
#boardinfoid,
.about {
display: none !important;
}
.show_text,
.c_l,
.text_c {
width: 1000px;
}
}
@-moz-document domain("aizhan.com") {
[class^="zone"] {
display: none !important;
}
}
@-moz-document domain("pingdom.com") {
#info,
#footer,
h1,
h2 {
display: none !important;
}
}
@-moz-document domain("yahoo.com") {
#dmRosAdWrapper-MainNorth,
.ya-LDRB,
.y-col.y-col2-2 {
display: none !important;
}
}
@-moz-document domain("quora.com") {
.profile_photo_img,
.left_col.narrow_left_col {
display: none !important;
}
.center_col.w4_5 {
margin-left: 0 !important;
}
}
@-moz-document domain("163.com") {
.ep-content-bg {
background: none !important;
}
.ep-content-main,
#endText {
width: auto !important;
}
.sharecommend-wrap,
iframe,
.ep-keywords,
.ep-returnlink,
.extra-tag,
.right,
a[href^="http://bobo"],
.subfoot-wrap {
display: none !important;
}
}
@-moz-document domain("ifeng.com") {
.col_wbf02,
.right,
.an {
display: none !important;
}
#artical,
.left {
width: auto !important;
}
}
@-moz-document domain("baidu.com") {
.top-ad,
#qb-ad-cpro,
#ad-brand-down,
#ad-brand-down2,
.ad-fc-down,
.ecom,
#ecomadv,
#task-guide,
.wgt-ads,
.widget-ads,
[class^="mb-10"],
.comment-ads-container,
#departForAd,
.exp-recommend-box-main,
.aside-pro-container,
.ec_bdtg,
.cms-slide,
[class^="EC"],
#share_ad_info_panl,
.ws-tips,
.gg-content,
.EC_ppim_top,
[id^="ad"],
.wgt-xiaozhi,
.xiaozhi-min,
.xiaozhi-avatar,
.mb-layout-bd .column4,
#right-ads,
.pause-ad,
.m-client-product,
#toptip,
li.down-mobile {
display: none !important;
}
#lk,
#lm,
#ftCon,
.ec_pp_top,
#aside_ad,
.hgame_mod_theme1,
#u1 {
display: none !important;
}
#cms-rightdown,
[id^="union-search_right"],
.red-packet,
#ui-tooltip-0,
#qb-side,
.qb-side,
.adTopImg,
#content_left > table {
display: none !important;
}
#header,
.qb-section {
background: none !important;
}
#qb-content {
width: auto !important;
}
#m {
margin-top: 100px !important;
}
}
@-moz-document domain("opensiteexplorer.org") {
#results td.limit-notice {
display: none !important;
}
}
@-moz-document domain("facebook.com") {
#rightCol,
#u_ps_0_0_2 {
display: none !important;
}
#contentArea {
width: auto !important;
}
}
@-moz-document domain("searchengineland.com") {
#rightCol {
display: none !important;
}
#leftCol {
width: auto !important;
}
}
.b_ad {
display: none !important;
}
@-moz-document domain("20ju.com") {
.main {
width: auto !important;
}
.sidebar {
display: none !important;
}
}
@-moz-document domain("weibo.com") {
.WB_main_r,
.list_box_trend,
.PCD_mplayer,
[node-type="feed_spread"],
[node-type="recommendTopic"],
[feedtype="top"] {
display: none !important;
}
.WB_main_c {
width: 100% !important;
}
.WB_frame {
background: #8fb769 !important;
}
.gn_nav {
visibility: hidden !important;
}
.WB_tab_a {
background: white;
}
}
@-moz-document domain("web2.qq.com") {
#navbar,
#topBar,
.appButton.addQuickLinkButton {
display: none !important;
}
}
@-moz-document domain("bing.com") {
#hp_bottomCell,
.OpInNwWndw {
display: none !important;
}
}
@-moz-document domain("51cto.com") {
.g_13.fr,
.leftbotcon,
.subweb,
.bor,
.ad {
display: none !important;
}
.g_26,
.brief {
width: auto !important;
}
} | 0.159741 | 0.065038 |
body {
overflow: hidden;
font-weight: 400;
font-size: 1rem;
margin: 0px;
width: 100%;
min-height: 100vh;
justify-content: center;
align-items: center;
align-content: center;
background: #f2f2f2;
}
.login-wrap{
position: fixed;
top: 50%;
min-height: 575px;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: #FFF;
-webkit-box-shadow: 0 8px 50px -5px rgba(0, 0, 0, 0.1);
box-shadow: 0 8px 50px -5px rgba(0, 0, 0, 0.1);
width: 350px;
border-radius: 10px;
}
.login-header{
margin-top: 40px;
display: block;
user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-webkit-touch-callout: none;
-o-user-select: none;
-moz-user-select: none;
pointer-events:none;
}
.login{
margin-top: 100px;
float: left;
margin-left: 45px;
}
.login-username, .login-password{
font-family: Poppins-Regular;
font-size: 15px;
line-height: 1;
display: block;
height: 35px;
background: transparent;
border: none;
width: 250px;
padding: 0 5px;
border-radius: 10px;
border-color: #f2f2f2;
background: linear-gradient(#000, #000) center bottom 5px /calc(100% - 10px) 2px no-repeat;
}
.login-password{
margin-top: 30px;
}
.login-button{
font-family: Poppins-Regular;
font-size: 15px;
height: 35px;
margin-top: 30px;
margin-bottom: 30px;
width: 250px;
border-radius: 20px;
color: #FFF;
border: none;
background-color: #5973f2;
/* background-color: #24a0ed; */
}
.login-button:hover{
background-color: #24a0ed;
}
*:focus {
outline: none;
}
.forget-password{
display: inline-flex;
margin-top:30px;
}
.create-account{
display: inline-flex;
margin-top:30px;
}
ul.errorlist {
display:none;
}
.error-message{
border-radius: 10px;
background-color: #F00;
margin: 0px;
float: right;
margin-right: 50px;
margin-bottom: 10px;
padding: 5px;
color: #FFF;
}
.success-message{
border-radius: 10px;
background-color: #0F0;
margin: 0px;
margin-bottom: 10px;
float: right;
margin-right: 50px;
padding: 5px;
color: #FFF;
}
.info-message{
border-radius: 10px;
background-color: #00FFFF;
margin: 0px;
float: right;
margin-right: 50px;
margin-bottom: 10px;
padding: 5px;
color: #FFF;
}
.warning-message{
border-radius: 10px;
background-color: #FFA500;
margin: 0px;
float: right;
margin-right: 50px;
margin-bottom: 10px;
padding: 5px;
color: #FFF;
}
.sidepanel-button{
top: -100px;
} | staticfiles/login/login.css | body {
overflow: hidden;
font-weight: 400;
font-size: 1rem;
margin: 0px;
width: 100%;
min-height: 100vh;
justify-content: center;
align-items: center;
align-content: center;
background: #f2f2f2;
}
.login-wrap{
position: fixed;
top: 50%;
min-height: 575px;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: #FFF;
-webkit-box-shadow: 0 8px 50px -5px rgba(0, 0, 0, 0.1);
box-shadow: 0 8px 50px -5px rgba(0, 0, 0, 0.1);
width: 350px;
border-radius: 10px;
}
.login-header{
margin-top: 40px;
display: block;
user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-webkit-touch-callout: none;
-o-user-select: none;
-moz-user-select: none;
pointer-events:none;
}
.login{
margin-top: 100px;
float: left;
margin-left: 45px;
}
.login-username, .login-password{
font-family: Poppins-Regular;
font-size: 15px;
line-height: 1;
display: block;
height: 35px;
background: transparent;
border: none;
width: 250px;
padding: 0 5px;
border-radius: 10px;
border-color: #f2f2f2;
background: linear-gradient(#000, #000) center bottom 5px /calc(100% - 10px) 2px no-repeat;
}
.login-password{
margin-top: 30px;
}
.login-button{
font-family: Poppins-Regular;
font-size: 15px;
height: 35px;
margin-top: 30px;
margin-bottom: 30px;
width: 250px;
border-radius: 20px;
color: #FFF;
border: none;
background-color: #5973f2;
/* background-color: #24a0ed; */
}
.login-button:hover{
background-color: #24a0ed;
}
*:focus {
outline: none;
}
.forget-password{
display: inline-flex;
margin-top:30px;
}
.create-account{
display: inline-flex;
margin-top:30px;
}
ul.errorlist {
display:none;
}
.error-message{
border-radius: 10px;
background-color: #F00;
margin: 0px;
float: right;
margin-right: 50px;
margin-bottom: 10px;
padding: 5px;
color: #FFF;
}
.success-message{
border-radius: 10px;
background-color: #0F0;
margin: 0px;
margin-bottom: 10px;
float: right;
margin-right: 50px;
padding: 5px;
color: #FFF;
}
.info-message{
border-radius: 10px;
background-color: #00FFFF;
margin: 0px;
float: right;
margin-right: 50px;
margin-bottom: 10px;
padding: 5px;
color: #FFF;
}
.warning-message{
border-radius: 10px;
background-color: #FFA500;
margin: 0px;
float: right;
margin-right: 50px;
margin-bottom: 10px;
padding: 5px;
color: #FFF;
}
.sidepanel-button{
top: -100px;
} | 0.244543 | 0.057573 |
footer h6{
color:#4f4f4f;
font-weight: 300;
font-size: 0.9rem;
}
.wow {
visibility: hidden;
}
.linea{
width:0;
border-top:1px solid rgba(1,0,0,.5);
-webkit-transition: width 2s;
transition: width 0.3s ease-in;
}
footer .container div:hover ~ .linea{
width: 30%;
border-top:1px solid rgba(1,0,0,.5);
}
@keyframes autofill {
to {
color: rgb(2, 0, 0);
background: transparent;
}
}
input:-webkit-autofill {
animation-name: autofill;
animation-fill-mode: both;
}
.form-check-input[type=checkbox], .form-check-input[type=radio], label.btn input[type=checkbox], label.btn input[type=radio] {
position: absolute;
left: -9999px;
visibility: hidden;
}
.navbar .breadcrumb .breadcrumb-item.active, .navbar .breadcrumb .breadcrumb-item:before {
color: rgba(0, 0, 0, 0.65);
}
.jumbotron {
margin-bottom: 0rem;
}
.profile > [class*="col-"]{
padding-left: 10px !important;
padding-right: 10px !important;
}
body:not(.modal-open){
padding-right: 0px !important;
}
.cropit-preview {
background-color: #f8f8f8;
background-size: cover;
border: 1px solid #ccc;
margin-top: 7px;
width: 250px;
height: 250px;
}
.cropit-preview-image-container {
cursor: move;
}
.image-size-label {
margin-top: 10px;
}
#result {
margin-top: 10px;
width: 900px;
}
#result-data {
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
word-wrap: break-word;
}
.slider {
-webkit-appearance: none;
width: 240px;
height: 10px;
border-radius: 5px;
background: #d3d3d3;
outline: none;
opacity: 0.7;
-webkit-transition: .2s;
transition: opacity .2s;
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 15px;
height: 15px;
border-radius: 50%;
background: rgb(71, 141, 206);
cursor: pointer;
}
.slider::-moz-range-thumb {
width: 15px;
height: 15px;
border-radius: 50%;
background: rgb(71, 141, 206);
cursor: pointer;
}
.cropit-image-preview .error-msg {
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 10px 20px;
color: #fff;
background: rgba(210,65,72,0.8);
line-height: 1.5;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-webkit-transition: opacity 0.25s;
-moz-transition: opacity 0.25s;
-o-transition: opacity 0.25s;
-ms-transition: opacity 0.25s;
transition: opacity 0.25s;
}
.cropit-image-preview.has-error .error-msg {
opacity: 1;
-ms-filter: none;
filter: none;
}
@media (min-width: 576px){
.jumbotron {
padding: 1rem 2rem;
}
}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
.profile{
margin-left: 0.5px !important;
margin-right: 0.5px !important;
}
.profile > [class*="col-"]{
padding-left: 5px !important;
padding-right: 5px !important;
}
}
/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
}
/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
}
/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
} | public/css/style.css | footer h6{
color:#4f4f4f;
font-weight: 300;
font-size: 0.9rem;
}
.wow {
visibility: hidden;
}
.linea{
width:0;
border-top:1px solid rgba(1,0,0,.5);
-webkit-transition: width 2s;
transition: width 0.3s ease-in;
}
footer .container div:hover ~ .linea{
width: 30%;
border-top:1px solid rgba(1,0,0,.5);
}
@keyframes autofill {
to {
color: rgb(2, 0, 0);
background: transparent;
}
}
input:-webkit-autofill {
animation-name: autofill;
animation-fill-mode: both;
}
.form-check-input[type=checkbox], .form-check-input[type=radio], label.btn input[type=checkbox], label.btn input[type=radio] {
position: absolute;
left: -9999px;
visibility: hidden;
}
.navbar .breadcrumb .breadcrumb-item.active, .navbar .breadcrumb .breadcrumb-item:before {
color: rgba(0, 0, 0, 0.65);
}
.jumbotron {
margin-bottom: 0rem;
}
.profile > [class*="col-"]{
padding-left: 10px !important;
padding-right: 10px !important;
}
body:not(.modal-open){
padding-right: 0px !important;
}
.cropit-preview {
background-color: #f8f8f8;
background-size: cover;
border: 1px solid #ccc;
margin-top: 7px;
width: 250px;
height: 250px;
}
.cropit-preview-image-container {
cursor: move;
}
.image-size-label {
margin-top: 10px;
}
#result {
margin-top: 10px;
width: 900px;
}
#result-data {
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
word-wrap: break-word;
}
.slider {
-webkit-appearance: none;
width: 240px;
height: 10px;
border-radius: 5px;
background: #d3d3d3;
outline: none;
opacity: 0.7;
-webkit-transition: .2s;
transition: opacity .2s;
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 15px;
height: 15px;
border-radius: 50%;
background: rgb(71, 141, 206);
cursor: pointer;
}
.slider::-moz-range-thumb {
width: 15px;
height: 15px;
border-radius: 50%;
background: rgb(71, 141, 206);
cursor: pointer;
}
.cropit-image-preview .error-msg {
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 10px 20px;
color: #fff;
background: rgba(210,65,72,0.8);
line-height: 1.5;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-webkit-transition: opacity 0.25s;
-moz-transition: opacity 0.25s;
-o-transition: opacity 0.25s;
-ms-transition: opacity 0.25s;
transition: opacity 0.25s;
}
.cropit-image-preview.has-error .error-msg {
opacity: 1;
-ms-filter: none;
filter: none;
}
@media (min-width: 576px){
.jumbotron {
padding: 1rem 2rem;
}
}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
.profile{
margin-left: 0.5px !important;
margin-right: 0.5px !important;
}
.profile > [class*="col-"]{
padding-left: 5px !important;
padding-right: 5px !important;
}
}
/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
}
/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
}
/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
} | 0.29972 | 0.076167 |
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
* {
box-sizing: border-box;
font-family: 'Montserrat', sans-serif;
}
h3 {
margin: 8px 0px;
background-color: rgb(59, 153, 67);
border-radius: 5px;
text-align: center;
line-height: 30px;
color: #fff;
}
h5 {
margin: 25% 0px;
display: inline;
}
body {
margin: 0px;
min-height: 100vh;
background-image: url("../img/bg.png");
background-attachment: fixed;
display: grid;
grid-template-rows: 50px auto 50px;
grid-gap: 10px;
grid-template-areas:
"header"
"main"
"footer";
}
header {
grid-area: header;
position: sticky;
top: 0px;
}
header h3 {
margin: 0px;
background-color: rgb(59, 89, 153);
border-radius: 0px 0px 5px 5px;
height: 100%;
line-height: 50px;
font-size: 1.5em;
}
#formulario {
grid-area: main;
width: 100%;
max-width: 820px;
margin: 0 auto;
padding: 8px;
}
#formulario form {
background-color: #fff;
border-radius: 5px;
padding: 0px 8px;
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.425);
display: grid;
grid-template-rows: auto auto auto auto auto auto auto auto;
}
#formulario form #nome, #user, #question, #pretencao {
width: 100%;
min-height: 30px;
margin: 0px 0px 5px;
padding: 3px;
resize: none;
background-color: #fff;
outline-color: rgb(70, 153, 59);
border: none;
box-shadow: 3px 3px 10px rgba(0,0,0,.15);
transition: 2s;
}
#formulario form label label {
display: block;
height: 25px;
}
#formulario form > input {
margin: 8px 0px;
background-color: rgb(153, 59, 59);
border-radius: 5px;
border: none;
text-align: center;
line-height: 30px;
color: #fff;
font-weight: bold;
}
footer h3 {
grid-area: footer;
background-color: rgb(59, 89, 153);
margin: 0px;
border-radius: 5px 5px 0px 0px;
height: 100%;
line-height: 50px;
}
@media (min-width: 740px){
#formulario form {
grid-gap: 5px;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: auto auto auto auto auto;
grid-template-areas:
"nome perfil perfil"
"user perfil perfil"
"pretencao perfil perfil"
"sexo escolaridade interesses"
"1 button 2"
}
#lnome {
grid-area: nome;
}
#luser {
grid-area: user;
}
#lpretencao {
grid-area: pretencao;
}
#lquestion {
grid-area: perfil;
}
#question {
height: calc(100% - 51px);
padding: 10px;
}
#lsexo {
grid-area: sexo;
}
#lescolaridade {
grid-area: escolaridade;
}
#linteresses {
grid-area: interesses;
}
#button {
grid-area: button;
}
} | css/main.css | @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
* {
box-sizing: border-box;
font-family: 'Montserrat', sans-serif;
}
h3 {
margin: 8px 0px;
background-color: rgb(59, 153, 67);
border-radius: 5px;
text-align: center;
line-height: 30px;
color: #fff;
}
h5 {
margin: 25% 0px;
display: inline;
}
body {
margin: 0px;
min-height: 100vh;
background-image: url("../img/bg.png");
background-attachment: fixed;
display: grid;
grid-template-rows: 50px auto 50px;
grid-gap: 10px;
grid-template-areas:
"header"
"main"
"footer";
}
header {
grid-area: header;
position: sticky;
top: 0px;
}
header h3 {
margin: 0px;
background-color: rgb(59, 89, 153);
border-radius: 0px 0px 5px 5px;
height: 100%;
line-height: 50px;
font-size: 1.5em;
}
#formulario {
grid-area: main;
width: 100%;
max-width: 820px;
margin: 0 auto;
padding: 8px;
}
#formulario form {
background-color: #fff;
border-radius: 5px;
padding: 0px 8px;
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.425);
display: grid;
grid-template-rows: auto auto auto auto auto auto auto auto;
}
#formulario form #nome, #user, #question, #pretencao {
width: 100%;
min-height: 30px;
margin: 0px 0px 5px;
padding: 3px;
resize: none;
background-color: #fff;
outline-color: rgb(70, 153, 59);
border: none;
box-shadow: 3px 3px 10px rgba(0,0,0,.15);
transition: 2s;
}
#formulario form label label {
display: block;
height: 25px;
}
#formulario form > input {
margin: 8px 0px;
background-color: rgb(153, 59, 59);
border-radius: 5px;
border: none;
text-align: center;
line-height: 30px;
color: #fff;
font-weight: bold;
}
footer h3 {
grid-area: footer;
background-color: rgb(59, 89, 153);
margin: 0px;
border-radius: 5px 5px 0px 0px;
height: 100%;
line-height: 50px;
}
@media (min-width: 740px){
#formulario form {
grid-gap: 5px;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: auto auto auto auto auto;
grid-template-areas:
"nome perfil perfil"
"user perfil perfil"
"pretencao perfil perfil"
"sexo escolaridade interesses"
"1 button 2"
}
#lnome {
grid-area: nome;
}
#luser {
grid-area: user;
}
#lpretencao {
grid-area: pretencao;
}
#lquestion {
grid-area: perfil;
}
#question {
height: calc(100% - 51px);
padding: 10px;
}
#lsexo {
grid-area: sexo;
}
#lescolaridade {
grid-area: escolaridade;
}
#linteresses {
grid-area: interesses;
}
#button {
grid-area: button;
}
} | 0.317003 | 0.150496 |
.highlight {
background-color: #fdf6e3;
color: #586e75;
}
.highlight .c {
color: #93a1a1;
}
.highlight .err,
.highlight .g {
color: #586e75;
}
.highlight .k {
color: #859900;
}
.highlight .l,
.highlight .n {
color: #586e75;
}
.highlight .o {
color: #859900;
}
.highlight .x {
color: #cb4b16;
}
.highlight .p {
color: #586e75;
}
.highlight .cm {
color: #93a1a1;
}
.highlight .cp {
color: #859900;
}
.highlight .c1 {
color: #93a1a1;
}
.highlight .cs {
color: #859900;
}
.highlight .gd {
color: #2aa198;
}
.highlight .ge {
color: #586e75;
font-style: italic;
}
.highlight .gr {
color: #dc322f;
}
.highlight .gh {
color: #cb4b16;
}
.highlight .gi {
color: #859900;
}
.highlight .go,
.highlight .gp {
color: #586e75;
}
.highlight .gs {
color: #586e75;
font-weight: bold;
}
.highlight .gu {
color: #cb4b16;
}
.highlight .gt {
color: #586e75;
}
.highlight .kc {
color: #cb4b16;
}
.highlight .kd {
color: #268bd2;
}
.highlight .kn,
.highlight .kp {
color: #859900;
}
.highlight .kr {
color: #268bd2;
}
.highlight .kt {
color: #dc322f;
}
.highlight .ld {
color: #586e75;
}
.highlight .m,
.highlight .s {
color: #2aa198;
}
.highlight .na {
color: #B58900;
}
.highlight .nb {
color: #586e75;
}
.highlight .nc {
color: #268bd2;
}
.highlight .no {
color: #cb4b16;
}
.highlight .nd {
color: #268bd2;
}
.highlight .ni,
.highlight .ne {
color: #cb4b16;
}
.highlight .nf {
color: #268bd2;
}
.highlight .nl,
.highlight .nn,
.highlight .nx,
.highlight .py {
color: #586e75;
}
.highlight .nt,
.highlight .nv {
color: #268bd2;
}
.highlight .ow {
color: #859900;
}
.highlight .w {
color: #586e75;
}
.highlight .mf,
.highlight .mh,
.highlight .mi,
.highlight .mo {
color: #2aa198;
}
.highlight .sb {
color: #93a1a1;
}
.highlight .sc {
color: #2aa198;
}
.highlight .sd {
color: #586e75;
}
.highlight .s2 {
color: #2aa198;
}
.highlight .se {
color: #cb4b16;
}
.highlight .sh {
color: #586e75;
}
.highlight .si,
.highlight .sx {
color: #2aa198;
}
.highlight .sr {
color: #dc322f;
}
.highlight .s1,
.highlight .ss {
color: #2aa198;
}
.highlight .bp,
.highlight .vc,
.highlight .vg,
.highlight .vi {
color: #268bd2;
}
.highlight .il {
color: #2aa198;
}
.is-success {
background-color: #4caf50 !important;
color: #fff;
}
.hero.is-success {
background-color: #4caf50;
color: #fff;
}
a.navbar-item.is-active,
.hero.is-success a.navbar-item:hover {
background-color: #43A047 !important;
color: #fff;
}
.article-title {
color: #363636 !important;
}
.img-center {
display: block;
margin-left: auto;
margin-right: auto;
}
article .section p,
article .section ul,
article .section ol,
article .section li {
margin-bottom: 0.5em;
}
article .section p:last-child,
article .section ul:last-child,
article .section ol:last-child,
article .section li:last-child {
margin-bottom: 0;
}
article .section h1,
article .section h2,
article .section h3 {
color: #363636;
font-weight: 500;
line-height: 1.125;
margin: 1.5rem 0 1rem 0;
}
article .section h1 {
font-size: 2rem;
}
article .section h2 {
font-size: 1.25rem;
}
article .section h3 {
font-size: 1.125rem;
}
article .section blockquote,
article .section .highlight {
background-color: #f5f5f5;
color: #4a4a4a;
margin: 0.25em 0.25em 0.5em 0.25em !important;
padding: 0.5em;
}
article .section ul:not(.pagination-list) {
list-style-type: disc;
}
article .section li {
margin-left: 2em;
}
article .section ol li {
padding-left: 0.5em;
}
article .section img {
padding: 1em;
}
article .section table {
margin-bottom: 0.5em;
}
article .section table td,
article .section table th {
border: 1px solid #f5f5f5;
padding: 0.25em;
}
.link-text {
margin-left: 5px;
}
.title.is-brand {
font-weight: bold;
}
footer.footer {
position: relative;
}
footer.footer .credits {
align-items: center;
display: flex;
justify-content: center;
}
footer.footer .credits > * {
display: inline-block;
padding: 0 0.5rem;
}
footer.footer .credits > *:not(:last-child) {
border-right: 1px solid #363636;
}
footer.footer .credits > *.badge {
height: 1.5rem;
padding-left: 0;
}
footer.footer .credits .icon.is-small {
vertical-align: baseline;
}
footer.footer .github-fork-ribbon-wrapper {
bottom: 0;
height: 150px;
overflow: hidden;
pointer-events: none;
position: absolute;
right: 0;
width: 150px;
}
footer.footer .github-fork-ribbon-wrapper .github-fork-ribbon {
background-color: #4caf50;
padding: 1px 0;
pointer-events: auto;
position: absolute;
right: -65px;
top: 65px;
-webkit-transform: rotate(315deg);
-ms-transform: rotate(315deg);
transform: rotate(315deg);
}
footer.footer .github-fork-ribbon-wrapper .github-fork-ribbon a {
border: 2px dotted #f5f5f5;
color: #f5f5f5;
display: inline-block;
font-size: 0.9rem;
text-decoration: none;
padding-left: 32px;
width: 250px;
}
footer.footer .github-fork-ribbon-wrapper .github-fork-ribbon:hover {
background-color: #f5f5f5;
}
footer.footer .github-fork-ribbon-wrapper .github-fork-ribbon:hover a {
background-color: #f5f5f5;
border-color: #4caf50;
color: #4caf50;
}
.card.is-fullheight {
height: 100%;
}
.card-content a h3 {
color: #4caf50;
}
.card-content a p {
color: #4a4a4a;
}
.card-content a:hover h3,
.card-content a:hover p {
color: #363636;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
html,
body {
width: 100%;
overflow-x: hidden;
}
}
#mc_embed_signup input.mce_inline_error {
border-color: #ff3860 !important;
}
#mc_embed_signup div.mce_inline_error {
background-color: inherit !important;
color: #ff3860 !important;
font-size: 0.75rem;
font-weight: inherit !important;
margin-top: 0.25rem !important;
padding: 0 !important;
}
abbr[title],
acronym[title] {
text-decoration: none;
} | bulrush/static/css/main.css | .highlight {
background-color: #fdf6e3;
color: #586e75;
}
.highlight .c {
color: #93a1a1;
}
.highlight .err,
.highlight .g {
color: #586e75;
}
.highlight .k {
color: #859900;
}
.highlight .l,
.highlight .n {
color: #586e75;
}
.highlight .o {
color: #859900;
}
.highlight .x {
color: #cb4b16;
}
.highlight .p {
color: #586e75;
}
.highlight .cm {
color: #93a1a1;
}
.highlight .cp {
color: #859900;
}
.highlight .c1 {
color: #93a1a1;
}
.highlight .cs {
color: #859900;
}
.highlight .gd {
color: #2aa198;
}
.highlight .ge {
color: #586e75;
font-style: italic;
}
.highlight .gr {
color: #dc322f;
}
.highlight .gh {
color: #cb4b16;
}
.highlight .gi {
color: #859900;
}
.highlight .go,
.highlight .gp {
color: #586e75;
}
.highlight .gs {
color: #586e75;
font-weight: bold;
}
.highlight .gu {
color: #cb4b16;
}
.highlight .gt {
color: #586e75;
}
.highlight .kc {
color: #cb4b16;
}
.highlight .kd {
color: #268bd2;
}
.highlight .kn,
.highlight .kp {
color: #859900;
}
.highlight .kr {
color: #268bd2;
}
.highlight .kt {
color: #dc322f;
}
.highlight .ld {
color: #586e75;
}
.highlight .m,
.highlight .s {
color: #2aa198;
}
.highlight .na {
color: #B58900;
}
.highlight .nb {
color: #586e75;
}
.highlight .nc {
color: #268bd2;
}
.highlight .no {
color: #cb4b16;
}
.highlight .nd {
color: #268bd2;
}
.highlight .ni,
.highlight .ne {
color: #cb4b16;
}
.highlight .nf {
color: #268bd2;
}
.highlight .nl,
.highlight .nn,
.highlight .nx,
.highlight .py {
color: #586e75;
}
.highlight .nt,
.highlight .nv {
color: #268bd2;
}
.highlight .ow {
color: #859900;
}
.highlight .w {
color: #586e75;
}
.highlight .mf,
.highlight .mh,
.highlight .mi,
.highlight .mo {
color: #2aa198;
}
.highlight .sb {
color: #93a1a1;
}
.highlight .sc {
color: #2aa198;
}
.highlight .sd {
color: #586e75;
}
.highlight .s2 {
color: #2aa198;
}
.highlight .se {
color: #cb4b16;
}
.highlight .sh {
color: #586e75;
}
.highlight .si,
.highlight .sx {
color: #2aa198;
}
.highlight .sr {
color: #dc322f;
}
.highlight .s1,
.highlight .ss {
color: #2aa198;
}
.highlight .bp,
.highlight .vc,
.highlight .vg,
.highlight .vi {
color: #268bd2;
}
.highlight .il {
color: #2aa198;
}
.is-success {
background-color: #4caf50 !important;
color: #fff;
}
.hero.is-success {
background-color: #4caf50;
color: #fff;
}
a.navbar-item.is-active,
.hero.is-success a.navbar-item:hover {
background-color: #43A047 !important;
color: #fff;
}
.article-title {
color: #363636 !important;
}
.img-center {
display: block;
margin-left: auto;
margin-right: auto;
}
article .section p,
article .section ul,
article .section ol,
article .section li {
margin-bottom: 0.5em;
}
article .section p:last-child,
article .section ul:last-child,
article .section ol:last-child,
article .section li:last-child {
margin-bottom: 0;
}
article .section h1,
article .section h2,
article .section h3 {
color: #363636;
font-weight: 500;
line-height: 1.125;
margin: 1.5rem 0 1rem 0;
}
article .section h1 {
font-size: 2rem;
}
article .section h2 {
font-size: 1.25rem;
}
article .section h3 {
font-size: 1.125rem;
}
article .section blockquote,
article .section .highlight {
background-color: #f5f5f5;
color: #4a4a4a;
margin: 0.25em 0.25em 0.5em 0.25em !important;
padding: 0.5em;
}
article .section ul:not(.pagination-list) {
list-style-type: disc;
}
article .section li {
margin-left: 2em;
}
article .section ol li {
padding-left: 0.5em;
}
article .section img {
padding: 1em;
}
article .section table {
margin-bottom: 0.5em;
}
article .section table td,
article .section table th {
border: 1px solid #f5f5f5;
padding: 0.25em;
}
.link-text {
margin-left: 5px;
}
.title.is-brand {
font-weight: bold;
}
footer.footer {
position: relative;
}
footer.footer .credits {
align-items: center;
display: flex;
justify-content: center;
}
footer.footer .credits > * {
display: inline-block;
padding: 0 0.5rem;
}
footer.footer .credits > *:not(:last-child) {
border-right: 1px solid #363636;
}
footer.footer .credits > *.badge {
height: 1.5rem;
padding-left: 0;
}
footer.footer .credits .icon.is-small {
vertical-align: baseline;
}
footer.footer .github-fork-ribbon-wrapper {
bottom: 0;
height: 150px;
overflow: hidden;
pointer-events: none;
position: absolute;
right: 0;
width: 150px;
}
footer.footer .github-fork-ribbon-wrapper .github-fork-ribbon {
background-color: #4caf50;
padding: 1px 0;
pointer-events: auto;
position: absolute;
right: -65px;
top: 65px;
-webkit-transform: rotate(315deg);
-ms-transform: rotate(315deg);
transform: rotate(315deg);
}
footer.footer .github-fork-ribbon-wrapper .github-fork-ribbon a {
border: 2px dotted #f5f5f5;
color: #f5f5f5;
display: inline-block;
font-size: 0.9rem;
text-decoration: none;
padding-left: 32px;
width: 250px;
}
footer.footer .github-fork-ribbon-wrapper .github-fork-ribbon:hover {
background-color: #f5f5f5;
}
footer.footer .github-fork-ribbon-wrapper .github-fork-ribbon:hover a {
background-color: #f5f5f5;
border-color: #4caf50;
color: #4caf50;
}
.card.is-fullheight {
height: 100%;
}
.card-content a h3 {
color: #4caf50;
}
.card-content a p {
color: #4a4a4a;
}
.card-content a:hover h3,
.card-content a:hover p {
color: #363636;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
html,
body {
width: 100%;
overflow-x: hidden;
}
}
#mc_embed_signup input.mce_inline_error {
border-color: #ff3860 !important;
}
#mc_embed_signup div.mce_inline_error {
background-color: inherit !important;
color: #ff3860 !important;
font-size: 0.75rem;
font-weight: inherit !important;
margin-top: 0.25rem !important;
padding: 0 !important;
}
abbr[title],
acronym[title] {
text-decoration: none;
} | 0.452536 | 0.144119 |
.map-container{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}
h1 {
color: #FFFFFF;
text-align: center;
letter-spacing: 1px;
text-transform: uppercase;
font-family: 'Lato', sans-serif;
src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v16/S6u8w4BMUTPHjxsAXC-q.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body{
background-color: #1D1A17 !important;
}
h2,h3,h4,h5 {
color: #FFFFFF;
}
td {
color: #000000;
background-color: #FFFFFF;
}
.table-hover tbody tr:hover td {
background: #FF9F33;
}
#teren{
color: #FFFFFF;
text-align: center;
letter-spacing: 1px;
text-transform: uppercase;
font-family: 'Lato', sans-serif;
src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v16/S6u8w4BMUTPHjxsAXC-q.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.dropdown-item:hover {
border: 2px solid #FF9F33 !important;
border-radius: 5px !important;
background-color: #FF9F33 !important;
}
.navigacija-link{
color: #FFFFFF !important;
font-weight: 600;
font-size: 13px;
letter-spacing: 1px;
text-transform: uppercase;
position: relative;
font-family: 'Lato', sans-serif;
src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v16/S6u8w4BMUTPHjxsAXC-q.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.navigacija-link:hover{
border: 2px solid #FF9F33;
border-radius: 5px;
background-color: #FF9F33;
color: #FFFFFF !important;
font-weight: 600;
font-size: 13px;
letter-spacing: 1px;
text-transform: uppercase;
position: relative;
font-family: 'Lato', sans-serif;
src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v16/S6u8w4BMUTPHjxsAXC-q.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.navigacija-podlink{
color: #FFFFFF !important;
font-weight: 600;
font-size: 13px;
letter-spacing: 1px;
text-transform: uppercase;
position: relative;
font-family: 'Lato', sans-serif;
src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v16/S6u8w4BMUTPHjxsAXC-q.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.navigacija-podlink:hover{
color: #FFFFFF !important;
font-weight: 600;
font-size: 13px;
letter-spacing: 1px;
text-transform: uppercase;
position: relative;
font-family: 'Lato', sans-serif;
src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v16/S6u8w4BMUTPHjxsAXC-q.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.pagination {
justify-content: center;
}
.resp-container {
position: relative;
overflow: hidden;
padding-top: 56.25%;
height: 500px;
}
.responsive-iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
@media screen and (max-width: 699px) {
#carouselExampleIndicators1 {
display: none;
}
#slika-desno {
display: none;
}
}
@media screen and (min-width: 700px) {
#carouselExampleIndicators2 {
display: none;
}
#slika-meni{
display: none;
}
}
.table td, .table th{
text-align: center;
} | public/css/style.css | .map-container{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}
h1 {
color: #FFFFFF;
text-align: center;
letter-spacing: 1px;
text-transform: uppercase;
font-family: 'Lato', sans-serif;
src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v16/S6u8w4BMUTPHjxsAXC-q.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body{
background-color: #1D1A17 !important;
}
h2,h3,h4,h5 {
color: #FFFFFF;
}
td {
color: #000000;
background-color: #FFFFFF;
}
.table-hover tbody tr:hover td {
background: #FF9F33;
}
#teren{
color: #FFFFFF;
text-align: center;
letter-spacing: 1px;
text-transform: uppercase;
font-family: 'Lato', sans-serif;
src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v16/S6u8w4BMUTPHjxsAXC-q.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.dropdown-item:hover {
border: 2px solid #FF9F33 !important;
border-radius: 5px !important;
background-color: #FF9F33 !important;
}
.navigacija-link{
color: #FFFFFF !important;
font-weight: 600;
font-size: 13px;
letter-spacing: 1px;
text-transform: uppercase;
position: relative;
font-family: 'Lato', sans-serif;
src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v16/S6u8w4BMUTPHjxsAXC-q.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.navigacija-link:hover{
border: 2px solid #FF9F33;
border-radius: 5px;
background-color: #FF9F33;
color: #FFFFFF !important;
font-weight: 600;
font-size: 13px;
letter-spacing: 1px;
text-transform: uppercase;
position: relative;
font-family: 'Lato', sans-serif;
src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v16/S6u8w4BMUTPHjxsAXC-q.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.navigacija-podlink{
color: #FFFFFF !important;
font-weight: 600;
font-size: 13px;
letter-spacing: 1px;
text-transform: uppercase;
position: relative;
font-family: 'Lato', sans-serif;
src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v16/S6u8w4BMUTPHjxsAXC-q.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.navigacija-podlink:hover{
color: #FFFFFF !important;
font-weight: 600;
font-size: 13px;
letter-spacing: 1px;
text-transform: uppercase;
position: relative;
font-family: 'Lato', sans-serif;
src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v16/S6u8w4BMUTPHjxsAXC-q.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.pagination {
justify-content: center;
}
.resp-container {
position: relative;
overflow: hidden;
padding-top: 56.25%;
height: 500px;
}
.responsive-iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
@media screen and (max-width: 699px) {
#carouselExampleIndicators1 {
display: none;
}
#slika-desno {
display: none;
}
}
@media screen and (min-width: 700px) {
#carouselExampleIndicators2 {
display: none;
}
#slika-meni{
display: none;
}
}
.table td, .table th{
text-align: center;
} | 0.52975 | 0.096748 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Montserrat", sans-serif;
scroll-behavior: smooth;
}
.home-container {
min-height: 100vh;
background: rgb(2, 0, 37);
background-size: cover;
}
.header {
position: absolute;
width: 100%;
height: 150px;
display: flex;
align-items: center;
padding: 0 50px;
}
.logo {
margin-top: 50px;
width: 180px;
}
.nav-links {
display: flex;
list-style: none;
}
.nav-links li {
margin: 40px;
overflow: hidden;
}
.nav-links a {
font-size: 15px;
font-weight: 500;
color: white;
text-decoration: none;
position: relative;
display: block;
transition: transform 0.4s;
}
.nav-links a::before {
content: attr(data-text);
position: absolute;
top: 100%;
}
.nav-links a:hover {
transform: translateY(-100%);
}
.middle {
line-height: 80px;
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
padding: 0 100px;
}
.big-title {
width: relative;
text-align: center;
color: rgb(0, 195, 255);
font-size: 80px;
font-family: "Abril Fatface", cursive;
font-weight: 100;
}
.body {
background-color: cyan;
}
.connect {
text-align: center;
padding: 20px;
margin: 10px;
}
.ip-mc {
font-size: 100px;
margin: 5px;
}
.ip {
font-size: 100px;
}
.playercount {
font-size: 20px;
}
.ver-mc {
font-size: 50px;
}
.footer {
min-height: 100px;
display: flex;
align-items: center;
margin-top: 50px;
justify-content: space-between;
padding: 0 100px;
flex-wrap: wrap;
background-color: red;
}
.copyrights {
padding-right: 20px;
}
.conditions {
color: black;
text-decoration: none;
font-weight: 600;
}
@media (max-width: 1150px) {
.header {
justify-content: space-between;
}
.nav-links {
position: absolute;
width: 100%;
height: 50vh;
background: white;
left: 0;
top: -50vh;
transition: top 0.4s ease-in-out;
flex-direction: column;
justify-content: space-evenly;
align-items: flex-start;
padding: 0 50px;
}
.nav-links.active {
top: 0;
}
.nav-links li {
margin: 0;
}
.nav-links a {
color: black;
font-size: 30px;
}
@media (max-width: 550px) {
.logo {
width: 100px;
}
.landing,
.header,
.dis-container,
.footer {
padding: 0 7%;
}
.header {
height: 100px;
}
.big-title {
font-size: 50px;
line-height: 50px;
}
.nav-links a {
font-size: 20px;
}
}
@media (max-width: 400px) {
.footer {
justify-content: center;
}
} | Eklazion/styles.css | @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Montserrat", sans-serif;
scroll-behavior: smooth;
}
.home-container {
min-height: 100vh;
background: rgb(2, 0, 37);
background-size: cover;
}
.header {
position: absolute;
width: 100%;
height: 150px;
display: flex;
align-items: center;
padding: 0 50px;
}
.logo {
margin-top: 50px;
width: 180px;
}
.nav-links {
display: flex;
list-style: none;
}
.nav-links li {
margin: 40px;
overflow: hidden;
}
.nav-links a {
font-size: 15px;
font-weight: 500;
color: white;
text-decoration: none;
position: relative;
display: block;
transition: transform 0.4s;
}
.nav-links a::before {
content: attr(data-text);
position: absolute;
top: 100%;
}
.nav-links a:hover {
transform: translateY(-100%);
}
.middle {
line-height: 80px;
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
padding: 0 100px;
}
.big-title {
width: relative;
text-align: center;
color: rgb(0, 195, 255);
font-size: 80px;
font-family: "Abril Fatface", cursive;
font-weight: 100;
}
.body {
background-color: cyan;
}
.connect {
text-align: center;
padding: 20px;
margin: 10px;
}
.ip-mc {
font-size: 100px;
margin: 5px;
}
.ip {
font-size: 100px;
}
.playercount {
font-size: 20px;
}
.ver-mc {
font-size: 50px;
}
.footer {
min-height: 100px;
display: flex;
align-items: center;
margin-top: 50px;
justify-content: space-between;
padding: 0 100px;
flex-wrap: wrap;
background-color: red;
}
.copyrights {
padding-right: 20px;
}
.conditions {
color: black;
text-decoration: none;
font-weight: 600;
}
@media (max-width: 1150px) {
.header {
justify-content: space-between;
}
.nav-links {
position: absolute;
width: 100%;
height: 50vh;
background: white;
left: 0;
top: -50vh;
transition: top 0.4s ease-in-out;
flex-direction: column;
justify-content: space-evenly;
align-items: flex-start;
padding: 0 50px;
}
.nav-links.active {
top: 0;
}
.nav-links li {
margin: 0;
}
.nav-links a {
color: black;
font-size: 30px;
}
@media (max-width: 550px) {
.logo {
width: 100px;
}
.landing,
.header,
.dis-container,
.footer {
padding: 0 7%;
}
.header {
height: 100px;
}
.big-title {
font-size: 50px;
line-height: 50px;
}
.nav-links a {
font-size: 20px;
}
}
@media (max-width: 400px) {
.footer {
justify-content: center;
}
} | 0.57093 | 0.091139 |
body {
font-family: 'GothamProRegular', sans-serif;
}
button {
outline: none !important;
}
button:focus, button:active {
box-shadow: none !important;
border: none !important;
}
.dark {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 11;
display: none;
background: rgba(0,0,0, 0.6);
}
.hide {
display: none !important;
}
html, body, .container-fluid {
height: 100%;
}
.container-fluid > .row:last-child {
height: calc(100% - 93px);
}
.fas {
transition: all 0.3s cubic-bezier(.25, .8, .25, 1)
}
.rotate {
transform: rotate(180deg);
}
input[type="file"] {
display: none;
}
.input {
width: 100%;
position: relative;
margin-bottom: 30px;
display: flex;
flex-direction: column;
}
.input--hide {
visibility: hidden;
opacity: 0;
height: 0;
margin: 0;
}
.input-flexed {
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.input p {
display: none;
}
.input .input {
order: 2;
}
.input input,
.input textarea {
border: 1px solid #dfdfdf;
border-radius: 3px;
color: #353535;
font-size: 16px;
font-family: 'GothamProMedium', sans-serif;
padding: 10px 20px;
transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
order: 2;
}
.input-flexed .input-mini {
width: 15%;
padding: 8px 10px !important;
text-align: center;
}
.input-flexed input:last-child {
width: 80%;
}
.input-flexed .chosen-container {
width: 15% !important;
}
.input input:disabled {
background-color: #f0f0f0 !important;
color: #747474 !important;
}
.input textarea {
height: 250px;
resize: none;
}
.input-error p {
position: absolute;
display: block;
bottom: -35px;
line-height: 1;
font-size: 12px;
text-align: right;
width: 100%;
color: #e06c6c;
}
.input-error input {
border-color: #e06c6c !important;
background-color: #fff6f6;
}
.transfer-anketa textarea {
height: 100px;
}
.input input:focus,
.input textarea:focus {
transition: none;
}
.input label {
width: 100%;
margin-bottom: 10px;
font-family: 'GothamProMedium', sans-serif;
font-size: 16px;
line-height: 1.1;
order: 1;
}
.input label.checkbox {
margin-top: 20px;
order: 3;
display: flex;
}
.input label.no-patronymic {
justify-content: flex-end;
}
.input label span {
color: #ff3131;
}
.input a {
color: #0c7aeb;
font-family: "GothamProRegular", sans-serif;
font-size: 16px;
text-decoration: underline;
margin-top: 8px;
transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
order: 3;
}
.input-big-title {
color: #1f1f1f;
font-family: "GothamProMedium", sans-serif;
font-size: 22px;
margin-bottom: 16px;
}
input.date {
position: relative;
}
.calendar-icon {
content: "";
position: absolute;
top: calc(50% + 6px);
right: 25px;
width: 19px;
height: 17px;
background: url('../img/icons/calendar.png') center no-repeat;
background-size: 19px;
pointer-events: none;
}
.right-part .input input, .right-part .input textarea {
border: 1px solid #e8e8e8;
padding: 8px 20px;
font-size: 16px;
color: #000;
font-family: 'GothamProRegular', sans-serif;
}
/* datepicker styling */
.datepicker {
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
font-family: 'GothamProRegular', sans-serif;
}
.datepicker--nav-action:hover, .datepicker--nav-title:hover {
background: none;
}
.datepicker--nav-action path {
stroke: #fff;
}
.datepicker--day-name {
color: #797979;
font-family: "GothamProMedium";
font-size: 14px;
text-transform: capitalize;
}
.datepicker--cell {
color: #282828;
}
.datepicker--nav {
background-color: #405189;
}
.datepicker--nav-title, .datepicker--nav-title i {
color: #fff;
}
.input .chosen-container {
order: 2;
}
.input .chosen-container-single .chosen-single {
background: #fff;
box-shadow: none;
border-radius: 0;
padding: 0 10px;
height: auto;
line-height: 40px;
font-size: 16px;
font-family: 'GothamProRegular', sans-serif;
border-color: #e8e8e8;
margin-top: 0;
}
.input .chosen-container-single .chosen-single div {
right: 20px;
}
.input-flexed .chosen-container-single .chosen-single div {
right: 5px;
}
.input .chosen-container-single .chosen-single div b {
background-size: 12px !important;
background: url('../img/icons/chevron-down.png') center no-repeat !important;
transition: .4s;
}
.input .chosen-container-active.chosen-with-drop .chosen-single div b {
transform: rotate(180deg);
}
.input .chosen-container .chosen-drop {
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
border: none;
margin-top: 5px;
}
.chosen-container .chosen-results li.highlighted {
background-color: transparent;
background-image: linear-gradient(to left, #EEF2FB 20%, #EEF2F9 90%);
}
.input .chosen-container .chosen-results {
padding: 24px 0 13px;
position: relative;
max-height: 150px;
}
.input-flexed .chosen-container .chosen-results {
padding: 0 10px 0 0;
}
.input .chosen-container .active-result {
font-size: 16px;
font-family: 'GothamProRegular', sans-serif;
color: #1f1f1f;
line-height: 34px;
margin: 0;
padding: 0 20px;
}
.chosen-container .chosen-results li.highlighted {
color: #1f1f1f;
}
@media screen and (max-width: 600px) {
.input .chosen-container .active-result {
padding: 5px 0 5px 12px;
line-height: 1.2;
}
}
.input .chosen-container-multi .chosen-choices li.search-field input[type=text] {
height: 40px;
}
.input .chosen-container-multi .chosen-choices li.search-choice {
line-height: 28px;
}
.input-radio {
flex-direction: row;
flex-wrap: wrap;
}
.input-radio .inner-label {
padding-left: 50px;
}
.input-radio .custom-radio {
content: '';
position: absolute;
width: 16px;
height: 16px;
border-radius: 100%;
border: 2px solid #b9b9b9;
}
.input-radio input:checked + .custom-radio {
border-color: #0c7aeb;
}
.input-radio .radio-wrapper {
width: auto;
}
.input-radio .radio-wrapper, .input-radio .custom-radio {
margin-bottom: 0;
}
.input-radio .radio-wrapper .inner-label {
padding-left: 24px;
margin-right: 115px;
cursor: pointer;
margin-bottom: 0;
}
.input-radio input:checked + .custom-radio:before {
content: '';
position: absolute;
width: 6px;
height: 6px;
border-radius: 100%;
background-color: #0c7aeb;
left: calc(50% - 3px);
top: calc(50% - 3px);
}
.input-radio > label:first-child {
margin-bottom: 20px;
width: 100%;
}
.checkbox input, .input-radio input {
position: absolute;
z-index: -1;
opacity: 0;
margin: 10px 0 0 20px;
}
.checkbox__text {
position: relative;
padding: 0 0 0 30px;
cursor: pointer;
color: #1f1f1f;
font-family: "GothamProRegular", sans-serif;
font-size: 16px;
}
.checkbox__text:before {
content: '';
position: absolute;
left: 0;
top: calc(50% - 10px);
width: 16px;
height: 16px;
background: #fff;
border: 1px solid #d6d6d6;
}
.checkbox input:checked+.checkbox__text:before {
background: #fff url('../img/icons/checkbox.png') center no-repeat;
background-size: 14px;
}
.checkbox input:checked+.checkbox__text:after {
left: 26px;
}
.checkbox input:focus+.checkbox__text:before {
box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
}
.input__login::before {
content: '';
display: block;
width: 52px;
height: 46px;
border-right: 1px solid #dfdfdf;
position: absolute;
left: 0;
top: 0;
background: url('../img/icons/authorization-login.png') center no-repeat;
}
.input__pass::before {
content: '';
display: block;
width: 52px;
height: 46px;
border-right: 1px solid #dfdfdf;
position: absolute;
left: 0;
top: 0;
background: url('../img/icons/authorization-pass.png') center no-repeat;
}
.input__icon input {
padding: 10px 20px 10px 65px;
width: 100%;
}
.right-part {
align-self: flex-start;
position: relative;
padding-top: 30px;
width: calc(100% - 380px);
}
.right-part__half {
border-right: 1px solid #d0cfcf;
padding: 0 40px;
}
.right-part__half:last-child {
border: none;
}
.right-part__half:last-child .custom-tooltip__wrapper {
left: auto;
right: -10px;
}
.right-part__half:last-child .custom-tooltip__wrapper:after {
right: 5px;
}
.authorization {
height: 100vh;
}
.authorization__left-inner {
display: flex;
flex-direction: column;
justify-content: space-between;
max-width: 450px;
height: 100%;
margin: 0 auto;
padding: 68px 0;
}
.authorization__left {
background: url('../img/auth-bg.jpg') center no-repeat;
background-size: cover;
}
.authorization__title {
padding-top: 11vh;
color: #ffffff;
font-family: "GothamProBold";
font-size: 40px;
}
.authorization__link {
position: relative;
margin-left: 35px;
color: #2a527e;
font-family: "GothamProMedium";
font-size: 24px;
padding-bottom: 2px;
border-bottom: 1px solid #436791;
}
.authorization__link:before {
content: '';
position: absolute;
top: 3px;
left: -35px;
width: 25px;
height: 25px;
background-image: url('../img/icons/auth-link-icon-inst.png');
background-repeat: no-repeat;
background-position: center;
}
.authorization__link:hover {
text-decoration: none;
}
.support__row {
display: flex;
align-items: center;
margin-bottom: 13px;
}
.support__row:last-child {
margin-bottom: 0;
}
.support__icon {
width: 33px;
height: 33px;
text-align: center;
border: 1px solid #5c5c5c;
border-radius: 50%;
}
.support__icon svg {
fill: #5c5c5c;
width: 16px;
height: 16px;
margin-top: calc(50% - 8px);
}
.authorization__support-block {
margin-top: 45px;
}
.authorization__support-block .support__icon {
border: none;
}
.support__title {
color: #ffffff;
font-family: "GothamProMedium";
font-size: 20px;
margin-bottom: 2%;
}
.support__text {
font-size: 18px;
color: #fff;
font-family: 'GothamProRegular';
margin-left: 10px;
}
.support__text:hover {
color: #fff;
}
.authorization__description-text {
font-size: 18px;
color: #fff;
font-family: 'GothamProLight';
margin-top: 30px;
margin-bottom: 30px;
}
.authorization__form-logo {
margin-bottom: 30px;
}
.authorization__description-logo img {
max-width: 235px;
width: 100%;
margin-bottom: 50px;
}
.authorization__form {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
height: 100vh;
max-width: 610px;
width: 100%;
margin: 0 auto;
}
.authorization__form form {
width: 100%;
}
.authorization__form input {
color: #000;
}
.authorization__form input::placeholder {
color: #c7c7c7;
font-family: "GothamProMedium";
font-size: 16px;
}
.authorization__form-title {
color: #2487ed;
font-family: "GothamProBold";
font-size: 22px;
margin-bottom: 40px;
}
.authorization__form-button {
font-size: 16px;
font-family: 'GothamProMedium';
text-transform: uppercase;
color: #fff;
line-height: 48px;
width: 100%;
background-color: #2487ed;
border-radius: 3px;
cursor: pointer;
border: none;
}
/* Members */
.sidebar {
max-width: 306px;
width: 100%;
margin-right: 54px;
background-color: #f9f9f9;
padding-top: 35px;
overflow-y: auto;
}
.sidebar .authorization__description {
margin: 0;
padding: 0 27px 20px;
}
.sidebar .authorization__description-text {
color: #b3b3b3;
font-size: 14px;
line-height: 1.2;
}
.header-left {
display: flex;
align-items: center;
max-width: 275px;
background-color: #fff;
}
.header-left__title {
display: flex;
align-items: center;
}
.header-left__logo {
max-width: 185px;
width: 100%;
}
.header-left__logo img {
width: 100%;
}
.sidebar__title {
color: #414f79;
font-family: "PlumbCondensedBold";
font-size: 12px;
font-weight: 700;
padding: 20px 20px 20px 10px;
border-right: 1px solid #f0f0f0;
}
.sidebar__menu {
display: flex;
flex-direction: column;
padding-bottom: 15px;
border-bottom: 1px solid #e8e8e8;
}
.sibebar__menu-techsupport {
padding: 27px;
border-bottom: 1px solid #e8e8e8;
}
.sibebar__menu-techsupport .support__icon--phone svg {
width: 14px;
}
.sibebar__menu-techsupport .support__icon--mail svg {
width: 15px;
}
.sibebar__menu-techsupport .support__icon--tg svg {
width: 15px;
}
.sibebar__menu-techsupport .support__icon--vk svg {
width: 17px;
}
.sidebar__techsupport-title {
font-family: 'GothamProMedium', sans-serif;
font-size: 18px;
color: #5c5c5c;
padding-bottom: 20px;
}
.sibebar__menu-techsupport .support__text {
color: #5c5c5c;
}
.sidebar__menu-item {
display: flex;
align-items: center;
padding: 12px 10px 12px 27px;
border-left: 5px solid transparent;
transition: cubic-bezier(0.075, 0.82, 0.165, 1) .5s;
}
.sidebar__menu-item.active svg path {
fill: #0c7aeb;
}
.sidebar__menu-icon {
min-width: 20px;
margin-right: 20px;
display: flex;
}
.sidebar__menu-icon svg path {
fill: #5c5c5c;
}
.svg-placeholder {
width: 20px;
height: 20px;
}
.svg-placeholder:hover {
transition: 0.4s;
fill: #5c5c5c;
}
.svg-users {
width: 19px;
height: 19px;
}
.svg-users {
transition: 0.4s;
fill: #0c7aeb;
}
.svg-list {
width: 19px;
height: 19px;
}
.svg-list:hover {
transition: 0.4s;
fill: #5c5c5c;
}
.svg-refresh {
width: 22px;
height: 22px;
}
.svg-refresh:hover {
transition: 0.4s;
fill: #5c5c5c;
}
.svg-mail {
width: 20px;
height: 20px;
}
.svg-mail path {
fill: #010002;
}
.svg-mail:hover path {
transition: 0.4s;
fill: #5c5c5c;
}
.svg-file {
width: 21px;
height: 21px;
}
.svg-file:hover {
transition: 0.4s;
fill: #5c5c5c;
}
.svg-report {
width: 21px;
height: 21px;
}
.svg-report:hover {
transition: 0.4s;
fill: #5c5c5c;
}
.svg-statistics {
width: 19px;
height: 19px;
}
.svg-statistics:hover {
transition: 0.4s;
fill: #5c5c5c;
}
.svg-export {
width: 17px;
height: 17px;
}
.svg-export:hover {
transition: 0.4s;
fill: #5c5c5c;
}
.sidebar__menu-text {
color: #5c5c5c;
font-family: "GothamProMedium";
font-size: 18px;
}
.sidebar__menu-item:hover, .sidebar__menu-item.active {
background-color: #ecf3fd;
border-color: #0c7aeb;
text-decoration: none;
}
.sidebar__menu-item:hover .sidebar__menu-text,
.sidebar__menu-item.active .sidebar__menu-text{
color: #0c7aeb;
}
.sidebar__menu-item:hover svg,
.sidebar__menu-item:hover svg path {
fill: #0c7aeb;
}
.header-top {
justify-content: space-between;
flex-wrap: nowrap;
position: relative;
z-index: 10;
padding: 27px 40px 27px 25px;
box-shadow: 0 5px 16px rgba(0, 0, 0, 0.05);
align-items: center;
}
.searchbar {
max-width: 58.8%;
width: 100%;
margin-left: 10px;
margin-right: 50px;
}
.searchbar__input {
position: relative;
height: 44px;
border-radius: 3px;
}
.searchbar__input input {
font-size: 16px;
color: #646464;
font-family: 'GothamProMedium';
height: 100%;
border: none;
padding: 0 10px 0 50px;
outline: none;
width: 100%;
}
.searchbar__input input::placeholder {
color: #a8a8a8;
font-size: 16px;
font-family: 'GothamProRegular';
}
.searchbar__input div {
position: absolute;
display: block;
left: 20px;
top: calc(50% - 9.5px);
width: 18px;
height: 19px;
background: url('../img/icons/search-top-icon.png') center no-repeat;
}
.controls {
display: flex;
align-items: center;
}
.notification {
position: relative;
max-width: 25px;
cursor: pointer;
margin-right: 45px;
}
.notification__count {
position: absolute;
top: -7px;
right: -9px;
display: flex;
align-items: center;
justify-content: center;
width: 22px;
height: 22px;
color: #fff;
font-family: 'GothamProMedium';
font-size: 12px;
background-color: #ff3131;
border: 2px solid #fff;
border-radius: 50%;
}
.notification__dropdown {
display: none;
position: absolute;
top: 40px;
left: -25px;
width: 320px;
background-color: #fff;
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
cursor: default;
}
.notification__ava {
width: 22px;
height: 22px;
margin: 0 5px;
object-fit: cover;
}
.notification__dropdown:before {
content: '';
position: absolute;
top: -8px;
left: 30px;
width: 15px;
height: 15px;
background-color: #fff;
transform: rotate(45deg);
}
.notification__list {
margin-bottom: 0;
padding: 0;
list-style: none;
}
.notification__item {
display: flex;
padding: 12px 16px;
border-bottom: 1px solid #e4e4e4;
}
.notification__item--green {
background-color: #edf8f0;
}
.notification__item--red {
background-color: #ffefef;
}
.notification__info {
padding-right: 35px;
color: #303030;
font-family: 'GothamProRegular';
font-size: 12px;
}
.notification__time {
flex-shrink: 0;
color: #b5b5b5;
font-family: 'GothamProMedium';
font-size: 12px;
}
.languages {
position: relative;
z-index: 10;
margin-right: 46px;
}
.languages__info {
display: flex;
align-items: center;
justify-content: space-around;
cursor: pointer;
}
.languages__popup {
position: absolute;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
background-color: #fff;
padding: 24px 15px 22px;
width: 183px;
left: -35px;
top: 34px;
display: none;
z-index: 5;
}
.languages__popup a {
color: #5c5c5c;
font-family: "GothamProMedium", sans-serif;
font-size: 14px;
cursor: pointer;
line-height: 1;
margin-bottom: 10px;
width: 100%;
display: inline-block;
}
.languages__popup a:last-child {
margin-bottom: 0;
}
.languages a.selected-language {
color: #0c7aeb;
background: url('../img/icons/checkbox-language.png') center right no-repeat;
background-size: 13px;
}
.languages__icon {
margin-right: 16px;
}
.languages__icon img {
border: 1px solid lightgray;
}
.languages__name {
color: #646464;
font-family: "GothamProMedium";
font-size: 14px;
font-weight: 500;
margin-right: 14px;
}
.languages__arrow {
width: 11px;
height: 7px;
background: url('../img/icons/chevron-down.png') center no-repeat;
background-size: 11px;
}
.members__controls {
display: flex;
align-items: center;
padding: 7px 0;
position: relative;
margin-bottom: 30px;
}
@media(max-width: 1300px) {
.members__controls {
flex-direction: column;
align-items: flex-start;
}
.members__control-button {
position: static!important;
margin-top: 5px;
}
.members__control-link {
margin-bottom: 10px;
}
}
.control__text {
color: #405189;
font-family: 'GothamProMedium';
font-size: 18px;
border-bottom: 2px dashed #405189;
}
.members__control-link {
text-decoration: none !important;
display: flex;
align-items: center;
}
.members__control-link .fas {
color: #405189;
margin-right: 15px;
}
.members__control--add {
position: relative;
margin-right: 75px;
margin-left: 30px;
}
.members__control--add:before {
content: '';
position: absolute;
top: 5px;
left: -30px;
width: 20px;
height: 20px;
background-image: url('../img/icons/add-blue-icon.png');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.members__control--form {
position: relative;
margin-right: 75px;
margin-left: 30px;
}
.members__control--form:before {
content: '';
position: absolute;
top: 5px;
left: -30px;
width: 19px;
height: 19px;
background-image: url('../img/icons/link-blue-icon.png');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.members__control--download {
margin-right: 75px;
}
.members__control--download i {
width: 16px;
height: 17px;
background: url('../img/icons/download-icon.png') center no-repeat;
background-size: 16px;
}
.members__control--document i {
width: 16px;
height: 18px;
background: url('../img/icons/document-icon.png') center no-repeat;
background-size: 16px;
}
.members__control-button {
padding: 9px 10px;
color: #fff;
border-radius: 3px;
background-color: #ffbc2b;
font-size: 16px;
font-family: 'GothamProRegular', sans-serif;
position: absolute;
right: 0;
top: 0;
transition: cubic-bezier(0.19, 1, 0.22, 1) .3s;
cursor: pointer;
border: none;
}
.members__control-button:hover {
text-decoration: none;
color: #fff;
}
.members__control-button:disabled {
box-shadow: none;
cursor: default;
}
.button-green.members__control-button i {
display: none;
}
.button-green.members__control-button:hover {
box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.4);
}
.members__control-button i {
vertical-align: middle;
}
.members__button-wrapper .members__control-button {
padding: 9px 28px;
outline: none;
}
.members__control-button-dropdown {
position: absolute;
right: 0;
background: #fff;
padding: 12px;
top: 48px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
padding: 25px 20px 8px;
width: 277px;
display: none;
}
.members__control-button-dropdown a {
color: #5c5c5c;
font-family: "GothamProMedium", sans-serif;
font-size: 14px;
margin: 0 0 17px;
display: flex;
align-items: center;
transition: .3s;
}
.members__control-button-dropdown svg {
width: 19px;
height: 17px;
margin-right: 11px;
transition: .3s;
}
.members__control-button-dropdown a:hover {
color: #0c7aeb;
}
.members__control-button-dropdown a:hover svg {
fill: #0c7aeb;
}
.members__control-button-dropdown .icon {
width: 20px;
margin-right: 9px;
}
.members__control-button-dropdown .tick-circle-icon {
height: 17px;
background: url('../img/icons/tick-circle-icon.png') center no-repeat;
}
.members__control-button-dropdown .reply-all-icon {
height: 12px;
background: url('../img/icons/reply-all-icon.png') center no-repeat;
}
.table {
border-radius: 5px;
overflow: hidden;
}
.table thead tr {
background-color: #ecf3fd;
}
.table thead th {
vertical-align: middle;
border-bottom: none;
color: #405189;
font-family: "GothamProRegular", sans-serif;
font-size: 18px;
padding: 20px 30px;
border-top: none;
}
@media screen and (max-width: 1600px) {
.table thead th {
font-size: 16px;
}
}
.table thead th:nth-child(4),
.table thead th:nth-child(7) {
text-align: center;
}
.table tbody td {
color: #000000;
font-family: "GothamProRegular", sans-serif;
font-size: 16px;
vertical-align: middle;
border-color: #eee;
padding: 20px 30px;
}
.table tbody td img {
width: 49px;
height: 49px;
border-radius: 100%;
object-fit: cover;
}
.table tbody td:nth-child(4) {
padding: 29px 0;
text-align: center;
}
.table tbody td:nth-child(3),
.table thead th:nth-child(3),
.table tbody td:nth-child(6),
.table thead th:nth-child(6),
.table tbody td:nth-child(7) {
text-align: center;
}
.table tbody td:nth-last-child(3) {
max-width: 255px;
}
.table tbody .fas {
cursor: pointer;
}
.table tbody .gray {
background-color: #f1f1f1;
}
.table tbody .gray-light {
background-color: #fbfbfb;
}
.table tbody .green {
background-color: #f0fff3;
}
.table tbody .red {
background-color: #ffefef;
}
.table tbody .white {
background-color: #fff;
}
.table tbody tr {
border-color: #eeeeee;
}
.members__table .checkbox__text:before {
top: calc(50% - 7px);
}
.members__table .empty {
padding: 55px 0;
text-align: center;
background-color: #e8e8e8;
color: #adadad;
font-size: 18px;
font-family: 'GothamProMedium',sans-serif;
}
.members__table-options {
display: flex;
align-items: center;
max-width: 550px;
text-align: center;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
margin: -60px auto 0;
background-color: #fff;
position: relative;
display: none;
}
.custom-option {
display: flex;
align-items: center;
margin-bottom: 15px;
}
.custom-option img {
width: 36px;
height: 36px;
border-radius: 100%;
margin-right: 16px;
}
.custom-option-text {
color: #1f1f1f;
font-family: "GothamProRegular", sans-serif;
font-size: 16px;
}
.table__options-item {
width: calc(100% / 4);
height: 110px;
padding: 20px 15px;
color: #5c5c5c;
border-right: 1px solid #ececec;
font-family: "GothamProMedium";
font-size: 14px;
line-height: 1.2;
transition: cubic-bezier(0.165, 0.84, 0.44, 1) .4s;
cursor: pointer;
}
.table__options-item:first-child {
pointer-events: none;
cursor: not-allowed;
}
.table__options-item:hover {
background-color: #ecf3fd;
color: #405189;
}
.table__options-icon {
margin-bottom: 10px;
}
.table-burger__popup {
position: fixed;
background-color: #fff;
right: 55px;
padding: 20px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
width: 245px;
display: none;
z-index: 12;
}
.table__popup-item {
color: #5c5c5c;
font-family: "GothamProMedium";
font-size: 14px;
font-weight: 500;
line-height: 32px;
cursor: pointer;
display: flex;
align-items: center;
}
.table__popup-item:hover {
color: #0c7aeb;
}
.table__popup-icon {
margin-right: 11px;
}
.table__popup-icon svg {
width: 13px;
height: 13px;
fill: #5c5c5c;
transition: .4s;
}
.table__popup-item:hover .table__popup-icon svg {
fill: #0c7aeb;
}
/* Members anketa */
.members-anketa .right-part,
.acts .right-part, .transfer-anketa .right-part {
background-color: #fbfbfb;
border-radius: 3px;
padding-bottom: 52px;
}
.member-add-photo {
border: 2px dashed #c3c3c3;
width: 198px;
height: 236px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 30px;
cursor: pointer;
}
.member-add-photo .big-plus-icon {
width: 52px;
height: 52px;
background: url('../img/icons/big-plus.png') center no-repeat;
background-size: 52px;
margin-bottom: 18px;
}
.member-add-photo-text {
color: #aaaaaa;
font-size: 16px;
font-family: 'GothamProMedium', sans-serif;
}
.scan-1 {
margin-bottom: 25px;
}
.upload-scan__row {
margin: 0;
display: none;
order: 3;
}
.upload-scan {
order: 2;
}
.filename {
color: #0c7aeb;
font-family: "GothamProRegular", sans-serif;
font-size: 16px;
font-weight: 400;
margin-right: 50px;
}
.removefile {
color: #405189;
font-family: "GothamProMedium", sans-serif;
font-size: 16px;
cursor: pointer;
position: relative;
margin-left: 20px;
border-bottom: 1px dashed #405189;
}
.removefile:hover {
border-bottom: 1px dashed #405189;
}
.removefile::before {
content: "";
position: absolute;
width: 12px;
height: 12px;
background: url('../img/icons/clear-button.svg') center no-repeat;
background-size: 12px;
left: -20px;
top: calc(50% - 6px);
}
.upload-button {
display: flex;
align-items: center;
color: #405189;
font-family: "GothamProMedium", sans-serif;
font-size: 16px;
font-weight: 500;
position: relative;
border: 2px dashed #405189;
border-radius: 3px;
max-width: 290px;
line-height: 42px;
text-align: center;
justify-content: center;
cursor: pointer;
margin-bottom: 10px;
}
.weblink-icon {
width: 15px;
height: 15px;
background: url('../img/icons/weblink-icon.png') center no-repeat;
background-size: 15px;
margin-right: 8px;
}
.members-add-button {
display: flex;
align-items: center;
justify-content: center;
background-color: #0c7aeb;
border-radius: 3px;
box-shadow: none;
color: #ffffff;
font-family: "GothamProRegular", sans-serif;
font-size: 18px;
text-align: center;
border: none;
padding: 13px 53px;
cursor: pointer;
transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s;
box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 600px) {
.members-add-button {
padding: 13px 35px;
}
}
.members-add-button:hover {
box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
transform: translate(0px, -10px) scale(1.2);
}
.members-add-button span {
line-height: 1;
}
.plus-button-icon {
flex-shrink: 0;
width: 20px;
height: 20px;
background: url('../img/icons/add-in-button.png') center no-repeat;
background-size: 20px;
margin-right: 9px;
}
.to-right {
display: flex;
justify-content: flex-end;
margin-right: 25px;
}
/* Acts page */
.acts .right-part {
padding-top: 40px;
border-radius: 3px;
padding-bottom: 52px;
background-color: #fff;
}
.acts .right-part form {
background-color: #fbfbfb;
padding-top: 10px;
}
.acts .right-part__half {
padding: 0 75px;
}
@media screen and (max-width: 1500px) {
.acts .right-part__half {
padding: 0 40px;
}
}
.button-classic {
color: #ffffff;
font-family: "GothamProRegular", sans-serif;
font-size: 16px;
width: 236px;
height: 42px;
line-height: 42px;
border-radius: 3px;
display: inline-block;
text-align: center;
transition: cubic-bezier(0.19, 1, 0.22, 1) .3s;
margin-right: 18px;
}
.button-classic:hover {
box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
text-decoration: none;
color: #fff;
}
.button-classic:focus,
.button-classic:visited {
color: #fff;
}
.button-red {
background-color: #f54c4c;
}
.button-green {
background-color: #61d87b;
}
.acts__buttons-wrapper {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 60px;
width: 100%;
}
.acts__buttons-wrapper .textarea {
position: relative;
}
.acts__buttons-wrapper .textarea:before {
content: "";
position: absolute;
width: 22px;
height: 22px;
left: 19px;
top: 23px;
background: url('../img/icons/attention-red-icon.png') center no-repeat;
}
.acts__buttons-wrapper textarea {
resize: none;
background-color: #fff0f0;
border: 1px solid #ffafaf;
color: #f54c4c;
font-family: 'GothamProRegular', sans-serif;
padding: 25px 50px;
text-align: left;
width: 480px;
height: 135px;
}
.acts__buttons-wrapper textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #f54c4c;
}
.acts__buttons-wrapper textarea::-moz-placeholder { /* Firefox 19+ */
color: #f54c4c;
}
.acts__buttons-wrapper textarea:-ms-input-placeholder { /* IE 10+ */
color: #f54c4c;
}
.acts__buttons-wrapper textarea:-moz-placeholder { /* Firefox 18- */
color: #f54c4c;
}
.acts__buttons-wrapper a:last-child {
margin-right: 0;
}
/* Transfer page */
.transfer-page .members__controls {
margin-bottom: 50px;
}
.transfer__title {
color: #405189;
font-family: "GothamProMedium", sans-serif;
font-size: 24px;
margin-bottom: 20px;
}
.transfer-table {
margin-bottom: 50px;
}
.transfer-table tr th {
padding: 30px;
border: none;
line-height: 1;
text-align: center;
}
.transfer-table tbody {
background-color: #fbfbfb;
}
.transfer-table tbody td {
padding: 30px;
text-align: center;
}
.transfer-table thead th:nth-child(4) {
padding-left: 75px;
text-align: left;
}
@media screen and (max-width: 1600px) {
.transfer-table thead th:nth-child(4) {
padding-left: 30px;
}
}
/* Numbers page */
.numbers__control-button {
position: absolute;
right: 0;
border-radius: 3px;
color: #ffffff;
font-family: "GothamProMedium", sans-serif;
font-size: 16px;
padding: 0 20px;
width: auto;
height: 42px;
}
.download-pdf-icon {
width: 21px;
height: 24px;
background: url('../img/icons/pdf-icon.png') center no-repeat;
background-size: 20px;
}
.table__item-title {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 25px;
cursor: pointer;
}
.table__item-title h2 {
color: #405189;
font-family: "GothamProMedium", sans-serif;
font-size: 24px;
line-height: 1;
margin-bottom: 0;
}
.table__item-title .circle-icon {
width: 35px;
height: 35px;
border: 2px solid #405189;
border-radius: 100%;
text-align: center;
padding-top: 5px;
}
.table__item-title .circle-icon i {
color: #405189;
}
.numbers-rf__table {
transition: .4s;
margin-bottom: 55px;
}
.numbers-rf__table thead th:nth-child(4), .numbers-rf__table thead th:nth-child(5) {
width: 250px;
}
.numbers-rf .members__controls {
margin-bottom: 25px;
}
.numbers-rf .checkbox {
margin-bottom: 3px;
}
/* Numbers SHOC page */
.numbers-shoc__table td:nth-child(5) {
width: 260px;
}
.table-button {
color: #405189;
font-family: 'GothamProMedium', sans-serif;
font-size: 16px;
display: flex;
align-items: center;
justify-content: center;
text-align: left;
}
.table-button .checkform-icon {
background: url('../img/icons/checkform-icon.png') center no-repeat;
width: 20px;
height: 20px;
background-size: 15px;
margin-right: 8px;
}
.table-button .weblink-icon {
width: 20px;
height: 20px;
background-size: 17px;
}
/* Statistics page */
.statistics__checkboxes {
padding: 40px;
background-color: #fbfbfb;
display: flex;
flex-wrap: wrap;
margin-bottom: 55px;
}
.statistics__checkboxes-item {
margin-right: 35px;
}
.statistics__checkboxes-item .checkbox__text {
font-size: 16px;
font-family: 'GothamProRegular', sans-serif;
}
.statistics__checkboxes__item-main {
width: 100%;
margin-bottom: 5px;
margin-right: 0;
}
.statistics__checkboxes__item-main .checkbox__text {
font-family: 'GothamProMedium', sans-serif;
font-size: 18px;
}
.statistics__wrapper {
display: flex;
flex-wrap: wrap;
margin-bottom: 20px;
}
.statistics__title {
color: #405189;
font-family: "GothamProMedium", sans-serif;
font-size: 24px;
margin-bottom: 25px;
}
.statistics__item {
box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.05);
border-radius: 3px;
background-color: #ffffff;
padding: 20px 25px 45px;
max-width: 320px;
width: 100%;
margin-right: 30px;
margin-bottom: 35px;
}
.statistics__item-row {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 10px;
}
.statistics__item-title {
color: #75787a;
font-family: "GothamProMedium", sans-serif;
font-size: 16px;
line-height: 1.1;
}
.count {
color: #405189;
font-family: "GothamProBold", sans-serif;
font-size: 36px;
line-height: 1;
}
/* Anketa-link block */
.anketa-link {
display: none;
}
.anketa-link__wrapper {
padding: 22px 25px;
background-color: #fff;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
display: flex;
z-index: 12;
max-width: 450px;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
top: 50px;
}
.anketa-link i {
margin-right: 10px;
margin-top: 2px;
}
.anketa-link__title {
position: relative;
font-family: 'GothamProMedium', sans-serif;
font-size: 18px;
line-height: 1;
margin-bottom: 18px;
color: #405189;
padding-left: 30px;
}
.anketa-link__title:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 17px;
height: 17px;
background-image: url('../img/icons/link-blue-icon.png');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.anketa-link__text {
font-size: 16px;
font-family: 'GothamProRegular', sans-serif;
margin-bottom: 20px;
}
.anketa-link__input-wrapper {
display: flex;
justify-content: space-between;
}
.anketa-link__input-wrapper button {
width: 158px;
line-height: 40px;
display: inline-block;
background-color: #0c7aeb;
border-radius: 3px;
border: none;
font-size: 16px;
font-family: 'GothamProMedium', sans-serif;
color: #fff;
cursor: pointer;
}
.anketa-link__input {
padding: 0 10px;
border-radius: 3px;
background-color: #fbfbfb;
border: 1px solid #d3d3d3;
height: 40px;
width: 194px;
}
.photo-buttons__wrapper {
display: none;
order: 3;
}
.photo-buttons__inner {
display: flex;
justify-content: space-between;
margin: 10px auto;
padding: 0 15px;
}
@media screen and (max-width: 600px) {
.photo-buttons__inner {
flex-direction: column;
}
}
.input-file__popup-wrapper {
display: none;
z-index: 12;
position: relative;
}
.input-file__popup {
width: 500px;
position: fixed;
background-color: #fff;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 12;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
border-radius: 2px;
display: flex;
flex-direction: column;
}
@media screen and (max-width: 600px) {
.input-file__popup {
width: 300px;
top: calc(50% - 271px);
}
}
.input-file__popup .croppie-container .cr-boundary {
width: 500px !important;
height: 500px !important;
overflow: hidden;
}
@media screen and (max-height: 760px) {
.input-file__popup .croppie-container .cr-boundary {
height: 410px !important;
}
}
@media screen and (max-width: 600px) {
.input-file__popup .croppie-container .cr-boundary {
width: 300px !important;
height: 300px !important;
}
}
.input-file__popup-title {
color: #222222;
font-family: "GothamProBold", sans-serif;
font-size: 24px;
margin: 25px auto;
line-height: 1;
text-align: center;
}
@media screen and (max-width: 600px) {
.input-file__popup-title {
margin: 15px auto;
font-size: 20px;
}
}
.photo-buttons__inner .crop-image-button {
color: #fff;
font-family: "GothamProMedium", sans-serif;
font-size: 18px;
text-decoration: none;
line-height: 1;
padding: 16px 30px;
background-color: #0c7aeb;
border-radius: 3px;
}
.photo-buttons__inner .load-another-button {
color: #5c5c5c;
font-family: "GothamProMedium", sans-serif;
font-size: 18px;
border-radius: 3px;
border: 2px solid #5c5c5c;
padding: 14px 30px;
line-height: 1;
text-decoration: none;
}
.input .remove-image-button {
color: #405189;
font-family: "GothamProMedium", sans-serif;
font-weight: 500;
text-decoration: none;
line-height: 1;
padding: 10px 20px;
display: none;
}
#uploadPreviewReady {
height: 236px;
width: 206px;
object-fit: cover;
display: none;
}
/* Export page */
.export__wrapper {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 50px;
}
.export__text-item {
font-family: "GothamProMedium", sans-serif;
font-size: 18px;
margin-bottom: 38px;
}
.export__text-item.green {
color: #46714a;
}
.export__text-item.red {
color: #ac1c1f;
}
.export__text-item.blue {
color: #395c99;
}
.export-icon {
width: 22px;
height: 25px;
display: block;
margin-right: 10px;
}
.xls-green-icon {
background: url('../img/icons/xls-green-icon.png') center no-repeat;
background-size: 22px;
}
.pdf-red-icon {
background: url('../img/icons/pdf-red-icon.png') center no-repeat;
background-size: 22px;
}
.tiff-blue-icon {
background: url('../img/icons/tiff-blue-icon.png') center no-repeat;
background-size: 22px;
}
.export__item {
display: flex;
align-items: center;
margin-bottom: 22px;
}
.export__item span:last-of-type {
font-family: 'GothamProRegular', sans-serif;
color: #0c7aeb;
margin-left: 5px;
cursor: pointer;
}
.export-popup {
padding: 27px;
background-color: #f7f7f7;
border: 1px solid #e3e3e3;
max-width: 450px;
width: 100%;
position: fixed;
top: calc(50% - 150px);
left: calc(50% - 225px);
z-index: -1;
opacity: 0;
}
.export-popup .input:last-child {
margin-bottom: 50px;
}
.export-popup .buttons__wrapper {
display: flex;
justify-content: space-between;
}
.button-gray {
font-family: 'GothamProMedium', sans-serif;
font-size: 16px;
padding: 7px 43px;
border: 2px solid #acacac;
border-radius: 2px;
background: transparent;
color: #acacac;
cursor: pointer;
}
.button-blue {
font-family: 'GothamProMedium', sans-serif;
font-size: 16px;
padding: 7px 43px;
color: #fff;
background-color: #0c7aeb;
border-radius: 2px;
}
.export-button {
max-width: 192px;
width: 100%;
padding: 0;
}
/* Agreements page */
.agreement-progress-bar-wrapper {
width: 140px;
height: 7px;
background-color: #ededed;
position: relative;
}
.agreement-progress-bar-wrapper .agreement-progress-bar {
background-color: #99f1ac;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.agreements-table tbody td {
text-align: center;
}
.agreements-table tbody td:nth-last-child(2) {
text-align: center;
font-family: 'GothamProRegular', sans-serif;
font-size: 12px;
}
.agreements-table tbody td:nth-child(3) {
width: 288px;
text-align: left;
}
.agreements-table thead th:nth-child(3) {
text-align: left;
padding: 0 .75rem;
}
.custom-tooltip {
position: absolute;
right: 0;
}
.custom-tooltip-icon {
width: 19px;
height: 19px;
background: url('../img/icons/call-info-icon.png') center no-repeat;
background-size: 19px;
cursor: pointer;
z-index: 10;
}
.custom-tooltip-icon:hover + .custom-tooltip__wrapper {
display: flex;
}
.custom-tooltip__wrapper {
display: none;
background-color: #fff;
padding: 17px;
top: 40px;
right: -315px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
z-index: 12;
}
.custom-tooltip__wrapper:after {
content: '';
position: absolute;
width: 25px;
height: 25px;
background-color: #fff;
top: -12px;
transform: rotate(45deg);
}
.custom-tooltip-red-icon {
width: 19px;
height: 19px;
background: url('../img/icons/call-infored-icon.png') center no-repeat;
background-size: 19px;
margin-right: 13px;
}
.custom-tooltip-text {
color: #181818;
font-family: "GothamProRegular", sans-serif;
font-size: 14px;
line-height: 20px;
width: 288px;
}
.input-error div.help-block {
position: absolute;
display: block;
bottom: -20px;
line-height: 1;
font-size: 12px;
text-align: right;
width: 100%;
color: #e06c6c;
}
.input.required label:after {
content: ' *';
color: #ff3131;
}
.input-radio > div > label:first-child {
margin-bottom: 0px;
width: auto;
}
/* All regions page */
.all-regions .table thead th {
padding: 25px 0 25px 38px;
border: none;
}
.all-regions .table tbody td {
padding: 11px 30px 11px
}
.all-regions .table a {
color: #000000;
font-family: "GothamProRegular", sans-serif;
font-size: 16px;
}
.confirm-delete__popup-wrapper {
position: absolute;
left: calc(50% - 270px);
background-color: #fff;
z-index: 10;
}
.confirm-delete__popup {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
padding: 30px;
max-width: 540px;
}
.confirm-delete__inner {
display: flex;
align-items: center;
margin-bottom: 44px;
}
.confirm-delete-icon {
width: 35px;
height: 35px;
margin-right: 20px;
}
.confirm-delete-icon svg {
fill: #ff3131;
width: 35px;
height: 35px;
}
.confirm-delete-text {
color: #000000;
font-family: "GothamProMedium", sans-serif;
font-size: 18px;
line-height: 24px;
}
.confirm-delete__buttons {
display: flex;
justify-content: flex-end;
}
.confirm-delete__buttons span {
margin-left: 66px;
color: #405189;
font-family: "GothamProMedium", sans-serif;
font-size: 18px;
text-transform: uppercase;
cursor: pointer;
}
/* 404 page */
.not-found {
max-width: 610px;
margin: 0 auto;
text-align: center;
}
@media screen and (max-width: 600px) {
.not-found {
padding: 40px 0;
}
}
.not-found__title {
color: #0c7aeb;
font-family: "GothamProBlack", sans-serif;
font-size: 72px;
margin-bottom: 30px;
line-height: 1;
}
.not-found__subtitle {
color: #181818;
font-family: "GothamProMedium", sans-serif;
font-size: 18px;
font-weight: 500;
line-height: 1;
margin-bottom: 14px;
}
.not-found__description {
color: #848484;
font-family: "GothamProRegular", sans-serif;
font-size: 16px;
margin-bottom: 35px;
}
@media screen and (max-width: 600px) {
.not-found__description {
padding: 0 10px;
}
}
.not-found .button-blue {
padding: 14px 43px;
margin-bottom: 55px;
display: inline-block;
}
.tech-support {
background-color: #fafafa;
padding: 35px 43px 22px;
}
.tech-support__title {
color: #5c5c5c;
font-family: "GothamProBold", sans-serif;
font-size: 18px;
margin-bottom: 20px;
}
.tech-support__wrapper {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.tech-support__item {
width: 49%;
display: flex;
align-items: center;
margin-bottom: 13px;
}
@media screen and (max-width: 600px) {
.tech-support__item {
width: 100%;
justify-content: center;
}
}
.tech-support__icon {
width: 33px;
height: 33px;
border-radius: 100%;
border: 1px solid #5c5c5c;
margin-right: 10px;
}
.tech-support__icon svg {
fill: #5c5c5c;
width: 14px;
height: 14px;
margin-top: calc(50% - 7px);
}
.tech-support__text {
color: #5c5c5c;
font-family: "GothamProRegular", sans-serif;
font-size: 18px;
}
.anketa-public-bg {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 400px;
background: rgba(26,33,242,1);
background: -moz-linear-gradient(left, rgba(26,33,242,1) 0%, rgba(128,44,158,1) 31%, rgba(229,53,76,1) 65%, rgba(192,52,148,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(26,33,242,1)), color-stop(31%, rgba(128,44,158,1)), color-stop(65%, rgba(229,53,76,1)), color-stop(100%, rgba(192,52,148,1)));
background: -webkit-linear-gradient(left, rgba(26,33,242,1) 0%, rgba(128,44,158,1) 31%, rgba(229,53,76,1) 65%, rgba(192,52,148,1) 100%);
background: -o-linear-gradient(left, rgba(26,33,242,1) 0%, rgba(128,44,158,1) 31%, rgba(229,53,76,1) 65%, rgba(192,52,148,1) 100%);
background: -ms-linear-gradient(left, rgba(26,33,242,1) 0%, rgba(128,44,158,1) 31%, rgba(229,53,76,1) 65%, rgba(192,52,148,1) 100%);
background: linear-gradient(to right, rgba(26,33,242,1) 0%, rgba(128,44,158,1) 31%, rgba(229,53,76,1) 65%, rgba(192,52,148,1) 100%);}
@media screen and (max-width: 600px) {
.anketa-public-bg {
height: 300px;
}
}
.anketa-public-logo {
display: block;
margin-top: -50px;
}
.anketa-public {
max-width: 930px;
width: 100%;
margin: -90px auto 50px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
background-color: #ffffff;
padding: 55px 11% 80px;
}
@media screen and (max-width: 992px) {
.anketa-public {
width: auto;
margin: -90px 20px 0;
}
}
.anketa-public label {
order: 0;
}
.anketa-public #uploadPreviewReady {
margin-top: 40px;
}
.anketa-public .to-right {
width: 100%;
margin-right: 0;
}
.custom-radio:after, .inner-label:after, .radio-wrapper:after {
content: none !important;
}
/* Realize-order page */
.realize-order {
padding: 55px 0;
}
.realize-order__title {
max-width: 1000px;
color: #181818;
font-family: "GothamProMedium", sans-serif;
font-size: 24px;
line-height: 30px;
margin-bottom: 33px;
text-align: center;
}
.realize-order__attention {
padding: 40px 60px;
background-color: #f5f9ff;
font-size: 18px;
}
.realize-order__attention span {
font-family: 'GothamProMedium', sans-serif;
color: #ff3131;
text-transform: uppercase;
}
.realize-order__attention p {
margin-bottom: 0;
}
.realize-order__tabs {
display: flex;
padding: 40px;
justify-content: center;
}
.realize-order__tabs a {
color: #181818;
font-family: "GothamProMedium", sans-serif;
font-size: 20px;
line-height: 30px;
}
.realize-order__tabs a:first-child {
margin-right: 150px;
}
.realize-order__tabs .tab-active {
color: #0c7aeb;
text-decoration: underline;
}
.realize-order .button-wrapper {
display: flex;
justify-content: flex-end;
margin-bottom: 25px;
}
.realize-order .button-wrapper .button {
display: flex;
align-items: center;
line-height: 1;
font-family: 'GothamProMedium', sans-serif;
font-size: 18px;
border-radius: 3px;
padding: 11px 20px;
min-width: 262px;
text-align: center;
justify-content: center;
}
.realize-order .button-wrapper .button svg {
width: 17px;
height: 17px;
margin-right: 7px;
}
.realize-order .button-wrapper .save-draft {
color: #5c5c5c;
border: 2px solid #5c5c5c;
margin-right: 27px;
}
.realize-order .button-wrapper .send-request {
background-color: #0c7aeb;
border: 2px solid #0c7aeb;
color: #fff;
}
.realize-order .button-wrapper .save-draft svg {
fill: #5c5c5c;
}
.realize-order .button-wrapper .send-request svg {
fill: #fff;
}
.realize-order__inner-title {
width: 100%;
color: #405189;
font-family: "GothamProMedium", sans-serif;
font-size: 24px;
text-align: center;
text-transform: uppercase;
margin: 55px auto 45px;
}
.realize-order__row {
background-color: #fbfbfb;
border-radius: 3px;
padding-bottom: 30px;
}
.realize-order__row .input-radio {
flex-direction: column;
}
.realize-order__row .input-radio .radio-wrapper {
margin-bottom: 20px;
}
.realize-order__row .input-radio .inner-label {
margin-right: 0;
font-family: 'GothamProRegular', sans-serif;
}
.breadcrumbs {
display: flex;
align-items: center;
margin-bottom: 30px;
padding-left: 0;
list-style: none;
}
.breadcrumbs__item {
display: flex;
align-items: center;
}
.breadcrumbs__item:last-child:after {
content: none
}
.breadcrumbs__item:after {
content: '';
display: inline-block;
width: 5px;
height: 5px;
margin: 0 13px;
background-color: #0c7aeb;
border-radius: 50%;
color: #1f1f1f;
font-size: 16px;
}
.out {
padding: 3px 0 3px 28px;
color: #646464;
font-family: 'GothamProMedium';
font-size: 16px;
background-image: url('../img/icons/logout-icon.png');
background-repeat: no-repeat;
background-position: left center;
background-size: 18px 16px;
}
::-webkit-scrollbar {
width: 7px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #bfbfbf;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}
.members-anketa-page .right-part {
margin-top: 40px;
margin-bottom: 40px;
}
.members-anketa-page .members form {
padding-top: 30px;
}
.info-text {
padding-right: 30px;
text-align: right;
}
.info-text span {
color: red;
}
.input__wrap-m {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 10px;
}
.input__wrap-m label {
align-items: flex-end;
flex-direction: column;
margin: 0!important;
}
.tech-c {
display: flex;
width: 100%;
padding-top: 40px;
}
.tech-c__block {
width: 50%;
}
.tech-c .support__text {
color: #5c5c5c;
}
.search-line {
max-width: 748px;
margin-bottom: 30px;
}
.search-line input {
width: 100%;
padding: 10px 50px;
background: url('../img/icons/search-top-icon.png') left 20px center no-repeat;
background-color: #fafafa;
border-radius: 4px;
border: 1px solid #e9e9e9;
font-size: 16px;
}
.search-line input::placeholder {
font-size: 16px;
color: #a8a8a8;
}
.anketa-success {
max-width: 930px;
width: 100%;
margin: -90px auto 0;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
background-color: #ffffff;
padding: 55px 11% 80px;
}
.anketa-success__wrapper {
text-align: center;
}
.anketa-success__icon {
width: 78px;
margin: 0 auto 38px;
}
.anketa-success__icon img {
width: 100%;
}
.anketa-success__title {
margin-bottom: 15px;
font-size: 20px;
font-family: 'GothamProMedium', sans-serif;
color: #1f1f1f;
}
.anketa-success__text {
margin-bottom: 30px;
color: #5e5e5e;
font-size: 14px;
line-height: 20px;
}
.anketa-success__button {
display: block;
width: 290px;
margin: 0 auto;
padding: 14px 10px;
color: #fff;
font-size: 18px;
font-family: 'GothamProMedium', sans-serif;
background-color: #0c7aeb;
border-radius: 3px;
text-align: center;
border: 1px solid transparent;
transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.anketa-success__button:hover {
color: #0c7aeb;
background-color: #fff;
border-color: #0c7aeb;
text-decoration: none;
}
.searchbar__input span.select2 {
margin-top: 0;
}
.select2-container--krajee .select2-selection--single {
height: 44px;
padding: 10px 24px 10px 48px!important;
background: url('../img/icons/search-top-icon.png') left 20px center no-repeat;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow {
width: 40px!important;
height: 42px!important;
border: none!important;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow b {
border-width: 6px 5px 0!important;
}
.select2-container--krajee .select2-selection--single .select2-selection__placeholder {
font-size: 16px;
font-family: 'GothamProMedium', sans-serif;
color: #a8a8a8;
}
.select2-search--dropdown {
padding: 8px 14px;
}
.select2-search--dropdown {
padding: 6px 14px;
}
.select2-container--krajee .select2-results__option--highlighted a {
background-color: #d9eeff;
color: #000;
}
.select2-container--krajee .select2-results__option--highlighted a {
color: #000;
}
.pagination {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 30px;
}
.pagination ul {
display: flex;
padding: 0;
list-style: none;
}
.pagination ul li:first-child {
transform: rotate(90deg);
}
.pagination ul li:last-child {
transform: rotate(-90deg);
}
.pagination ul li a {
display: flex;
align-items: center;
justify-content: center;
width: 27px;
height: 27px;
border: 1px solid #d0d0d0;
font-size: 12px;
color: #5c5c5c;
font-family: 'GothamProMedium', sans-serif;
transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.pagination ul li a:hover {
color: #fff;
background-color: #0c7aeb;
border-color: #0c7aeb;
text-decoration: none;
}
.pagination ul li a:hover svg path {
fill: #fff;
}
.pagination ul li svg {
width: 8px;
height: 8px;
list-style: none;
}
.pagination ul li svg path {
transition: fill 0.3s;
}
.pagination-show {
color: #5c5c5c;
}
.pagination-show span {
font-family: 'GothamProMedium', sans-serif;
}
.members__sort {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 15px;
}
.sort {
display: flex;
align-items: center;
}
.sort__title {
color: #5c5c5c;
font-size: 18px;
font-family: 'GothamProMedium', sans-serif;
}
.sort__body {
position: relative;
padding-left: 13px;
}
.sort__count {
font-size: 18px;
color: #5c5c5c;
cursor: pointer;
}
.sort__count:after {
content: '';
display: inline-block;
vertical-align: middle;
width: 11px;
height: 6px;
margin-left: 11px;
background-image: url('../img/icons/angle-arrow-down.svg');
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
background-size: cover;
}
.sort__dropdown {
display: none;
position: absolute;
top: 32px;
}
.sort__dropdown ul {
width: 100px;
padding: 0;
list-style: none;
box-shadow: 3px 3px 10px 2px #f3f3f3;
}
.sort__dropdown ul li a {
width: 100%;
padding: 15px 22px;
display: block;
list-style: none;
background-color: #fff;
font-size: 18px;
color: #5c5c5c;
transition: color 0.3s, background-color 0.3s;
}
.sort__dropdown ul li a:hover {
color: #fff;
background-color: #0c7aeb;
text-decoration: none;
}
.sort__dropdown ul li a.active {
color: #fff;
background-color: #0c7aeb;
}
.photo-buttons__nav {
order: 2;
text-align: center;
}
.photo-buttons__nav button {
background-color: transparent;
color: #5c5c5c;
font-family: "GothamProMedium", sans-serif;
font-size: 14px;
border-radius: 3px;
border: 2px solid #5c5c5c;
padding: 8px;
line-height: 1;
text-decoration: none;
cursor: pointer;
}
.photo-buttons__nav button:active,
.photo-buttons__nav button:focus {
border: 2px solid #5c5c5c!important;
}
/*@media(max-width: 1650px) {*/
/*.members__table-wrapper {*/
/*width: 1400px;*/
/*}*/
/*.members__table {*/
/*overflow-x: scroll;*/
/*}*/
/*.pagination {*/
/*margin-top: 20px;*/
/*}*/
/*}*/
/* Добавить красную звездочку для input полей обязательных к заполнению */
.required label:after {
content: "*";
color: red;
}
/** Оформление в пагинации элемента span */
.pagination ul li span {
display: flex;
align-items: center;
justify-content: center;
width: 27px;
height: 27px;
border: 1px solid #d0d0d0;
font-size: 12px;
color: #5c5c5c;
font-family: 'GothamProMedium', sans-serif;
transition: color 0.3s, background-color 0.3s, border-color 0.3s;
} | backend/web/css/styles.css | body {
font-family: 'GothamProRegular', sans-serif;
}
button {
outline: none !important;
}
button:focus, button:active {
box-shadow: none !important;
border: none !important;
}
.dark {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 11;
display: none;
background: rgba(0,0,0, 0.6);
}
.hide {
display: none !important;
}
html, body, .container-fluid {
height: 100%;
}
.container-fluid > .row:last-child {
height: calc(100% - 93px);
}
.fas {
transition: all 0.3s cubic-bezier(.25, .8, .25, 1)
}
.rotate {
transform: rotate(180deg);
}
input[type="file"] {
display: none;
}
.input {
width: 100%;
position: relative;
margin-bottom: 30px;
display: flex;
flex-direction: column;
}
.input--hide {
visibility: hidden;
opacity: 0;
height: 0;
margin: 0;
}
.input-flexed {
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.input p {
display: none;
}
.input .input {
order: 2;
}
.input input,
.input textarea {
border: 1px solid #dfdfdf;
border-radius: 3px;
color: #353535;
font-size: 16px;
font-family: 'GothamProMedium', sans-serif;
padding: 10px 20px;
transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
order: 2;
}
.input-flexed .input-mini {
width: 15%;
padding: 8px 10px !important;
text-align: center;
}
.input-flexed input:last-child {
width: 80%;
}
.input-flexed .chosen-container {
width: 15% !important;
}
.input input:disabled {
background-color: #f0f0f0 !important;
color: #747474 !important;
}
.input textarea {
height: 250px;
resize: none;
}
.input-error p {
position: absolute;
display: block;
bottom: -35px;
line-height: 1;
font-size: 12px;
text-align: right;
width: 100%;
color: #e06c6c;
}
.input-error input {
border-color: #e06c6c !important;
background-color: #fff6f6;
}
.transfer-anketa textarea {
height: 100px;
}
.input input:focus,
.input textarea:focus {
transition: none;
}
.input label {
width: 100%;
margin-bottom: 10px;
font-family: 'GothamProMedium', sans-serif;
font-size: 16px;
line-height: 1.1;
order: 1;
}
.input label.checkbox {
margin-top: 20px;
order: 3;
display: flex;
}
.input label.no-patronymic {
justify-content: flex-end;
}
.input label span {
color: #ff3131;
}
.input a {
color: #0c7aeb;
font-family: "GothamProRegular", sans-serif;
font-size: 16px;
text-decoration: underline;
margin-top: 8px;
transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
order: 3;
}
.input-big-title {
color: #1f1f1f;
font-family: "GothamProMedium", sans-serif;
font-size: 22px;
margin-bottom: 16px;
}
input.date {
position: relative;
}
.calendar-icon {
content: "";
position: absolute;
top: calc(50% + 6px);
right: 25px;
width: 19px;
height: 17px;
background: url('../img/icons/calendar.png') center no-repeat;
background-size: 19px;
pointer-events: none;
}
.right-part .input input, .right-part .input textarea {
border: 1px solid #e8e8e8;
padding: 8px 20px;
font-size: 16px;
color: #000;
font-family: 'GothamProRegular', sans-serif;
}
/* datepicker styling */
.datepicker {
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
font-family: 'GothamProRegular', sans-serif;
}
.datepicker--nav-action:hover, .datepicker--nav-title:hover {
background: none;
}
.datepicker--nav-action path {
stroke: #fff;
}
.datepicker--day-name {
color: #797979;
font-family: "GothamProMedium";
font-size: 14px;
text-transform: capitalize;
}
.datepicker--cell {
color: #282828;
}
.datepicker--nav {
background-color: #405189;
}
.datepicker--nav-title, .datepicker--nav-title i {
color: #fff;
}
.input .chosen-container {
order: 2;
}
.input .chosen-container-single .chosen-single {
background: #fff;
box-shadow: none;
border-radius: 0;
padding: 0 10px;
height: auto;
line-height: 40px;
font-size: 16px;
font-family: 'GothamProRegular', sans-serif;
border-color: #e8e8e8;
margin-top: 0;
}
.input .chosen-container-single .chosen-single div {
right: 20px;
}
.input-flexed .chosen-container-single .chosen-single div {
right: 5px;
}
.input .chosen-container-single .chosen-single div b {
background-size: 12px !important;
background: url('../img/icons/chevron-down.png') center no-repeat !important;
transition: .4s;
}
.input .chosen-container-active.chosen-with-drop .chosen-single div b {
transform: rotate(180deg);
}
.input .chosen-container .chosen-drop {
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
border: none;
margin-top: 5px;
}
.chosen-container .chosen-results li.highlighted {
background-color: transparent;
background-image: linear-gradient(to left, #EEF2FB 20%, #EEF2F9 90%);
}
.input .chosen-container .chosen-results {
padding: 24px 0 13px;
position: relative;
max-height: 150px;
}
.input-flexed .chosen-container .chosen-results {
padding: 0 10px 0 0;
}
.input .chosen-container .active-result {
font-size: 16px;
font-family: 'GothamProRegular', sans-serif;
color: #1f1f1f;
line-height: 34px;
margin: 0;
padding: 0 20px;
}
.chosen-container .chosen-results li.highlighted {
color: #1f1f1f;
}
@media screen and (max-width: 600px) {
.input .chosen-container .active-result {
padding: 5px 0 5px 12px;
line-height: 1.2;
}
}
.input .chosen-container-multi .chosen-choices li.search-field input[type=text] {
height: 40px;
}
.input .chosen-container-multi .chosen-choices li.search-choice {
line-height: 28px;
}
.input-radio {
flex-direction: row;
flex-wrap: wrap;
}
.input-radio .inner-label {
padding-left: 50px;
}
.input-radio .custom-radio {
content: '';
position: absolute;
width: 16px;
height: 16px;
border-radius: 100%;
border: 2px solid #b9b9b9;
}
.input-radio input:checked + .custom-radio {
border-color: #0c7aeb;
}
.input-radio .radio-wrapper {
width: auto;
}
.input-radio .radio-wrapper, .input-radio .custom-radio {
margin-bottom: 0;
}
.input-radio .radio-wrapper .inner-label {
padding-left: 24px;
margin-right: 115px;
cursor: pointer;
margin-bottom: 0;
}
.input-radio input:checked + .custom-radio:before {
content: '';
position: absolute;
width: 6px;
height: 6px;
border-radius: 100%;
background-color: #0c7aeb;
left: calc(50% - 3px);
top: calc(50% - 3px);
}
.input-radio > label:first-child {
margin-bottom: 20px;
width: 100%;
}
.checkbox input, .input-radio input {
position: absolute;
z-index: -1;
opacity: 0;
margin: 10px 0 0 20px;
}
.checkbox__text {
position: relative;
padding: 0 0 0 30px;
cursor: pointer;
color: #1f1f1f;
font-family: "GothamProRegular", sans-serif;
font-size: 16px;
}
.checkbox__text:before {
content: '';
position: absolute;
left: 0;
top: calc(50% - 10px);
width: 16px;
height: 16px;
background: #fff;
border: 1px solid #d6d6d6;
}
.checkbox input:checked+.checkbox__text:before {
background: #fff url('../img/icons/checkbox.png') center no-repeat;
background-size: 14px;
}
.checkbox input:checked+.checkbox__text:after {
left: 26px;
}
.checkbox input:focus+.checkbox__text:before {
box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
}
.input__login::before {
content: '';
display: block;
width: 52px;
height: 46px;
border-right: 1px solid #dfdfdf;
position: absolute;
left: 0;
top: 0;
background: url('../img/icons/authorization-login.png') center no-repeat;
}
.input__pass::before {
content: '';
display: block;
width: 52px;
height: 46px;
border-right: 1px solid #dfdfdf;
position: absolute;
left: 0;
top: 0;
background: url('../img/icons/authorization-pass.png') center no-repeat;
}
.input__icon input {
padding: 10px 20px 10px 65px;
width: 100%;
}
.right-part {
align-self: flex-start;
position: relative;
padding-top: 30px;
width: calc(100% - 380px);
}
.right-part__half {
border-right: 1px solid #d0cfcf;
padding: 0 40px;
}
.right-part__half:last-child {
border: none;
}
.right-part__half:last-child .custom-tooltip__wrapper {
left: auto;
right: -10px;
}
.right-part__half:last-child .custom-tooltip__wrapper:after {
right: 5px;
}
.authorization {
height: 100vh;
}
.authorization__left-inner {
display: flex;
flex-direction: column;
justify-content: space-between;
max-width: 450px;
height: 100%;
margin: 0 auto;
padding: 68px 0;
}
.authorization__left {
background: url('../img/auth-bg.jpg') center no-repeat;
background-size: cover;
}
.authorization__title {
padding-top: 11vh;
color: #ffffff;
font-family: "GothamProBold";
font-size: 40px;
}
.authorization__link {
position: relative;
margin-left: 35px;
color: #2a527e;
font-family: "GothamProMedium";
font-size: 24px;
padding-bottom: 2px;
border-bottom: 1px solid #436791;
}
.authorization__link:before {
content: '';
position: absolute;
top: 3px;
left: -35px;
width: 25px;
height: 25px;
background-image: url('../img/icons/auth-link-icon-inst.png');
background-repeat: no-repeat;
background-position: center;
}
.authorization__link:hover {
text-decoration: none;
}
.support__row {
display: flex;
align-items: center;
margin-bottom: 13px;
}
.support__row:last-child {
margin-bottom: 0;
}
.support__icon {
width: 33px;
height: 33px;
text-align: center;
border: 1px solid #5c5c5c;
border-radius: 50%;
}
.support__icon svg {
fill: #5c5c5c;
width: 16px;
height: 16px;
margin-top: calc(50% - 8px);
}
.authorization__support-block {
margin-top: 45px;
}
.authorization__support-block .support__icon {
border: none;
}
.support__title {
color: #ffffff;
font-family: "GothamProMedium";
font-size: 20px;
margin-bottom: 2%;
}
.support__text {
font-size: 18px;
color: #fff;
font-family: 'GothamProRegular';
margin-left: 10px;
}
.support__text:hover {
color: #fff;
}
.authorization__description-text {
font-size: 18px;
color: #fff;
font-family: 'GothamProLight';
margin-top: 30px;
margin-bottom: 30px;
}
.authorization__form-logo {
margin-bottom: 30px;
}
.authorization__description-logo img {
max-width: 235px;
width: 100%;
margin-bottom: 50px;
}
.authorization__form {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
height: 100vh;
max-width: 610px;
width: 100%;
margin: 0 auto;
}
.authorization__form form {
width: 100%;
}
.authorization__form input {
color: #000;
}
.authorization__form input::placeholder {
color: #c7c7c7;
font-family: "GothamProMedium";
font-size: 16px;
}
.authorization__form-title {
color: #2487ed;
font-family: "GothamProBold";
font-size: 22px;
margin-bottom: 40px;
}
.authorization__form-button {
font-size: 16px;
font-family: 'GothamProMedium';
text-transform: uppercase;
color: #fff;
line-height: 48px;
width: 100%;
background-color: #2487ed;
border-radius: 3px;
cursor: pointer;
border: none;
}
/* Members */
.sidebar {
max-width: 306px;
width: 100%;
margin-right: 54px;
background-color: #f9f9f9;
padding-top: 35px;
overflow-y: auto;
}
.sidebar .authorization__description {
margin: 0;
padding: 0 27px 20px;
}
.sidebar .authorization__description-text {
color: #b3b3b3;
font-size: 14px;
line-height: 1.2;
}
.header-left {
display: flex;
align-items: center;
max-width: 275px;
background-color: #fff;
}
.header-left__title {
display: flex;
align-items: center;
}
.header-left__logo {
max-width: 185px;
width: 100%;
}
.header-left__logo img {
width: 100%;
}
.sidebar__title {
color: #414f79;
font-family: "PlumbCondensedBold";
font-size: 12px;
font-weight: 700;
padding: 20px 20px 20px 10px;
border-right: 1px solid #f0f0f0;
}
.sidebar__menu {
display: flex;
flex-direction: column;
padding-bottom: 15px;
border-bottom: 1px solid #e8e8e8;
}
.sibebar__menu-techsupport {
padding: 27px;
border-bottom: 1px solid #e8e8e8;
}
.sibebar__menu-techsupport .support__icon--phone svg {
width: 14px;
}
.sibebar__menu-techsupport .support__icon--mail svg {
width: 15px;
}
.sibebar__menu-techsupport .support__icon--tg svg {
width: 15px;
}
.sibebar__menu-techsupport .support__icon--vk svg {
width: 17px;
}
.sidebar__techsupport-title {
font-family: 'GothamProMedium', sans-serif;
font-size: 18px;
color: #5c5c5c;
padding-bottom: 20px;
}
.sibebar__menu-techsupport .support__text {
color: #5c5c5c;
}
.sidebar__menu-item {
display: flex;
align-items: center;
padding: 12px 10px 12px 27px;
border-left: 5px solid transparent;
transition: cubic-bezier(0.075, 0.82, 0.165, 1) .5s;
}
.sidebar__menu-item.active svg path {
fill: #0c7aeb;
}
.sidebar__menu-icon {
min-width: 20px;
margin-right: 20px;
display: flex;
}
.sidebar__menu-icon svg path {
fill: #5c5c5c;
}
.svg-placeholder {
width: 20px;
height: 20px;
}
.svg-placeholder:hover {
transition: 0.4s;
fill: #5c5c5c;
}
.svg-users {
width: 19px;
height: 19px;
}
.svg-users {
transition: 0.4s;
fill: #0c7aeb;
}
.svg-list {
width: 19px;
height: 19px;
}
.svg-list:hover {
transition: 0.4s;
fill: #5c5c5c;
}
.svg-refresh {
width: 22px;
height: 22px;
}
.svg-refresh:hover {
transition: 0.4s;
fill: #5c5c5c;
}
.svg-mail {
width: 20px;
height: 20px;
}
.svg-mail path {
fill: #010002;
}
.svg-mail:hover path {
transition: 0.4s;
fill: #5c5c5c;
}
.svg-file {
width: 21px;
height: 21px;
}
.svg-file:hover {
transition: 0.4s;
fill: #5c5c5c;
}
.svg-report {
width: 21px;
height: 21px;
}
.svg-report:hover {
transition: 0.4s;
fill: #5c5c5c;
}
.svg-statistics {
width: 19px;
height: 19px;
}
.svg-statistics:hover {
transition: 0.4s;
fill: #5c5c5c;
}
.svg-export {
width: 17px;
height: 17px;
}
.svg-export:hover {
transition: 0.4s;
fill: #5c5c5c;
}
.sidebar__menu-text {
color: #5c5c5c;
font-family: "GothamProMedium";
font-size: 18px;
}
.sidebar__menu-item:hover, .sidebar__menu-item.active {
background-color: #ecf3fd;
border-color: #0c7aeb;
text-decoration: none;
}
.sidebar__menu-item:hover .sidebar__menu-text,
.sidebar__menu-item.active .sidebar__menu-text{
color: #0c7aeb;
}
.sidebar__menu-item:hover svg,
.sidebar__menu-item:hover svg path {
fill: #0c7aeb;
}
.header-top {
justify-content: space-between;
flex-wrap: nowrap;
position: relative;
z-index: 10;
padding: 27px 40px 27px 25px;
box-shadow: 0 5px 16px rgba(0, 0, 0, 0.05);
align-items: center;
}
.searchbar {
max-width: 58.8%;
width: 100%;
margin-left: 10px;
margin-right: 50px;
}
.searchbar__input {
position: relative;
height: 44px;
border-radius: 3px;
}
.searchbar__input input {
font-size: 16px;
color: #646464;
font-family: 'GothamProMedium';
height: 100%;
border: none;
padding: 0 10px 0 50px;
outline: none;
width: 100%;
}
.searchbar__input input::placeholder {
color: #a8a8a8;
font-size: 16px;
font-family: 'GothamProRegular';
}
.searchbar__input div {
position: absolute;
display: block;
left: 20px;
top: calc(50% - 9.5px);
width: 18px;
height: 19px;
background: url('../img/icons/search-top-icon.png') center no-repeat;
}
.controls {
display: flex;
align-items: center;
}
.notification {
position: relative;
max-width: 25px;
cursor: pointer;
margin-right: 45px;
}
.notification__count {
position: absolute;
top: -7px;
right: -9px;
display: flex;
align-items: center;
justify-content: center;
width: 22px;
height: 22px;
color: #fff;
font-family: 'GothamProMedium';
font-size: 12px;
background-color: #ff3131;
border: 2px solid #fff;
border-radius: 50%;
}
.notification__dropdown {
display: none;
position: absolute;
top: 40px;
left: -25px;
width: 320px;
background-color: #fff;
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
cursor: default;
}
.notification__ava {
width: 22px;
height: 22px;
margin: 0 5px;
object-fit: cover;
}
.notification__dropdown:before {
content: '';
position: absolute;
top: -8px;
left: 30px;
width: 15px;
height: 15px;
background-color: #fff;
transform: rotate(45deg);
}
.notification__list {
margin-bottom: 0;
padding: 0;
list-style: none;
}
.notification__item {
display: flex;
padding: 12px 16px;
border-bottom: 1px solid #e4e4e4;
}
.notification__item--green {
background-color: #edf8f0;
}
.notification__item--red {
background-color: #ffefef;
}
.notification__info {
padding-right: 35px;
color: #303030;
font-family: 'GothamProRegular';
font-size: 12px;
}
.notification__time {
flex-shrink: 0;
color: #b5b5b5;
font-family: 'GothamProMedium';
font-size: 12px;
}
.languages {
position: relative;
z-index: 10;
margin-right: 46px;
}
.languages__info {
display: flex;
align-items: center;
justify-content: space-around;
cursor: pointer;
}
.languages__popup {
position: absolute;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
background-color: #fff;
padding: 24px 15px 22px;
width: 183px;
left: -35px;
top: 34px;
display: none;
z-index: 5;
}
.languages__popup a {
color: #5c5c5c;
font-family: "GothamProMedium", sans-serif;
font-size: 14px;
cursor: pointer;
line-height: 1;
margin-bottom: 10px;
width: 100%;
display: inline-block;
}
.languages__popup a:last-child {
margin-bottom: 0;
}
.languages a.selected-language {
color: #0c7aeb;
background: url('../img/icons/checkbox-language.png') center right no-repeat;
background-size: 13px;
}
.languages__icon {
margin-right: 16px;
}
.languages__icon img {
border: 1px solid lightgray;
}
.languages__name {
color: #646464;
font-family: "GothamProMedium";
font-size: 14px;
font-weight: 500;
margin-right: 14px;
}
.languages__arrow {
width: 11px;
height: 7px;
background: url('../img/icons/chevron-down.png') center no-repeat;
background-size: 11px;
}
.members__controls {
display: flex;
align-items: center;
padding: 7px 0;
position: relative;
margin-bottom: 30px;
}
@media(max-width: 1300px) {
.members__controls {
flex-direction: column;
align-items: flex-start;
}
.members__control-button {
position: static!important;
margin-top: 5px;
}
.members__control-link {
margin-bottom: 10px;
}
}
.control__text {
color: #405189;
font-family: 'GothamProMedium';
font-size: 18px;
border-bottom: 2px dashed #405189;
}
.members__control-link {
text-decoration: none !important;
display: flex;
align-items: center;
}
.members__control-link .fas {
color: #405189;
margin-right: 15px;
}
.members__control--add {
position: relative;
margin-right: 75px;
margin-left: 30px;
}
.members__control--add:before {
content: '';
position: absolute;
top: 5px;
left: -30px;
width: 20px;
height: 20px;
background-image: url('../img/icons/add-blue-icon.png');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.members__control--form {
position: relative;
margin-right: 75px;
margin-left: 30px;
}
.members__control--form:before {
content: '';
position: absolute;
top: 5px;
left: -30px;
width: 19px;
height: 19px;
background-image: url('../img/icons/link-blue-icon.png');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.members__control--download {
margin-right: 75px;
}
.members__control--download i {
width: 16px;
height: 17px;
background: url('../img/icons/download-icon.png') center no-repeat;
background-size: 16px;
}
.members__control--document i {
width: 16px;
height: 18px;
background: url('../img/icons/document-icon.png') center no-repeat;
background-size: 16px;
}
.members__control-button {
padding: 9px 10px;
color: #fff;
border-radius: 3px;
background-color: #ffbc2b;
font-size: 16px;
font-family: 'GothamProRegular', sans-serif;
position: absolute;
right: 0;
top: 0;
transition: cubic-bezier(0.19, 1, 0.22, 1) .3s;
cursor: pointer;
border: none;
}
.members__control-button:hover {
text-decoration: none;
color: #fff;
}
.members__control-button:disabled {
box-shadow: none;
cursor: default;
}
.button-green.members__control-button i {
display: none;
}
.button-green.members__control-button:hover {
box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.4);
}
.members__control-button i {
vertical-align: middle;
}
.members__button-wrapper .members__control-button {
padding: 9px 28px;
outline: none;
}
.members__control-button-dropdown {
position: absolute;
right: 0;
background: #fff;
padding: 12px;
top: 48px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
padding: 25px 20px 8px;
width: 277px;
display: none;
}
.members__control-button-dropdown a {
color: #5c5c5c;
font-family: "GothamProMedium", sans-serif;
font-size: 14px;
margin: 0 0 17px;
display: flex;
align-items: center;
transition: .3s;
}
.members__control-button-dropdown svg {
width: 19px;
height: 17px;
margin-right: 11px;
transition: .3s;
}
.members__control-button-dropdown a:hover {
color: #0c7aeb;
}
.members__control-button-dropdown a:hover svg {
fill: #0c7aeb;
}
.members__control-button-dropdown .icon {
width: 20px;
margin-right: 9px;
}
.members__control-button-dropdown .tick-circle-icon {
height: 17px;
background: url('../img/icons/tick-circle-icon.png') center no-repeat;
}
.members__control-button-dropdown .reply-all-icon {
height: 12px;
background: url('../img/icons/reply-all-icon.png') center no-repeat;
}
.table {
border-radius: 5px;
overflow: hidden;
}
.table thead tr {
background-color: #ecf3fd;
}
.table thead th {
vertical-align: middle;
border-bottom: none;
color: #405189;
font-family: "GothamProRegular", sans-serif;
font-size: 18px;
padding: 20px 30px;
border-top: none;
}
@media screen and (max-width: 1600px) {
.table thead th {
font-size: 16px;
}
}
.table thead th:nth-child(4),
.table thead th:nth-child(7) {
text-align: center;
}
.table tbody td {
color: #000000;
font-family: "GothamProRegular", sans-serif;
font-size: 16px;
vertical-align: middle;
border-color: #eee;
padding: 20px 30px;
}
.table tbody td img {
width: 49px;
height: 49px;
border-radius: 100%;
object-fit: cover;
}
.table tbody td:nth-child(4) {
padding: 29px 0;
text-align: center;
}
.table tbody td:nth-child(3),
.table thead th:nth-child(3),
.table tbody td:nth-child(6),
.table thead th:nth-child(6),
.table tbody td:nth-child(7) {
text-align: center;
}
.table tbody td:nth-last-child(3) {
max-width: 255px;
}
.table tbody .fas {
cursor: pointer;
}
.table tbody .gray {
background-color: #f1f1f1;
}
.table tbody .gray-light {
background-color: #fbfbfb;
}
.table tbody .green {
background-color: #f0fff3;
}
.table tbody .red {
background-color: #ffefef;
}
.table tbody .white {
background-color: #fff;
}
.table tbody tr {
border-color: #eeeeee;
}
.members__table .checkbox__text:before {
top: calc(50% - 7px);
}
.members__table .empty {
padding: 55px 0;
text-align: center;
background-color: #e8e8e8;
color: #adadad;
font-size: 18px;
font-family: 'GothamProMedium',sans-serif;
}
.members__table-options {
display: flex;
align-items: center;
max-width: 550px;
text-align: center;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
margin: -60px auto 0;
background-color: #fff;
position: relative;
display: none;
}
.custom-option {
display: flex;
align-items: center;
margin-bottom: 15px;
}
.custom-option img {
width: 36px;
height: 36px;
border-radius: 100%;
margin-right: 16px;
}
.custom-option-text {
color: #1f1f1f;
font-family: "GothamProRegular", sans-serif;
font-size: 16px;
}
.table__options-item {
width: calc(100% / 4);
height: 110px;
padding: 20px 15px;
color: #5c5c5c;
border-right: 1px solid #ececec;
font-family: "GothamProMedium";
font-size: 14px;
line-height: 1.2;
transition: cubic-bezier(0.165, 0.84, 0.44, 1) .4s;
cursor: pointer;
}
.table__options-item:first-child {
pointer-events: none;
cursor: not-allowed;
}
.table__options-item:hover {
background-color: #ecf3fd;
color: #405189;
}
.table__options-icon {
margin-bottom: 10px;
}
.table-burger__popup {
position: fixed;
background-color: #fff;
right: 55px;
padding: 20px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
width: 245px;
display: none;
z-index: 12;
}
.table__popup-item {
color: #5c5c5c;
font-family: "GothamProMedium";
font-size: 14px;
font-weight: 500;
line-height: 32px;
cursor: pointer;
display: flex;
align-items: center;
}
.table__popup-item:hover {
color: #0c7aeb;
}
.table__popup-icon {
margin-right: 11px;
}
.table__popup-icon svg {
width: 13px;
height: 13px;
fill: #5c5c5c;
transition: .4s;
}
.table__popup-item:hover .table__popup-icon svg {
fill: #0c7aeb;
}
/* Members anketa */
.members-anketa .right-part,
.acts .right-part, .transfer-anketa .right-part {
background-color: #fbfbfb;
border-radius: 3px;
padding-bottom: 52px;
}
.member-add-photo {
border: 2px dashed #c3c3c3;
width: 198px;
height: 236px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 30px;
cursor: pointer;
}
.member-add-photo .big-plus-icon {
width: 52px;
height: 52px;
background: url('../img/icons/big-plus.png') center no-repeat;
background-size: 52px;
margin-bottom: 18px;
}
.member-add-photo-text {
color: #aaaaaa;
font-size: 16px;
font-family: 'GothamProMedium', sans-serif;
}
.scan-1 {
margin-bottom: 25px;
}
.upload-scan__row {
margin: 0;
display: none;
order: 3;
}
.upload-scan {
order: 2;
}
.filename {
color: #0c7aeb;
font-family: "GothamProRegular", sans-serif;
font-size: 16px;
font-weight: 400;
margin-right: 50px;
}
.removefile {
color: #405189;
font-family: "GothamProMedium", sans-serif;
font-size: 16px;
cursor: pointer;
position: relative;
margin-left: 20px;
border-bottom: 1px dashed #405189;
}
.removefile:hover {
border-bottom: 1px dashed #405189;
}
.removefile::before {
content: "";
position: absolute;
width: 12px;
height: 12px;
background: url('../img/icons/clear-button.svg') center no-repeat;
background-size: 12px;
left: -20px;
top: calc(50% - 6px);
}
.upload-button {
display: flex;
align-items: center;
color: #405189;
font-family: "GothamProMedium", sans-serif;
font-size: 16px;
font-weight: 500;
position: relative;
border: 2px dashed #405189;
border-radius: 3px;
max-width: 290px;
line-height: 42px;
text-align: center;
justify-content: center;
cursor: pointer;
margin-bottom: 10px;
}
.weblink-icon {
width: 15px;
height: 15px;
background: url('../img/icons/weblink-icon.png') center no-repeat;
background-size: 15px;
margin-right: 8px;
}
.members-add-button {
display: flex;
align-items: center;
justify-content: center;
background-color: #0c7aeb;
border-radius: 3px;
box-shadow: none;
color: #ffffff;
font-family: "GothamProRegular", sans-serif;
font-size: 18px;
text-align: center;
border: none;
padding: 13px 53px;
cursor: pointer;
transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s;
box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 600px) {
.members-add-button {
padding: 13px 35px;
}
}
.members-add-button:hover {
box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
transform: translate(0px, -10px) scale(1.2);
}
.members-add-button span {
line-height: 1;
}
.plus-button-icon {
flex-shrink: 0;
width: 20px;
height: 20px;
background: url('../img/icons/add-in-button.png') center no-repeat;
background-size: 20px;
margin-right: 9px;
}
.to-right {
display: flex;
justify-content: flex-end;
margin-right: 25px;
}
/* Acts page */
.acts .right-part {
padding-top: 40px;
border-radius: 3px;
padding-bottom: 52px;
background-color: #fff;
}
.acts .right-part form {
background-color: #fbfbfb;
padding-top: 10px;
}
.acts .right-part__half {
padding: 0 75px;
}
@media screen and (max-width: 1500px) {
.acts .right-part__half {
padding: 0 40px;
}
}
.button-classic {
color: #ffffff;
font-family: "GothamProRegular", sans-serif;
font-size: 16px;
width: 236px;
height: 42px;
line-height: 42px;
border-radius: 3px;
display: inline-block;
text-align: center;
transition: cubic-bezier(0.19, 1, 0.22, 1) .3s;
margin-right: 18px;
}
.button-classic:hover {
box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
text-decoration: none;
color: #fff;
}
.button-classic:focus,
.button-classic:visited {
color: #fff;
}
.button-red {
background-color: #f54c4c;
}
.button-green {
background-color: #61d87b;
}
.acts__buttons-wrapper {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 60px;
width: 100%;
}
.acts__buttons-wrapper .textarea {
position: relative;
}
.acts__buttons-wrapper .textarea:before {
content: "";
position: absolute;
width: 22px;
height: 22px;
left: 19px;
top: 23px;
background: url('../img/icons/attention-red-icon.png') center no-repeat;
}
.acts__buttons-wrapper textarea {
resize: none;
background-color: #fff0f0;
border: 1px solid #ffafaf;
color: #f54c4c;
font-family: 'GothamProRegular', sans-serif;
padding: 25px 50px;
text-align: left;
width: 480px;
height: 135px;
}
.acts__buttons-wrapper textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #f54c4c;
}
.acts__buttons-wrapper textarea::-moz-placeholder { /* Firefox 19+ */
color: #f54c4c;
}
.acts__buttons-wrapper textarea:-ms-input-placeholder { /* IE 10+ */
color: #f54c4c;
}
.acts__buttons-wrapper textarea:-moz-placeholder { /* Firefox 18- */
color: #f54c4c;
}
.acts__buttons-wrapper a:last-child {
margin-right: 0;
}
/* Transfer page */
.transfer-page .members__controls {
margin-bottom: 50px;
}
.transfer__title {
color: #405189;
font-family: "GothamProMedium", sans-serif;
font-size: 24px;
margin-bottom: 20px;
}
.transfer-table {
margin-bottom: 50px;
}
.transfer-table tr th {
padding: 30px;
border: none;
line-height: 1;
text-align: center;
}
.transfer-table tbody {
background-color: #fbfbfb;
}
.transfer-table tbody td {
padding: 30px;
text-align: center;
}
.transfer-table thead th:nth-child(4) {
padding-left: 75px;
text-align: left;
}
@media screen and (max-width: 1600px) {
.transfer-table thead th:nth-child(4) {
padding-left: 30px;
}
}
/* Numbers page */
.numbers__control-button {
position: absolute;
right: 0;
border-radius: 3px;
color: #ffffff;
font-family: "GothamProMedium", sans-serif;
font-size: 16px;
padding: 0 20px;
width: auto;
height: 42px;
}
.download-pdf-icon {
width: 21px;
height: 24px;
background: url('../img/icons/pdf-icon.png') center no-repeat;
background-size: 20px;
}
.table__item-title {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 25px;
cursor: pointer;
}
.table__item-title h2 {
color: #405189;
font-family: "GothamProMedium", sans-serif;
font-size: 24px;
line-height: 1;
margin-bottom: 0;
}
.table__item-title .circle-icon {
width: 35px;
height: 35px;
border: 2px solid #405189;
border-radius: 100%;
text-align: center;
padding-top: 5px;
}
.table__item-title .circle-icon i {
color: #405189;
}
.numbers-rf__table {
transition: .4s;
margin-bottom: 55px;
}
.numbers-rf__table thead th:nth-child(4), .numbers-rf__table thead th:nth-child(5) {
width: 250px;
}
.numbers-rf .members__controls {
margin-bottom: 25px;
}
.numbers-rf .checkbox {
margin-bottom: 3px;
}
/* Numbers SHOC page */
.numbers-shoc__table td:nth-child(5) {
width: 260px;
}
.table-button {
color: #405189;
font-family: 'GothamProMedium', sans-serif;
font-size: 16px;
display: flex;
align-items: center;
justify-content: center;
text-align: left;
}
.table-button .checkform-icon {
background: url('../img/icons/checkform-icon.png') center no-repeat;
width: 20px;
height: 20px;
background-size: 15px;
margin-right: 8px;
}
.table-button .weblink-icon {
width: 20px;
height: 20px;
background-size: 17px;
}
/* Statistics page */
.statistics__checkboxes {
padding: 40px;
background-color: #fbfbfb;
display: flex;
flex-wrap: wrap;
margin-bottom: 55px;
}
.statistics__checkboxes-item {
margin-right: 35px;
}
.statistics__checkboxes-item .checkbox__text {
font-size: 16px;
font-family: 'GothamProRegular', sans-serif;
}
.statistics__checkboxes__item-main {
width: 100%;
margin-bottom: 5px;
margin-right: 0;
}
.statistics__checkboxes__item-main .checkbox__text {
font-family: 'GothamProMedium', sans-serif;
font-size: 18px;
}
.statistics__wrapper {
display: flex;
flex-wrap: wrap;
margin-bottom: 20px;
}
.statistics__title {
color: #405189;
font-family: "GothamProMedium", sans-serif;
font-size: 24px;
margin-bottom: 25px;
}
.statistics__item {
box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.05);
border-radius: 3px;
background-color: #ffffff;
padding: 20px 25px 45px;
max-width: 320px;
width: 100%;
margin-right: 30px;
margin-bottom: 35px;
}
.statistics__item-row {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 10px;
}
.statistics__item-title {
color: #75787a;
font-family: "GothamProMedium", sans-serif;
font-size: 16px;
line-height: 1.1;
}
.count {
color: #405189;
font-family: "GothamProBold", sans-serif;
font-size: 36px;
line-height: 1;
}
/* Anketa-link block */
.anketa-link {
display: none;
}
.anketa-link__wrapper {
padding: 22px 25px;
background-color: #fff;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
display: flex;
z-index: 12;
max-width: 450px;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
top: 50px;
}
.anketa-link i {
margin-right: 10px;
margin-top: 2px;
}
.anketa-link__title {
position: relative;
font-family: 'GothamProMedium', sans-serif;
font-size: 18px;
line-height: 1;
margin-bottom: 18px;
color: #405189;
padding-left: 30px;
}
.anketa-link__title:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 17px;
height: 17px;
background-image: url('../img/icons/link-blue-icon.png');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.anketa-link__text {
font-size: 16px;
font-family: 'GothamProRegular', sans-serif;
margin-bottom: 20px;
}
.anketa-link__input-wrapper {
display: flex;
justify-content: space-between;
}
.anketa-link__input-wrapper button {
width: 158px;
line-height: 40px;
display: inline-block;
background-color: #0c7aeb;
border-radius: 3px;
border: none;
font-size: 16px;
font-family: 'GothamProMedium', sans-serif;
color: #fff;
cursor: pointer;
}
.anketa-link__input {
padding: 0 10px;
border-radius: 3px;
background-color: #fbfbfb;
border: 1px solid #d3d3d3;
height: 40px;
width: 194px;
}
.photo-buttons__wrapper {
display: none;
order: 3;
}
.photo-buttons__inner {
display: flex;
justify-content: space-between;
margin: 10px auto;
padding: 0 15px;
}
@media screen and (max-width: 600px) {
.photo-buttons__inner {
flex-direction: column;
}
}
.input-file__popup-wrapper {
display: none;
z-index: 12;
position: relative;
}
.input-file__popup {
width: 500px;
position: fixed;
background-color: #fff;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 12;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
border-radius: 2px;
display: flex;
flex-direction: column;
}
@media screen and (max-width: 600px) {
.input-file__popup {
width: 300px;
top: calc(50% - 271px);
}
}
.input-file__popup .croppie-container .cr-boundary {
width: 500px !important;
height: 500px !important;
overflow: hidden;
}
@media screen and (max-height: 760px) {
.input-file__popup .croppie-container .cr-boundary {
height: 410px !important;
}
}
@media screen and (max-width: 600px) {
.input-file__popup .croppie-container .cr-boundary {
width: 300px !important;
height: 300px !important;
}
}
.input-file__popup-title {
color: #222222;
font-family: "GothamProBold", sans-serif;
font-size: 24px;
margin: 25px auto;
line-height: 1;
text-align: center;
}
@media screen and (max-width: 600px) {
.input-file__popup-title {
margin: 15px auto;
font-size: 20px;
}
}
.photo-buttons__inner .crop-image-button {
color: #fff;
font-family: "GothamProMedium", sans-serif;
font-size: 18px;
text-decoration: none;
line-height: 1;
padding: 16px 30px;
background-color: #0c7aeb;
border-radius: 3px;
}
.photo-buttons__inner .load-another-button {
color: #5c5c5c;
font-family: "GothamProMedium", sans-serif;
font-size: 18px;
border-radius: 3px;
border: 2px solid #5c5c5c;
padding: 14px 30px;
line-height: 1;
text-decoration: none;
}
.input .remove-image-button {
color: #405189;
font-family: "GothamProMedium", sans-serif;
font-weight: 500;
text-decoration: none;
line-height: 1;
padding: 10px 20px;
display: none;
}
#uploadPreviewReady {
height: 236px;
width: 206px;
object-fit: cover;
display: none;
}
/* Export page */
.export__wrapper {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 50px;
}
.export__text-item {
font-family: "GothamProMedium", sans-serif;
font-size: 18px;
margin-bottom: 38px;
}
.export__text-item.green {
color: #46714a;
}
.export__text-item.red {
color: #ac1c1f;
}
.export__text-item.blue {
color: #395c99;
}
.export-icon {
width: 22px;
height: 25px;
display: block;
margin-right: 10px;
}
.xls-green-icon {
background: url('../img/icons/xls-green-icon.png') center no-repeat;
background-size: 22px;
}
.pdf-red-icon {
background: url('../img/icons/pdf-red-icon.png') center no-repeat;
background-size: 22px;
}
.tiff-blue-icon {
background: url('../img/icons/tiff-blue-icon.png') center no-repeat;
background-size: 22px;
}
.export__item {
display: flex;
align-items: center;
margin-bottom: 22px;
}
.export__item span:last-of-type {
font-family: 'GothamProRegular', sans-serif;
color: #0c7aeb;
margin-left: 5px;
cursor: pointer;
}
.export-popup {
padding: 27px;
background-color: #f7f7f7;
border: 1px solid #e3e3e3;
max-width: 450px;
width: 100%;
position: fixed;
top: calc(50% - 150px);
left: calc(50% - 225px);
z-index: -1;
opacity: 0;
}
.export-popup .input:last-child {
margin-bottom: 50px;
}
.export-popup .buttons__wrapper {
display: flex;
justify-content: space-between;
}
.button-gray {
font-family: 'GothamProMedium', sans-serif;
font-size: 16px;
padding: 7px 43px;
border: 2px solid #acacac;
border-radius: 2px;
background: transparent;
color: #acacac;
cursor: pointer;
}
.button-blue {
font-family: 'GothamProMedium', sans-serif;
font-size: 16px;
padding: 7px 43px;
color: #fff;
background-color: #0c7aeb;
border-radius: 2px;
}
.export-button {
max-width: 192px;
width: 100%;
padding: 0;
}
/* Agreements page */
.agreement-progress-bar-wrapper {
width: 140px;
height: 7px;
background-color: #ededed;
position: relative;
}
.agreement-progress-bar-wrapper .agreement-progress-bar {
background-color: #99f1ac;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.agreements-table tbody td {
text-align: center;
}
.agreements-table tbody td:nth-last-child(2) {
text-align: center;
font-family: 'GothamProRegular', sans-serif;
font-size: 12px;
}
.agreements-table tbody td:nth-child(3) {
width: 288px;
text-align: left;
}
.agreements-table thead th:nth-child(3) {
text-align: left;
padding: 0 .75rem;
}
.custom-tooltip {
position: absolute;
right: 0;
}
.custom-tooltip-icon {
width: 19px;
height: 19px;
background: url('../img/icons/call-info-icon.png') center no-repeat;
background-size: 19px;
cursor: pointer;
z-index: 10;
}
.custom-tooltip-icon:hover + .custom-tooltip__wrapper {
display: flex;
}
.custom-tooltip__wrapper {
display: none;
background-color: #fff;
padding: 17px;
top: 40px;
right: -315px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
z-index: 12;
}
.custom-tooltip__wrapper:after {
content: '';
position: absolute;
width: 25px;
height: 25px;
background-color: #fff;
top: -12px;
transform: rotate(45deg);
}
.custom-tooltip-red-icon {
width: 19px;
height: 19px;
background: url('../img/icons/call-infored-icon.png') center no-repeat;
background-size: 19px;
margin-right: 13px;
}
.custom-tooltip-text {
color: #181818;
font-family: "GothamProRegular", sans-serif;
font-size: 14px;
line-height: 20px;
width: 288px;
}
.input-error div.help-block {
position: absolute;
display: block;
bottom: -20px;
line-height: 1;
font-size: 12px;
text-align: right;
width: 100%;
color: #e06c6c;
}
.input.required label:after {
content: ' *';
color: #ff3131;
}
.input-radio > div > label:first-child {
margin-bottom: 0px;
width: auto;
}
/* All regions page */
.all-regions .table thead th {
padding: 25px 0 25px 38px;
border: none;
}
.all-regions .table tbody td {
padding: 11px 30px 11px
}
.all-regions .table a {
color: #000000;
font-family: "GothamProRegular", sans-serif;
font-size: 16px;
}
.confirm-delete__popup-wrapper {
position: absolute;
left: calc(50% - 270px);
background-color: #fff;
z-index: 10;
}
.confirm-delete__popup {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
padding: 30px;
max-width: 540px;
}
.confirm-delete__inner {
display: flex;
align-items: center;
margin-bottom: 44px;
}
.confirm-delete-icon {
width: 35px;
height: 35px;
margin-right: 20px;
}
.confirm-delete-icon svg {
fill: #ff3131;
width: 35px;
height: 35px;
}
.confirm-delete-text {
color: #000000;
font-family: "GothamProMedium", sans-serif;
font-size: 18px;
line-height: 24px;
}
.confirm-delete__buttons {
display: flex;
justify-content: flex-end;
}
.confirm-delete__buttons span {
margin-left: 66px;
color: #405189;
font-family: "GothamProMedium", sans-serif;
font-size: 18px;
text-transform: uppercase;
cursor: pointer;
}
/* 404 page */
.not-found {
max-width: 610px;
margin: 0 auto;
text-align: center;
}
@media screen and (max-width: 600px) {
.not-found {
padding: 40px 0;
}
}
.not-found__title {
color: #0c7aeb;
font-family: "GothamProBlack", sans-serif;
font-size: 72px;
margin-bottom: 30px;
line-height: 1;
}
.not-found__subtitle {
color: #181818;
font-family: "GothamProMedium", sans-serif;
font-size: 18px;
font-weight: 500;
line-height: 1;
margin-bottom: 14px;
}
.not-found__description {
color: #848484;
font-family: "GothamProRegular", sans-serif;
font-size: 16px;
margin-bottom: 35px;
}
@media screen and (max-width: 600px) {
.not-found__description {
padding: 0 10px;
}
}
.not-found .button-blue {
padding: 14px 43px;
margin-bottom: 55px;
display: inline-block;
}
.tech-support {
background-color: #fafafa;
padding: 35px 43px 22px;
}
.tech-support__title {
color: #5c5c5c;
font-family: "GothamProBold", sans-serif;
font-size: 18px;
margin-bottom: 20px;
}
.tech-support__wrapper {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.tech-support__item {
width: 49%;
display: flex;
align-items: center;
margin-bottom: 13px;
}
@media screen and (max-width: 600px) {
.tech-support__item {
width: 100%;
justify-content: center;
}
}
.tech-support__icon {
width: 33px;
height: 33px;
border-radius: 100%;
border: 1px solid #5c5c5c;
margin-right: 10px;
}
.tech-support__icon svg {
fill: #5c5c5c;
width: 14px;
height: 14px;
margin-top: calc(50% - 7px);
}
.tech-support__text {
color: #5c5c5c;
font-family: "GothamProRegular", sans-serif;
font-size: 18px;
}
.anketa-public-bg {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 400px;
background: rgba(26,33,242,1);
background: -moz-linear-gradient(left, rgba(26,33,242,1) 0%, rgba(128,44,158,1) 31%, rgba(229,53,76,1) 65%, rgba(192,52,148,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(26,33,242,1)), color-stop(31%, rgba(128,44,158,1)), color-stop(65%, rgba(229,53,76,1)), color-stop(100%, rgba(192,52,148,1)));
background: -webkit-linear-gradient(left, rgba(26,33,242,1) 0%, rgba(128,44,158,1) 31%, rgba(229,53,76,1) 65%, rgba(192,52,148,1) 100%);
background: -o-linear-gradient(left, rgba(26,33,242,1) 0%, rgba(128,44,158,1) 31%, rgba(229,53,76,1) 65%, rgba(192,52,148,1) 100%);
background: -ms-linear-gradient(left, rgba(26,33,242,1) 0%, rgba(128,44,158,1) 31%, rgba(229,53,76,1) 65%, rgba(192,52,148,1) 100%);
background: linear-gradient(to right, rgba(26,33,242,1) 0%, rgba(128,44,158,1) 31%, rgba(229,53,76,1) 65%, rgba(192,52,148,1) 100%);}
@media screen and (max-width: 600px) {
.anketa-public-bg {
height: 300px;
}
}
.anketa-public-logo {
display: block;
margin-top: -50px;
}
.anketa-public {
max-width: 930px;
width: 100%;
margin: -90px auto 50px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
background-color: #ffffff;
padding: 55px 11% 80px;
}
@media screen and (max-width: 992px) {
.anketa-public {
width: auto;
margin: -90px 20px 0;
}
}
.anketa-public label {
order: 0;
}
.anketa-public #uploadPreviewReady {
margin-top: 40px;
}
.anketa-public .to-right {
width: 100%;
margin-right: 0;
}
.custom-radio:after, .inner-label:after, .radio-wrapper:after {
content: none !important;
}
/* Realize-order page */
.realize-order {
padding: 55px 0;
}
.realize-order__title {
max-width: 1000px;
color: #181818;
font-family: "GothamProMedium", sans-serif;
font-size: 24px;
line-height: 30px;
margin-bottom: 33px;
text-align: center;
}
.realize-order__attention {
padding: 40px 60px;
background-color: #f5f9ff;
font-size: 18px;
}
.realize-order__attention span {
font-family: 'GothamProMedium', sans-serif;
color: #ff3131;
text-transform: uppercase;
}
.realize-order__attention p {
margin-bottom: 0;
}
.realize-order__tabs {
display: flex;
padding: 40px;
justify-content: center;
}
.realize-order__tabs a {
color: #181818;
font-family: "GothamProMedium", sans-serif;
font-size: 20px;
line-height: 30px;
}
.realize-order__tabs a:first-child {
margin-right: 150px;
}
.realize-order__tabs .tab-active {
color: #0c7aeb;
text-decoration: underline;
}
.realize-order .button-wrapper {
display: flex;
justify-content: flex-end;
margin-bottom: 25px;
}
.realize-order .button-wrapper .button {
display: flex;
align-items: center;
line-height: 1;
font-family: 'GothamProMedium', sans-serif;
font-size: 18px;
border-radius: 3px;
padding: 11px 20px;
min-width: 262px;
text-align: center;
justify-content: center;
}
.realize-order .button-wrapper .button svg {
width: 17px;
height: 17px;
margin-right: 7px;
}
.realize-order .button-wrapper .save-draft {
color: #5c5c5c;
border: 2px solid #5c5c5c;
margin-right: 27px;
}
.realize-order .button-wrapper .send-request {
background-color: #0c7aeb;
border: 2px solid #0c7aeb;
color: #fff;
}
.realize-order .button-wrapper .save-draft svg {
fill: #5c5c5c;
}
.realize-order .button-wrapper .send-request svg {
fill: #fff;
}
.realize-order__inner-title {
width: 100%;
color: #405189;
font-family: "GothamProMedium", sans-serif;
font-size: 24px;
text-align: center;
text-transform: uppercase;
margin: 55px auto 45px;
}
.realize-order__row {
background-color: #fbfbfb;
border-radius: 3px;
padding-bottom: 30px;
}
.realize-order__row .input-radio {
flex-direction: column;
}
.realize-order__row .input-radio .radio-wrapper {
margin-bottom: 20px;
}
.realize-order__row .input-radio .inner-label {
margin-right: 0;
font-family: 'GothamProRegular', sans-serif;
}
.breadcrumbs {
display: flex;
align-items: center;
margin-bottom: 30px;
padding-left: 0;
list-style: none;
}
.breadcrumbs__item {
display: flex;
align-items: center;
}
.breadcrumbs__item:last-child:after {
content: none
}
.breadcrumbs__item:after {
content: '';
display: inline-block;
width: 5px;
height: 5px;
margin: 0 13px;
background-color: #0c7aeb;
border-radius: 50%;
color: #1f1f1f;
font-size: 16px;
}
.out {
padding: 3px 0 3px 28px;
color: #646464;
font-family: 'GothamProMedium';
font-size: 16px;
background-image: url('../img/icons/logout-icon.png');
background-repeat: no-repeat;
background-position: left center;
background-size: 18px 16px;
}
::-webkit-scrollbar {
width: 7px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #bfbfbf;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}
.members-anketa-page .right-part {
margin-top: 40px;
margin-bottom: 40px;
}
.members-anketa-page .members form {
padding-top: 30px;
}
.info-text {
padding-right: 30px;
text-align: right;
}
.info-text span {
color: red;
}
.input__wrap-m {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 10px;
}
.input__wrap-m label {
align-items: flex-end;
flex-direction: column;
margin: 0!important;
}
.tech-c {
display: flex;
width: 100%;
padding-top: 40px;
}
.tech-c__block {
width: 50%;
}
.tech-c .support__text {
color: #5c5c5c;
}
.search-line {
max-width: 748px;
margin-bottom: 30px;
}
.search-line input {
width: 100%;
padding: 10px 50px;
background: url('../img/icons/search-top-icon.png') left 20px center no-repeat;
background-color: #fafafa;
border-radius: 4px;
border: 1px solid #e9e9e9;
font-size: 16px;
}
.search-line input::placeholder {
font-size: 16px;
color: #a8a8a8;
}
.anketa-success {
max-width: 930px;
width: 100%;
margin: -90px auto 0;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
background-color: #ffffff;
padding: 55px 11% 80px;
}
.anketa-success__wrapper {
text-align: center;
}
.anketa-success__icon {
width: 78px;
margin: 0 auto 38px;
}
.anketa-success__icon img {
width: 100%;
}
.anketa-success__title {
margin-bottom: 15px;
font-size: 20px;
font-family: 'GothamProMedium', sans-serif;
color: #1f1f1f;
}
.anketa-success__text {
margin-bottom: 30px;
color: #5e5e5e;
font-size: 14px;
line-height: 20px;
}
.anketa-success__button {
display: block;
width: 290px;
margin: 0 auto;
padding: 14px 10px;
color: #fff;
font-size: 18px;
font-family: 'GothamProMedium', sans-serif;
background-color: #0c7aeb;
border-radius: 3px;
text-align: center;
border: 1px solid transparent;
transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.anketa-success__button:hover {
color: #0c7aeb;
background-color: #fff;
border-color: #0c7aeb;
text-decoration: none;
}
.searchbar__input span.select2 {
margin-top: 0;
}
.select2-container--krajee .select2-selection--single {
height: 44px;
padding: 10px 24px 10px 48px!important;
background: url('../img/icons/search-top-icon.png') left 20px center no-repeat;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow {
width: 40px!important;
height: 42px!important;
border: none!important;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow b {
border-width: 6px 5px 0!important;
}
.select2-container--krajee .select2-selection--single .select2-selection__placeholder {
font-size: 16px;
font-family: 'GothamProMedium', sans-serif;
color: #a8a8a8;
}
.select2-search--dropdown {
padding: 8px 14px;
}
.select2-search--dropdown {
padding: 6px 14px;
}
.select2-container--krajee .select2-results__option--highlighted a {
background-color: #d9eeff;
color: #000;
}
.select2-container--krajee .select2-results__option--highlighted a {
color: #000;
}
.pagination {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 30px;
}
.pagination ul {
display: flex;
padding: 0;
list-style: none;
}
.pagination ul li:first-child {
transform: rotate(90deg);
}
.pagination ul li:last-child {
transform: rotate(-90deg);
}
.pagination ul li a {
display: flex;
align-items: center;
justify-content: center;
width: 27px;
height: 27px;
border: 1px solid #d0d0d0;
font-size: 12px;
color: #5c5c5c;
font-family: 'GothamProMedium', sans-serif;
transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.pagination ul li a:hover {
color: #fff;
background-color: #0c7aeb;
border-color: #0c7aeb;
text-decoration: none;
}
.pagination ul li a:hover svg path {
fill: #fff;
}
.pagination ul li svg {
width: 8px;
height: 8px;
list-style: none;
}
.pagination ul li svg path {
transition: fill 0.3s;
}
.pagination-show {
color: #5c5c5c;
}
.pagination-show span {
font-family: 'GothamProMedium', sans-serif;
}
.members__sort {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 15px;
}
.sort {
display: flex;
align-items: center;
}
.sort__title {
color: #5c5c5c;
font-size: 18px;
font-family: 'GothamProMedium', sans-serif;
}
.sort__body {
position: relative;
padding-left: 13px;
}
.sort__count {
font-size: 18px;
color: #5c5c5c;
cursor: pointer;
}
.sort__count:after {
content: '';
display: inline-block;
vertical-align: middle;
width: 11px;
height: 6px;
margin-left: 11px;
background-image: url('../img/icons/angle-arrow-down.svg');
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
background-size: cover;
}
.sort__dropdown {
display: none;
position: absolute;
top: 32px;
}
.sort__dropdown ul {
width: 100px;
padding: 0;
list-style: none;
box-shadow: 3px 3px 10px 2px #f3f3f3;
}
.sort__dropdown ul li a {
width: 100%;
padding: 15px 22px;
display: block;
list-style: none;
background-color: #fff;
font-size: 18px;
color: #5c5c5c;
transition: color 0.3s, background-color 0.3s;
}
.sort__dropdown ul li a:hover {
color: #fff;
background-color: #0c7aeb;
text-decoration: none;
}
.sort__dropdown ul li a.active {
color: #fff;
background-color: #0c7aeb;
}
.photo-buttons__nav {
order: 2;
text-align: center;
}
.photo-buttons__nav button {
background-color: transparent;
color: #5c5c5c;
font-family: "GothamProMedium", sans-serif;
font-size: 14px;
border-radius: 3px;
border: 2px solid #5c5c5c;
padding: 8px;
line-height: 1;
text-decoration: none;
cursor: pointer;
}
.photo-buttons__nav button:active,
.photo-buttons__nav button:focus {
border: 2px solid #5c5c5c!important;
}
/*@media(max-width: 1650px) {*/
/*.members__table-wrapper {*/
/*width: 1400px;*/
/*}*/
/*.members__table {*/
/*overflow-x: scroll;*/
/*}*/
/*.pagination {*/
/*margin-top: 20px;*/
/*}*/
/*}*/
/* Добавить красную звездочку для input полей обязательных к заполнению */
.required label:after {
content: "*";
color: red;
}
/** Оформление в пагинации элемента span */
.pagination ul li span {
display: flex;
align-items: center;
justify-content: center;
width: 27px;
height: 27px;
border: 1px solid #d0d0d0;
font-size: 12px;
color: #5c5c5c;
font-family: 'GothamProMedium', sans-serif;
transition: color 0.3s, background-color 0.3s, border-color 0.3s;
} | 0.467332 | 0.093471 |
.userSelectionButton {
-fx-background-color: Gold;
-fx-background-radius: 5;
-fx-border-color: GoldenRod;
-fx-border-radius: 5;
-fx-effect: innershadow( one-pass-box , #DAA520 , 8 , 0.5 , 0 , 0 );
-fx-text-fill: #7f6000;
-fx-font-family: "Agency FB";
-fx-font-size: 20pt;
-fx-font-weight: bold;
}
.userSelectionButton:pressed {
-fx-background-color: goldenrod;
}
.userSelectionButton:selected {
/* #e4ba4e - goldenrod @60% */
/* #e1b137 - goldenrod @55% */
/* #dea821 - goldenrod @50%*/
-fx-background-color: #e1b137; /* #daa520 */
/* #daa520 - goldenrod @49%*/
/* #c8981e - goldenrod @45% */
/* #b1871b - goldenrod @40% */
-fx-border-color: Gold;
}
.calculationButtonNotReady {
-fx-background-color: crimson;
-fx-background-radius: 5;
-fx-border-color: GoldenRod;
-fx-border-radius: 5;
-fx-effect: innershadow( one-pass-box , #DAA520 , 8 , 0.5 , 0 , 0 );
-fx-text-fill: gold;
-fx-font-family: "Agency FB";
-fx-font-size: 20pt;
-fx-font-weight: bold;
}
.calculationButtonNotReady:pressed {
-fx-background-color: #d2143a;
}
.calculationButtonNotReady:selected {
/* #ee4466 - Crimson @60% */
/* #e1b137 - Crimson @55% */
/* #e91640 - Crimson @50%*/
-fx-background-color: #bb1133;
/* #dc143c - Crimson @47%*/
/* #d2143a - Crimson @45% */
/* #bb1133 - Crimson @40% */
}
.calculationButtonReady {
-fx-background-color: forestgreen;
-fx-background-radius: 5;
-fx-border-color: darkgreen;
-fx-border-radius: 5;
-fx-effect: innershadow( one-pass-box , #DAA520 , 8 , 0.5 , 0 , 0 );
-fx-text-fill: gold;
-fx-font-family: "Agency FB";
-fx-font-size: 20pt;
-fx-font-weight: bold;
}
.calculationButtonReady:pressed {
-fx-background-color: green;
}
.calculationButtonReady:selected {
/* #ee4466 - Crimson @60% */
/* #e1b137 - Crimson @55% */
/* #e91640 - Crimson @50%*/
-fx-background-color: green;
/* #dc143c - Crimson @47%*/
/* #d2143a - Crimson @45% */
/* #bb1133 - Crimson @40% */
}
.userStatusLabel {
-fx-background-color: DarkSeaGreen;
-fx-background-radius: 5;
-fx-effect: dropshadow( three-pass-box , #556B2F , 10 , 0.5 , 0 , 0 );
-fx-border-color: DarkOliveGreen;
-fx-border-radius: 5;
-fx-font-family: "Trebuchet MS Bold";
-fx-font-size: 18pt;
}
.envOptStatusLabel {
-fx-background-color: DarkSeaGreen;
-fx-background-radius: 5;
-fx-effect: dropshadow( three-pass-box , #556B2F , 10 , 0.5 , 0 , 0 );
-fx-border-color: DarkOliveGreen;
-fx-border-radius: 5;
-fx-padding: 0;
-fx-text-alignment:justify;
-fx-alignment:top-center;
-fx-content-display:text-only;
-fx-label-padding:0;
-fx-font-family: "Agency FB"; /*"Trebuchet MS Bold";*/
-fx-font-size: 16pt;
}
.ToolTip {
-fx-effect: dropshadow( three-pass-box , #333333 , 10 , 0.5 , 0 , 0 );
-fx-font-family: Trebuchet MS Bold;
-fx-font-size: 16pt;
}
.basePanel {
-fx-background-color: #777777;
}
.useDefaultsLabel {
-fx-font-family: "Trebuchet MS Bold";
-fx-font-size: 14pt;
}
.listOfOptions {
-fx-border-color: cornflowerblue;
-fx-background-color: cornflowerblue;
-fx-label-padding: 5 0 5 0;
-fx-spacing: 0;
}
.list-cell:even {
-fx-background-color: cornflowerblue;
-fx-font-size: 11pt;
-fx-label-padding: 5 0 5 0;
}
.list-cell:odd {
-fx-background-color: cornflowerblue;
-fx-font-size: 11pt;
-fx-label-padding: 5 0 5 0;
}
.warning {
-fx-background-color: lightgrey;
-fx-text-fill: darkred;
-fx-font-weight: bold;
}
.questionOnPanel {
-fx-text-fill: black;
-fx-font-weight: bold;
-fx-background-color: transparent;
}
.environmentOptionPanel {
-fx-background-color: cornflowerblue;
-fx-background-radius: 5;
-fx-border-color: darkblue;
-fx-border-radius: 5;
}
.effectsOptionPanel {
-fx-background-color: cornflowerblue;
-fx-background-radius: 5;
-fx-border-color: darkblue;
-fx-border-radius: 5;
}
.weightingCriteriaPanel {
-fx-background-color: lightblue;
-fx-border-color: cornflowerblue;
-fx-background-radius: 5;
-fx-border-color: darkblue;
-fx-border-radius: 5;
}
/*
* The are various text styles used by the panels, cells, and controls
*/
.weightingCriteriaCategoryLabel {
-fx-text-alignment: center;
-fx-font-weight: bold;
-fx-font-size: 12pt;
}
.weightingCriteriaPanelText {
-fx-font-size: 12pt;
}
/*
* These are the header boxen aboves the selection columns that tells the user
* what the criteria are.
*/
.weightingCriteriaPanelTitleLabel {
-fx-background-color: cornflowerblue;
-fx-border-color: black;
}
.titleLabel {
-fx-font-size: 30pt;
-fx-font-weight: bold;
-fx-font-underline: true;
-fx-font-family: "Agency FB";
-fx-text-alignment: center;
}
.mainTitleLabel {
-fx-background-color: lightgrey;
-fx-background-radius: 5;
-fx-border-color: darkblue;
-fx-border-radius: 5;
-fx-font-size: 40pt;
-fx-font-weight: bold;
-fx-font-family: "Agency FB";
-fx-text-fill: #7f6000;
-fx-text-alignment: center;
-fx-text-origin:top;
}
.mainSubTitleLabel {
-fx-background-color: lightblue;
-fx-background-radius: 5;
-fx-border-color: darkblue;
-fx-border-radius: 5;
-fx-font-size: 32pt;
-fx-font-weight: bold;
-fx-font-family: "Agency FB";
-fx-text-fill: #7f6000;
} | src/edu/gatech/pmase/capstone/awesome/GUIToolBox/guitoolbox.css | .userSelectionButton {
-fx-background-color: Gold;
-fx-background-radius: 5;
-fx-border-color: GoldenRod;
-fx-border-radius: 5;
-fx-effect: innershadow( one-pass-box , #DAA520 , 8 , 0.5 , 0 , 0 );
-fx-text-fill: #7f6000;
-fx-font-family: "Agency FB";
-fx-font-size: 20pt;
-fx-font-weight: bold;
}
.userSelectionButton:pressed {
-fx-background-color: goldenrod;
}
.userSelectionButton:selected {
/* #e4ba4e - goldenrod @60% */
/* #e1b137 - goldenrod @55% */
/* #dea821 - goldenrod @50%*/
-fx-background-color: #e1b137; /* #daa520 */
/* #daa520 - goldenrod @49%*/
/* #c8981e - goldenrod @45% */
/* #b1871b - goldenrod @40% */
-fx-border-color: Gold;
}
.calculationButtonNotReady {
-fx-background-color: crimson;
-fx-background-radius: 5;
-fx-border-color: GoldenRod;
-fx-border-radius: 5;
-fx-effect: innershadow( one-pass-box , #DAA520 , 8 , 0.5 , 0 , 0 );
-fx-text-fill: gold;
-fx-font-family: "Agency FB";
-fx-font-size: 20pt;
-fx-font-weight: bold;
}
.calculationButtonNotReady:pressed {
-fx-background-color: #d2143a;
}
.calculationButtonNotReady:selected {
/* #ee4466 - Crimson @60% */
/* #e1b137 - Crimson @55% */
/* #e91640 - Crimson @50%*/
-fx-background-color: #bb1133;
/* #dc143c - Crimson @47%*/
/* #d2143a - Crimson @45% */
/* #bb1133 - Crimson @40% */
}
.calculationButtonReady {
-fx-background-color: forestgreen;
-fx-background-radius: 5;
-fx-border-color: darkgreen;
-fx-border-radius: 5;
-fx-effect: innershadow( one-pass-box , #DAA520 , 8 , 0.5 , 0 , 0 );
-fx-text-fill: gold;
-fx-font-family: "Agency FB";
-fx-font-size: 20pt;
-fx-font-weight: bold;
}
.calculationButtonReady:pressed {
-fx-background-color: green;
}
.calculationButtonReady:selected {
/* #ee4466 - Crimson @60% */
/* #e1b137 - Crimson @55% */
/* #e91640 - Crimson @50%*/
-fx-background-color: green;
/* #dc143c - Crimson @47%*/
/* #d2143a - Crimson @45% */
/* #bb1133 - Crimson @40% */
}
.userStatusLabel {
-fx-background-color: DarkSeaGreen;
-fx-background-radius: 5;
-fx-effect: dropshadow( three-pass-box , #556B2F , 10 , 0.5 , 0 , 0 );
-fx-border-color: DarkOliveGreen;
-fx-border-radius: 5;
-fx-font-family: "Trebuchet MS Bold";
-fx-font-size: 18pt;
}
.envOptStatusLabel {
-fx-background-color: DarkSeaGreen;
-fx-background-radius: 5;
-fx-effect: dropshadow( three-pass-box , #556B2F , 10 , 0.5 , 0 , 0 );
-fx-border-color: DarkOliveGreen;
-fx-border-radius: 5;
-fx-padding: 0;
-fx-text-alignment:justify;
-fx-alignment:top-center;
-fx-content-display:text-only;
-fx-label-padding:0;
-fx-font-family: "Agency FB"; /*"Trebuchet MS Bold";*/
-fx-font-size: 16pt;
}
.ToolTip {
-fx-effect: dropshadow( three-pass-box , #333333 , 10 , 0.5 , 0 , 0 );
-fx-font-family: Trebuchet MS Bold;
-fx-font-size: 16pt;
}
.basePanel {
-fx-background-color: #777777;
}
.useDefaultsLabel {
-fx-font-family: "Trebuchet MS Bold";
-fx-font-size: 14pt;
}
.listOfOptions {
-fx-border-color: cornflowerblue;
-fx-background-color: cornflowerblue;
-fx-label-padding: 5 0 5 0;
-fx-spacing: 0;
}
.list-cell:even {
-fx-background-color: cornflowerblue;
-fx-font-size: 11pt;
-fx-label-padding: 5 0 5 0;
}
.list-cell:odd {
-fx-background-color: cornflowerblue;
-fx-font-size: 11pt;
-fx-label-padding: 5 0 5 0;
}
.warning {
-fx-background-color: lightgrey;
-fx-text-fill: darkred;
-fx-font-weight: bold;
}
.questionOnPanel {
-fx-text-fill: black;
-fx-font-weight: bold;
-fx-background-color: transparent;
}
.environmentOptionPanel {
-fx-background-color: cornflowerblue;
-fx-background-radius: 5;
-fx-border-color: darkblue;
-fx-border-radius: 5;
}
.effectsOptionPanel {
-fx-background-color: cornflowerblue;
-fx-background-radius: 5;
-fx-border-color: darkblue;
-fx-border-radius: 5;
}
.weightingCriteriaPanel {
-fx-background-color: lightblue;
-fx-border-color: cornflowerblue;
-fx-background-radius: 5;
-fx-border-color: darkblue;
-fx-border-radius: 5;
}
/*
* The are various text styles used by the panels, cells, and controls
*/
.weightingCriteriaCategoryLabel {
-fx-text-alignment: center;
-fx-font-weight: bold;
-fx-font-size: 12pt;
}
.weightingCriteriaPanelText {
-fx-font-size: 12pt;
}
/*
* These are the header boxen aboves the selection columns that tells the user
* what the criteria are.
*/
.weightingCriteriaPanelTitleLabel {
-fx-background-color: cornflowerblue;
-fx-border-color: black;
}
.titleLabel {
-fx-font-size: 30pt;
-fx-font-weight: bold;
-fx-font-underline: true;
-fx-font-family: "Agency FB";
-fx-text-alignment: center;
}
.mainTitleLabel {
-fx-background-color: lightgrey;
-fx-background-radius: 5;
-fx-border-color: darkblue;
-fx-border-radius: 5;
-fx-font-size: 40pt;
-fx-font-weight: bold;
-fx-font-family: "Agency FB";
-fx-text-fill: #7f6000;
-fx-text-alignment: center;
-fx-text-origin:top;
}
.mainSubTitleLabel {
-fx-background-color: lightblue;
-fx-background-radius: 5;
-fx-border-color: darkblue;
-fx-border-radius: 5;
-fx-font-size: 32pt;
-fx-font-weight: bold;
-fx-font-family: "Agency FB";
-fx-text-fill: #7f6000;
} | 0.403097 | 0.068475 |
@charset "UTF-8";
/* CSS Document */
main {
/*background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#ffffff));*/
padding: 10px 10px 10px 10px;
}
body {
font-family: 'Source Sans Pro', sans-serif;
font-size: 16px;
line-height:25px;
/*padding-top:60px;*/
height:100%;
/* IE10 Consumer Preview */
/*background: -ms-linear-gradient(top, #dddddd 0%, #ffffff 100%);*/
/* Mozilla Firefox */
/*background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 100%);*/
/* Opera */
/*background: -o-linear-gradient(top, #dddddd 0%, #ffffff 100%);*/
/* Webkit (Safari/Chrome 10) */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dddddd), color-stop(1, #ffffff));*/
/* Webkit (Chrome 11+) */
/*background: -webkit-linear-gradient(top, #dddddd 0%, #ffffff 100%);*/
/* W3C Markup, IE10 Release Preview */
/*background: linear-gradient(to bottom, #dddddd 0%, #ffffff 100%);*/
/*background-attachment:fixed;*/
}
h1 { font-size:30px; padding:30px 0 20px 0; font-weight:600; color:#000; text-transform:uppercase; }
h2 { font-size: 12px; font-weight: 900 }
table.price {
color:#1362a3;
font-size: 30px;
font-weight:600;
height:150px;
position:absolute;
right: 0px;
top: 30px;
}
table.price tr td{
font-size: 30px;
}
.price .attr {
color:#000;
text-align: left;
margin-right: 10px;
}
.price .val {
text-align: left;
}
ul.feature-list {
display:block;
overflow:auto;
padding-bottom:10px;
}
ul.feature-list li {
width:48%;
margin:0 2% 0 0;
float:left;
font-size:26px;
font-weight: normal;
line-height: 30px;
color:#000;
}
ul.feature-list li span {
color:#000;
}
ul.options {
display:block;
overflow: auto;
padding-bottom:20px;
float:left;
}
ul.options li {
width:48%;
float:left;
margin:0 2% 0 0;
font-family:Arial, sans-serif, Gotham, "Helvetica Neue", Helvetica;
font-size: 10px;
font-weight:bold;
line-height: 20px;
padding: 0 30px 0 0;
list-style: disc;
/*color: #1362a3;*/
}
ul.options li span{
color: #000000;
}
ul.options li:before {
/*background-color: #e13d00;*/
/*border-radius: 50%;*/
content: "";
float: left;
height: 0.5em;
line-height: 1em;
margin: 0.5em 1em 0 0;
width: 1em;
}
#footer {
font-weight: bold;
background:#1362a3;
color:#fff;
padding-top:10px;
padding-bottom:10px;
/*margin-top:26px;*/
text-align:center;
font-size:12px;
} | web_old/assets/css/autokaartAutoplan.css | @charset "UTF-8";
/* CSS Document */
main {
/*background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#ffffff));*/
padding: 10px 10px 10px 10px;
}
body {
font-family: 'Source Sans Pro', sans-serif;
font-size: 16px;
line-height:25px;
/*padding-top:60px;*/
height:100%;
/* IE10 Consumer Preview */
/*background: -ms-linear-gradient(top, #dddddd 0%, #ffffff 100%);*/
/* Mozilla Firefox */
/*background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 100%);*/
/* Opera */
/*background: -o-linear-gradient(top, #dddddd 0%, #ffffff 100%);*/
/* Webkit (Safari/Chrome 10) */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dddddd), color-stop(1, #ffffff));*/
/* Webkit (Chrome 11+) */
/*background: -webkit-linear-gradient(top, #dddddd 0%, #ffffff 100%);*/
/* W3C Markup, IE10 Release Preview */
/*background: linear-gradient(to bottom, #dddddd 0%, #ffffff 100%);*/
/*background-attachment:fixed;*/
}
h1 { font-size:30px; padding:30px 0 20px 0; font-weight:600; color:#000; text-transform:uppercase; }
h2 { font-size: 12px; font-weight: 900 }
table.price {
color:#1362a3;
font-size: 30px;
font-weight:600;
height:150px;
position:absolute;
right: 0px;
top: 30px;
}
table.price tr td{
font-size: 30px;
}
.price .attr {
color:#000;
text-align: left;
margin-right: 10px;
}
.price .val {
text-align: left;
}
ul.feature-list {
display:block;
overflow:auto;
padding-bottom:10px;
}
ul.feature-list li {
width:48%;
margin:0 2% 0 0;
float:left;
font-size:26px;
font-weight: normal;
line-height: 30px;
color:#000;
}
ul.feature-list li span {
color:#000;
}
ul.options {
display:block;
overflow: auto;
padding-bottom:20px;
float:left;
}
ul.options li {
width:48%;
float:left;
margin:0 2% 0 0;
font-family:Arial, sans-serif, Gotham, "Helvetica Neue", Helvetica;
font-size: 10px;
font-weight:bold;
line-height: 20px;
padding: 0 30px 0 0;
list-style: disc;
/*color: #1362a3;*/
}
ul.options li span{
color: #000000;
}
ul.options li:before {
/*background-color: #e13d00;*/
/*border-radius: 50%;*/
content: "";
float: left;
height: 0.5em;
line-height: 1em;
margin: 0.5em 1em 0 0;
width: 1em;
}
#footer {
font-weight: bold;
background:#1362a3;
color:#fff;
padding-top:10px;
padding-bottom:10px;
/*margin-top:26px;*/
text-align:center;
font-size:12px;
} | 0.112247 | 0.069258 |
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:300,400,500,600,700,800,900|Barlow:300,400,500,600,700,800,900&display=swap");
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
button,
a,
i,
input,
body {
margin: 0;
padding: 0;
list-style: none;
border: 0;
-webkit-tap-highlight-color: transparent;
text-decoration: none;
color: inherit;
}
body {
margin: 0;
padding: 0;
height: auto;
font-family: "Barlow", sans-serif;
background: url(../img/fondo.jpg!d);
background-size: cover;
animation: movimiento 15s infinite linear alternate;
}
@keyframes movimiento{
from{
background-position: bottom left;
}to{
background-position: top right;
}
}
@media screen and (max-width: 799px) {
nav .menu .menu_links {
display: none;
}
}
nav .menu .menu_links .link {
color: white;
text-transform: uppercase;
font-weight: 500;
margin-right: 50px;
letter-spacing: 2px;
position: relative;
transition: all 0.3s 0.2s ease;
}
nav .menu .menu_links .link:last-child {
margin-right: 0;
}
nav .menu .menu_links .link:before {
content: "";
position: absolute;
width: 0px;
height: 4px;
background: linear-gradient(90deg, #ffedc0 0%, #ff9d87 100%);
bottom: -10px;
border-radius: 4px;
transition: all 0.4s cubic-bezier(0.82, 0.02, 0.13, 1.26);
left: 100%;
}
nav .menu .menu_links .link:hover {
opacity: 1;
color: #8ac8fb;
}
nav .menu .menu_links .link:hover:before {
width: 40px;
left: 0;
}
nav .menu .menu_icon {
width: 40px;
height: 40px;
position: relative;
display: none;
justify-content: center;
align-items: center;
cursor: pointer;
}
@media screen and (max-width: 799px) {
nav .menu .menu_icon {
display: flex;
}
}
nav .menu .menu_icon .icon {
width: 24px;
height: 2px;
background: white;
position: absolute;
}
nav .menu .menu_icon .icon:before,
nav .menu .menu_icon .icon:after {
content: "";
width: 100%;
height: 100%;
background: inherit;
position: absolute;
transition: all 0.3s cubic-bezier(0.49, 0.04, 0, 1.55);
}
nav .menu .menu_icon .icon:before {
transform: translateY(-8px);
}
nav .menu .menu_icon .icon:after {
transform: translateY(8px);
}
nav .menu .menu_icon:hover .icon {
background: #ffedc0;
}
nav .menu .menu_icon:hover .icon:before {
transform: translateY(-10px);
}
nav .menu .menu_icon:hover .icon:after {
transform: translateY(10px);
}
.wrapper {
display: grid;
grid-template-columns: 1fr;
justify-content: center;
align-items: center;
height: 100vh;
overflow-x: hidden;
}
.wrapper .container {
margin: 0 auto;
transition: all 0.4s ease;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.wrapper .container .scene {
position: absolute;
width: 100vw;
height: 100vh;
vertical-align: middle;
}
.wrapper .container .one,
.wrapper .container .two,
.wrapper .container .three,
.wrapper .container .circle,
.wrapper .container .p404 {
width: 60%;
height: 60%;
top: 20% !important;
left: 20% !important;
min-width: 400px;
min-height: 400px;
}
.wrapper .container .one .content,
.wrapper .container .two .content,
.wrapper .container .three .content,
.wrapper .container .circle .content,
.wrapper .container .p404 .content {
width: 600px;
height: 600px;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: content 0.8s cubic-bezier(1, 0.06, 0.25, 1) backwards;
}
@keyframes content {
0% {
width: 0;
}
}
.wrapper .container .one .content .piece,
.wrapper .container .two .content .piece,
.wrapper .container .three .content .piece,
.wrapper .container .circle .content .piece,
.wrapper .container .p404 .content .piece {
width: 200px;
height: 80px;
display: flex;
position: absolute;
border-radius: 80px;
z-index: 1;
animation: pieceLeft 8s cubic-bezier(1, 0.06, 0.25, 1) infinite both;
}
@keyframes pieceLeft {
50% {
left: 80%;
width: 10%;
}
}
@keyframes pieceRight {
50% {
right: 80%;
width: 10%;
}
}
@media screen and (max-width: 799px) {
.wrapper .container .one,
.wrapper .container .two,
.wrapper .container .three,
.wrapper .container .circle,
.wrapper .container .p404 {
width: 90%;
height: 90%;
top: 5% !important;
left: 5% !important;
min-width: 280px;
min-height: 280px;
}
}
@media screen and (max-height: 660px) {
.wrapper .container .one,
.wrapper .container .two,
.wrapper .container .three,
.wrapper .container .circle,
.wrapper .container .p404 {
min-width: 280px;
min-height: 280px;
width: 60%;
height: 60%;
top: 20% !important;
left: 20% !important;
}
}
.wrapper .container .text {
width: 60%;
height: 40%;
min-width: 400px;
min-height: 500px;
position: absolute;
margin: 40px 0;
animation: text 0.6s 1.8s ease backwards;
}
@keyframes text {
0% {
opacity: 0;
transform: translateY(40px);
}
}
@media screen and (max-width: 799px) {
.wrapper .container .text {
min-height: 400px;
height: 80%;
}
}
.wrapper .container .text article {
width: 400px;
position: absolute;
bottom: 0;
z-index: 4;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
@media screen and (max-width: 799px) {
.wrapper .container .text article {
width: 100%;
}
}
.wrapper .container .text article button {
height: 40px;
padding: 0 30px;
border-radius: 50px;
cursor: pointer;
box-shadow: 0px 15px 20px rgba(54, 24, 79, 0.5);
z-index: 3;
color: black;
background-color: white;
text-transform: uppercase;
font-weight: 600;
font-size: 12px;
transition: all 0.3s ease;
}
.wrapper .container .text article button:hover {
box-shadow: 0px 10px 10px -10px rgba(54, 24, 79, 0.5);
transform: translateY(5px);
background: #202979;
color: white;
}
.wrapper .container .p404 {
font-size: 200px;
font-weight: 700;
letter-spacing: 4px;
color: white;
display: flex !important;
justify-content: center;
align-items: center;
position: absolute;
z-index: 2;
animation: anime404 0.6s cubic-bezier(0.3, 0.8, 1, 1.05) both;
animation-delay: 1.2s;
}
@media screen and (max-width: 799px) {
.wrapper .container .p404 {
font-size: 100px;
}
}
@keyframes anime404 {
0% {
opacity: 0;
transform: scale(10) skew(20deg, 20deg);
}
}
.wrapper .container .p404:nth-of-type(2) {
color: #010532;
z-index: 1;
animation-delay: 1s;
filter: blur(10px);
opacity: 0.8;
}
.wrapper .container .circle {
position: absolute;
}
.wrapper .container .circle:before {
content: "";
position: absolute;
width: 800px;
height: 800px;
background-color: rgba(24, 46, 79, 0.2);
border-radius: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
box-shadow: inset 5px 20px 40px rgba(30, 24, 79, 0.25), inset 5px 0px 5px rgba(36, 43, 62, 0.3), inset 5px 5px 20px rgba(36, 39, 62, 0.25), 2px 2px 5px rgba(255, 255, 255, 0.2);
animation: circle 0.8s cubic-bezier(1, 0.06, 0.25, 1) backwards;
}
@keyframes circle {
0% {
width: 0;
height: 0;
}
}
@media screen and (max-width: 799px) {
.wrapper .container .circle:before {
width: 400px;
height: 400px;
}
}
.wrapper .container .one .content:before {
content: "";
position: absolute;
width: 600px;
height: 600px;
background-color: rgba(24, 43, 79, 0.3);
border-radius: 100%;
box-shadow: inset 5px 20px 40px rgba(24, 39, 79, 0.25), inset 5px 0px 5px rgba(36, 40, 62, 0.3), inset 5px 5px 20px rgba(36, 47, 62, 0.25), 2px 2px 5px rgba(255, 255, 255, 0.2);
animation: circle 0.8s 0.4s cubic-bezier(1, 0.06, 0.25, 1) backwards;
}
@media screen and (max-width: 799px) {
.wrapper .container .one .content:before {
width: 300px;
height: 300px;
}
}
.wrapper .container .one .content .piece {
background: linear-gradient(90deg, #19354d 13.7%, #2a5a82 94.65%);
}
.wrapper .container .one .content .piece:nth-child(1) {
right: 15%;
top: 18%;
height: 30px;
width: 120px;
animation-delay: 0.5s;
animation-name: pieceRight;
}
.wrapper .container .one .content .piece:nth-child(2) {
left: 15%;
top: 45%;
width: 150px;
height: 50px;
animation-delay: 1s;
animation-name: pieceLeft;
}
.wrapper .container .one .content .piece:nth-child(3) {
left: 10%;
top: 75%;
height: 20px;
width: 70px;
animation-delay: 1.5s;
animation-name: pieceLeft;
}
.wrapper .container .two .content .piece {
background: linear-gradient(90deg, #19354d 0%, #3a7bb3 100%);
}
.wrapper .container .two .content .piece:nth-child(1) {
left: 0%;
top: 25%;
height: 40px;
width: 120px;
animation-delay: 2s;
animation-name: pieceLeft;
}
.wrapper .container .two .content .piece:nth-child(2) {
right: 15%;
top: 35%;
width: 180px;
height: 50px;
animation-delay: 2.5s;
animation-name: pieceRight;
}
.wrapper .container .two .content .piece:nth-child(3) {
right: 10%;
top: 80%;
height: 20px;
width: 160px;
animation-delay: 3s;
animation-name: pieceRight;
}
.wrapper .container .three .content .piece {
background: linear-gradient(90deg, #2a5a82 0%, #104570 100%);
;
}
.wrapper .container .three .content .piece:nth-child(1) {
left: 25%;
top: 35%;
height: 20px;
width: 80px;
animation-name: pieceLeft;
animation-delay: 3.5s;
}
.wrapper .container .three .content .piece:nth-child(2) {
right: 10%;
top: 55%;
width: 140px;
height: 40px;
animation-name: pieceRight;
animation-delay: 4s;
}
.wrapper .container .three .content .piece:nth-child(3) {
left: 40%;
top: 68%;
height: 20px;
width: 80px;
animation-name: pieceLeft;
animation-delay: 4.5s;
} | css/loadingg.css | @import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:300,400,500,600,700,800,900|Barlow:300,400,500,600,700,800,900&display=swap");
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
button,
a,
i,
input,
body {
margin: 0;
padding: 0;
list-style: none;
border: 0;
-webkit-tap-highlight-color: transparent;
text-decoration: none;
color: inherit;
}
body {
margin: 0;
padding: 0;
height: auto;
font-family: "Barlow", sans-serif;
background: url(../img/fondo.jpg!d);
background-size: cover;
animation: movimiento 15s infinite linear alternate;
}
@keyframes movimiento{
from{
background-position: bottom left;
}to{
background-position: top right;
}
}
@media screen and (max-width: 799px) {
nav .menu .menu_links {
display: none;
}
}
nav .menu .menu_links .link {
color: white;
text-transform: uppercase;
font-weight: 500;
margin-right: 50px;
letter-spacing: 2px;
position: relative;
transition: all 0.3s 0.2s ease;
}
nav .menu .menu_links .link:last-child {
margin-right: 0;
}
nav .menu .menu_links .link:before {
content: "";
position: absolute;
width: 0px;
height: 4px;
background: linear-gradient(90deg, #ffedc0 0%, #ff9d87 100%);
bottom: -10px;
border-radius: 4px;
transition: all 0.4s cubic-bezier(0.82, 0.02, 0.13, 1.26);
left: 100%;
}
nav .menu .menu_links .link:hover {
opacity: 1;
color: #8ac8fb;
}
nav .menu .menu_links .link:hover:before {
width: 40px;
left: 0;
}
nav .menu .menu_icon {
width: 40px;
height: 40px;
position: relative;
display: none;
justify-content: center;
align-items: center;
cursor: pointer;
}
@media screen and (max-width: 799px) {
nav .menu .menu_icon {
display: flex;
}
}
nav .menu .menu_icon .icon {
width: 24px;
height: 2px;
background: white;
position: absolute;
}
nav .menu .menu_icon .icon:before,
nav .menu .menu_icon .icon:after {
content: "";
width: 100%;
height: 100%;
background: inherit;
position: absolute;
transition: all 0.3s cubic-bezier(0.49, 0.04, 0, 1.55);
}
nav .menu .menu_icon .icon:before {
transform: translateY(-8px);
}
nav .menu .menu_icon .icon:after {
transform: translateY(8px);
}
nav .menu .menu_icon:hover .icon {
background: #ffedc0;
}
nav .menu .menu_icon:hover .icon:before {
transform: translateY(-10px);
}
nav .menu .menu_icon:hover .icon:after {
transform: translateY(10px);
}
.wrapper {
display: grid;
grid-template-columns: 1fr;
justify-content: center;
align-items: center;
height: 100vh;
overflow-x: hidden;
}
.wrapper .container {
margin: 0 auto;
transition: all 0.4s ease;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.wrapper .container .scene {
position: absolute;
width: 100vw;
height: 100vh;
vertical-align: middle;
}
.wrapper .container .one,
.wrapper .container .two,
.wrapper .container .three,
.wrapper .container .circle,
.wrapper .container .p404 {
width: 60%;
height: 60%;
top: 20% !important;
left: 20% !important;
min-width: 400px;
min-height: 400px;
}
.wrapper .container .one .content,
.wrapper .container .two .content,
.wrapper .container .three .content,
.wrapper .container .circle .content,
.wrapper .container .p404 .content {
width: 600px;
height: 600px;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: content 0.8s cubic-bezier(1, 0.06, 0.25, 1) backwards;
}
@keyframes content {
0% {
width: 0;
}
}
.wrapper .container .one .content .piece,
.wrapper .container .two .content .piece,
.wrapper .container .three .content .piece,
.wrapper .container .circle .content .piece,
.wrapper .container .p404 .content .piece {
width: 200px;
height: 80px;
display: flex;
position: absolute;
border-radius: 80px;
z-index: 1;
animation: pieceLeft 8s cubic-bezier(1, 0.06, 0.25, 1) infinite both;
}
@keyframes pieceLeft {
50% {
left: 80%;
width: 10%;
}
}
@keyframes pieceRight {
50% {
right: 80%;
width: 10%;
}
}
@media screen and (max-width: 799px) {
.wrapper .container .one,
.wrapper .container .two,
.wrapper .container .three,
.wrapper .container .circle,
.wrapper .container .p404 {
width: 90%;
height: 90%;
top: 5% !important;
left: 5% !important;
min-width: 280px;
min-height: 280px;
}
}
@media screen and (max-height: 660px) {
.wrapper .container .one,
.wrapper .container .two,
.wrapper .container .three,
.wrapper .container .circle,
.wrapper .container .p404 {
min-width: 280px;
min-height: 280px;
width: 60%;
height: 60%;
top: 20% !important;
left: 20% !important;
}
}
.wrapper .container .text {
width: 60%;
height: 40%;
min-width: 400px;
min-height: 500px;
position: absolute;
margin: 40px 0;
animation: text 0.6s 1.8s ease backwards;
}
@keyframes text {
0% {
opacity: 0;
transform: translateY(40px);
}
}
@media screen and (max-width: 799px) {
.wrapper .container .text {
min-height: 400px;
height: 80%;
}
}
.wrapper .container .text article {
width: 400px;
position: absolute;
bottom: 0;
z-index: 4;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
@media screen and (max-width: 799px) {
.wrapper .container .text article {
width: 100%;
}
}
.wrapper .container .text article button {
height: 40px;
padding: 0 30px;
border-radius: 50px;
cursor: pointer;
box-shadow: 0px 15px 20px rgba(54, 24, 79, 0.5);
z-index: 3;
color: black;
background-color: white;
text-transform: uppercase;
font-weight: 600;
font-size: 12px;
transition: all 0.3s ease;
}
.wrapper .container .text article button:hover {
box-shadow: 0px 10px 10px -10px rgba(54, 24, 79, 0.5);
transform: translateY(5px);
background: #202979;
color: white;
}
.wrapper .container .p404 {
font-size: 200px;
font-weight: 700;
letter-spacing: 4px;
color: white;
display: flex !important;
justify-content: center;
align-items: center;
position: absolute;
z-index: 2;
animation: anime404 0.6s cubic-bezier(0.3, 0.8, 1, 1.05) both;
animation-delay: 1.2s;
}
@media screen and (max-width: 799px) {
.wrapper .container .p404 {
font-size: 100px;
}
}
@keyframes anime404 {
0% {
opacity: 0;
transform: scale(10) skew(20deg, 20deg);
}
}
.wrapper .container .p404:nth-of-type(2) {
color: #010532;
z-index: 1;
animation-delay: 1s;
filter: blur(10px);
opacity: 0.8;
}
.wrapper .container .circle {
position: absolute;
}
.wrapper .container .circle:before {
content: "";
position: absolute;
width: 800px;
height: 800px;
background-color: rgba(24, 46, 79, 0.2);
border-radius: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
box-shadow: inset 5px 20px 40px rgba(30, 24, 79, 0.25), inset 5px 0px 5px rgba(36, 43, 62, 0.3), inset 5px 5px 20px rgba(36, 39, 62, 0.25), 2px 2px 5px rgba(255, 255, 255, 0.2);
animation: circle 0.8s cubic-bezier(1, 0.06, 0.25, 1) backwards;
}
@keyframes circle {
0% {
width: 0;
height: 0;
}
}
@media screen and (max-width: 799px) {
.wrapper .container .circle:before {
width: 400px;
height: 400px;
}
}
.wrapper .container .one .content:before {
content: "";
position: absolute;
width: 600px;
height: 600px;
background-color: rgba(24, 43, 79, 0.3);
border-radius: 100%;
box-shadow: inset 5px 20px 40px rgba(24, 39, 79, 0.25), inset 5px 0px 5px rgba(36, 40, 62, 0.3), inset 5px 5px 20px rgba(36, 47, 62, 0.25), 2px 2px 5px rgba(255, 255, 255, 0.2);
animation: circle 0.8s 0.4s cubic-bezier(1, 0.06, 0.25, 1) backwards;
}
@media screen and (max-width: 799px) {
.wrapper .container .one .content:before {
width: 300px;
height: 300px;
}
}
.wrapper .container .one .content .piece {
background: linear-gradient(90deg, #19354d 13.7%, #2a5a82 94.65%);
}
.wrapper .container .one .content .piece:nth-child(1) {
right: 15%;
top: 18%;
height: 30px;
width: 120px;
animation-delay: 0.5s;
animation-name: pieceRight;
}
.wrapper .container .one .content .piece:nth-child(2) {
left: 15%;
top: 45%;
width: 150px;
height: 50px;
animation-delay: 1s;
animation-name: pieceLeft;
}
.wrapper .container .one .content .piece:nth-child(3) {
left: 10%;
top: 75%;
height: 20px;
width: 70px;
animation-delay: 1.5s;
animation-name: pieceLeft;
}
.wrapper .container .two .content .piece {
background: linear-gradient(90deg, #19354d 0%, #3a7bb3 100%);
}
.wrapper .container .two .content .piece:nth-child(1) {
left: 0%;
top: 25%;
height: 40px;
width: 120px;
animation-delay: 2s;
animation-name: pieceLeft;
}
.wrapper .container .two .content .piece:nth-child(2) {
right: 15%;
top: 35%;
width: 180px;
height: 50px;
animation-delay: 2.5s;
animation-name: pieceRight;
}
.wrapper .container .two .content .piece:nth-child(3) {
right: 10%;
top: 80%;
height: 20px;
width: 160px;
animation-delay: 3s;
animation-name: pieceRight;
}
.wrapper .container .three .content .piece {
background: linear-gradient(90deg, #2a5a82 0%, #104570 100%);
;
}
.wrapper .container .three .content .piece:nth-child(1) {
left: 25%;
top: 35%;
height: 20px;
width: 80px;
animation-name: pieceLeft;
animation-delay: 3.5s;
}
.wrapper .container .three .content .piece:nth-child(2) {
right: 10%;
top: 55%;
width: 140px;
height: 40px;
animation-name: pieceRight;
animation-delay: 4s;
}
.wrapper .container .three .content .piece:nth-child(3) {
left: 40%;
top: 68%;
height: 20px;
width: 80px;
animation-name: pieceLeft;
animation-delay: 4.5s;
} | 0.403684 | 0.052912 |
* {
margin: 0;
padding: 0;
}
body {
text-align: center;
background-color: rgb(255, 223, 228);
}
.sobre {
text-align: justify;
}
.nightmode {
margin-left: 10px;
}
.dark-mode {
background-color: rgba(42, 42, 46, 1);
color: white;
}
.dark-mode footer {
background-color: rgb(17, 17, 19);
color: white;
}
.dark-mode nav {
background-color: rgb(17, 17, 19);
color: white;
}
.dark-mode nav div span i {
color: white;
}
.dark-mode main div {
background-color: rgba(42, 42, 46, 1);
}
.navbar-toggler {
border-color: grey;
}
.dark-mode ul li a {
background-color: rgb(17, 17, 19);
color: white;
}
nav div span i {
color: rgb(17, 17, 19);
}
.navbar {
background-color: pink;
opacity: 95%;
}
.navbar a {
color: rgb(17, 17, 19);
text-decoration: none;
}
.navbar a:hover {
background-color: rgb(253, 104, 129);
border: 2px solid rgb(253, 104, 129);
border-radius: 20px;
}
.nav-item {
padding: 0 20px;
}
.carousel-inner {
margin-top: 70px;
}
.clearfix {
margin-top: 20px;
}
.autor {
margin-top: 10px;
margin-bottom: 10px;
}
.modal-body a {
text-decoration: none;
color: grey;
}
.modal-body a:hover {
color: red;
}
#myVideo {
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
}
.content {
position: fixed;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
color: #f1f1f1;
width: 100%;
padding: 20px;
}
footer {
color: black;
background-color: pink;
padding: 15px;
} | css/style.css | * {
margin: 0;
padding: 0;
}
body {
text-align: center;
background-color: rgb(255, 223, 228);
}
.sobre {
text-align: justify;
}
.nightmode {
margin-left: 10px;
}
.dark-mode {
background-color: rgba(42, 42, 46, 1);
color: white;
}
.dark-mode footer {
background-color: rgb(17, 17, 19);
color: white;
}
.dark-mode nav {
background-color: rgb(17, 17, 19);
color: white;
}
.dark-mode nav div span i {
color: white;
}
.dark-mode main div {
background-color: rgba(42, 42, 46, 1);
}
.navbar-toggler {
border-color: grey;
}
.dark-mode ul li a {
background-color: rgb(17, 17, 19);
color: white;
}
nav div span i {
color: rgb(17, 17, 19);
}
.navbar {
background-color: pink;
opacity: 95%;
}
.navbar a {
color: rgb(17, 17, 19);
text-decoration: none;
}
.navbar a:hover {
background-color: rgb(253, 104, 129);
border: 2px solid rgb(253, 104, 129);
border-radius: 20px;
}
.nav-item {
padding: 0 20px;
}
.carousel-inner {
margin-top: 70px;
}
.clearfix {
margin-top: 20px;
}
.autor {
margin-top: 10px;
margin-bottom: 10px;
}
.modal-body a {
text-decoration: none;
color: grey;
}
.modal-body a:hover {
color: red;
}
#myVideo {
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
}
.content {
position: fixed;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
color: #f1f1f1;
width: 100%;
padding: 20px;
}
footer {
color: black;
background-color: pink;
padding: 15px;
} | 0.561936 | 0.143548 |
html {
box-sizing: border-box;
}
* {
box-sizing: inherit;
margin: 0;
padding: 0;
}
body {
width: 100%;
height: 100%;
background: url(https://unsplash.it/1080/?random);
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
h1 {
margin-top: 2%;
text-align: center;
font-size: 40px;
opacity: 0.85;
font-family: Handlee;
}
.container {
position: absolute;
left: 50%;
width: 80%;
min-height: 300px;
opacity: 0.8;
border-radius: 30px;
box-sizing: border-box;
transform: translate(-50%, 20%);
background-color: #dee2e8;
}
.quotes {
padding: 20px 50px;
text-align: center;
font-size: 30px;
font-family: alice;
}
.fa {
padding: 20px;
width: 50px;
text-align: center;
text-decoration: none;
}
.fa:hover {
opacity: 0.7;
}
.fa-twitter {
background: #5c8ad6;
float: right;
color: white;
width: 15%;
margin-right: 30px;
}
.fa-quote-right {
float: right;
background: #5c8ad6;
color: white;
width: 15%;
margin-right: 30px;
margin-bottom: 10px;
}
@media screen and (max-width: 600px){
.container{
width: 90%;
position: absolute;
opacity: 0.8;
border-radius: 30px;
box-sizing: border-box;
transform: translate(-50%, 20%);
background-color: #dee2e8;
}
.quote-text {
font-size: 20px;
}
@media screen and (max-width: 268px) {
h1{
font-size: 40px;
}
.fa {
padding: 10px;
width: 70px;
text-align: center;
text-decoration: none;
}
.fa-twitter {
background: #5c8ad6;
float: right;
color: white;
width: 25%;
}
.fa-quote-right {
float: right;
background: #5c8ad6;
color: white;
width: 25%;
margin-bottom: 10px;
}
}
@media screen and (max-width: 450px){
.container {
position: absolute;
left: 50%;
width: 80%;
min-height: 300px;
opacity: 0.8;
border-radius: 30px;
box-sizing: border-box;
transform: translate(-50%, 2%);
background-color: #dee2e8;
}
body{
background-repeat:no-repeat;
background-size:170%;
}
h1{
font-size: 30px;
}
.fa {
padding: 10px;
width: 70px;
text-align: center;
text-decoration: none;
}
.fa-twitter {
background: #5c8ad6;
float: right;
color: white;
width: 25%;
margin-right: 15px;
}
.fa-quote-right {
float: right;
background: #5c8ad6;
color: white;
width: 25%;
margin-right:90px;
margin-bottom: 10px;
}
} | css/style.css | html {
box-sizing: border-box;
}
* {
box-sizing: inherit;
margin: 0;
padding: 0;
}
body {
width: 100%;
height: 100%;
background: url(https://unsplash.it/1080/?random);
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
h1 {
margin-top: 2%;
text-align: center;
font-size: 40px;
opacity: 0.85;
font-family: Handlee;
}
.container {
position: absolute;
left: 50%;
width: 80%;
min-height: 300px;
opacity: 0.8;
border-radius: 30px;
box-sizing: border-box;
transform: translate(-50%, 20%);
background-color: #dee2e8;
}
.quotes {
padding: 20px 50px;
text-align: center;
font-size: 30px;
font-family: alice;
}
.fa {
padding: 20px;
width: 50px;
text-align: center;
text-decoration: none;
}
.fa:hover {
opacity: 0.7;
}
.fa-twitter {
background: #5c8ad6;
float: right;
color: white;
width: 15%;
margin-right: 30px;
}
.fa-quote-right {
float: right;
background: #5c8ad6;
color: white;
width: 15%;
margin-right: 30px;
margin-bottom: 10px;
}
@media screen and (max-width: 600px){
.container{
width: 90%;
position: absolute;
opacity: 0.8;
border-radius: 30px;
box-sizing: border-box;
transform: translate(-50%, 20%);
background-color: #dee2e8;
}
.quote-text {
font-size: 20px;
}
@media screen and (max-width: 268px) {
h1{
font-size: 40px;
}
.fa {
padding: 10px;
width: 70px;
text-align: center;
text-decoration: none;
}
.fa-twitter {
background: #5c8ad6;
float: right;
color: white;
width: 25%;
}
.fa-quote-right {
float: right;
background: #5c8ad6;
color: white;
width: 25%;
margin-bottom: 10px;
}
}
@media screen and (max-width: 450px){
.container {
position: absolute;
left: 50%;
width: 80%;
min-height: 300px;
opacity: 0.8;
border-radius: 30px;
box-sizing: border-box;
transform: translate(-50%, 2%);
background-color: #dee2e8;
}
body{
background-repeat:no-repeat;
background-size:170%;
}
h1{
font-size: 30px;
}
.fa {
padding: 10px;
width: 70px;
text-align: center;
text-decoration: none;
}
.fa-twitter {
background: #5c8ad6;
float: right;
color: white;
width: 25%;
margin-right: 15px;
}
.fa-quote-right {
float: right;
background: #5c8ad6;
color: white;
width: 25%;
margin-right:90px;
margin-bottom: 10px;
}
} | 0.545044 | 0.087525 |
.rncm__wrapper {
padding: 16px;
position: fixed;
bottom: 0;
right: 0;
z-index: 1000;
max-width: 100vw;
line-height: 1.1;
}
.rncm__root {
background-color: white;
color: #121212;
box-shadow: 0 0.25em 0.25em 0 rgba(0, 0, 0, 0.3);
border: 1px solid #f0f0f0;
}
.rncm__root-card {
max-width: 500px;
border-radius: 4px;
padding: 16px;
}
.rncm__root-hidden {
border-radius: 100vh;
display: flex;
justify-content: center;
align-items: center;
padding: 8px;
cursor: pointer;
}
.rncm__cookie {
margin-right: 8px;
}
.rncm__title {
font-weight: bold;
margin-bottom: 8px;
font-size: 1.1rem;
}
.rncm__text {
margin-bottom: 8px;
}
.rncm__toggles {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.rncm__toggle {
padding: 8px 16px;
display: flex;
align-items: center;
cursor: pointer;
}
.rncm__toggle>input {
margin-right: 8px;
}
.rncm__buttons {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
margin: 16px 0;
}
.rncm__button {
border: 1px solid #121212;
background: none;
outline: none;
cursor: pointer;
border-radius: 4px;
padding: 8px 16px;
margin: 8px;
font-weight: bold;
}
.rncm__button-outline:is(:hover, :active) {
background: #0082e6;
border-color: #0082e6;
color: #FFFFFF;
}
.rncm__button-link {
border: none;
color: #121212;
}
.rncm__button-link:is(:hover, :active) {
color: #008ffb;
}
.rncm__button-cta {
border-color: #008ffb;
background: #008ffb;
color: #FFFFFF;
}
.rncm__button-cta:is(:hover, :active) {
background: #0082e6;
border-color: #0082e6;
}
.rncm__bottom_links {
font-size: 0.8rem;
opacity: 0.5;
display: flex;
justify-content: flex-end;
}
.rncm__bottom_links>a {
margin: 0 4px;
color: #121212;
}
.rncm__bottom_links>span {
margin: 0 4px;
}
.rncm__settings-list {
max-height: 300px;
overflow-y: auto;
}
.rncm__settings-section {
/* background: #f0f0f0; */
margin-bottom: 8px;
padding: 8px;
border-radius: 4px;
}
.rncm__settings-section>h3 {
margin: 0 0 8px 0;
padding: 0;
}
.rncm__setting-row {
margin: 4px 0;
padding: 8px;
/* background: #ffffff; */
border: 2px solid #f0f0f0;
border-radius: 4px;
/* display: flex; */
}
.rncm__setting-row>p {
margin: 4px 0;
}
.rncm__setting-row>a {
margin: 0;
color: #121212;
font-size: 0.8rem;
}
.rncm__setting-row-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 8px;
}
.rncm__setting-row-title {
flex-grow: 1;
}
.rncm__setting-row-toggle {
display: inherit;
}
.rncm__setting-row-state {
margin-right: 8px;
}
.rncm__setting-row-title>h4 {
margin: 0 0 4px 0;
padding: 0;
}
.rncm__setting-row-title>h5 {
margin: 0;
padding: 0;
}
/* ######################## REACT-TOGGLE ######################## */
/* ######################## REACT-TOGGLE ######################## */
/* ######################## REACT-TOGGLE ######################## */
/* ######################## REACT-TOGGLE ######################## */
/* ######################## REACT-TOGGLE ######################## */
/* ######################## REACT-TOGGLE ######################## */
.react-toggle {
touch-action: pan-x;
display: inline-block;
position: relative;
cursor: pointer;
background-color: transparent;
border: 0;
padding: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}
.react-toggle-screenreader-only {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.react-toggle--disabled {
cursor: not-allowed;
opacity: 0.5;
-webkit-transition: opacity 0.25s;
transition: opacity 0.25s;
}
.react-toggle-track {
width: 50px;
height: 24px;
padding: 0;
border-radius: 30px;
background-color: #4D4D4D;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
background-color: #000000;
}
.react-toggle--checked .react-toggle-track {
background-color: #19AB27;
}
.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
background-color: #128D15;
}
.react-toggle-track-check {
position: absolute;
width: 14px;
height: 10px;
top: 0px;
bottom: 0px;
margin-top: auto;
margin-bottom: auto;
line-height: 0;
left: 8px;
opacity: 0;
-webkit-transition: opacity 0.25s ease;
-moz-transition: opacity 0.25s ease;
transition: opacity 0.25s ease;
}
.react-toggle--checked .react-toggle-track-check {
opacity: 1;
-webkit-transition: opacity 0.25s ease;
-moz-transition: opacity 0.25s ease;
transition: opacity 0.25s ease;
}
.react-toggle-track-x {
position: absolute;
width: 10px;
height: 10px;
top: 0px;
bottom: 0px;
margin-top: auto;
margin-bottom: auto;
line-height: 0;
right: 10px;
opacity: 1;
-webkit-transition: opacity 0.25s ease;
-moz-transition: opacity 0.25s ease;
transition: opacity 0.25s ease;
}
.react-toggle--checked .react-toggle-track-x {
opacity: 0;
}
.react-toggle-thumb {
transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
position: absolute;
top: 1px;
left: 1px;
width: 22px;
height: 22px;
border: 1px solid #4D4D4D;
border-radius: 50%;
background-color: #FAFAFA;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.react-toggle--checked .react-toggle-thumb {
left: 27px;
border-color: #19AB27;
}
.react-toggle--focus .react-toggle-thumb {
-webkit-box-shadow: 0px 0px 3px 2px #0099E0;
-moz-box-shadow: 0px 0px 3px 2px #0099E0;
box-shadow: 0px 0px 2px 3px #0099E0;
}
.react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb {
-webkit-box-shadow: 0px 0px 5px 5px #0099E0;
-moz-box-shadow: 0px 0px 5px 5px #0099E0;
box-shadow: 0px 0px 5px 5px #0099E0;
} | src/styles.css | .rncm__wrapper {
padding: 16px;
position: fixed;
bottom: 0;
right: 0;
z-index: 1000;
max-width: 100vw;
line-height: 1.1;
}
.rncm__root {
background-color: white;
color: #121212;
box-shadow: 0 0.25em 0.25em 0 rgba(0, 0, 0, 0.3);
border: 1px solid #f0f0f0;
}
.rncm__root-card {
max-width: 500px;
border-radius: 4px;
padding: 16px;
}
.rncm__root-hidden {
border-radius: 100vh;
display: flex;
justify-content: center;
align-items: center;
padding: 8px;
cursor: pointer;
}
.rncm__cookie {
margin-right: 8px;
}
.rncm__title {
font-weight: bold;
margin-bottom: 8px;
font-size: 1.1rem;
}
.rncm__text {
margin-bottom: 8px;
}
.rncm__toggles {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.rncm__toggle {
padding: 8px 16px;
display: flex;
align-items: center;
cursor: pointer;
}
.rncm__toggle>input {
margin-right: 8px;
}
.rncm__buttons {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
margin: 16px 0;
}
.rncm__button {
border: 1px solid #121212;
background: none;
outline: none;
cursor: pointer;
border-radius: 4px;
padding: 8px 16px;
margin: 8px;
font-weight: bold;
}
.rncm__button-outline:is(:hover, :active) {
background: #0082e6;
border-color: #0082e6;
color: #FFFFFF;
}
.rncm__button-link {
border: none;
color: #121212;
}
.rncm__button-link:is(:hover, :active) {
color: #008ffb;
}
.rncm__button-cta {
border-color: #008ffb;
background: #008ffb;
color: #FFFFFF;
}
.rncm__button-cta:is(:hover, :active) {
background: #0082e6;
border-color: #0082e6;
}
.rncm__bottom_links {
font-size: 0.8rem;
opacity: 0.5;
display: flex;
justify-content: flex-end;
}
.rncm__bottom_links>a {
margin: 0 4px;
color: #121212;
}
.rncm__bottom_links>span {
margin: 0 4px;
}
.rncm__settings-list {
max-height: 300px;
overflow-y: auto;
}
.rncm__settings-section {
/* background: #f0f0f0; */
margin-bottom: 8px;
padding: 8px;
border-radius: 4px;
}
.rncm__settings-section>h3 {
margin: 0 0 8px 0;
padding: 0;
}
.rncm__setting-row {
margin: 4px 0;
padding: 8px;
/* background: #ffffff; */
border: 2px solid #f0f0f0;
border-radius: 4px;
/* display: flex; */
}
.rncm__setting-row>p {
margin: 4px 0;
}
.rncm__setting-row>a {
margin: 0;
color: #121212;
font-size: 0.8rem;
}
.rncm__setting-row-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 8px;
}
.rncm__setting-row-title {
flex-grow: 1;
}
.rncm__setting-row-toggle {
display: inherit;
}
.rncm__setting-row-state {
margin-right: 8px;
}
.rncm__setting-row-title>h4 {
margin: 0 0 4px 0;
padding: 0;
}
.rncm__setting-row-title>h5 {
margin: 0;
padding: 0;
}
/* ######################## REACT-TOGGLE ######################## */
/* ######################## REACT-TOGGLE ######################## */
/* ######################## REACT-TOGGLE ######################## */
/* ######################## REACT-TOGGLE ######################## */
/* ######################## REACT-TOGGLE ######################## */
/* ######################## REACT-TOGGLE ######################## */
.react-toggle {
touch-action: pan-x;
display: inline-block;
position: relative;
cursor: pointer;
background-color: transparent;
border: 0;
padding: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}
.react-toggle-screenreader-only {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.react-toggle--disabled {
cursor: not-allowed;
opacity: 0.5;
-webkit-transition: opacity 0.25s;
transition: opacity 0.25s;
}
.react-toggle-track {
width: 50px;
height: 24px;
padding: 0;
border-radius: 30px;
background-color: #4D4D4D;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
background-color: #000000;
}
.react-toggle--checked .react-toggle-track {
background-color: #19AB27;
}
.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
background-color: #128D15;
}
.react-toggle-track-check {
position: absolute;
width: 14px;
height: 10px;
top: 0px;
bottom: 0px;
margin-top: auto;
margin-bottom: auto;
line-height: 0;
left: 8px;
opacity: 0;
-webkit-transition: opacity 0.25s ease;
-moz-transition: opacity 0.25s ease;
transition: opacity 0.25s ease;
}
.react-toggle--checked .react-toggle-track-check {
opacity: 1;
-webkit-transition: opacity 0.25s ease;
-moz-transition: opacity 0.25s ease;
transition: opacity 0.25s ease;
}
.react-toggle-track-x {
position: absolute;
width: 10px;
height: 10px;
top: 0px;
bottom: 0px;
margin-top: auto;
margin-bottom: auto;
line-height: 0;
right: 10px;
opacity: 1;
-webkit-transition: opacity 0.25s ease;
-moz-transition: opacity 0.25s ease;
transition: opacity 0.25s ease;
}
.react-toggle--checked .react-toggle-track-x {
opacity: 0;
}
.react-toggle-thumb {
transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
position: absolute;
top: 1px;
left: 1px;
width: 22px;
height: 22px;
border: 1px solid #4D4D4D;
border-radius: 50%;
background-color: #FAFAFA;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.react-toggle--checked .react-toggle-thumb {
left: 27px;
border-color: #19AB27;
}
.react-toggle--focus .react-toggle-thumb {
-webkit-box-shadow: 0px 0px 3px 2px #0099E0;
-moz-box-shadow: 0px 0px 3px 2px #0099E0;
box-shadow: 0px 0px 2px 3px #0099E0;
}
.react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb {
-webkit-box-shadow: 0px 0px 5px 5px #0099E0;
-moz-box-shadow: 0px 0px 5px 5px #0099E0;
box-shadow: 0px 0px 5px 5px #0099E0;
} | 0.47098 | 0.077308 |
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500&display=swap');
*{
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: 'Open Sans', sans-serif;
}
.formInput{
margin: auto;
max-width: 480px;
}
/* timetable generator page*/
.header{
display: flex;
justify-content: space-between;
align-content: center;
/* padding: 0px 140px; */
}
.header h1, .rightSide{
margin-top: 47px;
}
.lecture{
color: #363C49;
padding: 16px 40px;
border-radius: 4px;
background: transparent;
border: 1px solid #ccc;
font-style: normal;
font-size: 18px;
font-weight: bold;
line-height: 22px;
letter-spacing: 0.01em;
flex: none;
flex-grow: 0;
margin: 0px 10px;
}
.generate{
color: #fff;
padding: 16px 40px;
border-radius: 4px;
background: #2F80ED;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 22px;
letter-spacing: 0.01em;
flex: none;
flex-grow: 0;
margin: 0px 10px;
}
.courseInfo{
display: flex;
flex-direction: column;
width: 716px;
margin: 80px auto 20px;
position: relative;
}
.infoCard{
width: 716px;
height: 365px;
display: flex;
flex-direction: column;
margin: 20px 0;
}
.courseStudents{
display: flex;
justify-content: space-between;
width: 100%;
margin-bottom: 10px;
}
.ccode, .students{
flex-basis: 49.5%;
padding: 6px;
border-radius: 4px;
}
.dept{
width: 100%;
padding: 6px;
border-radius: 4px;
margin-bottom: 10px;
}
.days{
padding: 6px;
}
.ccode input, .students input, .dept input{
height: 40px;
border: none;
}
.ccode label, .students label, .dept label, .days label{
color: #8996A9;
}
.border{
border: 1px solid #AEB8C7;
border-radius: 4px;
}
.days_btn{
display: flex;
justify-content:flex-start;
}
.days_btn button{
list-style: none;
margin-right: 8px;
padding: 10px 20px;
border: 1px solid #D2D8E0;
border-radius: 4px;
background: transparent;
}
.btn-del{
display: flex;
justify-content: right;
align-items: flex-end;
color: #eb5757;
font-style: normal;
font-weight: bold;
border: 1px solid #ccc;
padding: 5px 10px;
border-radius: 4px;
font-size: 15px;
line-height: 22px;
background: transparent;
letter-spacing: 0.01em;
position: absolute;
bottom: 100px;
right: 0;
}
.btn-add{
/* display: flex; */
font-style: normal;
font-weight: bold;
font-size: 15px;
line-height: 22px;
border: 1px solid #ccc;
padding: 10px 30px;
letter-spacing: 0.01em;
position: absolute;
bottom: 0;
left: 0;
} | code/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500&display=swap');
*{
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: 'Open Sans', sans-serif;
}
.formInput{
margin: auto;
max-width: 480px;
}
/* timetable generator page*/
.header{
display: flex;
justify-content: space-between;
align-content: center;
/* padding: 0px 140px; */
}
.header h1, .rightSide{
margin-top: 47px;
}
.lecture{
color: #363C49;
padding: 16px 40px;
border-radius: 4px;
background: transparent;
border: 1px solid #ccc;
font-style: normal;
font-size: 18px;
font-weight: bold;
line-height: 22px;
letter-spacing: 0.01em;
flex: none;
flex-grow: 0;
margin: 0px 10px;
}
.generate{
color: #fff;
padding: 16px 40px;
border-radius: 4px;
background: #2F80ED;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 22px;
letter-spacing: 0.01em;
flex: none;
flex-grow: 0;
margin: 0px 10px;
}
.courseInfo{
display: flex;
flex-direction: column;
width: 716px;
margin: 80px auto 20px;
position: relative;
}
.infoCard{
width: 716px;
height: 365px;
display: flex;
flex-direction: column;
margin: 20px 0;
}
.courseStudents{
display: flex;
justify-content: space-between;
width: 100%;
margin-bottom: 10px;
}
.ccode, .students{
flex-basis: 49.5%;
padding: 6px;
border-radius: 4px;
}
.dept{
width: 100%;
padding: 6px;
border-radius: 4px;
margin-bottom: 10px;
}
.days{
padding: 6px;
}
.ccode input, .students input, .dept input{
height: 40px;
border: none;
}
.ccode label, .students label, .dept label, .days label{
color: #8996A9;
}
.border{
border: 1px solid #AEB8C7;
border-radius: 4px;
}
.days_btn{
display: flex;
justify-content:flex-start;
}
.days_btn button{
list-style: none;
margin-right: 8px;
padding: 10px 20px;
border: 1px solid #D2D8E0;
border-radius: 4px;
background: transparent;
}
.btn-del{
display: flex;
justify-content: right;
align-items: flex-end;
color: #eb5757;
font-style: normal;
font-weight: bold;
border: 1px solid #ccc;
padding: 5px 10px;
border-radius: 4px;
font-size: 15px;
line-height: 22px;
background: transparent;
letter-spacing: 0.01em;
position: absolute;
bottom: 100px;
right: 0;
}
.btn-add{
/* display: flex; */
font-style: normal;
font-weight: bold;
font-size: 15px;
line-height: 22px;
border: 1px solid #ccc;
padding: 10px 30px;
letter-spacing: 0.01em;
position: absolute;
bottom: 0;
left: 0;
} | 0.318909 | 0.07383 |
body {
text-align: center;
font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
}
img {
display: inline-block;
text-align:center;
}
a {
text-decoration: none;
}
#navigation {
text-align: center;
clear: both;
width: 100%;
}
.smokey {
height:300px;
}
#threestations {
width: 100%;
display: inline-block;
}
.onethird {
width: 450px;
text-align: center;
display: inline-block;
}
.specialnotes {
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.btn:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus {
color: #333333;
text-decoration: none;
}
.btn:active,
.btn.active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
pointer-events: none;
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-default {
color: #333333;
background-color: #ffffff;
border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
color: #333333;
background-color: #ebebeb;
border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: #ffffff;
border-color: #cccccc;
}
.btn-primary {
color: #ffffff;
background-color: #428bca;
border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
color: #ffffff;
background-color: #3276b1;
border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #428bca;
border-color: #357ebd;
}
.btn-warning {
color: #ffffff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
color: #ffffff;
background-color: #ed9c28;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-danger {
color: #ffffff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
color: #ffffff;
background-color: #d2322d;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-success {
color: #ffffff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
color: #ffffff;
background-color: #47a447;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-info {
color: #ffffff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
color: #ffffff;
background-color: #39b3d7;
border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-link {
font-weight: normal;
color: #428bca;
cursor: pointer;
border-radius: 0;
text-decoration: none;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #2a6496;
text-decoration: none;
background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #999999;
text-decoration: none;
}
.btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
.btn-sm,
.btn-xs {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs {
padding: 1px 5px;
}
.btn-block {
display: block;
width: 100%;
padding-right: 0;
padding-left: 0;
}
.btn-block + .btn-block {
margin-top: 5px;
}
@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.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';
-webkit-font-smoothing: antialiased;
font-style: normal;
font-weight: normal;
line-height: 1;
-moz-osx-font-smoothing: grayscale;
}
.glyphicon-fire:before {
content: "\e104";
}
.glyphicon-signal:before {
content: "\e018";
}
.glyphicon-list-alt:before {
content: "\e032";
}
.glyphicon-tree-conifer:before {
content: "\e199";
}
.glyphicon-exclamation-sign:before {
content: "\e101";
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
display: table;
content: " ";
}
.navbar:after {
clear: both;
}
.navbar:before,
.navbar:after {
display: table;
content: " ";
}
.navbar:after {
clear: both;
}
@media (min-width: 768px) {
.navbar {
border-radius: 4px;
}
}
.navbar-header:before,
.navbar-header:after {
display: table;
content: " ";
}
.navbar-header:after {
clear: both;
}
.navbar-header:before,
.navbar-header:after {
display: table;
content: " ";
}
.navbar-header:after {
clear: both;
}
@media (min-width: 768px) {
.navbar-header {
float: left;
}
}
.navbar-collapse {
max-height: 340px;
padding-right: 15px;
padding-left: 15px;
overflow-x: visible;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
display: table;
content: " ";
}
.navbar-collapse:after {
clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
display: table;
content: " ";
}
.navbar-collapse:after {
clear: both;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: auto;
}
.navbar-collapse .navbar-nav.navbar-left:first-child {
margin-left: -15px;
}
.navbar-collapse .navbar-nav.navbar-right:last-child {
margin-right: -15px;
}
.navbar-collapse .navbar-text:last-child {
margin-right: 0;
}
}
.container > .navbar-header,
.container > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.navbar-brand {
float: left;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
@media (min-width: 768px) {
.navbar > .container .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 .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
.navbar-toggle {
display: none;
}
}
.navbar-nav {
margin: 7.5px -15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.navbar-nav {
/*float: left;*/
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px;
}
}
@media (min-width: 768px) {
.navbar-left {
float: left !important;
}
.navbar-right {
float: right !important;
}
}
.navbar-form {
padding: 10px 15px;
margin-top: 8px;
margin-right: -15px;
margin-bottom: 8px;
margin-left: -15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .form-control {
display: inline-block;
}
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
float: none;
margin-left: 0;
}
}
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
}
@media (min-width: 768px) {
.navbar-form {
width: auto;
padding-top: 0;
padding-bottom: 0;
margin-right: 0;
margin-left: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
right: 0;
left: auto;
}
.navbar-btn {
margin-top: 8px;
margin-bottom: 8px;
}
.navbar-text {
float: left;
margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 768px) {
.navbar-text {
margin-right: 15px;
margin-left: 15px;
}
}
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #777777;
}
.navbar-default .navbar-nav > li > a {
color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #333333;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #555555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
border-top-color: #333333;
border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
color: #555555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
border-top-color: #555555;
border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
border-top-color: #777777;
border-bottom-color: #777777;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333333;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #777777;
}
.navbar-default .navbar-link:hover {
color: #333333;
}
.navbar-inverse {
background-color: #222222;
border-color: #080808;
}
.navbar-inverse .navbar-brand {
color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444444;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
color: #ffffff;
background-color: #080808;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
border-top-color: #ffffff;
border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
border-top-color: #999999;
border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
border-top-color: #ffffff;
border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #999999;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #ffffff;
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444444;
background-color: transparent;
}
}
.navbar-inverse .navbar-link {
color: #999999;
}
.navbar-inverse .navbar-link:hover {
color: #ffffff;
} | css/index.css | body {
text-align: center;
font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
}
img {
display: inline-block;
text-align:center;
}
a {
text-decoration: none;
}
#navigation {
text-align: center;
clear: both;
width: 100%;
}
.smokey {
height:300px;
}
#threestations {
width: 100%;
display: inline-block;
}
.onethird {
width: 450px;
text-align: center;
display: inline-block;
}
.specialnotes {
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.btn:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus {
color: #333333;
text-decoration: none;
}
.btn:active,
.btn.active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
pointer-events: none;
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-default {
color: #333333;
background-color: #ffffff;
border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
color: #333333;
background-color: #ebebeb;
border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: #ffffff;
border-color: #cccccc;
}
.btn-primary {
color: #ffffff;
background-color: #428bca;
border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
color: #ffffff;
background-color: #3276b1;
border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #428bca;
border-color: #357ebd;
}
.btn-warning {
color: #ffffff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
color: #ffffff;
background-color: #ed9c28;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-danger {
color: #ffffff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
color: #ffffff;
background-color: #d2322d;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-success {
color: #ffffff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
color: #ffffff;
background-color: #47a447;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-info {
color: #ffffff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
color: #ffffff;
background-color: #39b3d7;
border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-link {
font-weight: normal;
color: #428bca;
cursor: pointer;
border-radius: 0;
text-decoration: none;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #2a6496;
text-decoration: none;
background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #999999;
text-decoration: none;
}
.btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
.btn-sm,
.btn-xs {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs {
padding: 1px 5px;
}
.btn-block {
display: block;
width: 100%;
padding-right: 0;
padding-left: 0;
}
.btn-block + .btn-block {
margin-top: 5px;
}
@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.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';
-webkit-font-smoothing: antialiased;
font-style: normal;
font-weight: normal;
line-height: 1;
-moz-osx-font-smoothing: grayscale;
}
.glyphicon-fire:before {
content: "\e104";
}
.glyphicon-signal:before {
content: "\e018";
}
.glyphicon-list-alt:before {
content: "\e032";
}
.glyphicon-tree-conifer:before {
content: "\e199";
}
.glyphicon-exclamation-sign:before {
content: "\e101";
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
display: table;
content: " ";
}
.navbar:after {
clear: both;
}
.navbar:before,
.navbar:after {
display: table;
content: " ";
}
.navbar:after {
clear: both;
}
@media (min-width: 768px) {
.navbar {
border-radius: 4px;
}
}
.navbar-header:before,
.navbar-header:after {
display: table;
content: " ";
}
.navbar-header:after {
clear: both;
}
.navbar-header:before,
.navbar-header:after {
display: table;
content: " ";
}
.navbar-header:after {
clear: both;
}
@media (min-width: 768px) {
.navbar-header {
float: left;
}
}
.navbar-collapse {
max-height: 340px;
padding-right: 15px;
padding-left: 15px;
overflow-x: visible;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
display: table;
content: " ";
}
.navbar-collapse:after {
clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
display: table;
content: " ";
}
.navbar-collapse:after {
clear: both;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: auto;
}
.navbar-collapse .navbar-nav.navbar-left:first-child {
margin-left: -15px;
}
.navbar-collapse .navbar-nav.navbar-right:last-child {
margin-right: -15px;
}
.navbar-collapse .navbar-text:last-child {
margin-right: 0;
}
}
.container > .navbar-header,
.container > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.navbar-brand {
float: left;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
@media (min-width: 768px) {
.navbar > .container .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 .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
.navbar-toggle {
display: none;
}
}
.navbar-nav {
margin: 7.5px -15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.navbar-nav {
/*float: left;*/
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px;
}
}
@media (min-width: 768px) {
.navbar-left {
float: left !important;
}
.navbar-right {
float: right !important;
}
}
.navbar-form {
padding: 10px 15px;
margin-top: 8px;
margin-right: -15px;
margin-bottom: 8px;
margin-left: -15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .form-control {
display: inline-block;
}
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
float: none;
margin-left: 0;
}
}
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
}
@media (min-width: 768px) {
.navbar-form {
width: auto;
padding-top: 0;
padding-bottom: 0;
margin-right: 0;
margin-left: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
right: 0;
left: auto;
}
.navbar-btn {
margin-top: 8px;
margin-bottom: 8px;
}
.navbar-text {
float: left;
margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 768px) {
.navbar-text {
margin-right: 15px;
margin-left: 15px;
}
}
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #777777;
}
.navbar-default .navbar-nav > li > a {
color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #333333;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #555555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
border-top-color: #333333;
border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
color: #555555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
border-top-color: #555555;
border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
border-top-color: #777777;
border-bottom-color: #777777;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333333;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #777777;
}
.navbar-default .navbar-link:hover {
color: #333333;
}
.navbar-inverse {
background-color: #222222;
border-color: #080808;
}
.navbar-inverse .navbar-brand {
color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444444;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
color: #ffffff;
background-color: #080808;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
border-top-color: #ffffff;
border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
border-top-color: #999999;
border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
border-top-color: #ffffff;
border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #999999;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #ffffff;
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444444;
background-color: transparent;
}
}
.navbar-inverse .navbar-link {
color: #999999;
}
.navbar-inverse .navbar-link:hover {
color: #ffffff;
} | 0.229708 | 0.049889 |
.text-center {
text-align: center;
}
.relative {
position: relative;
}
.desktopOnly {
display: block;
}
.mobileOnly {
display: none;
}
.panel-title {
padding: 10px;
}
.text-white {
color: #fff;
}
.capitalize {
text-transform: capitalize;
}
.justify {
text-align: justify;
}
.cover {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.color-inherit {
color: inherit;
}
.cursor-pointer {
cursor: pointer;
}
.uppercase {
text-transform: uppercase;
}
body {
background-color: #fff;
}
#app {
position: relative;
overflow: hidden;
}
h2 {
margin-bottom: 40px;
}
li {
list-style-type: none;
}
img.logo {
max-width: 100px;
}
.title-label {
background-color: #08015C;
color: #fff;
width: 400px;
text-align: right;
font-size: 2em;
padding: 15px 20px;
}
/*Navbar*/
.navbar {
position: fixed;
min-height: 60px;
top: 0;
width: 100%;
}
.navbar-placeholder {
height: 60px;
}
/* Topics */
.topic .panel-heading {
position: relative;
background-color: #fff;
}
.topic .panel-heading .bcg {
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.topic h3 {
text-align: center;
padding-top: 30px;
font-size: 3em;
margin-top: 15px;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.topic.active h3 {
font-size: 1.8em;
padding-top: 0px;
margin: 20px 10% 20px 20%;
}
.topic.active .panel-heading .bcg {
width: 20%;
}
.topic .fa.fa-times {
position: relative;
top: -10px;
color: #fff;
}
.topic.active .panel-heading {
background-color: #2c3e50;
}
.topic .panel-heading > * {
position: relative;
}
.topic .mask {
position: absolute;
width: 100%;
height: 100%;
background-color: #000;
top: 0;
left: 0;
opacity: .4;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.topic.active .mask {
opacity: 0;
}
/*.topic .mask-light {
opacity: .2;
}
*/
.topic .panel-heading span {
padding-top: 30px;
}
.topic .cover-image {
min-height: 100px;
}
/*.topic .article {
border-top: 1px solid #ddd;
}*/
.topic .article {
padding-top: 15px;
background-color: #fff;
}
.topic .btn-sm {
position: relative;
top: 6px;
}
.topic .article p.category {
margin-bottom: 0;
}
.topic .articles a:hover {
text-decoration: none;
}
.topic .article .category-label {
background-color: #ddd;
color: #fff;
max-width: 280px;
padding: 0 20px;
font-weight: bold;
text-align: right;
position: relative;
left: -15px;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.topic .article:hover .category-label {
max-width: 320px;
}
.topic .article .category-label.category-gauche {
/*background-color: #FFD095;*/
background-color: #FFBC00;
}
.topic .article .category-label.category-droite {
background-color: #0C0196;
}
.topic .article .category-label.category-international {
/* background-color: #047403;
*/ background-color: #047403;
}
.topic .panel-body {
padding: 15px 15px 0;
}
.topic ul {
margin-bottom: 0;
}
.modal img {
width: 80%;
margin: 0 auto 40px;
display: block;
}
.modal h4 + p {
margin-bottom: 0;
}
.modal-body p.content {
text-align: justify;
} | resources/assets/css/style.css | .text-center {
text-align: center;
}
.relative {
position: relative;
}
.desktopOnly {
display: block;
}
.mobileOnly {
display: none;
}
.panel-title {
padding: 10px;
}
.text-white {
color: #fff;
}
.capitalize {
text-transform: capitalize;
}
.justify {
text-align: justify;
}
.cover {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.color-inherit {
color: inherit;
}
.cursor-pointer {
cursor: pointer;
}
.uppercase {
text-transform: uppercase;
}
body {
background-color: #fff;
}
#app {
position: relative;
overflow: hidden;
}
h2 {
margin-bottom: 40px;
}
li {
list-style-type: none;
}
img.logo {
max-width: 100px;
}
.title-label {
background-color: #08015C;
color: #fff;
width: 400px;
text-align: right;
font-size: 2em;
padding: 15px 20px;
}
/*Navbar*/
.navbar {
position: fixed;
min-height: 60px;
top: 0;
width: 100%;
}
.navbar-placeholder {
height: 60px;
}
/* Topics */
.topic .panel-heading {
position: relative;
background-color: #fff;
}
.topic .panel-heading .bcg {
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.topic h3 {
text-align: center;
padding-top: 30px;
font-size: 3em;
margin-top: 15px;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.topic.active h3 {
font-size: 1.8em;
padding-top: 0px;
margin: 20px 10% 20px 20%;
}
.topic.active .panel-heading .bcg {
width: 20%;
}
.topic .fa.fa-times {
position: relative;
top: -10px;
color: #fff;
}
.topic.active .panel-heading {
background-color: #2c3e50;
}
.topic .panel-heading > * {
position: relative;
}
.topic .mask {
position: absolute;
width: 100%;
height: 100%;
background-color: #000;
top: 0;
left: 0;
opacity: .4;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.topic.active .mask {
opacity: 0;
}
/*.topic .mask-light {
opacity: .2;
}
*/
.topic .panel-heading span {
padding-top: 30px;
}
.topic .cover-image {
min-height: 100px;
}
/*.topic .article {
border-top: 1px solid #ddd;
}*/
.topic .article {
padding-top: 15px;
background-color: #fff;
}
.topic .btn-sm {
position: relative;
top: 6px;
}
.topic .article p.category {
margin-bottom: 0;
}
.topic .articles a:hover {
text-decoration: none;
}
.topic .article .category-label {
background-color: #ddd;
color: #fff;
max-width: 280px;
padding: 0 20px;
font-weight: bold;
text-align: right;
position: relative;
left: -15px;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.topic .article:hover .category-label {
max-width: 320px;
}
.topic .article .category-label.category-gauche {
/*background-color: #FFD095;*/
background-color: #FFBC00;
}
.topic .article .category-label.category-droite {
background-color: #0C0196;
}
.topic .article .category-label.category-international {
/* background-color: #047403;
*/ background-color: #047403;
}
.topic .panel-body {
padding: 15px 15px 0;
}
.topic ul {
margin-bottom: 0;
}
.modal img {
width: 80%;
margin: 0 auto 40px;
display: block;
}
.modal h4 + p {
margin-bottom: 0;
}
.modal-body p.content {
text-align: justify;
} | 0.410874 | 0.072538 |
width: 90%;
margin: 0 auto;
min-height: calc(100% - 65px);
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
box-shadow: -15px 0 2px -15px inset, 15px 0 2px -15px inset;
}
@media (max-width: 500px) {
#wrapper {
width: 100%;
}
}
#wrapper header {
height: 300px;
position: relative;
}
#wrapper header img {
width: 100%;
height: 300px;
}
#wrapper header #header-content {
top: 50%;
right: 50%;
width: 550px;
height: 150px;
margin-top: -100px;
position: absolute;
text-align: center;
margin-right: -275px;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}
#wrapper header #header-content img {
width: 150px;
height: 75px;
}
#wrapper header #header-content p {
margin: 5px 0px 20px 0px;
color: white;
font-size: 1.6rem;
font-weight: bold;
text-decoration: none;
}
@media (max-width: 500px) {
#wrapper header #header-content p {
font-size: 1.3rem;
}
}
#wrapper header #header-content #button-container {
width: 120px;
padding: 10px;
border-radius: 5px;
background: #557152;
}
#wrapper header #header-content #button-container a {
color: white;
font-size: 1.33rem;
font-weight: bold;
text-decoration: none;
}
#wrapper header #header-content #button-container hr {
width: 0px;
visibility: hidden;
transition: width 0.1s ease-in-out;
}
#wrapper header #header-content #button-container:hover > hr {
width: 100%;
visibility: visible;
}
#wrapper .content-section {
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}
#wrapper .content-section h1 {
font-size: 2rem;
margin-bottom: 10px;
}
@media (max-width: 500px) {
#wrapper .content-section h1 {
font-size: 2rem;
}
}
#wrapper .content-section p {
width: 80%;
font-size: 1.33rem;
}
@media (max-width: 500px) {
#wrapper .content-section p {
width: 50%;
}
}
#wrapper #content-section-a {
position: relative;
text-align: center;
}
#wrapper #content-section-a div {
top: 50%;
right: 50%;
width: 700px;
height: 200px;
position: absolute;
text-align: center;
margin-top: -180px;
margin-right: -350px;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}
#wrapper #content-section-a div p {
margin: 0 auto;
}
#wrapper #content-section-a img {
width: 100%;
height: 450px;
}
#wrapper #content-section-b {
position: relative;
text-align: center;
}
#wrapper #content-section-b div {
top: 50%;
right: 50%;
width: 700px;
height: 200px;
position: absolute;
text-align: center;
margin-top: -150px;
margin-right: -50px;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}
@media (max-width: 500px), (max-width: 800px) {
#wrapper #content-section-b div h1 {
margin: 5px 0px 0px 5px;
}
}
#wrapper #content-section-b div p {
margin: 0 auto;
}
@media (max-width: 500px), (max-width: 800px) {
#wrapper #content-section-b div p {
width: 50%;
margin: 0 5px;
}
}
@media (max-width: 500px), (max-width: 800px) {
#wrapper #content-section-b div {
width: 100%;
height: 100%;
text-align: left;
margin-right: -245px;
display: flex;
align-items: flex-start;
flex-direction: row;
justify-content: flex-start;
}
}
#wrapper #content-section-b img {
width: 100%;
height: 550px;
}
@media (max-width: 500px), (max-width: 800px) {
#wrapper #content-section-b img {
height: 300px;
}
} | styles/css/index.css | width: 90%;
margin: 0 auto;
min-height: calc(100% - 65px);
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
box-shadow: -15px 0 2px -15px inset, 15px 0 2px -15px inset;
}
@media (max-width: 500px) {
#wrapper {
width: 100%;
}
}
#wrapper header {
height: 300px;
position: relative;
}
#wrapper header img {
width: 100%;
height: 300px;
}
#wrapper header #header-content {
top: 50%;
right: 50%;
width: 550px;
height: 150px;
margin-top: -100px;
position: absolute;
text-align: center;
margin-right: -275px;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}
#wrapper header #header-content img {
width: 150px;
height: 75px;
}
#wrapper header #header-content p {
margin: 5px 0px 20px 0px;
color: white;
font-size: 1.6rem;
font-weight: bold;
text-decoration: none;
}
@media (max-width: 500px) {
#wrapper header #header-content p {
font-size: 1.3rem;
}
}
#wrapper header #header-content #button-container {
width: 120px;
padding: 10px;
border-radius: 5px;
background: #557152;
}
#wrapper header #header-content #button-container a {
color: white;
font-size: 1.33rem;
font-weight: bold;
text-decoration: none;
}
#wrapper header #header-content #button-container hr {
width: 0px;
visibility: hidden;
transition: width 0.1s ease-in-out;
}
#wrapper header #header-content #button-container:hover > hr {
width: 100%;
visibility: visible;
}
#wrapper .content-section {
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}
#wrapper .content-section h1 {
font-size: 2rem;
margin-bottom: 10px;
}
@media (max-width: 500px) {
#wrapper .content-section h1 {
font-size: 2rem;
}
}
#wrapper .content-section p {
width: 80%;
font-size: 1.33rem;
}
@media (max-width: 500px) {
#wrapper .content-section p {
width: 50%;
}
}
#wrapper #content-section-a {
position: relative;
text-align: center;
}
#wrapper #content-section-a div {
top: 50%;
right: 50%;
width: 700px;
height: 200px;
position: absolute;
text-align: center;
margin-top: -180px;
margin-right: -350px;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}
#wrapper #content-section-a div p {
margin: 0 auto;
}
#wrapper #content-section-a img {
width: 100%;
height: 450px;
}
#wrapper #content-section-b {
position: relative;
text-align: center;
}
#wrapper #content-section-b div {
top: 50%;
right: 50%;
width: 700px;
height: 200px;
position: absolute;
text-align: center;
margin-top: -150px;
margin-right: -50px;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}
@media (max-width: 500px), (max-width: 800px) {
#wrapper #content-section-b div h1 {
margin: 5px 0px 0px 5px;
}
}
#wrapper #content-section-b div p {
margin: 0 auto;
}
@media (max-width: 500px), (max-width: 800px) {
#wrapper #content-section-b div p {
width: 50%;
margin: 0 5px;
}
}
@media (max-width: 500px), (max-width: 800px) {
#wrapper #content-section-b div {
width: 100%;
height: 100%;
text-align: left;
margin-right: -245px;
display: flex;
align-items: flex-start;
flex-direction: row;
justify-content: flex-start;
}
}
#wrapper #content-section-b img {
width: 100%;
height: 550px;
}
@media (max-width: 500px), (max-width: 800px) {
#wrapper #content-section-b img {
height: 300px;
}
} | 0.398875 | 0.06256 |
* {
margin: 0;
padding: 0;
font-family: 'Libre Baskerville', serif;
}
/* canvas {
display: inline-block;
position: static;
} */
body {
display: inline-block;
margin: 10vw;
position: absolute;
text-align: center;
margin: auto;
-webkit-animation: bgcolor 20s infinite;
animation: bgcolor 20s infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate;
}
@keyframes color {
0% {
color: #C5A3FF
}
30% {
color: #B5B9FF
}
60% {
color: #C4FAF8
}
90% {
color: #85E3FF
}
100% {
color: #DBFFD6
}
}
@keyframes bgcolor {
0% {
background-color: #C5A3FF
}
30% {
background-color: #B5B9FF
}
60% {
background-color: #C4FAF8
}
90% {
background-color: #85E3FF
}
100% {
background-color: #DBFFD6
}
}
footer {
padding: 2px 0;
font-size: small;
width: 100%;
margin: auto;
color: black;
position: fixed;
background-color: white;
}
h1 {
font-weight: bold;
margin-bottom: 1%;
}
p {
margin: auto;
}
.documentation h2, h3, .flow {
margin: 0 10vw 2vw 10vw;
text-align: left;
}
.flow li {
/* list-style: none; */
margin: 1vw 0 1vw 3vw;
}
nav ul {
/* position: sticky; */
margin: 2vw 10vw 2vw 10vw;
display: flex;
flex-direction: row;
/* flex-flow: row nowrap; */
text-align: right;
justify-content: space-around;
/* justify-content: flex-end; */
/* flex-direction: column; */
/* align-items: flex-start; */
}
nav li {
display: flex;
flex-direction: column;
list-style: none;
margin: 0.5% 0;
}
#logo {
height: 15vh;
width: auto;
animation-name: logoanimation;
animation-duration: 3s;
}
@keyframes logoanimation {
from {
opacity: 0.2;
}
to {
opacity: 1;
}
}
p {
text-align: left;
margin: 4vw 10vw;
}
a:link {
color: lightgoldenrodyellow;
text-decoration: none;
}
a:hover {
color: #C5A3FF;
}
a:visited {
color: rgb(111, 32, 201);
}
header {
text-align: center;
color: black;
background-color: white;
padding: 10px 0;
font-size: small;
}
input {
height: 30px;
width: 50vw;
width: 70%;
border-style: none;
border-bottom: 2pt double gray;
background-color: transparent;
color: white;
/* -webkit-animation: bgcolor 20s infinite; */
/* animation: bgcolor 20s infinite; */
font-size: medium;
}
@media only screen and (min-width:800px) {
p {
margin: 2vw 20vw;
}
.documentation h2, h3, .flow {
margin: 0 20vw 2vw 20vw;
text-align: left;
}
} | public/style.css | * {
margin: 0;
padding: 0;
font-family: 'Libre Baskerville', serif;
}
/* canvas {
display: inline-block;
position: static;
} */
body {
display: inline-block;
margin: 10vw;
position: absolute;
text-align: center;
margin: auto;
-webkit-animation: bgcolor 20s infinite;
animation: bgcolor 20s infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate;
}
@keyframes color {
0% {
color: #C5A3FF
}
30% {
color: #B5B9FF
}
60% {
color: #C4FAF8
}
90% {
color: #85E3FF
}
100% {
color: #DBFFD6
}
}
@keyframes bgcolor {
0% {
background-color: #C5A3FF
}
30% {
background-color: #B5B9FF
}
60% {
background-color: #C4FAF8
}
90% {
background-color: #85E3FF
}
100% {
background-color: #DBFFD6
}
}
footer {
padding: 2px 0;
font-size: small;
width: 100%;
margin: auto;
color: black;
position: fixed;
background-color: white;
}
h1 {
font-weight: bold;
margin-bottom: 1%;
}
p {
margin: auto;
}
.documentation h2, h3, .flow {
margin: 0 10vw 2vw 10vw;
text-align: left;
}
.flow li {
/* list-style: none; */
margin: 1vw 0 1vw 3vw;
}
nav ul {
/* position: sticky; */
margin: 2vw 10vw 2vw 10vw;
display: flex;
flex-direction: row;
/* flex-flow: row nowrap; */
text-align: right;
justify-content: space-around;
/* justify-content: flex-end; */
/* flex-direction: column; */
/* align-items: flex-start; */
}
nav li {
display: flex;
flex-direction: column;
list-style: none;
margin: 0.5% 0;
}
#logo {
height: 15vh;
width: auto;
animation-name: logoanimation;
animation-duration: 3s;
}
@keyframes logoanimation {
from {
opacity: 0.2;
}
to {
opacity: 1;
}
}
p {
text-align: left;
margin: 4vw 10vw;
}
a:link {
color: lightgoldenrodyellow;
text-decoration: none;
}
a:hover {
color: #C5A3FF;
}
a:visited {
color: rgb(111, 32, 201);
}
header {
text-align: center;
color: black;
background-color: white;
padding: 10px 0;
font-size: small;
}
input {
height: 30px;
width: 50vw;
width: 70%;
border-style: none;
border-bottom: 2pt double gray;
background-color: transparent;
color: white;
/* -webkit-animation: bgcolor 20s infinite; */
/* animation: bgcolor 20s infinite; */
font-size: medium;
}
@media only screen and (min-width:800px) {
p {
margin: 2vw 20vw;
}
.documentation h2, h3, .flow {
margin: 0 20vw 2vw 20vw;
text-align: left;
}
} | 0.455683 | 0.111628 |
.billsSelf{overflow:auto; border-radius:5px;position:relative;background:#FFFFFF;border: 1px solid rgb(204, 204, 204);box-shadow: rgb(189, 189, 189) 0px 0px 10px;padding: 25px}
#bottomField{position: fixed;top: 0;right: 25px;background-color: rgba(0, 0, 0, 0.2);border-radius: 0px 0px 6px 6px;padding: 10px;}
#bottomField .btn-group {
font-size: 14px;
margin-top: -1px;
vertical-align: middle;
color: #666666;
}
.billsSelf .form .formTitle{}
.billsSelf .ui-jqgrid .ui-state-highlight {
background:none;
color:#000;
border-top:0px;
}
.billsSelf .ui-jqgrid tr.ui-row-ltr td{border-right:1px solid #ccc;}
.billsSelf .ui-jqgrid .footrow-ltr{border-left:none;color: #555;font-weight:100;border-bottom:none;background-color: rgb(255, 253, 205);}
.billsSelf .ui-jqgrid .footrow-ltr .jqgrid-rownum{width:auto !important;}
.billsSelf .ui-jqgrid .footrow-ltr td{background-color: rgb(255, 253, 205);border-right:1px solid #ccc;}
.billsSelf .ui-jqgrid tr.ui-row-ltr td{padding: 0px;}
.billsSelf .ui-jqgrid .editable{height: 25px;background-color: #fff;border:0px;outline: 0;padding-left:5px;padding-right:5px;}
.billsSelf .ui-jqgrid input.center {text-align:center;}
.billsSelf input.disabled{cursor: default;display: block;overflow: hidden;color: #666;}
.billsSelf textarea.form-control{padding-top:5px;}
.billsSelf .product {
position: relative;
}
.billsSelf .ui-icon-ellipsis {
background: url(../images/icon-select.gif) 55% 55% no-repeat #fff;
border: none;
right: 4px;
top: 50%;
width: 16px;
height: 16px;
margin-top: -8px;
cursor: pointer;
overflow: hidden;
position: absolute;
display:none;
}
/*.price-box{width:860px;margin-left:auto;margin-right:auto;border: 1px solid #ddd;box-shadow: rgb(189, 189, 189) 0px 0px 10px;background: #fff;padding: 50px;padding-top:20px;margin-top: 25px;padding-bottom:0px;}
.price-title{font-size: 28px;text-align: center;line-height:60px;font-weight: bold;color: #333;}
.price-subtitle{text-align: center;}
.price-info{margin-top:20px;margin-bottom:20px;}
.price-info table .formTitle{text-align:left;width:50px;font-size: 12px;}
.price-info table .formValue{text-align:left;font-size: 12px;}
.price-info table .formValue input{box-shadow:none; border-top:none;border-right:none;border-left:none;height:22px!important;line-height:22px!important;font-size: 12px;}
.price-table table{margin: 0px;margin-top:1px;border-collapse: collapse;width: 100%;border-left: 1px solid #ccc;}
.price-table table thead tr td{border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;padding-top:5px;padding-bottom:5px;text-overflow:ellipsis;word-break:keep-all;overflow:hidden;font-weight:bold;padding-left:5px;padding-right:5px;font-size: 12px;}
.price-table table tbody tr td{border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;height:25px;line-height:25px;word-break: break-all;padding-left:5px;padding-right:5px;font-size: 12px;}*/ | CM.Application/CM.Application.Web/obj/Release/Package/PackageTmp/Content/styles/learun-billSelf.css | .billsSelf{overflow:auto; border-radius:5px;position:relative;background:#FFFFFF;border: 1px solid rgb(204, 204, 204);box-shadow: rgb(189, 189, 189) 0px 0px 10px;padding: 25px}
#bottomField{position: fixed;top: 0;right: 25px;background-color: rgba(0, 0, 0, 0.2);border-radius: 0px 0px 6px 6px;padding: 10px;}
#bottomField .btn-group {
font-size: 14px;
margin-top: -1px;
vertical-align: middle;
color: #666666;
}
.billsSelf .form .formTitle{}
.billsSelf .ui-jqgrid .ui-state-highlight {
background:none;
color:#000;
border-top:0px;
}
.billsSelf .ui-jqgrid tr.ui-row-ltr td{border-right:1px solid #ccc;}
.billsSelf .ui-jqgrid .footrow-ltr{border-left:none;color: #555;font-weight:100;border-bottom:none;background-color: rgb(255, 253, 205);}
.billsSelf .ui-jqgrid .footrow-ltr .jqgrid-rownum{width:auto !important;}
.billsSelf .ui-jqgrid .footrow-ltr td{background-color: rgb(255, 253, 205);border-right:1px solid #ccc;}
.billsSelf .ui-jqgrid tr.ui-row-ltr td{padding: 0px;}
.billsSelf .ui-jqgrid .editable{height: 25px;background-color: #fff;border:0px;outline: 0;padding-left:5px;padding-right:5px;}
.billsSelf .ui-jqgrid input.center {text-align:center;}
.billsSelf input.disabled{cursor: default;display: block;overflow: hidden;color: #666;}
.billsSelf textarea.form-control{padding-top:5px;}
.billsSelf .product {
position: relative;
}
.billsSelf .ui-icon-ellipsis {
background: url(../images/icon-select.gif) 55% 55% no-repeat #fff;
border: none;
right: 4px;
top: 50%;
width: 16px;
height: 16px;
margin-top: -8px;
cursor: pointer;
overflow: hidden;
position: absolute;
display:none;
}
/*.price-box{width:860px;margin-left:auto;margin-right:auto;border: 1px solid #ddd;box-shadow: rgb(189, 189, 189) 0px 0px 10px;background: #fff;padding: 50px;padding-top:20px;margin-top: 25px;padding-bottom:0px;}
.price-title{font-size: 28px;text-align: center;line-height:60px;font-weight: bold;color: #333;}
.price-subtitle{text-align: center;}
.price-info{margin-top:20px;margin-bottom:20px;}
.price-info table .formTitle{text-align:left;width:50px;font-size: 12px;}
.price-info table .formValue{text-align:left;font-size: 12px;}
.price-info table .formValue input{box-shadow:none; border-top:none;border-right:none;border-left:none;height:22px!important;line-height:22px!important;font-size: 12px;}
.price-table table{margin: 0px;margin-top:1px;border-collapse: collapse;width: 100%;border-left: 1px solid #ccc;}
.price-table table thead tr td{border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;padding-top:5px;padding-bottom:5px;text-overflow:ellipsis;word-break:keep-all;overflow:hidden;font-weight:bold;padding-left:5px;padding-right:5px;font-size: 12px;}
.price-table table tbody tr td{border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;height:25px;line-height:25px;word-break: break-all;padding-left:5px;padding-right:5px;font-size: 12px;}*/ | 0.338624 | 0.066873 |
@font-face {
font-family: 'Otomo';
src: url("../fonts/otomo-sans.woff") format("woff"), url("../fonts/otomo-sans.ttf") format("truetype");
}
body {
font-family: 'Otomo', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.sembunyi {
display: none;
}
.visual {
margin: 0;
background: url(../../../images/banner-backgound.jpg) no-repeat 13% 30%;
background-size: 100% !important;
height: 440px;
padding: 0;
}
.visual h1 {
color: #ffffff;
margin: 0 auto;
width: 40vw;
text-align: left;
padding-left: 100px;
font: 700 40px/58px 'Otomo', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.col-xs-12.col-lg-8.col-lg-push-2 {
width: 100% !important;
text-align: right;
}
.navbar-default .navbar-nav > li {
margin: 0 0 0 50px;
font-size: 18px !important;
}
.home-page .form-category {
border-radius: 10px !important;
-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 1, 0.15);
box-shadow: 0 1rem 3rem rgba(0, 0, 1, 0.18);
border: 2px solid #d43b4d !important;
width: 900px;
float: none;
background-color: #fefefe !important;
margin-right: 0;
margin-top: 120px;
}
.btn-primary {
color: #ffffff;
background-color: #d43b4d !important;
border-color: transparent;
}
.visual .title-frame {
padding: 6px 0 14px;
display: table-cell;
vertical-align: bottom !important;
}
.form-category .area {
margin: 0 !important;
}
.infoarea {
padding: 50px 0;
}
.infoarea .icon {
margin: 0 22px 0 0;
width: 75px !important;
}
.deskripsi {
border: 1px solid #eee;
border-radius: 5px;
padding: 20px;
margin-bottom: 15px;
}
.listing-post .price {
display: block;
margin: 0 0 -3px;
font-size: 25px !important;
line-height: 1em !important;
white-space: nowrap;
text-shadow: none !important;
}
.listing-post .time-price {
width: auto !important;
background-color: #fff;
border-radius: 0 0 10px !important;
padding: 10px !important;
margin: 0px !important;
color: #fff !important;
background: -webkit-linear-gradient(to top, #ec535b, #d4434c);
background: linear-gradient(to top, #ec535b, #d4434c);
}
.listing-post .time-price p {
margin: 0;
padding-top: 10px !important;
text-align: right !important;
font-size: 14px;
}
.btn-default {
color: #ffffff;
background-color: #d43b4d !important;
border-color: transparent;
}
.listing-post .frame {
overflow: hidden;
border-radius: 10px !important;
background: #ffffff;
border: #eaebec solid 1px;
-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
}
.slider-secondary .listing-post {
width: 300px !important;
}
.listing-post .title {
font-size:15px !important;
}
.bottom-container {
color: #ffffff;
background: #a22937 !important;
}
.aside-footer {
background: #999999 !important;
color: #f5f5f5 !important;
padding: 80px 0 !important;
}
.aside-footer .navarea {
overflow: inherit !important;
line-height: 17px;
}
.aside-footer .title {
display: block;
font-weight: 400;
margin: 0 0 12px;
font-size: 25px !important;
text-transform: lowercase;
}
.slider-secondary .slider-secondary-paging a.selected {
width: 39px !important;
background: #d43b4d;
border: 0 !important;
}
#footer p {
margin: 0 !important;
overflow: hidden;
}
.feed-item {
height: 215px !important;
border-radius: 10px !important;
}
@media screen and (max-width: 480px) {
.visual {
background: url(../../images/banner-backgound.jpg) no-repeat 12%;
background-size: 103vh !important;
background-position-y: top !important;
height: 55vh !important;
display: table-footer-group;
}
.visual h1 {
width: 95vw !important;
font: 700 21px 'Otomo', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
color: #58595b;
}
.visual .title-holder {
height: 52vh;
}
.infoarea {
padding: 25px 0;
}
.home-page .form-category {
width: auto !important;
float: left !important;
margin: 0 25px 0 !important;
padding: 20px !important;
}
.col-xs-12.col-lg-8.col-lg-push-2 {
text-align: center;
}
.form-category .col:first-child {
margin-bottom: 10px !important;
width: 100% !important;
float: left !important;
}
.form-category .col + .col {
width: 100% !important;
float: left !important;
margin-bottom: 10px !important;
}
.form-category .col-xs-12 {
padding: 0 !important;
text-align: left !important;
}
.home-page .form-category .field-holder {
width: 200px !important;
}
.form-category .title {
/* margin: 10px 4px 0 0; */
width: 65px !important;
}
.form-category .col + .col .title {
width: 65px !important;
}
.form-category input.btn-default {
width: 200px !important;
margin-left: 75px !important;
background-color: #737373 !important;
}
.home-page .form-category .multiselect .btn-group, .home-page .form-category .multiselect .btn-default {
width: 200px !important;
}
input#location {
width: 200px !important;
}
.infoarea .info-box {
padding: 20px;
text-align: center;
width: 33% !important;
border-top: 0 !important;
border-left: solid 1px #e6e6e6;
}
.infoarea h2 {
margin: 0;
text-transform: uppercase;
font: 500 14px/22px 'Otomo', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.infoarea p {
display: none;
}
.infoarea .icon {
width: 60% !important;
margin: auto;
}
.footer-right {
width: 100% !important;
margin: 0;
float: left !important;
text-align: left !important;
padding-top: 15px !important;
padding-left: 0 !important;
}
}
@media screen and (max-width: 414px) {
input#location {
width: 100% !important;
}
.home-page .form-category .field-holder {
width: 100% !important;
}
.form-category .area .col .title {
text-align: left !important;
padding-bottom: 6px !important;
font-size: 16px !important;
margin: 0px !important;
}
.form-category .multiselect {
display: inline-block;
}
.home-page .form-category .multiselect {
width: 100%;
}
.home-page .form-category .multiselect .btn-group, .home-page .form-category .multiselect .btn-default {
width: 100% !important;
}
.form-category input.btn-default {
width: 100% !important;
margin-top: 15px;
margin-left: 0px !important;
background-color: #737373 !important;
}
.visual h1 {
width: 95vw !important;
font: 700 21px 'Otomo', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
padding: 0 50px;
text-align: center !important;
}
.infoarea .info-box {
padding: 10px !important;
}
.slider-secondary .slider-secondary-actions a.slider-prev {
left: 0 !important;
top: 40% !important;
background-color: #ffffff !important;
border-radius: 0 5px 5px 0;
width: 40px !important;
height: 50px !important;
background-size: inherit;
background-position: center;
box-shadow: 2px 4px 12px rgba(0,0,0,0.8);
}
.slider-secondary .slider-secondary-actions a.slider-next {
right: 0px !important;
top: 40% !important;
background-color: #ffffff !important;
border-radius: 5px 0 0 5px;
width: 40px !important;
height: 50px !important;
background-size: inherit;
background-position: center;
box-shadow: 2px 4px 12px rgba(0,0,0,0.8);
}
.topbar ul li {
display: inline-block !important;
letter-spacing: .5px;
font-size: 14px;
float: right;
}
.topbar ul li:first-child {
text-align: left !important;
font-size: 13px;
float: left;
width: 40vw;
display: inline !important;
}
#wh-widget-send-button {
bottom: 47px !important;
}
.aside-footer {
padding: 50px 0 !important;
}
.aside-footer .navarea {
clear: both;
padding: 30px 0 0;
}
.aside-footer .contact-info {
width: 100%;
padding: 0 0 30px;
border-bottom: #bbbbbb solid 1px;
text-align: left;
}
}
@media screen and (max-width: 320px) {
.visual .title-holder {
height: 54vh;
}
} | web/css/skin.css | @font-face {
font-family: 'Otomo';
src: url("../fonts/otomo-sans.woff") format("woff"), url("../fonts/otomo-sans.ttf") format("truetype");
}
body {
font-family: 'Otomo', 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.sembunyi {
display: none;
}
.visual {
margin: 0;
background: url(../../../images/banner-backgound.jpg) no-repeat 13% 30%;
background-size: 100% !important;
height: 440px;
padding: 0;
}
.visual h1 {
color: #ffffff;
margin: 0 auto;
width: 40vw;
text-align: left;
padding-left: 100px;
font: 700 40px/58px 'Otomo', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.col-xs-12.col-lg-8.col-lg-push-2 {
width: 100% !important;
text-align: right;
}
.navbar-default .navbar-nav > li {
margin: 0 0 0 50px;
font-size: 18px !important;
}
.home-page .form-category {
border-radius: 10px !important;
-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 1, 0.15);
box-shadow: 0 1rem 3rem rgba(0, 0, 1, 0.18);
border: 2px solid #d43b4d !important;
width: 900px;
float: none;
background-color: #fefefe !important;
margin-right: 0;
margin-top: 120px;
}
.btn-primary {
color: #ffffff;
background-color: #d43b4d !important;
border-color: transparent;
}
.visual .title-frame {
padding: 6px 0 14px;
display: table-cell;
vertical-align: bottom !important;
}
.form-category .area {
margin: 0 !important;
}
.infoarea {
padding: 50px 0;
}
.infoarea .icon {
margin: 0 22px 0 0;
width: 75px !important;
}
.deskripsi {
border: 1px solid #eee;
border-radius: 5px;
padding: 20px;
margin-bottom: 15px;
}
.listing-post .price {
display: block;
margin: 0 0 -3px;
font-size: 25px !important;
line-height: 1em !important;
white-space: nowrap;
text-shadow: none !important;
}
.listing-post .time-price {
width: auto !important;
background-color: #fff;
border-radius: 0 0 10px !important;
padding: 10px !important;
margin: 0px !important;
color: #fff !important;
background: -webkit-linear-gradient(to top, #ec535b, #d4434c);
background: linear-gradient(to top, #ec535b, #d4434c);
}
.listing-post .time-price p {
margin: 0;
padding-top: 10px !important;
text-align: right !important;
font-size: 14px;
}
.btn-default {
color: #ffffff;
background-color: #d43b4d !important;
border-color: transparent;
}
.listing-post .frame {
overflow: hidden;
border-radius: 10px !important;
background: #ffffff;
border: #eaebec solid 1px;
-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
}
.slider-secondary .listing-post {
width: 300px !important;
}
.listing-post .title {
font-size:15px !important;
}
.bottom-container {
color: #ffffff;
background: #a22937 !important;
}
.aside-footer {
background: #999999 !important;
color: #f5f5f5 !important;
padding: 80px 0 !important;
}
.aside-footer .navarea {
overflow: inherit !important;
line-height: 17px;
}
.aside-footer .title {
display: block;
font-weight: 400;
margin: 0 0 12px;
font-size: 25px !important;
text-transform: lowercase;
}
.slider-secondary .slider-secondary-paging a.selected {
width: 39px !important;
background: #d43b4d;
border: 0 !important;
}
#footer p {
margin: 0 !important;
overflow: hidden;
}
.feed-item {
height: 215px !important;
border-radius: 10px !important;
}
@media screen and (max-width: 480px) {
.visual {
background: url(../../images/banner-backgound.jpg) no-repeat 12%;
background-size: 103vh !important;
background-position-y: top !important;
height: 55vh !important;
display: table-footer-group;
}
.visual h1 {
width: 95vw !important;
font: 700 21px 'Otomo', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
color: #58595b;
}
.visual .title-holder {
height: 52vh;
}
.infoarea {
padding: 25px 0;
}
.home-page .form-category {
width: auto !important;
float: left !important;
margin: 0 25px 0 !important;
padding: 20px !important;
}
.col-xs-12.col-lg-8.col-lg-push-2 {
text-align: center;
}
.form-category .col:first-child {
margin-bottom: 10px !important;
width: 100% !important;
float: left !important;
}
.form-category .col + .col {
width: 100% !important;
float: left !important;
margin-bottom: 10px !important;
}
.form-category .col-xs-12 {
padding: 0 !important;
text-align: left !important;
}
.home-page .form-category .field-holder {
width: 200px !important;
}
.form-category .title {
/* margin: 10px 4px 0 0; */
width: 65px !important;
}
.form-category .col + .col .title {
width: 65px !important;
}
.form-category input.btn-default {
width: 200px !important;
margin-left: 75px !important;
background-color: #737373 !important;
}
.home-page .form-category .multiselect .btn-group, .home-page .form-category .multiselect .btn-default {
width: 200px !important;
}
input#location {
width: 200px !important;
}
.infoarea .info-box {
padding: 20px;
text-align: center;
width: 33% !important;
border-top: 0 !important;
border-left: solid 1px #e6e6e6;
}
.infoarea h2 {
margin: 0;
text-transform: uppercase;
font: 500 14px/22px 'Otomo', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.infoarea p {
display: none;
}
.infoarea .icon {
width: 60% !important;
margin: auto;
}
.footer-right {
width: 100% !important;
margin: 0;
float: left !important;
text-align: left !important;
padding-top: 15px !important;
padding-left: 0 !important;
}
}
@media screen and (max-width: 414px) {
input#location {
width: 100% !important;
}
.home-page .form-category .field-holder {
width: 100% !important;
}
.form-category .area .col .title {
text-align: left !important;
padding-bottom: 6px !important;
font-size: 16px !important;
margin: 0px !important;
}
.form-category .multiselect {
display: inline-block;
}
.home-page .form-category .multiselect {
width: 100%;
}
.home-page .form-category .multiselect .btn-group, .home-page .form-category .multiselect .btn-default {
width: 100% !important;
}
.form-category input.btn-default {
width: 100% !important;
margin-top: 15px;
margin-left: 0px !important;
background-color: #737373 !important;
}
.visual h1 {
width: 95vw !important;
font: 700 21px 'Otomo', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
padding: 0 50px;
text-align: center !important;
}
.infoarea .info-box {
padding: 10px !important;
}
.slider-secondary .slider-secondary-actions a.slider-prev {
left: 0 !important;
top: 40% !important;
background-color: #ffffff !important;
border-radius: 0 5px 5px 0;
width: 40px !important;
height: 50px !important;
background-size: inherit;
background-position: center;
box-shadow: 2px 4px 12px rgba(0,0,0,0.8);
}
.slider-secondary .slider-secondary-actions a.slider-next {
right: 0px !important;
top: 40% !important;
background-color: #ffffff !important;
border-radius: 5px 0 0 5px;
width: 40px !important;
height: 50px !important;
background-size: inherit;
background-position: center;
box-shadow: 2px 4px 12px rgba(0,0,0,0.8);
}
.topbar ul li {
display: inline-block !important;
letter-spacing: .5px;
font-size: 14px;
float: right;
}
.topbar ul li:first-child {
text-align: left !important;
font-size: 13px;
float: left;
width: 40vw;
display: inline !important;
}
#wh-widget-send-button {
bottom: 47px !important;
}
.aside-footer {
padding: 50px 0 !important;
}
.aside-footer .navarea {
clear: both;
padding: 30px 0 0;
}
.aside-footer .contact-info {
width: 100%;
padding: 0 0 30px;
border-bottom: #bbbbbb solid 1px;
text-align: left;
}
}
@media screen and (max-width: 320px) {
.visual .title-holder {
height: 54vh;
}
} | 0.279533 | 0.093719 |
html,body{
margin:0px;
padding:0px;
border:0px;
overflow: hidden;
background-color:#000;
}
.ytplayer{
opacity:0;
width:0px;
height:0px;
visibility:hidden;
}
/* ----- BAS DE PAGE ----- */
.posB{
opacity:0.7;
background-color:#000;
color:#fff;
font-family:segoe ui;
font-size:14px;
position:absolute;
right:0%;
left:0%;
bottom:0%;
height:30px;
line-height:30px;
text-align:center;
}
/* ----- mainTitle ----- */
.mainTitle{
z-index: -1;
opacity: 0.8;
position: absolute;
top: 0%;
right: 0%;
left: 0%;
bottom: 0%;
height: 100%;
}
@font-face {
font-family: 'fontPerso';
src: url('fontPersoNoel/Flakes.ttf') format("truetype");
}
/* ----- mainTitle span ----- */
.mainTitle span{
color: #fff;
font-family: "fontPerso";
/*font-family: segoe ui;*/
font-variant: small-caps;
font-size: 150px;
text-align: center;
position: absolute;
top: 50%;
right: 0%;
left: 0%;
height: 176px;
margin-top: -88px;
}
/* ----- IMG ----- */
.img{
display: none;
position:absolute;
top:0%;
left:0%;
bottom:0%;
right:0%;
width:100%;
height:100%;
box-shadow: 0px 0px 100px #fff;
animation:imgZoom 4s linear;
-webkit-animation:imgZoom 4s linear;
-webkit-animation-fill-mode: forwards;
}
@keyframes imgZoom
{
from {
transform:scale(0);
-o-transform:scale(0); /* Opera */
-moz-transform:scale(0); /* Firefox */
-ms-transform:scale(0); /* IE 9 */
-webkit-transform:scale(0); /* Safari and Chrome */
}
to {
transform:scale(1);
-o-transform:scale(1); /* Opera */
-moz-transform:scale(1); /* Firefox */
-ms-transform:scale(1); /* IE 9 */
-webkit-transform:scale(1); /* Safari and Chrome */
}
}
@-webkit-keyframes imgZoom
{
from {
transform:scale(0);
-o-transform:scale(0); /* Opera */
-moz-transform:scale(0); /* Firefox */
-ms-transform:scale(0); /* IE 9 */
-webkit-transform:scale(0); /* Safari and Chrome */
}
to {
transform:scale(1);
-o-transform:scale(1); /* Opera */
-moz-transform:scale(1); /* Firefox */
-ms-transform:scale(1); /* IE 9 */
-webkit-transform:scale(1); /* Safari and Chrome */
}
}
/* ----- TXT ----- */
.txt{
display: none;
color: gold;
text-shadow: 2px 2px 12px #000;
font-family: segoe ui;
font-variant: small-caps;
position: absolute;
right: 0%;
left:0%;
text-align:center;
animation:txtgZoom 1s linear;
-webkit-animation:txtgZoom 1s linear;
-webkit-animation-fill-mode: forwards;
}
@keyframes txtgZoom
{
from {
transform:scale(1.5) rotateX(360deg);
-o-transform:scale(1.5) rotateX(360deg); /* Opera */
-moz-transform:scale(1.5) rotateX(360deg); /* Firefox */
-ms-transform:scale(1.5) rotateX(360deg); /* IE 9 */
-webkit-transform:scale(1.5) rotateX(360deg); /* Safari and Chrome */
top:20%;
}
to {
transform:scale(1) rotateX(0deg);
-o-transform:scale(1) rotateX(0deg); /* Opera */
-moz-transform:scale(1) rotateX(0deg); /* Firefox */
-ms-transform:scale(1) rotateX(0deg); /* IE 9 */
-webkit-transform:scale(1) rotateX(0deg); /* Safari and Chrome */
top:0%;
}
}
@-webkit-keyframes txtgZoom
{
from {
transform:scale(1.5) rotateX(360deg);
-o-transform:scale(1.5) rotateX(360deg); /* Opera */
-moz-transform:scale(1.5) rotateX(360deg); /* Firefox */
-ms-transform:scale(1.5) rotateX(360deg); /* IE 9 */
-webkit-transform:scale(1.5) rotateX(360deg); /* Safari and Chrome */
top:20%;
}
to {
transform:scale(1) rotateX(0deg);
-o-transform:scale(1) rotateX(0deg); /* Opera */
-moz-transform:scale(1) rotateX(0deg); /* Firefox */
-ms-transform:scale(1) rotateX(0deg); /* IE 9 */
-webkit-transform:scale(1) rotateX(0deg); /* Safari and Chrome */
top:0%;
}
}
@font-face {
font-family: 'fontPersoTxt';
src: url('fontPersoNoel/stonehen.ttf') format("truetype");
}
/* - title */
.title{
font-family: "fontPersoTxt";
/*font-family: segoe ui;*/
font-size: 90px;
}
/* - msg */
.msg{ font-size: 50px;}
/* --- posLink --- */
div#posLink{
color:#fff;
z-index:999;
position:fixed;
bottom:1%;
right:1%;
font-family:segoe ui;
font-size:15px;
}
div#posLink a{
text-decoration:none;
color:#fff;
}
/* --- posSocial --- */
.posSocial{
display:none;
z-index: 99;
background-color: #fff;
box-shadow: 0px 0px 40px #fff;
position: absolute;
top: 0px;
right: 0px;
width:130px;
padding: 5px;
margin: 0px;
border: 0px;
} | app/styles/carte.css | html,body{
margin:0px;
padding:0px;
border:0px;
overflow: hidden;
background-color:#000;
}
.ytplayer{
opacity:0;
width:0px;
height:0px;
visibility:hidden;
}
/* ----- BAS DE PAGE ----- */
.posB{
opacity:0.7;
background-color:#000;
color:#fff;
font-family:segoe ui;
font-size:14px;
position:absolute;
right:0%;
left:0%;
bottom:0%;
height:30px;
line-height:30px;
text-align:center;
}
/* ----- mainTitle ----- */
.mainTitle{
z-index: -1;
opacity: 0.8;
position: absolute;
top: 0%;
right: 0%;
left: 0%;
bottom: 0%;
height: 100%;
}
@font-face {
font-family: 'fontPerso';
src: url('fontPersoNoel/Flakes.ttf') format("truetype");
}
/* ----- mainTitle span ----- */
.mainTitle span{
color: #fff;
font-family: "fontPerso";
/*font-family: segoe ui;*/
font-variant: small-caps;
font-size: 150px;
text-align: center;
position: absolute;
top: 50%;
right: 0%;
left: 0%;
height: 176px;
margin-top: -88px;
}
/* ----- IMG ----- */
.img{
display: none;
position:absolute;
top:0%;
left:0%;
bottom:0%;
right:0%;
width:100%;
height:100%;
box-shadow: 0px 0px 100px #fff;
animation:imgZoom 4s linear;
-webkit-animation:imgZoom 4s linear;
-webkit-animation-fill-mode: forwards;
}
@keyframes imgZoom
{
from {
transform:scale(0);
-o-transform:scale(0); /* Opera */
-moz-transform:scale(0); /* Firefox */
-ms-transform:scale(0); /* IE 9 */
-webkit-transform:scale(0); /* Safari and Chrome */
}
to {
transform:scale(1);
-o-transform:scale(1); /* Opera */
-moz-transform:scale(1); /* Firefox */
-ms-transform:scale(1); /* IE 9 */
-webkit-transform:scale(1); /* Safari and Chrome */
}
}
@-webkit-keyframes imgZoom
{
from {
transform:scale(0);
-o-transform:scale(0); /* Opera */
-moz-transform:scale(0); /* Firefox */
-ms-transform:scale(0); /* IE 9 */
-webkit-transform:scale(0); /* Safari and Chrome */
}
to {
transform:scale(1);
-o-transform:scale(1); /* Opera */
-moz-transform:scale(1); /* Firefox */
-ms-transform:scale(1); /* IE 9 */
-webkit-transform:scale(1); /* Safari and Chrome */
}
}
/* ----- TXT ----- */
.txt{
display: none;
color: gold;
text-shadow: 2px 2px 12px #000;
font-family: segoe ui;
font-variant: small-caps;
position: absolute;
right: 0%;
left:0%;
text-align:center;
animation:txtgZoom 1s linear;
-webkit-animation:txtgZoom 1s linear;
-webkit-animation-fill-mode: forwards;
}
@keyframes txtgZoom
{
from {
transform:scale(1.5) rotateX(360deg);
-o-transform:scale(1.5) rotateX(360deg); /* Opera */
-moz-transform:scale(1.5) rotateX(360deg); /* Firefox */
-ms-transform:scale(1.5) rotateX(360deg); /* IE 9 */
-webkit-transform:scale(1.5) rotateX(360deg); /* Safari and Chrome */
top:20%;
}
to {
transform:scale(1) rotateX(0deg);
-o-transform:scale(1) rotateX(0deg); /* Opera */
-moz-transform:scale(1) rotateX(0deg); /* Firefox */
-ms-transform:scale(1) rotateX(0deg); /* IE 9 */
-webkit-transform:scale(1) rotateX(0deg); /* Safari and Chrome */
top:0%;
}
}
@-webkit-keyframes txtgZoom
{
from {
transform:scale(1.5) rotateX(360deg);
-o-transform:scale(1.5) rotateX(360deg); /* Opera */
-moz-transform:scale(1.5) rotateX(360deg); /* Firefox */
-ms-transform:scale(1.5) rotateX(360deg); /* IE 9 */
-webkit-transform:scale(1.5) rotateX(360deg); /* Safari and Chrome */
top:20%;
}
to {
transform:scale(1) rotateX(0deg);
-o-transform:scale(1) rotateX(0deg); /* Opera */
-moz-transform:scale(1) rotateX(0deg); /* Firefox */
-ms-transform:scale(1) rotateX(0deg); /* IE 9 */
-webkit-transform:scale(1) rotateX(0deg); /* Safari and Chrome */
top:0%;
}
}
@font-face {
font-family: 'fontPersoTxt';
src: url('fontPersoNoel/stonehen.ttf') format("truetype");
}
/* - title */
.title{
font-family: "fontPersoTxt";
/*font-family: segoe ui;*/
font-size: 90px;
}
/* - msg */
.msg{ font-size: 50px;}
/* --- posLink --- */
div#posLink{
color:#fff;
z-index:999;
position:fixed;
bottom:1%;
right:1%;
font-family:segoe ui;
font-size:15px;
}
div#posLink a{
text-decoration:none;
color:#fff;
}
/* --- posSocial --- */
.posSocial{
display:none;
z-index: 99;
background-color: #fff;
box-shadow: 0px 0px 40px #fff;
position: absolute;
top: 0px;
right: 0px;
width:130px;
padding: 5px;
margin: 0px;
border: 0px;
} | 0.307982 | 0.069573 |
body, table td, select {
font-family: Arial Unicode MS, Arial, sans-serif;
font-size: small;
}
pre {
font-family: "courier new", courier;
font-size: small;
}
body {
color: black;
margin: 0px;
border: 0px;
padding: 0px;
direction: ltr;
}
a, a:visited, a:hover {
color: #0000AA;
}
.btn, .slider-knob{
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
color: #333;
text-decoration: none;
}
.btn:active,
.btn.active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
pointer-events: none;
}
.btn-default, .slider-knob {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
color: #333;
border-color: #8c8c8c;
}
.btn-default:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: #fff;
border-color: #ccc;
}
.btn-default .badge {
color: #fff;
background-color: #333;
}
.btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
color: #fff;
background-color: #286090;
border-color: #122b40;
}
.btn-primary:hover {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
color: #fff;
background-color: #204d74;
border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary .badge {
color: #337ab7;
background-color: #fff;
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
color: #fff;
background-color: #449d44;
border-color: #255625;
}
.btn-success:hover {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
color: #fff;
background-color: #398439;
border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge {
color: #5cb85c;
background-color: #fff;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
color: #fff;
background-color: #31b0d5;
border-color: #1b6d85;
}
.btn-info:hover {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
color: #fff;
background-color: #269abc;
border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #fff;
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
color: #fff;
background-color: #ec971f;
border-color: #985f0d;
}
.btn-warning:hover {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
color: #fff;
background-color: #d58512;
border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
}
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
color: #fff;
background-color: #c9302c;
border-color: #761c19;
}
.btn-danger:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
color: #fff;
background-color: #ac2925;
border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #fff;
}
.btn-link {
font-weight: normal;
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:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #23527c;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #777;
text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-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;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 10px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -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-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999;
}
.form-control::-webkit-input-placeholder {
color: #999;
}
.form-control[disabled],
fieldset[disabled] .form-control {
background-color: #eee;
opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
cursor: not-allowed;
}
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
line-height: 34px;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm,
.input-group-sm input[type="date"],
.input-group-sm input[type="time"],
.input-group-sm input[type="datetime-local"],
.input-group-sm input[type="month"] {
line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg,
.input-group-lg input[type="date"],
.input-group-lg input[type="time"],
.input-group-lg input[type="datetime-local"],
.input-group-lg input[type="month"] {
line-height: 46px;
}
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.progress {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
-webkit-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease;
}
.progress-striped .progress-bar,
.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);
-webkit-background-size: 40px 40px;
background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.platypus-module{
transition: width 0.5s, height 0.5s, left 0.5s, right 0.5s;
}
.p-mask{
background-color: lightgray;
opacity: 0.75;
}
.p-mask-loading-start{
background-image: url(progress.gif);
}
.check-box, .radio-box{
margin-right: 8px;
margin-top: 2px;
vertical-align: middle;
}
.check-label, .radio-label{
vertical-align: middle;
}
.gwt-PopupPanel{
transition: left 0.5s, top 0.5s;
}
.gwt-ProgressBar-text {
padding: 0px;
margin: 0px;
color: #333;
}
.gwt-ProgressBar-text-secondHalf{
color: white;
}
.slider-shell {
}
.slider-shell:focus {
outline: none;
}
.slider-shell-focused {
}
.slider-line {
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);
left: 13px;
right: 13px;
top: 5px;
bottom: 5px;
overflow: hidden;
}
.slider-line-enabled {
}
.slider-line-before-knob{
background-color: #67a7e3;
}
.slider-line-sliding {
background-color: #dddddd;
cursor: pointer;
}
.slider-knob {
width: 0px;
top: 1px;
bottom: 1px;
z-index: 1;
cursor: pointer;
}
.slider-knob-enabled{
}
.slider-knob-disabled{
}
.slider-knob-sliding{
}
.slider-tick {
width: 1px;
height: 8px;
top: 2px;
background: black;
overflow: hidden;
}
.slider-label {
bottom: 0px;
font-size: 8pt;
cursor: default;
}
.slider-label-enabled {
}
.slider-label-disabled {
}
.toolbar-chevron-popup {
transition: height 0.5s;
border: 1px solid #ccc;
background-color: #f8f8f8;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
padding: 0px;
}
.menu-bar {
border: 1px solid #ccc;
border-radius: 4px;
background-color: #fff;
}
.menu-item{
padding: 5px;
cursor: default;
}
.menu-item:hover, .menu-item:focus, .menu-item-selected:hover, .menu-item-selected:focus{
text-shadow: 0 1px rgba(0,0,0,0.4);
color: white;
}
.menu-left-check-radio{
top: 7px;
width: 100%;
}
.menu-left-mark{
border-right-color: #e5e5e5;
border-right-width: 1px;
border-right-style: solid;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 10px;
background-position: center;
}
.menu-field{
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}
.menu-item-disabled {
color: #c0c0c0;
}
.menu-bar-horizontal {
}
.menu-bar-horizontal table {
border-collapse: collapse;
height: 100%;
}
.menu-bar-horizontal .menu-item {
padding-top: 0px;
padding-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
}
.menu-bar-horizontal .menu-separator {
}
.menu-bar-horizontal .menu-separator .menuSeparatorInner {
}
.menu-bar-vertical {
}
.menu-bar-vertical table {
border-collapse: collapse;
}
.menu-bar-vertical .menu-item {
}
.menu-bar-vertical .menu-separator {
}
.menu-bar-vertical .menu-separator .menuSeparatorInner {
}
.menu-bar-vertical .subMenuIcon {
}
.menu-bar-vertical .subMenuIcon-selected {
}
.window-panel{
transition: left 0.5s, top 0.5s;
}
.toggle-button-selected{
border: 2px solid gray !important;
background-color: gray !important;
background-image: none !important;
}
.gwt-DatePicker {
border: 1px solid #ccc;
border-radius: 2px;
}
.gwt-SplitLayoutPanel-HDragger{
cursor: ew-resize;
}
.gwt-SplitLayoutPanel-VDragger{
cursor: ns-resize;
}
.dropdown-split{
display: inline-block;
height: 100%;
position: relative;
vertical-align: middle;
}
.dropdown{
display: inline-block;
float: right;
position: relative;
height: 100%;
border-left: 1px solid #ccc;
}
.dropdown:hover{
border-left: 1px solid #adadad;
}
.dropdown-menu:before{
content: "\e00a";
font-family: Flaticon;
font-size: 10px;
}
.dropdown-menu{
display: inline-block;
position: relative;
vertical-align: middle;
padding-left: 5px;
padding-right: 5px;
opacity: 0.5;
}
.dropdown-menu:hover {
opacity: 1;
}
select.form-control{
padding-top: 2px;
padding-bottom: 2px;
}
.decorator {
background-color: white;
}
.decorator-select:hover{
opacity: 1;
}
.decorator-select{
opacity: 0.5;
background-image: url(decorator-select.png);
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
float: right;
line-height: normal;
}
.decorator-clear:before {
content: "\e006";
position: absolute;
top: 50%;
margin-top: -5px;
left: 50%;
margin-left: -5px;
font-family: Flaticon;
font-size: 10px;
text-align: center;
}
.decorator-clear:hover{
opacity: 1;
}
.decorator-clear{
opacity: 0.5;
cursor: pointer;
float: right;
line-height: normal;
}
.decorator-clear, .decorator-select, .date-select, .time-select{
width: 20px;
}
.decorator-select-combo, .decorator-clear-combo{
right: 16px;
}
.subMenuIcon{
padding: 0px;
position: absolute;
width: 0px;
background: transparent;
}
.subMenuIcon img{
position: relative;
right: 5px;
top: 4px;
}
.subMenuIcon-selected{
background: transparent;
}
.combo-field-custom-dropdown:hover{
opacity: 1;
}
.combo-field-custom-dropdown{
opacity: 0.5;
background: url('dropdown-arrow.png') no-repeat; /*Adds background-image*/
background-position: right; /*Position of the background-image*/
border-radius: 4px;
border: 1px solid #ccc;
}
.gwt-ListBox{
border: 0 !important; /*Removes border*/
}
.gwt-ListBox::-ms-expand {
display: none;
}
.date-time-field{
}
.date-time-box{
}
.date-select:hover, .time-select:hover{
opacity: 1;
}
.date-select, .time-select{
opacity: 0.5;
cursor: pointer;
float: right;
padding-right: 11px;
line-height: normal;
}
.date-select:before, .time-select:before{
position: absolute;
top: 50%;
margin-top: -8px;
left: 50%;
margin-left: -14px;
}
.date-select:before {
content: "\e007";
}
.time-select:before {
content: "\e004";
}
.spin-left, .spin-right{
width: 20px;
background-repeat: no-repeat;
background-position: center;
background-origin: content-box;
cursor: pointer;
}
.spin-left{
padding-left: 10px;
background-image: url(spin-left.png);
float: left;
}
.spin-right{
padding-right: 10px;
background-image: url(spin-right.png);
float: right;
}
.toolbar{
}
.toolbar-chevron:before{
content: "\e00a";
font-family: Flaticon;
font-size: 12px;
}
.toolbar-chevron{
top: 0px;
right: 0px;
width: 10px;
height: 100%;
cursor: pointer;
opacity: 0.5;
}
.toolbar-chevron:hover{
opacity: 1;
}
.toolbar-chevron-menu{
}
.toolbar-chevron-menu-item{
margin: 0px;
}
.toolbar-content{
left: 0px;
right: 0px;
}
.tabs-chevron{
right: 0px;
top: 0px;
bottom: 0px;
}
.tabs-chevron-left{
transform: scaleX(-1);
}
.tabs-chevron-left:before{
content: "\e001";
font-family: Flaticon;
font-size: 10px;
}
.tabs-chevron-right:before{
content: "\e001";
font-family: Flaticon;
font-size: 10px;
}
.tabs-chevron-list:before{
content: "\e00a";
font-family: Flaticon;
font-size: 10px;
}
.tabs-tab-close{
background-image: url(tab-close.png);
background-repeat: no-repeat;
background-position: center;
margin-left: 7px;
width: 10px;
height: 10px;
cursor: pointer;
}
.tabs {
}
.tabs .tabs-bar {
}
.tabs .gwt-TabLayoutPanelContentContainer {
border: 1px solid #ccc;
border-radius: 4px;
}
.tabs .gwt-TabLayoutPanelContent {
}
.tabs-tab {
padding: 3px 6px 3px 6px;
cursor: hand;
color: black;
text-align: center;
margin-left: 0px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-width: 1px;
border-bottom-width: 0px;
border-style: solid;
border-color: #cfcfcf #ccc #c6c6c6;
background-image: linear-gradient(to bottom, #fcfcfc, #dfdfdf);
}
.tabs-tab:hover{
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-top-color: #fc911d;
border-top-width: 2px;
}
.tabs-tab-selected {
cursor: default;
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
color: white;
}
.tabs p:focus, .tabs-tab .label:focus{
outline: none;
}
.treegrid-expanded-cell, .treegrid-collapased-cell{
padding-left: 16px;
line-height: normal;
}
.treegrid-expanded-cell:before {
content: "\e00a";
}
.treegrid-collapased-cell:before {
content: "\e012";
}
.treegrid-expanded-cell:before, .treegrid-collapased-cell:before {
font-family: Flaticon;
font-size: 10px;
position: absolute;
top: 50%;
margin-top: -5px;
margin-left: -8px;
color: #337ab7;
}
.grid-shell{
border: 1px solid #ccc;
border-radius: 4px;
}
.grid-cell-editor-popup{
background-color: white;
}
.grid-cell{
overflow: hidden;
}
.grid-focused-cell {
outline: black solid 2px;
outline-offset: -2px;
}
.grid-cell-anchor{
display: inline-block;
height: 100%;
vertical-align: middle;
}
.grid-marker-cell-cursor{
padding-left: 5px;
font-family: Flaticon;
font-size: 12px;
color: #337ab7;
opacity: 1;
text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.3);
display: inline-block;
vertical-align: middle;
}
.grid-marker-cell-cursor:before {
content: "\e011";
}
.grid-cell-image{
zoom: 1;
position: relative;
box-sizing: border-box;
overflow: hidden;
display: inline-block;
vertical-align: middle;
padding-top: 2px;
padding-right: 7px;
}
.grid-cell-text{
zoom: 1;
position: relative;
box-sizing: border-box;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block;
vertical-align: middle;
line-height: normal;
}
.grid-selected-row{
background-color: #e5e5e5 !important;
}
.grid-hovered-row{
background-color: #e0f0ff;
}
.grid-column-footer{
overflow: hidden;
}
.grid-column-header{
position: relative;
line-height: 20px;
overflow: hidden;
color:white;
text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
padding: 7px;
border-width:1px 1px 1px 0;
border-style:solid;
border-color:#1d87e2 #187ed9 #1670c1;
-webkit-box-shadow:inset 0 1px rgba(255,255,255,0.2),inset 0 0 0 1px rgba(255,255,255,0.06),0 1px rgba(0,0,0,0.04);
box-shadow:inset 0 1px rgba(255,255,255,0.2),inset 0 0 0 1px rgba(255,255,255,0.06),0 1px rgba(0,0,0,0.04)
}
.grid-column-header-content{
text-align: center;
max-height: 20px;
}
.grid-sortable-column-header{
cursor: pointer;
}
.grid-columns-chevron {
right: 4px;
top: 0px;
opacity: 0.6;
height: 15px;
width: 15px;
color: white;
text-shadow: 1px 1px 1px rgb(0,0,0);
line-height: normal;
}
.grid-columns-chevron:hover {
opacity: 1;
}
.grid-columns-chevron:before {
content: "\e016";
}
.grid-header-mover:hover{
border-width: 1px;
border-color: lightgray;
border-radius: 2px;
border-style: solid;
}
.grid-header-resizer:hover{
border-color: lightgray;
border-style: solid;
border-right-width: 1px;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-radius: 2px;
cursor: ew-resize;
}
.grid-header-resizer{
border-color: lightgray;
border-style: solid;
border-right-width: 0px;
border-top-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-radius: 2px;
}
.grid-ruler{
width: 2px;
background-color: brown;
}
.grid-column-phantom{
background-color: lightgray;
opacity: 0.3;
}
.date-select:before, .time-select:before, .time-picker-button:before,
.date-picker-button:before, .grid-columns-chevron:before {
font-family: Flaticon;
font-size: 16px;
}
.window-caption{
padding-left: 10px;
cursor: pointer;
color:#6b6a5a;
text-shadow:0 1px rgba(255,255,255,0.5);
background: #95a5a6;
background-image: linear-gradient(to bottom, #95a5a6,#7f8c8d);
border-top-left-radius: 3px;
border-top-right-radius: 3px;
line-height: normal;
}
.window-caption-text {
color: white;
font-weight: 400;
font-size: 16px;
font-family: sans-serif;
text-shadow: 2px 1px 2px rgba(0,0,0,0.3);
}
.window-caption-tools {
}
.window-caption-text, .window-caption-tools {
padding: 10px;
}
.window-caption-active{
padding-left: 10px;
cursor: pointer;
color:#526e4f;
text-shadow:0 1px rgba(255,255,255,0.5);
}
.window-tool {
font-family: Flaticon;
font-size: 12px;
color: white;
opacity: 1;
text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.3);
padding-left: 4px;
padding-right: 4px;
}
.window-tool-minimize:before {
content: "\e009";
}
.window-tool-maximize:before {
content: "\e00b";
}
.window-tool-close:before {
content: "\e008";
}
.window-tool-restore:before {
content: "\e015";
}
.window-content{
transition: width 0.5s, height 0.5s;
background-color: white;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.content-decor{
border-radius: 3px;
box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
background-color: white;
}
.content-decor-active{
}
.vertical-decor{
width: 3px;
background: transparent;
}
.vertical-decor-active{
width: 3px;
background: transparent;
}
.horizontal-decor{
height: 3px;
background: transparent;
}
.horizontal-decor-active{
height: 3px;
background: transparent;
}
.corner-decor{
width: 12px !important;
height: 12px !important;
background: transparent;
}
.corner-decor-active{
width: 12px !important;
height: 12px !important;
background: transparent;
}
.north-decor{
}
.south-decor{
}
.west-decor{
}
.east-decor{
}
.north-west-decor{
}
.north-east-decor{
}
.south-west-decor{
}
.south-east-decor{
}
.north-decor-active{
}
.south-decor-active{
}
.west-decor-active{
}
.east-decor-active{
}
.north-west-decor-active{
}
.north-east-decor-active{
}
.south-west-decor-active{
}
.south-east-decor-active{
}
.window-caption-active, .tabs-tab-selected, .grid-column-header, .menu-item:hover, .menu-item:focus, .menu-item-selected:hover, .menu-item-selected:focus {
background-image: linear-gradient(to bottom, #399adc, #2d8bc9);
}
.editor-bold, .editor-italic, .editor-underline, .editor-subscript, .editor-superscript, .editor-align-left, .editor-align-center, .editor-align-right, .editor-background-color, .editor-foreground-color, .editor-strike-through, .editor-indent-right, .editor-indent-left, .editor-horisontal-rule, .editor-ordered-list, .editor-unordered-list, .editor-insert-image, .editor-create-link, .editor-delete-link, .editor-remove-format {
width: 100%;
height: 100%;
background-image: url(editor-bold.gif);
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
}
.editor-container{
width: 100%;
height: 100%;
}
.editor-bold{
background-image: url(editor-bold.gif);
}
.editor-italic{
background-image: url(editor-italic.gif);
}
.editor-underline{
background-image: url(editor-underline.gif);
}
.editor-subscript{
background-image: url(editor-subscript.gif);
}
.editor-superscript{
background-image: url(editor-superscript.gif);
}
.editor-align-left{
background-image: url(editor-justify-left.gif);
}
.editor-align-center{
background-image: url(editor-justify-center.gif);
}
.editor-align-right{
background-image: url(editor-justify-right.gif);
}
.editor-background-color{
background-image: url(editor-back-color.gif);
}
.editor-foreground-color{
background-image: url(editor-fore-color.gif);
}
.editor-strike-through{
background-image: url(editor-strike-through.gif);
}
.editor-indent-right{
background-image: url(editor-indent.gif);
}
.editor-indent-left{
background-image: url(editor-outdent.gif);
}
.editor-horisontal-rule{
background-image: url(editor-hr.gif);
}
.editor-ordered-list{
background-image: url(editor-ol.gif);
}
.editor-unordered-list{
background-image: url(editor-ul.gif);
}
.editor-insert-image{
background-image: url(editor-insert-image.gif);
}
.editor-create-link{
background-image: url(editor-create-link.gif);
}
.editor-delete-link{
background-image: url(editor-remove-link.gif);
}
.editor-remove-format{
background-image: url(editor-remove-format.gif);
}
.date-box-popup{
margin-top: 4px;
margin-left: -5px;
}
.date-time-triangle{
position: absolute;
width: 10px;
height: 10px;
transform: rotateZ(45deg);
background: white;
top: -5px;
left: 10px;
border: 1px solid #ccc;
border-bottom: none;
border-right: none;
}
.date-time-triangle-left{
left: 199px;
}
.time-picker-date{
font-size: large;
}
.time-picker-up:hover, .time-picker-down:hover{
opacity: 1;
}
.time-picker-up{
transform: scaleY(-1);
text-align: center;
opacity: 0.5;
}
.time-picker-down{
text-align: center;
opacity: 0.6;
}
.time-picker-up:before{
content: "\e00a";
font-size: 12px;
font-family: Flaticon;
}
.time-picker-down:before{
content: "\e00a";
font-size: 12px;
font-family: Flaticon;
}
.time-picker{
background: white;
transition: height 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
border-top-left-radius: 2px;
border-top-right-radius: 2px;
box-sizing:border-box;
}
.time-picker-button:before, .date-picker-button:before {
display: block;
text-align: center;
}
.time-picker-button:before {
content: "\e004";
}
.date-picker-button:before {
content: "\e007";
}
.time-picker-separator{
font-size: large;
font-weight: bold;
}
.time-picker-text{
border-width: 1px;
border-radius: 5px;
font-size: large;
border-style: none;
padding:2px;
box-sizing:border-box;
}
.time-picker-text:hover{
border-style: inset;
padding: 1px;
box-sizing:border-box;
}
.date-time-picker{
background: white;
box-sizing:border-box;
padding: 4px;
border-radius: 4px;
border: 1px solid rgba(0, 0, 0, 0.2);
box-shadow: 3px 1px 16px 1px rgba(0, 0, 0, 0.2)
}
.datePickerNextButton, .datePickerPreviousButton, .datePickerMonth {
padding: 4px 5px;
width: 20px;
cursor: pointer;
border-radius: 4px;
text-align: center;
}
.datePickerNextButton, .datePickerPreviousButton {
font-size: 21px;
}
.datePickerNextButton:hover, .datePickerPreviousButton:hover, .datePickerMonth:hover {
background: #f0f0f0;
}
.datePickerMonth {
font-weight: bold;
width: 140px;
}
.datePickerWeekdayLabel, .datePickerWeekendLabel {
font-weight: bold;
}
.datePickerWeekdayLabel, .datePickerDay, .datePickerWeekendLabel {
text-align: center;
width: 20px;
height: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 4px 5px;
border-radius: 4px;
}
.datePickerDayIsValue {
background: rgba(57, 154, 220, 0.27);
background-image: linear-gradient(to bottom, rgba(57, 154, 220, 0.27), rgba(45, 139, 201, 0.27));
}
.datePickerDayIsValue:focus {
outline: none;
}
.datePickerDayIsFiller {
color: #a0a0a0;
}
.datePickerDay:hover {
cursor: pointer;
color: #fff;
background: #399adc;
background-image: linear-gradient(to bottom, #399adc, #2d8bc9);
}
.datePickerDayIsFiller:hover {
color: #eee;
} | platypus-js-web-client/src/main/theme/theme.css | body, table td, select {
font-family: Arial Unicode MS, Arial, sans-serif;
font-size: small;
}
pre {
font-family: "courier new", courier;
font-size: small;
}
body {
color: black;
margin: 0px;
border: 0px;
padding: 0px;
direction: ltr;
}
a, a:visited, a:hover {
color: #0000AA;
}
.btn, .slider-knob{
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
color: #333;
text-decoration: none;
}
.btn:active,
.btn.active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
pointer-events: none;
}
.btn-default, .slider-knob {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
color: #333;
border-color: #8c8c8c;
}
.btn-default:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: #fff;
border-color: #ccc;
}
.btn-default .badge {
color: #fff;
background-color: #333;
}
.btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
color: #fff;
background-color: #286090;
border-color: #122b40;
}
.btn-primary:hover {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
color: #fff;
background-color: #204d74;
border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary .badge {
color: #337ab7;
background-color: #fff;
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
color: #fff;
background-color: #449d44;
border-color: #255625;
}
.btn-success:hover {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
color: #fff;
background-color: #398439;
border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge {
color: #5cb85c;
background-color: #fff;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
color: #fff;
background-color: #31b0d5;
border-color: #1b6d85;
}
.btn-info:hover {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
color: #fff;
background-color: #269abc;
border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #fff;
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
color: #fff;
background-color: #ec971f;
border-color: #985f0d;
}
.btn-warning:hover {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
color: #fff;
background-color: #d58512;
border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
}
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
color: #fff;
background-color: #c9302c;
border-color: #761c19;
}
.btn-danger:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
color: #fff;
background-color: #ac2925;
border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #fff;
}
.btn-link {
font-weight: normal;
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:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #23527c;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #777;
text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-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;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 10px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -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-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999;
}
.form-control::-webkit-input-placeholder {
color: #999;
}
.form-control[disabled],
fieldset[disabled] .form-control {
background-color: #eee;
opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
cursor: not-allowed;
}
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
line-height: 34px;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm,
.input-group-sm input[type="date"],
.input-group-sm input[type="time"],
.input-group-sm input[type="datetime-local"],
.input-group-sm input[type="month"] {
line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg,
.input-group-lg input[type="date"],
.input-group-lg input[type="time"],
.input-group-lg input[type="datetime-local"],
.input-group-lg input[type="month"] {
line-height: 46px;
}
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.progress {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
-webkit-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease;
}
.progress-striped .progress-bar,
.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);
-webkit-background-size: 40px 40px;
background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.platypus-module{
transition: width 0.5s, height 0.5s, left 0.5s, right 0.5s;
}
.p-mask{
background-color: lightgray;
opacity: 0.75;
}
.p-mask-loading-start{
background-image: url(progress.gif);
}
.check-box, .radio-box{
margin-right: 8px;
margin-top: 2px;
vertical-align: middle;
}
.check-label, .radio-label{
vertical-align: middle;
}
.gwt-PopupPanel{
transition: left 0.5s, top 0.5s;
}
.gwt-ProgressBar-text {
padding: 0px;
margin: 0px;
color: #333;
}
.gwt-ProgressBar-text-secondHalf{
color: white;
}
.slider-shell {
}
.slider-shell:focus {
outline: none;
}
.slider-shell-focused {
}
.slider-line {
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);
left: 13px;
right: 13px;
top: 5px;
bottom: 5px;
overflow: hidden;
}
.slider-line-enabled {
}
.slider-line-before-knob{
background-color: #67a7e3;
}
.slider-line-sliding {
background-color: #dddddd;
cursor: pointer;
}
.slider-knob {
width: 0px;
top: 1px;
bottom: 1px;
z-index: 1;
cursor: pointer;
}
.slider-knob-enabled{
}
.slider-knob-disabled{
}
.slider-knob-sliding{
}
.slider-tick {
width: 1px;
height: 8px;
top: 2px;
background: black;
overflow: hidden;
}
.slider-label {
bottom: 0px;
font-size: 8pt;
cursor: default;
}
.slider-label-enabled {
}
.slider-label-disabled {
}
.toolbar-chevron-popup {
transition: height 0.5s;
border: 1px solid #ccc;
background-color: #f8f8f8;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
padding: 0px;
}
.menu-bar {
border: 1px solid #ccc;
border-radius: 4px;
background-color: #fff;
}
.menu-item{
padding: 5px;
cursor: default;
}
.menu-item:hover, .menu-item:focus, .menu-item-selected:hover, .menu-item-selected:focus{
text-shadow: 0 1px rgba(0,0,0,0.4);
color: white;
}
.menu-left-check-radio{
top: 7px;
width: 100%;
}
.menu-left-mark{
border-right-color: #e5e5e5;
border-right-width: 1px;
border-right-style: solid;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 10px;
background-position: center;
}
.menu-field{
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}
.menu-item-disabled {
color: #c0c0c0;
}
.menu-bar-horizontal {
}
.menu-bar-horizontal table {
border-collapse: collapse;
height: 100%;
}
.menu-bar-horizontal .menu-item {
padding-top: 0px;
padding-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
}
.menu-bar-horizontal .menu-separator {
}
.menu-bar-horizontal .menu-separator .menuSeparatorInner {
}
.menu-bar-vertical {
}
.menu-bar-vertical table {
border-collapse: collapse;
}
.menu-bar-vertical .menu-item {
}
.menu-bar-vertical .menu-separator {
}
.menu-bar-vertical .menu-separator .menuSeparatorInner {
}
.menu-bar-vertical .subMenuIcon {
}
.menu-bar-vertical .subMenuIcon-selected {
}
.window-panel{
transition: left 0.5s, top 0.5s;
}
.toggle-button-selected{
border: 2px solid gray !important;
background-color: gray !important;
background-image: none !important;
}
.gwt-DatePicker {
border: 1px solid #ccc;
border-radius: 2px;
}
.gwt-SplitLayoutPanel-HDragger{
cursor: ew-resize;
}
.gwt-SplitLayoutPanel-VDragger{
cursor: ns-resize;
}
.dropdown-split{
display: inline-block;
height: 100%;
position: relative;
vertical-align: middle;
}
.dropdown{
display: inline-block;
float: right;
position: relative;
height: 100%;
border-left: 1px solid #ccc;
}
.dropdown:hover{
border-left: 1px solid #adadad;
}
.dropdown-menu:before{
content: "\e00a";
font-family: Flaticon;
font-size: 10px;
}
.dropdown-menu{
display: inline-block;
position: relative;
vertical-align: middle;
padding-left: 5px;
padding-right: 5px;
opacity: 0.5;
}
.dropdown-menu:hover {
opacity: 1;
}
select.form-control{
padding-top: 2px;
padding-bottom: 2px;
}
.decorator {
background-color: white;
}
.decorator-select:hover{
opacity: 1;
}
.decorator-select{
opacity: 0.5;
background-image: url(decorator-select.png);
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
float: right;
line-height: normal;
}
.decorator-clear:before {
content: "\e006";
position: absolute;
top: 50%;
margin-top: -5px;
left: 50%;
margin-left: -5px;
font-family: Flaticon;
font-size: 10px;
text-align: center;
}
.decorator-clear:hover{
opacity: 1;
}
.decorator-clear{
opacity: 0.5;
cursor: pointer;
float: right;
line-height: normal;
}
.decorator-clear, .decorator-select, .date-select, .time-select{
width: 20px;
}
.decorator-select-combo, .decorator-clear-combo{
right: 16px;
}
.subMenuIcon{
padding: 0px;
position: absolute;
width: 0px;
background: transparent;
}
.subMenuIcon img{
position: relative;
right: 5px;
top: 4px;
}
.subMenuIcon-selected{
background: transparent;
}
.combo-field-custom-dropdown:hover{
opacity: 1;
}
.combo-field-custom-dropdown{
opacity: 0.5;
background: url('dropdown-arrow.png') no-repeat; /*Adds background-image*/
background-position: right; /*Position of the background-image*/
border-radius: 4px;
border: 1px solid #ccc;
}
.gwt-ListBox{
border: 0 !important; /*Removes border*/
}
.gwt-ListBox::-ms-expand {
display: none;
}
.date-time-field{
}
.date-time-box{
}
.date-select:hover, .time-select:hover{
opacity: 1;
}
.date-select, .time-select{
opacity: 0.5;
cursor: pointer;
float: right;
padding-right: 11px;
line-height: normal;
}
.date-select:before, .time-select:before{
position: absolute;
top: 50%;
margin-top: -8px;
left: 50%;
margin-left: -14px;
}
.date-select:before {
content: "\e007";
}
.time-select:before {
content: "\e004";
}
.spin-left, .spin-right{
width: 20px;
background-repeat: no-repeat;
background-position: center;
background-origin: content-box;
cursor: pointer;
}
.spin-left{
padding-left: 10px;
background-image: url(spin-left.png);
float: left;
}
.spin-right{
padding-right: 10px;
background-image: url(spin-right.png);
float: right;
}
.toolbar{
}
.toolbar-chevron:before{
content: "\e00a";
font-family: Flaticon;
font-size: 12px;
}
.toolbar-chevron{
top: 0px;
right: 0px;
width: 10px;
height: 100%;
cursor: pointer;
opacity: 0.5;
}
.toolbar-chevron:hover{
opacity: 1;
}
.toolbar-chevron-menu{
}
.toolbar-chevron-menu-item{
margin: 0px;
}
.toolbar-content{
left: 0px;
right: 0px;
}
.tabs-chevron{
right: 0px;
top: 0px;
bottom: 0px;
}
.tabs-chevron-left{
transform: scaleX(-1);
}
.tabs-chevron-left:before{
content: "\e001";
font-family: Flaticon;
font-size: 10px;
}
.tabs-chevron-right:before{
content: "\e001";
font-family: Flaticon;
font-size: 10px;
}
.tabs-chevron-list:before{
content: "\e00a";
font-family: Flaticon;
font-size: 10px;
}
.tabs-tab-close{
background-image: url(tab-close.png);
background-repeat: no-repeat;
background-position: center;
margin-left: 7px;
width: 10px;
height: 10px;
cursor: pointer;
}
.tabs {
}
.tabs .tabs-bar {
}
.tabs .gwt-TabLayoutPanelContentContainer {
border: 1px solid #ccc;
border-radius: 4px;
}
.tabs .gwt-TabLayoutPanelContent {
}
.tabs-tab {
padding: 3px 6px 3px 6px;
cursor: hand;
color: black;
text-align: center;
margin-left: 0px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-width: 1px;
border-bottom-width: 0px;
border-style: solid;
border-color: #cfcfcf #ccc #c6c6c6;
background-image: linear-gradient(to bottom, #fcfcfc, #dfdfdf);
}
.tabs-tab:hover{
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-top-color: #fc911d;
border-top-width: 2px;
}
.tabs-tab-selected {
cursor: default;
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
color: white;
}
.tabs p:focus, .tabs-tab .label:focus{
outline: none;
}
.treegrid-expanded-cell, .treegrid-collapased-cell{
padding-left: 16px;
line-height: normal;
}
.treegrid-expanded-cell:before {
content: "\e00a";
}
.treegrid-collapased-cell:before {
content: "\e012";
}
.treegrid-expanded-cell:before, .treegrid-collapased-cell:before {
font-family: Flaticon;
font-size: 10px;
position: absolute;
top: 50%;
margin-top: -5px;
margin-left: -8px;
color: #337ab7;
}
.grid-shell{
border: 1px solid #ccc;
border-radius: 4px;
}
.grid-cell-editor-popup{
background-color: white;
}
.grid-cell{
overflow: hidden;
}
.grid-focused-cell {
outline: black solid 2px;
outline-offset: -2px;
}
.grid-cell-anchor{
display: inline-block;
height: 100%;
vertical-align: middle;
}
.grid-marker-cell-cursor{
padding-left: 5px;
font-family: Flaticon;
font-size: 12px;
color: #337ab7;
opacity: 1;
text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.3);
display: inline-block;
vertical-align: middle;
}
.grid-marker-cell-cursor:before {
content: "\e011";
}
.grid-cell-image{
zoom: 1;
position: relative;
box-sizing: border-box;
overflow: hidden;
display: inline-block;
vertical-align: middle;
padding-top: 2px;
padding-right: 7px;
}
.grid-cell-text{
zoom: 1;
position: relative;
box-sizing: border-box;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block;
vertical-align: middle;
line-height: normal;
}
.grid-selected-row{
background-color: #e5e5e5 !important;
}
.grid-hovered-row{
background-color: #e0f0ff;
}
.grid-column-footer{
overflow: hidden;
}
.grid-column-header{
position: relative;
line-height: 20px;
overflow: hidden;
color:white;
text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
padding: 7px;
border-width:1px 1px 1px 0;
border-style:solid;
border-color:#1d87e2 #187ed9 #1670c1;
-webkit-box-shadow:inset 0 1px rgba(255,255,255,0.2),inset 0 0 0 1px rgba(255,255,255,0.06),0 1px rgba(0,0,0,0.04);
box-shadow:inset 0 1px rgba(255,255,255,0.2),inset 0 0 0 1px rgba(255,255,255,0.06),0 1px rgba(0,0,0,0.04)
}
.grid-column-header-content{
text-align: center;
max-height: 20px;
}
.grid-sortable-column-header{
cursor: pointer;
}
.grid-columns-chevron {
right: 4px;
top: 0px;
opacity: 0.6;
height: 15px;
width: 15px;
color: white;
text-shadow: 1px 1px 1px rgb(0,0,0);
line-height: normal;
}
.grid-columns-chevron:hover {
opacity: 1;
}
.grid-columns-chevron:before {
content: "\e016";
}
.grid-header-mover:hover{
border-width: 1px;
border-color: lightgray;
border-radius: 2px;
border-style: solid;
}
.grid-header-resizer:hover{
border-color: lightgray;
border-style: solid;
border-right-width: 1px;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-radius: 2px;
cursor: ew-resize;
}
.grid-header-resizer{
border-color: lightgray;
border-style: solid;
border-right-width: 0px;
border-top-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-radius: 2px;
}
.grid-ruler{
width: 2px;
background-color: brown;
}
.grid-column-phantom{
background-color: lightgray;
opacity: 0.3;
}
.date-select:before, .time-select:before, .time-picker-button:before,
.date-picker-button:before, .grid-columns-chevron:before {
font-family: Flaticon;
font-size: 16px;
}
.window-caption{
padding-left: 10px;
cursor: pointer;
color:#6b6a5a;
text-shadow:0 1px rgba(255,255,255,0.5);
background: #95a5a6;
background-image: linear-gradient(to bottom, #95a5a6,#7f8c8d);
border-top-left-radius: 3px;
border-top-right-radius: 3px;
line-height: normal;
}
.window-caption-text {
color: white;
font-weight: 400;
font-size: 16px;
font-family: sans-serif;
text-shadow: 2px 1px 2px rgba(0,0,0,0.3);
}
.window-caption-tools {
}
.window-caption-text, .window-caption-tools {
padding: 10px;
}
.window-caption-active{
padding-left: 10px;
cursor: pointer;
color:#526e4f;
text-shadow:0 1px rgba(255,255,255,0.5);
}
.window-tool {
font-family: Flaticon;
font-size: 12px;
color: white;
opacity: 1;
text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.3);
padding-left: 4px;
padding-right: 4px;
}
.window-tool-minimize:before {
content: "\e009";
}
.window-tool-maximize:before {
content: "\e00b";
}
.window-tool-close:before {
content: "\e008";
}
.window-tool-restore:before {
content: "\e015";
}
.window-content{
transition: width 0.5s, height 0.5s;
background-color: white;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.content-decor{
border-radius: 3px;
box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
background-color: white;
}
.content-decor-active{
}
.vertical-decor{
width: 3px;
background: transparent;
}
.vertical-decor-active{
width: 3px;
background: transparent;
}
.horizontal-decor{
height: 3px;
background: transparent;
}
.horizontal-decor-active{
height: 3px;
background: transparent;
}
.corner-decor{
width: 12px !important;
height: 12px !important;
background: transparent;
}
.corner-decor-active{
width: 12px !important;
height: 12px !important;
background: transparent;
}
.north-decor{
}
.south-decor{
}
.west-decor{
}
.east-decor{
}
.north-west-decor{
}
.north-east-decor{
}
.south-west-decor{
}
.south-east-decor{
}
.north-decor-active{
}
.south-decor-active{
}
.west-decor-active{
}
.east-decor-active{
}
.north-west-decor-active{
}
.north-east-decor-active{
}
.south-west-decor-active{
}
.south-east-decor-active{
}
.window-caption-active, .tabs-tab-selected, .grid-column-header, .menu-item:hover, .menu-item:focus, .menu-item-selected:hover, .menu-item-selected:focus {
background-image: linear-gradient(to bottom, #399adc, #2d8bc9);
}
.editor-bold, .editor-italic, .editor-underline, .editor-subscript, .editor-superscript, .editor-align-left, .editor-align-center, .editor-align-right, .editor-background-color, .editor-foreground-color, .editor-strike-through, .editor-indent-right, .editor-indent-left, .editor-horisontal-rule, .editor-ordered-list, .editor-unordered-list, .editor-insert-image, .editor-create-link, .editor-delete-link, .editor-remove-format {
width: 100%;
height: 100%;
background-image: url(editor-bold.gif);
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
}
.editor-container{
width: 100%;
height: 100%;
}
.editor-bold{
background-image: url(editor-bold.gif);
}
.editor-italic{
background-image: url(editor-italic.gif);
}
.editor-underline{
background-image: url(editor-underline.gif);
}
.editor-subscript{
background-image: url(editor-subscript.gif);
}
.editor-superscript{
background-image: url(editor-superscript.gif);
}
.editor-align-left{
background-image: url(editor-justify-left.gif);
}
.editor-align-center{
background-image: url(editor-justify-center.gif);
}
.editor-align-right{
background-image: url(editor-justify-right.gif);
}
.editor-background-color{
background-image: url(editor-back-color.gif);
}
.editor-foreground-color{
background-image: url(editor-fore-color.gif);
}
.editor-strike-through{
background-image: url(editor-strike-through.gif);
}
.editor-indent-right{
background-image: url(editor-indent.gif);
}
.editor-indent-left{
background-image: url(editor-outdent.gif);
}
.editor-horisontal-rule{
background-image: url(editor-hr.gif);
}
.editor-ordered-list{
background-image: url(editor-ol.gif);
}
.editor-unordered-list{
background-image: url(editor-ul.gif);
}
.editor-insert-image{
background-image: url(editor-insert-image.gif);
}
.editor-create-link{
background-image: url(editor-create-link.gif);
}
.editor-delete-link{
background-image: url(editor-remove-link.gif);
}
.editor-remove-format{
background-image: url(editor-remove-format.gif);
}
.date-box-popup{
margin-top: 4px;
margin-left: -5px;
}
.date-time-triangle{
position: absolute;
width: 10px;
height: 10px;
transform: rotateZ(45deg);
background: white;
top: -5px;
left: 10px;
border: 1px solid #ccc;
border-bottom: none;
border-right: none;
}
.date-time-triangle-left{
left: 199px;
}
.time-picker-date{
font-size: large;
}
.time-picker-up:hover, .time-picker-down:hover{
opacity: 1;
}
.time-picker-up{
transform: scaleY(-1);
text-align: center;
opacity: 0.5;
}
.time-picker-down{
text-align: center;
opacity: 0.6;
}
.time-picker-up:before{
content: "\e00a";
font-size: 12px;
font-family: Flaticon;
}
.time-picker-down:before{
content: "\e00a";
font-size: 12px;
font-family: Flaticon;
}
.time-picker{
background: white;
transition: height 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
border-top-left-radius: 2px;
border-top-right-radius: 2px;
box-sizing:border-box;
}
.time-picker-button:before, .date-picker-button:before {
display: block;
text-align: center;
}
.time-picker-button:before {
content: "\e004";
}
.date-picker-button:before {
content: "\e007";
}
.time-picker-separator{
font-size: large;
font-weight: bold;
}
.time-picker-text{
border-width: 1px;
border-radius: 5px;
font-size: large;
border-style: none;
padding:2px;
box-sizing:border-box;
}
.time-picker-text:hover{
border-style: inset;
padding: 1px;
box-sizing:border-box;
}
.date-time-picker{
background: white;
box-sizing:border-box;
padding: 4px;
border-radius: 4px;
border: 1px solid rgba(0, 0, 0, 0.2);
box-shadow: 3px 1px 16px 1px rgba(0, 0, 0, 0.2)
}
.datePickerNextButton, .datePickerPreviousButton, .datePickerMonth {
padding: 4px 5px;
width: 20px;
cursor: pointer;
border-radius: 4px;
text-align: center;
}
.datePickerNextButton, .datePickerPreviousButton {
font-size: 21px;
}
.datePickerNextButton:hover, .datePickerPreviousButton:hover, .datePickerMonth:hover {
background: #f0f0f0;
}
.datePickerMonth {
font-weight: bold;
width: 140px;
}
.datePickerWeekdayLabel, .datePickerWeekendLabel {
font-weight: bold;
}
.datePickerWeekdayLabel, .datePickerDay, .datePickerWeekendLabel {
text-align: center;
width: 20px;
height: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 4px 5px;
border-radius: 4px;
}
.datePickerDayIsValue {
background: rgba(57, 154, 220, 0.27);
background-image: linear-gradient(to bottom, rgba(57, 154, 220, 0.27), rgba(45, 139, 201, 0.27));
}
.datePickerDayIsValue:focus {
outline: none;
}
.datePickerDayIsFiller {
color: #a0a0a0;
}
.datePickerDay:hover {
cursor: pointer;
color: #fff;
background: #399adc;
background-image: linear-gradient(to bottom, #399adc, #2d8bc9);
}
.datePickerDayIsFiller:hover {
color: #eee;
} | 0.333503 | 0.052643 |
@font-face {
font-family: 'TYPOGRAPH PRO';
src: url("../fonts/TYPOGRAPH PRO Light.ttf");
font-weight: 300;
}
@font-face {
font-family: 'TYPOGRAPH PRO';
src: url("../fonts/TYPOGRAPH PRO Semi Bold.ttf");
font-weight: 500;
}
@font-face {
font-family: 'TYPOGRAPH PRO';
src: url("../fonts/TYPOGRAPH PRO Extra Bold.ttf");
font-weight: 700;
}
/* global */
:root {
--main-font: 'TYPOGRAPH PRO', Helvetica, sans-serif;
--accent-color: #68831E;
--text-color: #222222;
--secondary-color: #9DBB2E;
--background-color: #FFFFFF;
--divider-color: #F2F4EC;
--weight-light: 300;
--weight-semi-bold: 500;
--weight-black: 700;
--header-height: 60px;
--row-height: 60px;
}
/* resets */
* {
margin: 0;
padding: 0;
border: 0;
}
a:hover, a:visited, a:active, a:focus {
text-decoration: none;
color: inherit;
}
html {
height: 100%;
}
body {
background-image: url(../images/avocados.svg);
background-size: 300px;
background-attachment: fixed;
overscroll-behavior: none;
min-height: 100%;
}
#splash-container {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
#splash-container > img {
width: 90vw;
}
#splash-container > .links {
font-family: var(--main-font);
color: #F2F4EC;
font-size: 3vw;
max-font-size: 64px;
font-weight: var(--weight-semi-bold);
height: 150px;
display: flex;
align-items: flex-end;
}
#splash-container > .links > a {
text-decoration: none;
width: 21vw;
text-align: center;
box-shadow: inset 0 -2.5vw 0 0 var(--accent-color);
}
#splash-container > .links > a:hover {
color: var(--text-color);
}
#leaderboard-container {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
font-family: var(--main-font);
min-height: 100%;
}
#leaderboard-container > header {
position: sticky;
top: 0;
height: var(--header-height);
width: 100%;
background-color: var(--text-color);
color: var(--divider-color);
font-size: 30px;
font-weight: var(--weight-semi-bold);
display: flex;
align-items: center;
justify-content: center;
flex-grow: 0;
}
#leaderboard-container #content {
width: 1000px;
background-color: var(--background-color);
flex-grow: 1;
}
#leaderboard-container #list .row {
height: 60px;
border-bottom: 1px solid var(--divider-color);
display: flex;
justify-content: center;
}
#leaderboard-container #list .row .entry {
width: 650px;
height: 52px;
margin-top: 8px;
display: flex;
justify-content: space-between;
align-items: center;
}
#leaderboard-container #list .row .entry .place {
width: 50px;
font-weight: var(--weight-light);
font-size: 24px;
color: var(--accent-color);
text-align: center;
}
#leaderboard-container #list .row .entry .name {
width: 460px;
font-weight: var(--weight-semi-bold);
font-size: 30px;
color: var(--text-color);
}
#leaderboard-container #list .row .entry .count {
width: 100px;
font-weight: var(--weight-black);
font-size: 30px;
color: var(--accent-color);
text-align: center;
}
span.accent {
color: var(--secondary-color)
} | src/main/resources/static/css/styles.css | @font-face {
font-family: 'TYPOGRAPH PRO';
src: url("../fonts/TYPOGRAPH PRO Light.ttf");
font-weight: 300;
}
@font-face {
font-family: 'TYPOGRAPH PRO';
src: url("../fonts/TYPOGRAPH PRO Semi Bold.ttf");
font-weight: 500;
}
@font-face {
font-family: 'TYPOGRAPH PRO';
src: url("../fonts/TYPOGRAPH PRO Extra Bold.ttf");
font-weight: 700;
}
/* global */
:root {
--main-font: 'TYPOGRAPH PRO', Helvetica, sans-serif;
--accent-color: #68831E;
--text-color: #222222;
--secondary-color: #9DBB2E;
--background-color: #FFFFFF;
--divider-color: #F2F4EC;
--weight-light: 300;
--weight-semi-bold: 500;
--weight-black: 700;
--header-height: 60px;
--row-height: 60px;
}
/* resets */
* {
margin: 0;
padding: 0;
border: 0;
}
a:hover, a:visited, a:active, a:focus {
text-decoration: none;
color: inherit;
}
html {
height: 100%;
}
body {
background-image: url(../images/avocados.svg);
background-size: 300px;
background-attachment: fixed;
overscroll-behavior: none;
min-height: 100%;
}
#splash-container {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
#splash-container > img {
width: 90vw;
}
#splash-container > .links {
font-family: var(--main-font);
color: #F2F4EC;
font-size: 3vw;
max-font-size: 64px;
font-weight: var(--weight-semi-bold);
height: 150px;
display: flex;
align-items: flex-end;
}
#splash-container > .links > a {
text-decoration: none;
width: 21vw;
text-align: center;
box-shadow: inset 0 -2.5vw 0 0 var(--accent-color);
}
#splash-container > .links > a:hover {
color: var(--text-color);
}
#leaderboard-container {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
font-family: var(--main-font);
min-height: 100%;
}
#leaderboard-container > header {
position: sticky;
top: 0;
height: var(--header-height);
width: 100%;
background-color: var(--text-color);
color: var(--divider-color);
font-size: 30px;
font-weight: var(--weight-semi-bold);
display: flex;
align-items: center;
justify-content: center;
flex-grow: 0;
}
#leaderboard-container #content {
width: 1000px;
background-color: var(--background-color);
flex-grow: 1;
}
#leaderboard-container #list .row {
height: 60px;
border-bottom: 1px solid var(--divider-color);
display: flex;
justify-content: center;
}
#leaderboard-container #list .row .entry {
width: 650px;
height: 52px;
margin-top: 8px;
display: flex;
justify-content: space-between;
align-items: center;
}
#leaderboard-container #list .row .entry .place {
width: 50px;
font-weight: var(--weight-light);
font-size: 24px;
color: var(--accent-color);
text-align: center;
}
#leaderboard-container #list .row .entry .name {
width: 460px;
font-weight: var(--weight-semi-bold);
font-size: 30px;
color: var(--text-color);
}
#leaderboard-container #list .row .entry .count {
width: 100px;
font-weight: var(--weight-black);
font-size: 30px;
color: var(--accent-color);
text-align: center;
}
span.accent {
color: var(--secondary-color)
} | 0.356447 | 0.070017 |
Stylesheet for Webful MarketPlace
==========================================*/
/* ------------------------------------------ */
/* TABLE OF CONTENTS
/* ------------------------------------------ */
/* 01 - General & Basic Styles
/* 02 - Top Bar CSS Starts
/* 03 - HEADER CSS Starts
/* 04 - Banner CSS starts
/* 05 - Categories Navigation
/* 06 - widgets CSS
/* 07 - Featured areas starts.
/* 08 - Pricing Tables Starts
/* 09 - Testimonials Section
/* 10 - Useful Elements CSS
/* 11 - Customer Account CSS
/* 12 - 404 Page CSS Starts
/* 13 - Shop stylings
/* 14 - Open Shop Landing Page
/* 15 - Blog Posts starts
/* 16 - Products CSS
/* 17 - New Items section
/* 18 - Suggested Stores Section
/* 19 - Single Store CSS
/* 20 - Product Page CSS
/* 21 - Content Blocks CSS Starts.
/* 22 - Page loading animation
/* 23 - Information Boxes
/* 24 - Content Box
/* 25 - Call to Action
/* 26 - Footer
/* 27 - Media Queries
*/
/*-------------------------
01 - General & Basic Styles
-------------------------*/
body {
padding: 0;
margin: 0;
font-family: 'Lato', sans-serif;
font-weight: normal;
font-style: normal;
font-size:100%;
line-height: 25px;
color:#5d5d5d;
background-color:#eee;
}
h1, h1 a {
font-size: 2rem;
margin-bottom: 15px;
}
h2, h2 a {
font-size: 1.75rem;
}
h3, h3 a {
font-size: 1.50rem;
}
h4, h4 a {
font-size: 1.25rem;
}
h5, h6, h5 a, h6 a {
font-size:1rem;
}
label, p, ul, ol, a, blockquote, input, textarea, select, [type=date], [type=text], [type=email], span{
font-size: 0.875rem;
line-height:25px;
color:#5d5d5d;
}
h1,h2,h3,h4,h5,h6, h2 a, h3 a, h4 a, h5 a, h6 a, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .product-title a {
font-family: 'Montserrat', sans-serif;
font-weight:bold;
color:#3b3d42;
}
a:hover {
color:#f79800;
}
iframe {
width:100%;
border:0px;
}
.button {
text-transform:uppercase;
font-weight:bold;
}
/*Crousel Controls Default Style*/
.owl-prev , .owl-next {
font-size: 19px;
border: 1px solid;
width: 45px;
height: 45px;
margin-right:5px;
margin-left:5px;
display: table;
text-align: center;
position: absolute;
top: 50%;
}
.owl-prev:hover , .owl-next:hover {
background-color:#f79800 ;
color:#FFF;
}
.owl-next {
right:-20px;
}
.owl-prev {
left:-20px;
}
.owl-controls {
margin: auto;
display: block;
width: 70px;
margin-top:20px;
}
.module {
margin-bottom:80px !important;
}
.inner-padding {
padding-top:50px;
padding-bottom:50px;
}
.button.primary {
background-color:#f79800;
}
.button.primary:hover {
background-color:#0f99de;
}
.button.secondary {
background-color:#0f99de;
}
.button.secondary:hover {
background-color:#f79800;
}
/*-------------------------
General & Basic Styles End
-------------------------*/
/*-------------------------
02 - Top Bar CSS Starts
------------------------*/
.top-info-bar {
background-color:#f7f7f7;
border-bottom:1px solid #ededed;
}
.top-info-bar .menu li a {
border-right:1px solid #ededed;
}
.top-info-bar .menu li:last-child a {
border-right:0px;
}
.top-info-bar .menu li a:hover, .top-info-bar .menu .is-active {
background-color:#f79800;
color:#FFF;
}
.is-dropdown-submenu {
min-width:180px;
border:1px solid #ededed;
}
.is-dropdown-submenu li a {
padding:10px !important;
}
.top-info-bar .dropdown.menu>li.is-dropdown-submenu-parent>a:after {
border-color: #5d5d5d transparent transparent;
}
.top-info-bar .dropdown.menu>.is-active.is-dropdown-submenu-parent>a:after {
border-color: #FFF transparent transparent;
}
.top-info-bar .dropdown.menu>.is-active.is-dropdown-submenu-parent>a {
color:#FFF;
}
/*-------------------------
Top bar CSS ends
------------------------*/
/*-------------------------
03 - HEADER CSS Starts
-------------------------*/
.header {
padding-top:25px;
padding-bottom:25px;
border-bottom:1px solid #ededed;
background-color:#FFF;
}
.top-bar-title {
padding:10px;
background-color:#f79800;
margin-top:9px;
margin-bottom:9px;
margin-right:0px;
position:relative;
}
.logo {
margin-right: 30px;
max-width: 250px;
padding-top:7.5px;
padding-bottom:7.5px;
}
.top-bar-title .menu-icon {
color:#FFF;
}
.top-bar-title:hover {
background-color:#0f99de;
}
.main-search-form {
position:relative;
margin-top:7.5px;
}
.main-search-form input[type=text] {
margin-bottom:0px;
}
.main-search-form .button {
font-size:1.25rem;
padding:8px;
position:absolute;
top:0px;
right:0px;
margin-bottom:0px;
}
.main-search-form select {
width:130px;
position:absolute;
top:0px;
right:36.58px;
margin-bottom:0px;
}
.my-account-title {
padding:7.5px;
border-top:1px solid #FFF;
border-right:1px solid #FFF;
border-left:1px solid #FFF;
border-bottom:0px;
}
.my-account-title.hover {
border-top:1px solid #ededed;
border-right:1px solid #ededed;
border-left:1px solid #ededed;
border-bottom:0px;
}
.my-account-holder {
position:relative;
}
.my-account-holder a {
padding-left:10px;
padding-right:10px;
line-height:16px;
display:block;
float:left;
}
.my-account-holder .special-margin {
margin-bottom:7px;
}
.links {
max-width:153px;
}
.cart-link {
width:80px;
}
.cart-link a {
line-height:39px;
}
.sign-in {
font-weight:bold;
border-right:1px solid #ededed;
}
.user-icon {
font-size:39px;
line-height:39px;
margin-right:10px;
}
.cart-holder .dropdown-pane {
min-width:300px !important;
}
.cart-holder .dropdown-pane .button {
margin-bottom:0px;
}
.account-wrap .dropdown-pane {
max-width:211px;
border-top:0px;
border-left:1px solid #ededed;
border-right:1px solid #ededed;
border-bottom:1px solid #ededed;
}
.my-account-holder .vertical {
border-top:1px solid #ededed;
}
.my-account-holder .vertical li a {
width:180px;
padding-left:1rem;
padding-right:1rem;
}
.my-account-holder .vertical li a:hover {
background-color:#f79800;
color:#FFF;
}
/*-------------------------
HEADER CSS Ends
-------------------------*/
/*------------------------
04 - Banner CSS starts
--------------------------*/
.banner {
padding-top:40px;
}
.tp-bannertimer {
height: 5px;
background-color: rgba(166, 216, 236, 1.00);
}
.main-title-banner {
z-index: 6;
min-width: 600px;
max-width: 600px;
white-space: normal;
}
.tp-caption.Newspaper-Subtitle, .Newspaper-Subtitle {
color: rgba(247,152,0,1) !important;
font-size:16px !important;
}
.shadow {
font-weight: bold !important;
text-shadow:2px 1px 3px #5d5d5d;
}
/*------------------------
Banner CSS Ends
--------------------------*/
/*-----------------------
05 - Categories Navigation
----------------------*/
.dropdown.menu.vertical>li.opens-right>a:after {
border-color: transparent transparent transparent #5d5d5d;
}
.dropdown.menu.vertical>li.opens-right.is-active>a:after {
border-color: transparent transparent transparent #f79800;
}
.dropdown.menu.vertical>li.opens-right.is-active>a {
color:#f79800;
}
.child-nav {
margin-left:0px;
list-style:none;
}
.mega-menu .child-nav {
min-width:901px;
min-height:432px;
max-width:901px;
max-height:432px;
border:1px solid #ededed;
}
.inner-mega {
padding-top:10px;
padding-bottom:10px;
}
.inner-mega h4 {
padding:5px 10px;
font-weight:normal;
font-size:1rem;
border-bottom:1px solid #ededed;
}
.inner-mega .menu li a {
padding-top:5px !important;
padding-bottom:5px !important;
border-bottom:0px !important;
}
.backgroundstyle1 {
background-image:url("images/help/shopping-background.jpg");
background-size:cover;
}
.backgroundstyle2 {
background-image:url("images/help/shopping-background2.jpg");
background-size:cover;
}
.second-child-nav {
top:-36px !important;
}
.main-nav-container {
padding:0px;
border:0px;
}
/*-----------------------
Categories Navigation ends
----------------------*/
/*------------------------
06 - widgets CSS
-------------------------*/
.widget {
border-left:1px solid #ededed;
border-right:1px solid #ededed;
border-bottom:1px solid #ededed;
background-color:#FFF;
}
.widget h2 {
background-color:#3b3d42;
border-top:3px solid #f79800;
color:#FFF;
font-size:1rem;
padding:10px 15px;
text-transform:uppercase;
font-weight:normal;
letter-spacing:3px;
margin-bottom:0px;
}
.widget .menu li a {
padding-left:15px;
padding-right:15px;
border-bottom:1px solid #ededed;
padding-top:10px;
padding-bottom:10px;
}
/*------------------------
widgets CSS Ends
-------------------------*/
/*------------------------
07 - Featured areas starts.
-------------------------*/
.featured-area {
background-color:#FFF;
border-left:1px solid #ededed;
border-right:1px solid #ededed;
border-bottom:1px solid #ededed;
}
.featured-area .owl-next {
top:-25px;
right:15px;
}
.featured-area .owl-prev {
top:-25px;
left:auto;
right:50px;
}
.section-title {
border-top:3px solid #3b3d42;
border-bottom:1px solid #ededed;
padding: 10px 15px;
}
.section-title .float-left {
margin-right:20px;
}
.section-title h2, .section-title h2 a {
font-size: 1.25rem;
text-transform: uppercase;
font-weight: normal;
margin-bottom: 0px;
line-height:22px;
}
.cart-page .section-title h2, .cart-page .section-title h2 a {
text-transform:capitalize;
}
.section-title h2 span {
color:#f79800;
font-size: 1.25rem;
}
.big-section-title {
padding-left:15px;
padding-right:15px;
}
.big-section-title h2 {
text-align: center;
text-transform:capitalize;
font-size: 1.6rem;
margin-bottom: 50px;
font-weight:normal;
overflow:hidden;
line-height:40px;
height:50px;
}
.big-section-title h2 span {
font-size: 1.5rem;
padding: 7px 15px;
position:relative;
font-weight:500;
}
.big-section-title h2 span:after {
right: -491px;
content: ' ';
display: block;
height: 0;
border-bottom: 1px solid;
width: 466px;
position: absolute;
top: 50%;
border-color: #ccc;
}
.big-section-title h2 span:before {
left: -491px;
content: ' ';
display: block;
height: 0;
border-bottom: 1px solid;
width: 466px;
position: absolute;
top: 50%;
border-color: #ccc;
}
.left-out {
font-size:0.75rem;
color:#f79800;
}
/*------------------------
Featured areas ends.
-------------------------*/
/*---------------------
08 - Pricing Tables Starts
/*---------------------*/
.active-tb {
position: relative;
box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.5);
transform: scale(1);
border: 0;
transition: 0.4s ease;
z-index: 13;
}
.pricing-table {
border: solid 1px;
margin-left: 0;
margin-bottom: 1.25rem;
}
.pricing-table .title {
font-family: 'Montserrat', sans-serif;
padding: 0.9375rem 1.25rem;
text-align: center;
font-weight: bold;
font-size: 20px;
text-transform: uppercase;
}
.pricing-table * {
list-style: none;
line-height: 1;
}
.pricing-table .bullet-item {
border-bottom: dotted 1px;
font-size: 0.875rem;
font-weight: normal;
padding: 0.9375rem;
text-align: center;
}
.pricing-table .price {
font-family: 'Montserrat', sans-serif;
font-size: 2rem;
font-weight: normal;
padding: 0.9375rem 1.25rem;
text-align: center;
}
.pricing-table .cta-button {
padding: 1.25rem 1.25rem 0;
text-align: center;
}
.active-tb:hover {
position: relative;
box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.5);
transform: scale(1.17);
border: 0;
z-index: 15;
}
.pricing-table .description {
padding: 0.9375em;
text-align: center;
font-size: 12px;
font-weight: normal;
line-height: 1.4;
border-bottom: dotted 1px;
}
.pricing-table {
border-color:#DDDDDD !important;
}
.pricing-table .title {
background-color:#25292c;
color: #FFF;
}
.pricing-table .bullet-item {
background-color: #FFFFFF;
border-color: #DDDDDD !important;
}
.pricing-table .price {
background-color: #F7F7F7;
color:#25292c;
}
.pricing-table .cta-button {
background-color: #FFFFFF;
}
.pricing-table .description {
background-color: white;
color: #777777;
border-color:#dddddd !important;
}
/*---------------------
Pricing Tables ends
/*---------------------*/
/*------------------------
09 - Testimonials Section
-----------------------*/
.testimonials {
background-image: url('images/help/testimonialbg.jpg');
padding-top: 60px;
padding-bottom: 60px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background: rgba(0, 0, 0, 0) url("images/help/testimonialbg.jpg") repeat fixed center center / cover;
position: relative;
}
.testimonials .big-section-title h2 span {
color:#FFF;
}
.testimonial .thumbnail {
margin-top:50px;
border:0px;
background-color:#FFF;
padding:20px;
padding-top:0px;
margin-bottom:0px;
box-shadow: 0 0 0px 0px rgba(33,153,232,.0);
}
.testimonial .thumbnail:hover {
box-shadow: 0 0 6px 1px rgba(33,153,232,.5);
}
.testimonial img {
text-align:center;
margin:auto;
display:block;
margin-bottom:20px;
width:100px;
height:100px;
}
.testimonial-meta {
text-align:center;
}
.testimonial-meta img {
border-radius:100%;
margin-top:-50px;
border:5px solid #FFF;
}
.testimonial .pro-rating {
margin-top:15px;
margin-bottom:15px;
}
.testimonial p {
text-align:center;
}
.testimonial .testi-product img {
display:block;
text-align:center;
margin:atuo;
width:200px;
height:200px;
margin-bottom:15px;
}
.testimonial .testi-product a {
display:block;
text-align:center;
}
/*------------------------
Testimonials Section End
-----------------------*/
/*----------------------
10 - Useful Elements CSS
-----------------------*/
.open-shop-banner .content-section {
padding:20px;
}
.open-shop-banner .content-section img {
max-width: 325px;
height: 263px;
width: auto;
display: block;
text-align: center;
margin: auto;
}
.open-shop-banner p {
margin-top:15px;
margin-bottom:15px;
text-align:center;
}
.open-shop-banner .button {
margin-bottom:0px;
display:block;
margin:auto;
}
.accordion {
border:0px;
}
.accordion-title {
font-weight:normal;
font-size:14px;
padding-left:0rem;
border:0px;
font-family: 'Montserrat', sans-serif;
}
.accordion-content {
border:0px;
padding-left:0px;
}
.accordion {
margin-bottom:0px;
}
.accordion li {
margin-bottom:10px;
}
.accordion li:last-child {
margin-bottom:0px;
}
.accordion-content {
padding:10px;
}
.accordion-title {
padding:10px;
}
.accordion-title {
background-color:#ededed;
color:#3b3d42;
}
.is-active .accordion-title, .accordion-title:hover {
background-color:#3b3d42;
color:#FFF;
}
.accordion-content {
background-color:#f6f6f6;
}
.welcome-message h2 {
margin-bottom:0px;
}
.welcome-message h4 {
font-style:italic;
}
.content-container h2, .content-container h3, .content-container h4, .content-container h5, .content-container h6 {
font-weight:normal;
}
.contact-map {
margin-bottom:30px;
}
.qty {
max-width:55px;
}
.cart-page textarea, .cart-page input[type=text], .cart-page input[type=number] {
margin-bottom:0px;
}
.form-container {
border:1px solid #ededed;
padding:15px;
background-color:#f7f7f7;
}
.form-container h2 {
font-size:1.25rem;
border-bottom:1px solid #ededed;
margin-bottom:20px;
}
/*----------------------
Useful Elements CSS Ends
-----------------------*/
/*----------------------
11 - Customer Account CSS
-----------------------*/
.customer-nav {
background-color:#0f99de;
}
.customer-navigation .menu li a {
padding:16px;
color:#FFF;
font-size:1rem;
}
.customer-navigation li a:hover {
background-color:#f79800;
color:#FFF;
}
.dashboard-module {
padding:15px;
background-color:#FFF;
border:1px solid #ededed;
}
.user-thumb img {
border-radius:100%;
margin-right:20px;
}
.user-detail h4 {
font-weight:normal;
margin-top:25px;
}
.user-detail .pro-rating {
margin-right:15px;
}
.dashboard-boxes h4 {
font-weight:normal;
font-size:0.875rem !important;
}
.dashboard-boxes h4 span {
font-size:1rem;
display:block;
text-align:center;
font-weight:normal !important;
}
.dashboard-boxes .columns {
padding-left:15px !important;
padding-right:15px !important;
}
/*----------------------
Customer Account CSS Ends
-----------------------*/
/*----------------------
12 - 404 Page CSS Starts
--------------------------*/
.pageerror {
}
.pageerror h1 {
text-align: center;
margin-top: 50px;
font-weight: bold;
font-size: 133px;
}
.pageerror h2 {
text-align: center;
}
.error-page-form {
margin:auto !important;
margin-top:30px;
float:none !important;
}
/*----------------------
404 Page CSS End
--------------------------*/
/*---------------------
13 - Shop stylings
---------------------*/
.shop-checkout .button {
margin-top:20px;
}
.cart-accordion {
position:relative;
}
.cart-total-wrap {
margin-bottom:15px !important;
}
.total-side {
background-color:#ededed;
}
.cart-accordion input[type=submit] {
position:absolute;
top:11px;
right:11px;
}
.cart-page .new-items-wrap {
padding-top:15px;
}
.small-module {
margin-bottom:40px;
}
/*---------------------
Shop stylings ends
---------------------*/
/*----------------------
14 - Open Shop Landing Page
-----------------------*/
.open_shop_banner {
height:550px;
background-color: rgba(43,45,50, 0.7);
position:relative;
}
.open_shop_banner::after {
content: "";
background-image:url("images/help/onlineshopping.jpg");
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: -1;
background-size: cover;
background-position: top;
}
.open_shop_banner h1 {
max-width:700px;
text-align:center;
margin:auto;
margin-top:200px;
color:#fff;
text-shadow:1px 2px 3px #000;
font-size:2.5rem;
}
.open_shop_banner .button {
margin:auto;
display:block;
max-width:200px;
margin-top:30px;
}
.landing-info-boxes .columns {
margin-bottom:0px;
border:0px !important;
}
/*----------------------
Open Shop Landing Ends
-----------------------*/
/*-----------------------
15 - Blog Posts starts
-----------------------*/
.blog-post {
margin-bottom: 50px;
}
.post-meta-date {
font-size:0.875rem;
margin-bottom:15px;
margin-top:15px;
}
.news-wrap .post {
padding:12px;
background-color:#FFF;
}
.news-wrap .post p {
margin-bottom:0px;
}
.blog-post img {
width: 100%;
height:auto;
}
.blog-post .post-meta {
padding-bottom: 15px;
font-size: 0.875rem;
}
.blog-post h2 a {
font-size: 1.75rem;
font-weight:normal;
}
.pagination .current {
padding: 0px;
}
.pagination .current {
background: #0f99de;
}
.pagination .current a {
color: #FFF;
}
.pagination a:hover, .pagination button:hover {
background: #0f99de;
color:#FFF;
}
.sidebar .widget {
margin-bottom:30px;
}
.tags li {
display: inline;
}
.tags li a {
display: inline-block;
padding: 5px;
border: 1px solid;
margin-right: 5px;
margin-bottom: 7px;
margin-top: 7px;
}
.tags li a {
border-color: #3b3d42 !important;
}
.tags li a:hover {
background-color: #3b3d42;
color: #FFF;
}
.widget input[type="text"]{
margin-bottom:0px;
}
.sidebar .widget-content {
padding:15px;
position:relative;
}
.search-widget .button {
position:absolute;
top:14px;
right:15px;
}
.widget .button {
margin-bottom:0px;
}
.widget-content .accordion {
margin-bottom:30px;
}
.sidebar .widget li a {
border-bottom:0px;
}
.sidebar .menu li {
position:relative;
}
.search-store input[type=text] {
margin-bottom:15px;
}
.sidebar .store-widget h4 a, .sidebar .store-widget h4 {
font-weight:normal;
margin-top:15px;
}
.sidebar .menu li a:before {
font-family: "FontAwesome";
font-size: 13px;
position: absolute;
content: "\f105";
top: 11px;
left: 0px;
}
.tags {
margin-left:0px;
}
.sidebar .widget .tags li a {
border-bottom:1px solid;
}
.popular-post img {
width:100px;
height:auto;
margin-right:10px;
}
.popular-post {
clear:both;
}
.popular-post p {
margin-top:5px;
margin-bottom:10px;
clear:both;
}
.post-content {
margin-bottom:50px;
}
.sharing-posts {
border-top:1px dashed #CCC;
border-bottom:1px dashed #CCC;
}
.post-tags .tags li a {
border:0px;
}
.post-tags .tags {
margin-bottom:0px;
}
.post-share a {
display:block;
line-height:49px;
float:left;
margin-right:10px;
margin-left:10px;
font-size:1.2rem;
}
.author-box {
margin-bottom:50px;
}
.sidebar-info {
margin-bottom:30px;
}
.sidebar-info h4, .sidebar-info p, .sidebar-info .fa {
text-align:center;
}
.sidebar-info .fa {
font-size:2rem !important;
display:block;
margin:auto;
margin-bottom:15px;
background-color:#f79800;
width:75px;
height:75px;
line-height:75px;
color:#FFF;
border-radius:100%;
}
.faq-page .featured-area {
border:0px;
}
.testimonials-page .thumbnail {
box-shadow: 0 0 6px 1px rgba(33,153,232,.5);
}
.testimonials-page .testimonial {
margin-bottom:50px;
}
.testimonials-page .pagination {
margin-bottom:0px;
text-align:center;
}
/*-----------------------
Blog Posts Ends
-----------------------*/
/*----------------------
16 - Products CSS
-----------------------*/
.product {
padding-top:15px;
padding-bottom:15px;
padding-left:15px;
padding-right:15px;
border-right:1px solid #ededed;
}
.product:hover {
box-shadow: 0 3px 6px 0 rgba(51,51,51,.298039);
}
.product-image {
position:relative;
}
.product-image a img:last-child {
display:none;
}
.product:hover>.product-image a img:last-child {
display:block;
}
.product:hover>.product-image a img:first-child {
display:none;
}
.sale-tag {
position:absolute;
top:0px;
left:0px;
background-color:#0f99de;
color:#FFF;
padding:10px 10px;
border-radius:100%;
z-index:9999;
}
.product .product-image img {
width:100%;
height:auto;
text-align:center;
}
.product-title a {
overflow:hidden;
display:block;
padding-top:10px;
padding-bottom:10px;
border-bottom:1px solid #ededed;
font-weight:bold;
text-align:center;
height:42px;
text-transform:capitalize;
}
.prices {
padding-top:10px;
padding-bottom:10px;
font-size:0.75rem;
text-align:center;
}
.prices .price {
color:#f79800;
font-size:1.2rem;
font-weight:bold;
}
.prices .sale-price {
text-decoration:line-through;
border-left:1px solid #ededed;
margin-left:20px;
}
.prices .off-tag {
background-color:#f79800;
color:#FFF;
padding:5px 10px;
margin-left:15px;
}
.timer {
line-height:45px;
text-align:center;
font-size:1.35rem;
}
.timer .countdown span {
color:#f79800;
font-size:1.35rem;
font-weight:bold;
}
.last-row {
font-size:0.875rem;
}
.pro-rating {
color:#f79800;
}
.pro-rating .off {
color:#ccc;
}
.add-to-cart-top .button {
margin-bottom:0px;
}
.pro-buttons {
background-color:rgba(247,247,247, 0.9);
position:absolute;
bottom:0px;
width:100%;
opacity:0;
}
.pro-buttons a {
font-size:1rem;
padding-top:10px;
padding-bottom:10px;
color:#0f99de;
}
.pro-buttons a:hover {
color:#f79800;
}
.product:hover>.product-image .pro-buttons {
opacity:1;
}
/*----------------------
Products CSS Ends
-----------------------*/
/*---------------------
17 - New Items section
---------------------*/
.tabs-content {
border:0px;
background-color:transparent;
padding:0px;
}
.tabs-panel {
padding:0px;
}
.tabs {
background-color:transparent;
border:0px;
}
.tabs-title>a:focus, .tabs-title>a[aria-selected=true], .tabs-title>a:hover {
background-color:#3b3d42;
color:#FFF;
}
.tabs-title a {
border:1px solid #3b3d42;
margin-right:5px;
padding:8px 15px;
font-size:0.875rem;
margin-bottom:-1px;
border-bottom:0px;
}
.tabs li:first-child {
margin-left:1px;
}
/*---------------------
New Items section Ends
---------------------*/
/*-----------------------
18 - Suggested Stores Section
------------------------*/
.store .thumbnail {
border:0px;
background-color:#FFF;
padding:10px;
margin-bottom:0px;
box-shadow: 0 0 0px 0px rgba(33,153,232,.0);
}
.store .thumbnail:hover {
box-shadow: 0 0 6px 1px rgba(33,153,232,.5);
}
.store h4 , .store h4 a{
font-weight:normal;
margin-top:15px;
margin-bottom:2px;
font-size:1rem;
}
.store-reputation {
margin-top:10px;
}
.store-reputation span {
line-height: 16px;
margin-left: 15px;
font-size: 0.75rem;
}
.store-end {
margin-top:0px;
padding-bottom:15px;
border-bottom:1px solid #ededed;
font-size:0.80rem;
margin-bottom:0px;
}
.store h6 a {
line-height:20px;
font-size:0.875rem;
font-weight:normal;
}
.store h6 {
line-height:20px;
font-weight:normal;
}
.top-product-review {
margin-bottom:7px;
}
.store .product {
border-right:0px;
border-bottom:1px solid #ededed;
}
.no-border {
border:0px !important;
border-bottom:0px;
}
.store-page .store .thumbnail {
box-shadow: 0 0 2px 1px rgba(33,153,232,.5);
}
.store-page .store h4, .store-page .store h4 a {
margin-top:0px;
font-size:1.25rem;
}
.store-page .store-end {
margin-bottom:25px;
}
.sidebar .store-widget p {
margin-bottom:0px;
}
.sidebar .product {
padding:0px;
border-right:0px;
}
.sidebar .product h6 {
margin-bottom:5px;
}
.sidebar .product h6 a {
font-weight:normal;
}
.store-page .product .menu li a:before {
content:"";
}
.store-page .product:hover {
box-shadow: 0 0px 0px 0 rgba(51,51,51,.298039);
}
/*-----------------------
Suggested Stores Ends
------------------------*/
/*----------------------
19 - Single Store CSS
----------------------*/
.customer-navigation .dropdown.menu.vertical>li.opens-right.is-active>a {
color: #FFF;
background-color:#f79800;
}
.customer-navigation .dropdown.menu.vertical>li.opens-right>a:after {
display: none;
}
.customer-navigation .menu li .menu li a {
color:#0f99de;
border-bottom:1px solid #ededed;
}
.customer-navigation .menu li .menu li a:hover {
color:#FFF;
}
.store_featured img {
width:100%;
height:auto;
}
.left-colapse {
padding-left:0px;
}
.right-colapse {
padding-right:0px;
}
.margin-top {
margin-top:15px;
}
.margin-bottom {
margin-bottom:15px;
}
.store-info h2 {
margin-top:0px;
margin-bottom:0px;
font-weight:normal;
line-height:36px;
}
.store-info p {
margin-bottom:5px;
}
.store-info .menu li a {
padding-left:0px;
padding-right:0px;
padding-top:0px;
padding-bottom:0px;
line-height:18px;
}
.store-info .menu li {
padding-left:12px;
padding-right:12px;
border-right:1px solid #ccc;
line-height:18px;
}
.store-info .menu li:first-child {
padding-left:0px;
}
.store-info .menu li:last-child {
border-right:0px;
}
.store-info .store-reputation {
margin-bottom:20px;
}
.owner-info p {
margin-bottom:5px;
font-weight:bold;
text-transform:uppercase;
text-align:center;
}
.owner-info img {
border-radius:100%;
text-align:center;
display:block;
margin:auto;
width:115px;
}
.owner-info a {
display:block;
text-align:center;
}
.popular-product a {
line-height:18px;
font-weight:bold;
}
.popular-product img {
width:100px;
height:auto;
margin-right:10px;
}
.popular-product .product-description {
width:calc(100% - 115px);
}
.popular-product .price {
color:#f79800;
font-weight:bold;
}
.popular-product {
margin-bottom:15px;
}
.widget-content .popular-product:last-child {
margin-bottom:0px;
}
.store-content .tabs {
border-bottom:3px solid #3b3d42;
margin-bottom:40px;
}
.store-content .tabs li:first-child {
margin-left:0px;
}
.products-wrap .pro-rating {
text-align:center;
}
.products-wrap .product {
margin-bottom:35px;
}
.products-wrap .product {
border:0px;
}
.store-content .pagination-container {
border-top:1px solid #ededed;
padding-top:15px;
}
.shop-filter span {
float:left;
}
.shop-filter input[type=checkbox] {
margin-left:15px;
}
.shop-filter input[type=text] {
width:75px;
float:left;
margin-left:10px;
margin-right:10px;
height:25px;
margin-bottom:15px;
}
.product-filter {
margin-top:0px;
padding-top:25px;
padding-bottom:25px;
border-top:1px solid #ededed;
}
.product-filter .grid-filter a {
font-size:18px;
width:25px;
height:25px;
color:#FFF;
background-color:#222;
padding:6px;
}
.product-filter .grid-filter a.active {
background-color:#f0f0f0;
color:#222;
}
.product-filter em {
float:left;
display:table-cell;
vertical-align:central;
line-height:35px;
}
.product-filter .byview {
padding-left:65px;
}
.product-filter .byview select, .product-filter .sortby select {
float:left;
width:50px;
height:35px;
margin-left:5px;
padding:6px;
margin-bottom:0px;
}
.product-filter .sortby select {
width:150px;
}
.list-product .product-title a {
text-align:left;
font-size:1.25rem;
text-transform:uppercase;
overflow:visible;
height:auto;
}
.list-product .prices {
text-align:left;
font-size:1rem;
}
.list-product .last-row {
margin-bottom:15px;
}
/*----------------------
Single Store CSS Ends
----------------------*/
/*--------------------
20 - Product Page CSS
---------------------*/
.single-product .title-section, .single-product .title-section a, .single-product .title-section span {
color:#FFF;
font-family: 'Montserrat', sans-serif;
}
.single-product .title-section a:hover {
color:#f79800;
}
.single-product .title-section .pro-rating {
float:left;
}
.single-product .title-section {
padding-top:20px !important;
padding-bottom:20px !important;
}
.title-section a , .title-section span, .title-section .pro-rating {
margin-left:10px;
margin-right:10px;
font-size:1rem;
}
.title-section .store-name {
font-weight:bold;
}
.bordered-light {
border:1px solid #FFF;
padding:3px 10px;
border-radius:4px;
}
.bordered-light:hover {
border-color:#f79800;
}
.main-image {
padding:0px;
background-color:#f7f7f7;
border:1px solid #ededed;
margin-bottom:15px;
}
.main-image img {
width:100%;
}
.single-product-detail .thumbnails img {
float:left;
width:82px;
height:82px;
margin-right:15px;
border:1px solid #ededed;
}
.single-product-detail .thumbnails a:last-child img {
margin-right:0px;
}
.item-header {
border-bottom:1px solid #ededed;
padding-bottom:10px;
margin-bottom:25px;
}
.item-header h1 {
font-size:1.30rem;
margin-bottom:10px;
}
.item-meta .review-count {
padding-left:10px;
padding-right:10px;
border-right:1px solid #CCC;
}
.item-meta .review-count:last-child {
border:0px;
}
.prod-dropdown {
float:left;
margin-right:5px;
margin-left:5px;
}
.prod-dropdown .btncont {
font-size: 16px;
line-height: 16px;
display: block;
padding-top: 2px;
text-align: center;
width: 25px;
height: 25px;
border: 2px solid;
border-radius: 99px;
color: #cccccc;
}
.prod-dropdown .btncont:hover {
color: #FFF;
background-color:#222;
}
.prod-dropdown .dropdown-pane {
width:150px !important;
height:150px !important;
}
.next-prev-nav {
position:relative;
}
.row-title {
width:100px;
padding-right:15px;
display:block;
float:left;
line-height:20px;
}
.item-pricing p {
margin-bottom:5px;
}
.item-pricing .sale-price {
text-decoration:line-through;
font-style:italic;
}
.item-pricing .regular-price {
font-size:1.5rem;
font-weight:bold;
color:#f79800;
line-height:40px;
}
.off-percent {
padding:5px 10px;
background-color:#0f99de;
color:#fff;
margin-left:15px;
}
#bulk-price p {
margin-bottom:0px;
}
.bulk-price {
margin-left:15px;
padding-left:15px;
border-left:1px solid #ccc;
}
.item-options {
margin-top:40px;
margin-bottom:40px;
}
.red {
background-color:red;
}
.yellow {
background-color:yellow;
}
.green {
background-color:green;
}
.blue {
background-color:blue;
}
.orange {
background-color:orange;
}
.color {
width:20px;
height:20px;
border:1px solid #666;
margin-right:15px;
display:block;
float:left;
text-align:center;
line-height:20px;
}
.option-box {
margin-bottom:15px;
}
.item-quantity .qty {
margin-bottom:0px;
padding:5px;
height:35px;
width:50px;
display:inline;
margin-right:15px;
}
.item-quantity span {
line-height:39px;
}
.shopping-buttons {
margin-top:20px;
border-bottom:1px solid #ededed;
padding-bottom:15px;
margin-bottom:15px;
}
.shopping-buttons a {
margin-right:15px;
float:left;
}
.shopping-buttons .wishlist {
font-size:2rem;
line-height:40px;
}
.button {
border-radius:3px;
}
.shopping-buttons .button {
margin-bottom:0px;
}
.coupon-store {
border:1px dashed #000;
padding:5px 10px;
border-left:5px solid orange;
}
.store-location {
margin-bottom:15px !important;
}
.product-description img {
text-align:center;
margin:auto;
display:block;
margin-bottom:15px;
}
/*--------------------
Product Page CSS Ends
---------------------*/
/*-----------------------
21 - Content Blocks CSS Starts.
--------------------------*/
.content-blocks {
margin-bottom:50px;
}
.content-blocks img {
position:relative;
min-width: 105% !important;
transform: translateX(-4%);
transition: all 0.5s ease 0s;
}
.content-blocks .block-banner::before {
content: "";
height: 100%;
left: 0;
opacity: 0.3;
position: absolute;
top: 0;
transition: all 0.3s ease 0s;
visibility: visible;
width: 100%;
z-index: 9;
}
.block-banner:hover::before {
opacity: 0.7;
visibility: visible;
z-index: 1;
}
.block-banner:hover img {
transform: translateX(0%);
}
.block-banner {
position:relative;
overflow:hidden;
}
.block-banner .banner-details {
bottom: 0;
left: 5%;
position: absolute;
z-index: 9;
}
.block-banner h2 {
font-size: 2.50rem;
font-weight:normal;
text-transform: uppercase;
margin: 10% 0 10px 0;
-moz-transition: -moz-transform 0.25s;
-o-transition: -o-transform 0.35s;
-moz-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
-o-transform: translate3d(0, 100%, 0);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.block-banner:hover h2 {
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.banner-details p {
display: inline-block;
font-size: 1.13rem;
font-weight: 700;
position: relative;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-moz-transition: opacity 0.35s, -moz-transform 0.35s;
-o-transition: opacity 0.35s, -o-transform 0.35s;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
}
.block-banner:hover p {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
.two-banner-block .small-block-wrap {
display:block;
margin-top:20px;
max-height:250px;
}
.two-banner-block .small-block-wrap:first-child {
margin-top:0px;
}
.two-banner-block img {
max-height:207px;
}
.content-blocks .block-banner::before {
background-color: #000;
}
.block-banner .banner-details h2, .block-banner .banner-details p {
color:#FFF;
}
.store-detail {
width:100%;
padding-top:40px;
padding-bottom:40px;
background-color:#f7f7f7;
border-bottom:1px solid #ededed;
}
/*-----------------------
Content Blocks CSS ends
--------------------------*/
/*-------------------------
22 - Page loading animation
------------------------*/
.container {
height:100%;
overflow:hidden;
}
.boxed {
max-width: 1200px;
margin: auto;
box-shadow: 0px 0px 6px 1px #CCC;
}
.shadow {
box-shadow: 0px 0px 2px 1px #CCC;
padding:10px;
}
.new-patient-offer .shadow {
padding:5px;
}
body.box {
background-image: url(images/help/bodybg.jpg);
background-repeat: repeat;
}
.loaded {
height:auto;
overflow-y:visible;
}
.preloader {
position:fixed;
top:0px;
left:0px;
overflow:hidden;
width:100%;
height:100%;
z-index:9999;
}
.cssload-thecube {
width: 74px;
height: 74px;
position:absolute;
top:50%;
left:50%;
margin: 0 auto;
margin-top:-37px;
margin-left:-37px;
z-index:999999933;
transform: rotateZ(45deg);
-o-transform: rotateZ(45deg);
-ms-transform: rotateZ(45deg);
-webkit-transform: rotateZ(45deg);
-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
position: relative;
transform: rotateZ(45deg);
-o-transform: rotateZ(45deg);
-ms-transform: rotateZ(45deg);
-webkit-transform: rotateZ(45deg);
-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
float: left;
width: 50%;
height: 50%;
position: relative;
transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
animation: cssload-fold-thecube 2.76s infinite linear both;
-o-animation: cssload-fold-thecube 2.76s infinite linear both;
-ms-animation: cssload-fold-thecube 2.76s infinite linear both;
-webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
-moz-animation: cssload-fold-thecube 2.76s infinite linear both;
transform-origin: 100% 100%;
-o-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
-webkit-transform-origin: 100% 100%;
-moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
transform: scale(1.1) rotateZ(90deg);
-o-transform: scale(1.1) rotateZ(90deg);
-ms-transform: scale(1.1) rotateZ(90deg);
-webkit-transform: scale(1.1) rotateZ(90deg);
-moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
transform: scale(1.1) rotateZ(180deg);
-o-transform: scale(1.1) rotateZ(180deg);
-ms-transform: scale(1.1) rotateZ(180deg);
-webkit-transform: scale(1.1) rotateZ(180deg);
-moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
transform: scale(1.1) rotateZ(270deg);
-o-transform: scale(1.1) rotateZ(270deg);
-ms-transform: scale(1.1) rotateZ(270deg);
-webkit-transform: scale(1.1) rotateZ(270deg);
-moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
animation-delay: 0.35s;
-o-animation-delay: 0.35s;
-ms-animation-delay: 0.35s;
-webkit-animation-delay: 0.35s;
-moz-animation-delay: 0.35s;
}
.cssload-thecube .cssload-c3:before {
animation-delay: 0.69s;
-o-animation-delay: 0.69s;
-ms-animation-delay: 0.69s;
-webkit-animation-delay: 0.69s;
-moz-animation-delay: 0.69s;
}
.cssload-thecube .cssload-c4:before {
animation-delay: 1.04s;
-o-animation-delay: 1.04s;
-ms-animation-delay: 1.04s;
-webkit-animation-delay: 1.04s;
-moz-animation-delay: 1.04s;
}
.preloader {
background-color:#f7f7f7;
}
.cssload-thecube .cssload-cube:before {
background-color: #0f99de;
}
@keyframes cssload-fold-thecube {
0%, 10% {
transform: perspective(136px) rotateX(-180deg);
opacity: 0;
}
25%,
75% {
transform: perspective(136px) rotateX(0deg);
opacity: 1;
}
90%,
100% {
transform: perspective(136px) rotateY(180deg);
opacity: 0;
}
}
@-o-keyframes cssload-fold-thecube {
0%, 10% {
-o-transform: perspective(136px) rotateX(-180deg);
opacity: 0;
}
25%,
75% {
-o-transform: perspective(136px) rotateX(0deg);
opacity: 1;
}
90%,
100% {
-o-transform: perspective(136px) rotateY(180deg);
opacity: 0;
}
}
@-ms-keyframes cssload-fold-thecube {
0%, 10% {
-ms-transform: perspective(136px) rotateX(-180deg);
opacity: 0;
}
25%,
75% {
-ms-transform: perspective(136px) rotateX(0deg);
opacity: 1;
}
90%,
100% {
-ms-transform: perspective(136px) rotateY(180deg);
opacity: 0;
}
}
@-webkit-keyframes cssload-fold-thecube {
0%, 10% {
-webkit-transform: perspective(136px) rotateX(-180deg);
opacity: 0;
}
25%,
75% {
-webkit-transform: perspective(136px) rotateX(0deg);
opacity: 1;
}
90%,
100% {
-webkit-transform: perspective(136px) rotateY(180deg);
opacity: 0;
}
}
@-moz-keyframes cssload-fold-thecube {
0%, 10% {
-moz-transform: perspective(136px) rotateX(-180deg);
opacity: 0;
}
25%,
75% {
-moz-transform: perspective(136px) rotateX(0deg);
opacity: 1;
}
90%,
100% {
-moz-transform: perspective(136px) rotateY(180deg);
opacity: 0;
}
}
/*-------------------------
Page loading animation End
------------------------*/
/*-------------------------
23 - Information Boxes
-------------------------*/
.information-boxes {
text-align:center;
}
.information-boxes .columns {
border-top:1px solid #ededed;
border-bottom:1px solid #ededed;
border-left:1px solid #ededed;
padding:25px;
background-color:#FFF;
}
.information-boxes .columns:first-child {
border-left:0px;
}
.information-boxes h4 {
font-size:1rem;
}
.information-boxes .fa {
font-size:3.5rem;
margin-bottom:15px;
}
.information-boxes .columns:hover, .information-boxes .columns:hover h4, .information-boxes .columns:hover p {
background-color:#0f99de;
color:#FFF !important;
}
/*-------------------------
Information Boxes Ends
-------------------------*/
/*----------------------
24 - Content Box
-----------------------*/
.inner-page {
background-color:#FFF;
}
.content-container .title-section {
padding-top:25px;
padding-bottom:25px;
margin-bottom:15px;
position:relative;
}
.content-container .title-section::after {
content: "";
background:url('images/help/title-bg.jpg');
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index:-1;
background-size:cover;
background-position:top;
}
.content-container .title-section h1 {
text-transform:uppercase;
margin-top:0px;
margin-bottom: 0px;
line-height: 50px;
}
.content-container .title-section ul {
margin:0px;
}
.breadcrumbs {
margin-bottom:40px;
}
.breadcrumbs li, .breadcrumbs li a {
font-size:0.65rem;
}
.content-container .title-section {
background-color:rgba(43,45,50, 0.7);
}
.content-container .title-section::after {
background-color:#666;
}
.content-container .title-section h1 {
color:#FFF;
}
/*----------------------
Content Box Ends
-----------------------*/
/*-------------------------
25 - Call to Action
-------------------------*/
.call-to-action {
background-color:#f79800;
color:#FFF;
padding-top: 10px;
padding-bottom: 10px;
}
.call-to-action h4 {
color:#FFF;
}
.call-to-action h4, .call-to-action input[type=text], .call-to-action input[type=button] {
margin-bottom:0px;
height:40px;
}
.call-to-action h4 {
line-height:40px;
}
.call-to-action .signup-form .columns {
padding-left:3px;
padding-right:3px;
}
/*-------------------------
Call to Action
-------------------------*/
/*---------------------------
26 - Footer
----------------------------*/
.footer {
width:100%;
color:#FFF;
background-color:#2b2d32;
}
.footer h2 {
font-size:1rem;
margin-bottom:10px;
font-weight:bold;
color:#FFF;
}
.tx-div {
background-color:#fff;
width: 45px;
display: block;
height: 3px;
opacity: .8;
margin: 10px 0 15px;
}
.footerTop {
background-color:#3b3d42;
}
.footerTop ul {
margin:0px;
list-style:none;
}
.vertical li a {
padding:8px 0px;
}
.footerbottom {
width:100%;
padding-top:20px;
padding-bottom:20px;
}
.footer a {
color:#FFF;
}
.footer a:hover {
color:#f79800;
}
.footerbottom ul {
margin:0px;
}
.footerbottom ul li a {
border-right:1px solid;
padding:0px 10px;
}
.footerbottom ul li:first-child a {
padding-left:0px;
}
.footerbottom ul li:last-child a {
border:0px;
padding-right:0px;
}
.footerbottom .menu {
padding-bottom:10px;
margin-bottom:5px;
border-bottom:1px solid #ededed;
float:left;
}
.footerbottom h2 {
margin-bottom:5px;
}
.footerbottom .payment a {
font-size:1.45rem;
}
.copyrightinfo {
font-size:15px;
}
.address i {
width: 45px;
height: 45px;
border: 2px solid;
font-size: 1.2857142857142858em;
text-align: center;
line-height: 41px;
float: left;
margin-right: 0.7em;
margin-bottom: 0.7em;
color:#FFF;
}
.address h4 {
font-size: 14px;
text-transform: uppercase;
margin: 0 0 5px;
font-weight:bold;
color:#FFF;
}
.footer p {
color:#FFF;
}
.footer ul {
margin:0px;
}
.office-hours li {
padding-bottom:10px;
}
.footer-widget input[type=text] {
height:40px;
max-width:230px;
}
.socialicons {
line-height:25px;
font-size:18px;
font-weight:bold;
}
.socialicons a {
margin-right:5px;
margin-left:5px;
}
#top {
color: #ffffff;
background: #3b3d42;
position: fixed;
right: 15px;
text-align: center;
bottom: 15px;
font-weight: bold;
text-decoration: none;
border-radius: 100%;
width: 40px;
height: 40px;
padding: 3px 8px 6px;
font-size: 27px;
display:none;
}
/*--------------------------
Footer CSS ends here
---------------------------*/
/*-------------------------
27 - Media Queries
--------------------------*/
/*Large Screens Adjustments*/
@media only screen and (min-width: 64.063em) {
.search-head {
position: absolute;
top: 0px;
right: 0px;
width: 117%;
}
.owl-controls {
margin-top:0px;
}
.information-boxes {
padding-left:15px;
padding-right:15px;
}
/*Header*/
.logo-container {
max-width:29.5%;
}
.account-wrap {
min-width:32.5%;
}
.footer-widget {
margin-left:12.5px;
margin-right:12.5px;
}
.search-wrap {
max-width:38%;
}
.footer-widget:first-child {
margin-left:0px;
}
.footer-widget:last-child {
margin-right:0px;
}
/*Information boxes*/
.information-boxes .columns {
max-width:20%;
}
.hide-for-large-only {
display:none;
}
}
/*Mobile Screens CSS*/
@media only screen and (max-width: 40em) {
.responsive-table {
overflow-x:scroll;
}
.call-to-action h4 {
line-height:normal;
}
.mega-menu .child-nav {
min-width:auto;
min-height:auto;
max-width:auto;
max-height:auto;
border:1px solid #ededed;
}
.backgroundstyle1 {
background-image:none;
background-size:cover;
}
.backgroundstyle2 {
background-image:none;
background-size:cover;
}
.second-child-nav {
top:0px !important;
}
.widget .menu li a {
clear:both;
position:relative;
}
/*Nav code ends*/
.logo {
max-width: calc(100% - 65px);
margin-right: 15px;
}
.row .small-12 {
margin-top:15px;
margin-bottom:15px;
}
.row .small-12:last-child {
margin-bottom:0px;
}
.row .small-12:first-child {
margin-top:0px;
}
.top-info-bar .row .small-12 {
margin-top:0px;
margin-bottom:0px;
}
/*Footer Settings*/
.footer-widget {
margin-bottom:15px;
}
.footerbottom ul {
text-align: center;
width: 100%;
border-bottom: 0px;
}
.copyrightinfo {
text-align:center;
}
.owl-prev , .owl-next {
position: relative;
}
.owl-prev:hover , .owl-next:hover {
position: relative;
}
.owl-next {
float:left;
right:0px!important;
margin-left:5px!important;
width:45px;
}
.owl-prev {
float:left;
left:0px;
width:45px!important;
margin-right:5px!important;
}
.owl-controls {
width:60px;
margin-top:30px;
}
.open-shop-banner .content-section img {
max-width:100%;
}
.featured-area .owl-prev {
right:0px;
}
.featured-area .owl-next {
right:0px;
}
.user-icon {
font-size:1.765rem;
}
.block-banner .banner-details p {
display:none;
}
.block-banner .banner-details .promo-title {
font-size:2rem;
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.right-colapse {
padding-left:0px;
}
.left-colapse {
padding-right:0px;
}
.tabs-title a {
margin-right:1px;
padding:5px;
border-bottom:1px solid #3b3d42;
margin-bottom:10px;
}
.bulk-price {
border-left:0px;
display:block;
margin-left:115px;
padding-left:0px;
}
.title-section .review-count {
display:none;
}
.title-section .bordered-light {
display:none;
}
.single-product-detail .thumbnails img {
margin-right:5px;
width:calc(20% - 5px);
height:auto;
}
}
/*-------------------------
Media Queries Ends
--------------------------*/ | assets/style.css | Stylesheet for Webful MarketPlace
==========================================*/
/* ------------------------------------------ */
/* TABLE OF CONTENTS
/* ------------------------------------------ */
/* 01 - General & Basic Styles
/* 02 - Top Bar CSS Starts
/* 03 - HEADER CSS Starts
/* 04 - Banner CSS starts
/* 05 - Categories Navigation
/* 06 - widgets CSS
/* 07 - Featured areas starts.
/* 08 - Pricing Tables Starts
/* 09 - Testimonials Section
/* 10 - Useful Elements CSS
/* 11 - Customer Account CSS
/* 12 - 404 Page CSS Starts
/* 13 - Shop stylings
/* 14 - Open Shop Landing Page
/* 15 - Blog Posts starts
/* 16 - Products CSS
/* 17 - New Items section
/* 18 - Suggested Stores Section
/* 19 - Single Store CSS
/* 20 - Product Page CSS
/* 21 - Content Blocks CSS Starts.
/* 22 - Page loading animation
/* 23 - Information Boxes
/* 24 - Content Box
/* 25 - Call to Action
/* 26 - Footer
/* 27 - Media Queries
*/
/*-------------------------
01 - General & Basic Styles
-------------------------*/
body {
padding: 0;
margin: 0;
font-family: 'Lato', sans-serif;
font-weight: normal;
font-style: normal;
font-size:100%;
line-height: 25px;
color:#5d5d5d;
background-color:#eee;
}
h1, h1 a {
font-size: 2rem;
margin-bottom: 15px;
}
h2, h2 a {
font-size: 1.75rem;
}
h3, h3 a {
font-size: 1.50rem;
}
h4, h4 a {
font-size: 1.25rem;
}
h5, h6, h5 a, h6 a {
font-size:1rem;
}
label, p, ul, ol, a, blockquote, input, textarea, select, [type=date], [type=text], [type=email], span{
font-size: 0.875rem;
line-height:25px;
color:#5d5d5d;
}
h1,h2,h3,h4,h5,h6, h2 a, h3 a, h4 a, h5 a, h6 a, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .product-title a {
font-family: 'Montserrat', sans-serif;
font-weight:bold;
color:#3b3d42;
}
a:hover {
color:#f79800;
}
iframe {
width:100%;
border:0px;
}
.button {
text-transform:uppercase;
font-weight:bold;
}
/*Crousel Controls Default Style*/
.owl-prev , .owl-next {
font-size: 19px;
border: 1px solid;
width: 45px;
height: 45px;
margin-right:5px;
margin-left:5px;
display: table;
text-align: center;
position: absolute;
top: 50%;
}
.owl-prev:hover , .owl-next:hover {
background-color:#f79800 ;
color:#FFF;
}
.owl-next {
right:-20px;
}
.owl-prev {
left:-20px;
}
.owl-controls {
margin: auto;
display: block;
width: 70px;
margin-top:20px;
}
.module {
margin-bottom:80px !important;
}
.inner-padding {
padding-top:50px;
padding-bottom:50px;
}
.button.primary {
background-color:#f79800;
}
.button.primary:hover {
background-color:#0f99de;
}
.button.secondary {
background-color:#0f99de;
}
.button.secondary:hover {
background-color:#f79800;
}
/*-------------------------
General & Basic Styles End
-------------------------*/
/*-------------------------
02 - Top Bar CSS Starts
------------------------*/
.top-info-bar {
background-color:#f7f7f7;
border-bottom:1px solid #ededed;
}
.top-info-bar .menu li a {
border-right:1px solid #ededed;
}
.top-info-bar .menu li:last-child a {
border-right:0px;
}
.top-info-bar .menu li a:hover, .top-info-bar .menu .is-active {
background-color:#f79800;
color:#FFF;
}
.is-dropdown-submenu {
min-width:180px;
border:1px solid #ededed;
}
.is-dropdown-submenu li a {
padding:10px !important;
}
.top-info-bar .dropdown.menu>li.is-dropdown-submenu-parent>a:after {
border-color: #5d5d5d transparent transparent;
}
.top-info-bar .dropdown.menu>.is-active.is-dropdown-submenu-parent>a:after {
border-color: #FFF transparent transparent;
}
.top-info-bar .dropdown.menu>.is-active.is-dropdown-submenu-parent>a {
color:#FFF;
}
/*-------------------------
Top bar CSS ends
------------------------*/
/*-------------------------
03 - HEADER CSS Starts
-------------------------*/
.header {
padding-top:25px;
padding-bottom:25px;
border-bottom:1px solid #ededed;
background-color:#FFF;
}
.top-bar-title {
padding:10px;
background-color:#f79800;
margin-top:9px;
margin-bottom:9px;
margin-right:0px;
position:relative;
}
.logo {
margin-right: 30px;
max-width: 250px;
padding-top:7.5px;
padding-bottom:7.5px;
}
.top-bar-title .menu-icon {
color:#FFF;
}
.top-bar-title:hover {
background-color:#0f99de;
}
.main-search-form {
position:relative;
margin-top:7.5px;
}
.main-search-form input[type=text] {
margin-bottom:0px;
}
.main-search-form .button {
font-size:1.25rem;
padding:8px;
position:absolute;
top:0px;
right:0px;
margin-bottom:0px;
}
.main-search-form select {
width:130px;
position:absolute;
top:0px;
right:36.58px;
margin-bottom:0px;
}
.my-account-title {
padding:7.5px;
border-top:1px solid #FFF;
border-right:1px solid #FFF;
border-left:1px solid #FFF;
border-bottom:0px;
}
.my-account-title.hover {
border-top:1px solid #ededed;
border-right:1px solid #ededed;
border-left:1px solid #ededed;
border-bottom:0px;
}
.my-account-holder {
position:relative;
}
.my-account-holder a {
padding-left:10px;
padding-right:10px;
line-height:16px;
display:block;
float:left;
}
.my-account-holder .special-margin {
margin-bottom:7px;
}
.links {
max-width:153px;
}
.cart-link {
width:80px;
}
.cart-link a {
line-height:39px;
}
.sign-in {
font-weight:bold;
border-right:1px solid #ededed;
}
.user-icon {
font-size:39px;
line-height:39px;
margin-right:10px;
}
.cart-holder .dropdown-pane {
min-width:300px !important;
}
.cart-holder .dropdown-pane .button {
margin-bottom:0px;
}
.account-wrap .dropdown-pane {
max-width:211px;
border-top:0px;
border-left:1px solid #ededed;
border-right:1px solid #ededed;
border-bottom:1px solid #ededed;
}
.my-account-holder .vertical {
border-top:1px solid #ededed;
}
.my-account-holder .vertical li a {
width:180px;
padding-left:1rem;
padding-right:1rem;
}
.my-account-holder .vertical li a:hover {
background-color:#f79800;
color:#FFF;
}
/*-------------------------
HEADER CSS Ends
-------------------------*/
/*------------------------
04 - Banner CSS starts
--------------------------*/
.banner {
padding-top:40px;
}
.tp-bannertimer {
height: 5px;
background-color: rgba(166, 216, 236, 1.00);
}
.main-title-banner {
z-index: 6;
min-width: 600px;
max-width: 600px;
white-space: normal;
}
.tp-caption.Newspaper-Subtitle, .Newspaper-Subtitle {
color: rgba(247,152,0,1) !important;
font-size:16px !important;
}
.shadow {
font-weight: bold !important;
text-shadow:2px 1px 3px #5d5d5d;
}
/*------------------------
Banner CSS Ends
--------------------------*/
/*-----------------------
05 - Categories Navigation
----------------------*/
.dropdown.menu.vertical>li.opens-right>a:after {
border-color: transparent transparent transparent #5d5d5d;
}
.dropdown.menu.vertical>li.opens-right.is-active>a:after {
border-color: transparent transparent transparent #f79800;
}
.dropdown.menu.vertical>li.opens-right.is-active>a {
color:#f79800;
}
.child-nav {
margin-left:0px;
list-style:none;
}
.mega-menu .child-nav {
min-width:901px;
min-height:432px;
max-width:901px;
max-height:432px;
border:1px solid #ededed;
}
.inner-mega {
padding-top:10px;
padding-bottom:10px;
}
.inner-mega h4 {
padding:5px 10px;
font-weight:normal;
font-size:1rem;
border-bottom:1px solid #ededed;
}
.inner-mega .menu li a {
padding-top:5px !important;
padding-bottom:5px !important;
border-bottom:0px !important;
}
.backgroundstyle1 {
background-image:url("images/help/shopping-background.jpg");
background-size:cover;
}
.backgroundstyle2 {
background-image:url("images/help/shopping-background2.jpg");
background-size:cover;
}
.second-child-nav {
top:-36px !important;
}
.main-nav-container {
padding:0px;
border:0px;
}
/*-----------------------
Categories Navigation ends
----------------------*/
/*------------------------
06 - widgets CSS
-------------------------*/
.widget {
border-left:1px solid #ededed;
border-right:1px solid #ededed;
border-bottom:1px solid #ededed;
background-color:#FFF;
}
.widget h2 {
background-color:#3b3d42;
border-top:3px solid #f79800;
color:#FFF;
font-size:1rem;
padding:10px 15px;
text-transform:uppercase;
font-weight:normal;
letter-spacing:3px;
margin-bottom:0px;
}
.widget .menu li a {
padding-left:15px;
padding-right:15px;
border-bottom:1px solid #ededed;
padding-top:10px;
padding-bottom:10px;
}
/*------------------------
widgets CSS Ends
-------------------------*/
/*------------------------
07 - Featured areas starts.
-------------------------*/
.featured-area {
background-color:#FFF;
border-left:1px solid #ededed;
border-right:1px solid #ededed;
border-bottom:1px solid #ededed;
}
.featured-area .owl-next {
top:-25px;
right:15px;
}
.featured-area .owl-prev {
top:-25px;
left:auto;
right:50px;
}
.section-title {
border-top:3px solid #3b3d42;
border-bottom:1px solid #ededed;
padding: 10px 15px;
}
.section-title .float-left {
margin-right:20px;
}
.section-title h2, .section-title h2 a {
font-size: 1.25rem;
text-transform: uppercase;
font-weight: normal;
margin-bottom: 0px;
line-height:22px;
}
.cart-page .section-title h2, .cart-page .section-title h2 a {
text-transform:capitalize;
}
.section-title h2 span {
color:#f79800;
font-size: 1.25rem;
}
.big-section-title {
padding-left:15px;
padding-right:15px;
}
.big-section-title h2 {
text-align: center;
text-transform:capitalize;
font-size: 1.6rem;
margin-bottom: 50px;
font-weight:normal;
overflow:hidden;
line-height:40px;
height:50px;
}
.big-section-title h2 span {
font-size: 1.5rem;
padding: 7px 15px;
position:relative;
font-weight:500;
}
.big-section-title h2 span:after {
right: -491px;
content: ' ';
display: block;
height: 0;
border-bottom: 1px solid;
width: 466px;
position: absolute;
top: 50%;
border-color: #ccc;
}
.big-section-title h2 span:before {
left: -491px;
content: ' ';
display: block;
height: 0;
border-bottom: 1px solid;
width: 466px;
position: absolute;
top: 50%;
border-color: #ccc;
}
.left-out {
font-size:0.75rem;
color:#f79800;
}
/*------------------------
Featured areas ends.
-------------------------*/
/*---------------------
08 - Pricing Tables Starts
/*---------------------*/
.active-tb {
position: relative;
box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.5);
transform: scale(1);
border: 0;
transition: 0.4s ease;
z-index: 13;
}
.pricing-table {
border: solid 1px;
margin-left: 0;
margin-bottom: 1.25rem;
}
.pricing-table .title {
font-family: 'Montserrat', sans-serif;
padding: 0.9375rem 1.25rem;
text-align: center;
font-weight: bold;
font-size: 20px;
text-transform: uppercase;
}
.pricing-table * {
list-style: none;
line-height: 1;
}
.pricing-table .bullet-item {
border-bottom: dotted 1px;
font-size: 0.875rem;
font-weight: normal;
padding: 0.9375rem;
text-align: center;
}
.pricing-table .price {
font-family: 'Montserrat', sans-serif;
font-size: 2rem;
font-weight: normal;
padding: 0.9375rem 1.25rem;
text-align: center;
}
.pricing-table .cta-button {
padding: 1.25rem 1.25rem 0;
text-align: center;
}
.active-tb:hover {
position: relative;
box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.5);
transform: scale(1.17);
border: 0;
z-index: 15;
}
.pricing-table .description {
padding: 0.9375em;
text-align: center;
font-size: 12px;
font-weight: normal;
line-height: 1.4;
border-bottom: dotted 1px;
}
.pricing-table {
border-color:#DDDDDD !important;
}
.pricing-table .title {
background-color:#25292c;
color: #FFF;
}
.pricing-table .bullet-item {
background-color: #FFFFFF;
border-color: #DDDDDD !important;
}
.pricing-table .price {
background-color: #F7F7F7;
color:#25292c;
}
.pricing-table .cta-button {
background-color: #FFFFFF;
}
.pricing-table .description {
background-color: white;
color: #777777;
border-color:#dddddd !important;
}
/*---------------------
Pricing Tables ends
/*---------------------*/
/*------------------------
09 - Testimonials Section
-----------------------*/
.testimonials {
background-image: url('images/help/testimonialbg.jpg');
padding-top: 60px;
padding-bottom: 60px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background: rgba(0, 0, 0, 0) url("images/help/testimonialbg.jpg") repeat fixed center center / cover;
position: relative;
}
.testimonials .big-section-title h2 span {
color:#FFF;
}
.testimonial .thumbnail {
margin-top:50px;
border:0px;
background-color:#FFF;
padding:20px;
padding-top:0px;
margin-bottom:0px;
box-shadow: 0 0 0px 0px rgba(33,153,232,.0);
}
.testimonial .thumbnail:hover {
box-shadow: 0 0 6px 1px rgba(33,153,232,.5);
}
.testimonial img {
text-align:center;
margin:auto;
display:block;
margin-bottom:20px;
width:100px;
height:100px;
}
.testimonial-meta {
text-align:center;
}
.testimonial-meta img {
border-radius:100%;
margin-top:-50px;
border:5px solid #FFF;
}
.testimonial .pro-rating {
margin-top:15px;
margin-bottom:15px;
}
.testimonial p {
text-align:center;
}
.testimonial .testi-product img {
display:block;
text-align:center;
margin:atuo;
width:200px;
height:200px;
margin-bottom:15px;
}
.testimonial .testi-product a {
display:block;
text-align:center;
}
/*------------------------
Testimonials Section End
-----------------------*/
/*----------------------
10 - Useful Elements CSS
-----------------------*/
.open-shop-banner .content-section {
padding:20px;
}
.open-shop-banner .content-section img {
max-width: 325px;
height: 263px;
width: auto;
display: block;
text-align: center;
margin: auto;
}
.open-shop-banner p {
margin-top:15px;
margin-bottom:15px;
text-align:center;
}
.open-shop-banner .button {
margin-bottom:0px;
display:block;
margin:auto;
}
.accordion {
border:0px;
}
.accordion-title {
font-weight:normal;
font-size:14px;
padding-left:0rem;
border:0px;
font-family: 'Montserrat', sans-serif;
}
.accordion-content {
border:0px;
padding-left:0px;
}
.accordion {
margin-bottom:0px;
}
.accordion li {
margin-bottom:10px;
}
.accordion li:last-child {
margin-bottom:0px;
}
.accordion-content {
padding:10px;
}
.accordion-title {
padding:10px;
}
.accordion-title {
background-color:#ededed;
color:#3b3d42;
}
.is-active .accordion-title, .accordion-title:hover {
background-color:#3b3d42;
color:#FFF;
}
.accordion-content {
background-color:#f6f6f6;
}
.welcome-message h2 {
margin-bottom:0px;
}
.welcome-message h4 {
font-style:italic;
}
.content-container h2, .content-container h3, .content-container h4, .content-container h5, .content-container h6 {
font-weight:normal;
}
.contact-map {
margin-bottom:30px;
}
.qty {
max-width:55px;
}
.cart-page textarea, .cart-page input[type=text], .cart-page input[type=number] {
margin-bottom:0px;
}
.form-container {
border:1px solid #ededed;
padding:15px;
background-color:#f7f7f7;
}
.form-container h2 {
font-size:1.25rem;
border-bottom:1px solid #ededed;
margin-bottom:20px;
}
/*----------------------
Useful Elements CSS Ends
-----------------------*/
/*----------------------
11 - Customer Account CSS
-----------------------*/
.customer-nav {
background-color:#0f99de;
}
.customer-navigation .menu li a {
padding:16px;
color:#FFF;
font-size:1rem;
}
.customer-navigation li a:hover {
background-color:#f79800;
color:#FFF;
}
.dashboard-module {
padding:15px;
background-color:#FFF;
border:1px solid #ededed;
}
.user-thumb img {
border-radius:100%;
margin-right:20px;
}
.user-detail h4 {
font-weight:normal;
margin-top:25px;
}
.user-detail .pro-rating {
margin-right:15px;
}
.dashboard-boxes h4 {
font-weight:normal;
font-size:0.875rem !important;
}
.dashboard-boxes h4 span {
font-size:1rem;
display:block;
text-align:center;
font-weight:normal !important;
}
.dashboard-boxes .columns {
padding-left:15px !important;
padding-right:15px !important;
}
/*----------------------
Customer Account CSS Ends
-----------------------*/
/*----------------------
12 - 404 Page CSS Starts
--------------------------*/
.pageerror {
}
.pageerror h1 {
text-align: center;
margin-top: 50px;
font-weight: bold;
font-size: 133px;
}
.pageerror h2 {
text-align: center;
}
.error-page-form {
margin:auto !important;
margin-top:30px;
float:none !important;
}
/*----------------------
404 Page CSS End
--------------------------*/
/*---------------------
13 - Shop stylings
---------------------*/
.shop-checkout .button {
margin-top:20px;
}
.cart-accordion {
position:relative;
}
.cart-total-wrap {
margin-bottom:15px !important;
}
.total-side {
background-color:#ededed;
}
.cart-accordion input[type=submit] {
position:absolute;
top:11px;
right:11px;
}
.cart-page .new-items-wrap {
padding-top:15px;
}
.small-module {
margin-bottom:40px;
}
/*---------------------
Shop stylings ends
---------------------*/
/*----------------------
14 - Open Shop Landing Page
-----------------------*/
.open_shop_banner {
height:550px;
background-color: rgba(43,45,50, 0.7);
position:relative;
}
.open_shop_banner::after {
content: "";
background-image:url("images/help/onlineshopping.jpg");
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: -1;
background-size: cover;
background-position: top;
}
.open_shop_banner h1 {
max-width:700px;
text-align:center;
margin:auto;
margin-top:200px;
color:#fff;
text-shadow:1px 2px 3px #000;
font-size:2.5rem;
}
.open_shop_banner .button {
margin:auto;
display:block;
max-width:200px;
margin-top:30px;
}
.landing-info-boxes .columns {
margin-bottom:0px;
border:0px !important;
}
/*----------------------
Open Shop Landing Ends
-----------------------*/
/*-----------------------
15 - Blog Posts starts
-----------------------*/
.blog-post {
margin-bottom: 50px;
}
.post-meta-date {
font-size:0.875rem;
margin-bottom:15px;
margin-top:15px;
}
.news-wrap .post {
padding:12px;
background-color:#FFF;
}
.news-wrap .post p {
margin-bottom:0px;
}
.blog-post img {
width: 100%;
height:auto;
}
.blog-post .post-meta {
padding-bottom: 15px;
font-size: 0.875rem;
}
.blog-post h2 a {
font-size: 1.75rem;
font-weight:normal;
}
.pagination .current {
padding: 0px;
}
.pagination .current {
background: #0f99de;
}
.pagination .current a {
color: #FFF;
}
.pagination a:hover, .pagination button:hover {
background: #0f99de;
color:#FFF;
}
.sidebar .widget {
margin-bottom:30px;
}
.tags li {
display: inline;
}
.tags li a {
display: inline-block;
padding: 5px;
border: 1px solid;
margin-right: 5px;
margin-bottom: 7px;
margin-top: 7px;
}
.tags li a {
border-color: #3b3d42 !important;
}
.tags li a:hover {
background-color: #3b3d42;
color: #FFF;
}
.widget input[type="text"]{
margin-bottom:0px;
}
.sidebar .widget-content {
padding:15px;
position:relative;
}
.search-widget .button {
position:absolute;
top:14px;
right:15px;
}
.widget .button {
margin-bottom:0px;
}
.widget-content .accordion {
margin-bottom:30px;
}
.sidebar .widget li a {
border-bottom:0px;
}
.sidebar .menu li {
position:relative;
}
.search-store input[type=text] {
margin-bottom:15px;
}
.sidebar .store-widget h4 a, .sidebar .store-widget h4 {
font-weight:normal;
margin-top:15px;
}
.sidebar .menu li a:before {
font-family: "FontAwesome";
font-size: 13px;
position: absolute;
content: "\f105";
top: 11px;
left: 0px;
}
.tags {
margin-left:0px;
}
.sidebar .widget .tags li a {
border-bottom:1px solid;
}
.popular-post img {
width:100px;
height:auto;
margin-right:10px;
}
.popular-post {
clear:both;
}
.popular-post p {
margin-top:5px;
margin-bottom:10px;
clear:both;
}
.post-content {
margin-bottom:50px;
}
.sharing-posts {
border-top:1px dashed #CCC;
border-bottom:1px dashed #CCC;
}
.post-tags .tags li a {
border:0px;
}
.post-tags .tags {
margin-bottom:0px;
}
.post-share a {
display:block;
line-height:49px;
float:left;
margin-right:10px;
margin-left:10px;
font-size:1.2rem;
}
.author-box {
margin-bottom:50px;
}
.sidebar-info {
margin-bottom:30px;
}
.sidebar-info h4, .sidebar-info p, .sidebar-info .fa {
text-align:center;
}
.sidebar-info .fa {
font-size:2rem !important;
display:block;
margin:auto;
margin-bottom:15px;
background-color:#f79800;
width:75px;
height:75px;
line-height:75px;
color:#FFF;
border-radius:100%;
}
.faq-page .featured-area {
border:0px;
}
.testimonials-page .thumbnail {
box-shadow: 0 0 6px 1px rgba(33,153,232,.5);
}
.testimonials-page .testimonial {
margin-bottom:50px;
}
.testimonials-page .pagination {
margin-bottom:0px;
text-align:center;
}
/*-----------------------
Blog Posts Ends
-----------------------*/
/*----------------------
16 - Products CSS
-----------------------*/
.product {
padding-top:15px;
padding-bottom:15px;
padding-left:15px;
padding-right:15px;
border-right:1px solid #ededed;
}
.product:hover {
box-shadow: 0 3px 6px 0 rgba(51,51,51,.298039);
}
.product-image {
position:relative;
}
.product-image a img:last-child {
display:none;
}
.product:hover>.product-image a img:last-child {
display:block;
}
.product:hover>.product-image a img:first-child {
display:none;
}
.sale-tag {
position:absolute;
top:0px;
left:0px;
background-color:#0f99de;
color:#FFF;
padding:10px 10px;
border-radius:100%;
z-index:9999;
}
.product .product-image img {
width:100%;
height:auto;
text-align:center;
}
.product-title a {
overflow:hidden;
display:block;
padding-top:10px;
padding-bottom:10px;
border-bottom:1px solid #ededed;
font-weight:bold;
text-align:center;
height:42px;
text-transform:capitalize;
}
.prices {
padding-top:10px;
padding-bottom:10px;
font-size:0.75rem;
text-align:center;
}
.prices .price {
color:#f79800;
font-size:1.2rem;
font-weight:bold;
}
.prices .sale-price {
text-decoration:line-through;
border-left:1px solid #ededed;
margin-left:20px;
}
.prices .off-tag {
background-color:#f79800;
color:#FFF;
padding:5px 10px;
margin-left:15px;
}
.timer {
line-height:45px;
text-align:center;
font-size:1.35rem;
}
.timer .countdown span {
color:#f79800;
font-size:1.35rem;
font-weight:bold;
}
.last-row {
font-size:0.875rem;
}
.pro-rating {
color:#f79800;
}
.pro-rating .off {
color:#ccc;
}
.add-to-cart-top .button {
margin-bottom:0px;
}
.pro-buttons {
background-color:rgba(247,247,247, 0.9);
position:absolute;
bottom:0px;
width:100%;
opacity:0;
}
.pro-buttons a {
font-size:1rem;
padding-top:10px;
padding-bottom:10px;
color:#0f99de;
}
.pro-buttons a:hover {
color:#f79800;
}
.product:hover>.product-image .pro-buttons {
opacity:1;
}
/*----------------------
Products CSS Ends
-----------------------*/
/*---------------------
17 - New Items section
---------------------*/
.tabs-content {
border:0px;
background-color:transparent;
padding:0px;
}
.tabs-panel {
padding:0px;
}
.tabs {
background-color:transparent;
border:0px;
}
.tabs-title>a:focus, .tabs-title>a[aria-selected=true], .tabs-title>a:hover {
background-color:#3b3d42;
color:#FFF;
}
.tabs-title a {
border:1px solid #3b3d42;
margin-right:5px;
padding:8px 15px;
font-size:0.875rem;
margin-bottom:-1px;
border-bottom:0px;
}
.tabs li:first-child {
margin-left:1px;
}
/*---------------------
New Items section Ends
---------------------*/
/*-----------------------
18 - Suggested Stores Section
------------------------*/
.store .thumbnail {
border:0px;
background-color:#FFF;
padding:10px;
margin-bottom:0px;
box-shadow: 0 0 0px 0px rgba(33,153,232,.0);
}
.store .thumbnail:hover {
box-shadow: 0 0 6px 1px rgba(33,153,232,.5);
}
.store h4 , .store h4 a{
font-weight:normal;
margin-top:15px;
margin-bottom:2px;
font-size:1rem;
}
.store-reputation {
margin-top:10px;
}
.store-reputation span {
line-height: 16px;
margin-left: 15px;
font-size: 0.75rem;
}
.store-end {
margin-top:0px;
padding-bottom:15px;
border-bottom:1px solid #ededed;
font-size:0.80rem;
margin-bottom:0px;
}
.store h6 a {
line-height:20px;
font-size:0.875rem;
font-weight:normal;
}
.store h6 {
line-height:20px;
font-weight:normal;
}
.top-product-review {
margin-bottom:7px;
}
.store .product {
border-right:0px;
border-bottom:1px solid #ededed;
}
.no-border {
border:0px !important;
border-bottom:0px;
}
.store-page .store .thumbnail {
box-shadow: 0 0 2px 1px rgba(33,153,232,.5);
}
.store-page .store h4, .store-page .store h4 a {
margin-top:0px;
font-size:1.25rem;
}
.store-page .store-end {
margin-bottom:25px;
}
.sidebar .store-widget p {
margin-bottom:0px;
}
.sidebar .product {
padding:0px;
border-right:0px;
}
.sidebar .product h6 {
margin-bottom:5px;
}
.sidebar .product h6 a {
font-weight:normal;
}
.store-page .product .menu li a:before {
content:"";
}
.store-page .product:hover {
box-shadow: 0 0px 0px 0 rgba(51,51,51,.298039);
}
/*-----------------------
Suggested Stores Ends
------------------------*/
/*----------------------
19 - Single Store CSS
----------------------*/
.customer-navigation .dropdown.menu.vertical>li.opens-right.is-active>a {
color: #FFF;
background-color:#f79800;
}
.customer-navigation .dropdown.menu.vertical>li.opens-right>a:after {
display: none;
}
.customer-navigation .menu li .menu li a {
color:#0f99de;
border-bottom:1px solid #ededed;
}
.customer-navigation .menu li .menu li a:hover {
color:#FFF;
}
.store_featured img {
width:100%;
height:auto;
}
.left-colapse {
padding-left:0px;
}
.right-colapse {
padding-right:0px;
}
.margin-top {
margin-top:15px;
}
.margin-bottom {
margin-bottom:15px;
}
.store-info h2 {
margin-top:0px;
margin-bottom:0px;
font-weight:normal;
line-height:36px;
}
.store-info p {
margin-bottom:5px;
}
.store-info .menu li a {
padding-left:0px;
padding-right:0px;
padding-top:0px;
padding-bottom:0px;
line-height:18px;
}
.store-info .menu li {
padding-left:12px;
padding-right:12px;
border-right:1px solid #ccc;
line-height:18px;
}
.store-info .menu li:first-child {
padding-left:0px;
}
.store-info .menu li:last-child {
border-right:0px;
}
.store-info .store-reputation {
margin-bottom:20px;
}
.owner-info p {
margin-bottom:5px;
font-weight:bold;
text-transform:uppercase;
text-align:center;
}
.owner-info img {
border-radius:100%;
text-align:center;
display:block;
margin:auto;
width:115px;
}
.owner-info a {
display:block;
text-align:center;
}
.popular-product a {
line-height:18px;
font-weight:bold;
}
.popular-product img {
width:100px;
height:auto;
margin-right:10px;
}
.popular-product .product-description {
width:calc(100% - 115px);
}
.popular-product .price {
color:#f79800;
font-weight:bold;
}
.popular-product {
margin-bottom:15px;
}
.widget-content .popular-product:last-child {
margin-bottom:0px;
}
.store-content .tabs {
border-bottom:3px solid #3b3d42;
margin-bottom:40px;
}
.store-content .tabs li:first-child {
margin-left:0px;
}
.products-wrap .pro-rating {
text-align:center;
}
.products-wrap .product {
margin-bottom:35px;
}
.products-wrap .product {
border:0px;
}
.store-content .pagination-container {
border-top:1px solid #ededed;
padding-top:15px;
}
.shop-filter span {
float:left;
}
.shop-filter input[type=checkbox] {
margin-left:15px;
}
.shop-filter input[type=text] {
width:75px;
float:left;
margin-left:10px;
margin-right:10px;
height:25px;
margin-bottom:15px;
}
.product-filter {
margin-top:0px;
padding-top:25px;
padding-bottom:25px;
border-top:1px solid #ededed;
}
.product-filter .grid-filter a {
font-size:18px;
width:25px;
height:25px;
color:#FFF;
background-color:#222;
padding:6px;
}
.product-filter .grid-filter a.active {
background-color:#f0f0f0;
color:#222;
}
.product-filter em {
float:left;
display:table-cell;
vertical-align:central;
line-height:35px;
}
.product-filter .byview {
padding-left:65px;
}
.product-filter .byview select, .product-filter .sortby select {
float:left;
width:50px;
height:35px;
margin-left:5px;
padding:6px;
margin-bottom:0px;
}
.product-filter .sortby select {
width:150px;
}
.list-product .product-title a {
text-align:left;
font-size:1.25rem;
text-transform:uppercase;
overflow:visible;
height:auto;
}
.list-product .prices {
text-align:left;
font-size:1rem;
}
.list-product .last-row {
margin-bottom:15px;
}
/*----------------------
Single Store CSS Ends
----------------------*/
/*--------------------
20 - Product Page CSS
---------------------*/
.single-product .title-section, .single-product .title-section a, .single-product .title-section span {
color:#FFF;
font-family: 'Montserrat', sans-serif;
}
.single-product .title-section a:hover {
color:#f79800;
}
.single-product .title-section .pro-rating {
float:left;
}
.single-product .title-section {
padding-top:20px !important;
padding-bottom:20px !important;
}
.title-section a , .title-section span, .title-section .pro-rating {
margin-left:10px;
margin-right:10px;
font-size:1rem;
}
.title-section .store-name {
font-weight:bold;
}
.bordered-light {
border:1px solid #FFF;
padding:3px 10px;
border-radius:4px;
}
.bordered-light:hover {
border-color:#f79800;
}
.main-image {
padding:0px;
background-color:#f7f7f7;
border:1px solid #ededed;
margin-bottom:15px;
}
.main-image img {
width:100%;
}
.single-product-detail .thumbnails img {
float:left;
width:82px;
height:82px;
margin-right:15px;
border:1px solid #ededed;
}
.single-product-detail .thumbnails a:last-child img {
margin-right:0px;
}
.item-header {
border-bottom:1px solid #ededed;
padding-bottom:10px;
margin-bottom:25px;
}
.item-header h1 {
font-size:1.30rem;
margin-bottom:10px;
}
.item-meta .review-count {
padding-left:10px;
padding-right:10px;
border-right:1px solid #CCC;
}
.item-meta .review-count:last-child {
border:0px;
}
.prod-dropdown {
float:left;
margin-right:5px;
margin-left:5px;
}
.prod-dropdown .btncont {
font-size: 16px;
line-height: 16px;
display: block;
padding-top: 2px;
text-align: center;
width: 25px;
height: 25px;
border: 2px solid;
border-radius: 99px;
color: #cccccc;
}
.prod-dropdown .btncont:hover {
color: #FFF;
background-color:#222;
}
.prod-dropdown .dropdown-pane {
width:150px !important;
height:150px !important;
}
.next-prev-nav {
position:relative;
}
.row-title {
width:100px;
padding-right:15px;
display:block;
float:left;
line-height:20px;
}
.item-pricing p {
margin-bottom:5px;
}
.item-pricing .sale-price {
text-decoration:line-through;
font-style:italic;
}
.item-pricing .regular-price {
font-size:1.5rem;
font-weight:bold;
color:#f79800;
line-height:40px;
}
.off-percent {
padding:5px 10px;
background-color:#0f99de;
color:#fff;
margin-left:15px;
}
#bulk-price p {
margin-bottom:0px;
}
.bulk-price {
margin-left:15px;
padding-left:15px;
border-left:1px solid #ccc;
}
.item-options {
margin-top:40px;
margin-bottom:40px;
}
.red {
background-color:red;
}
.yellow {
background-color:yellow;
}
.green {
background-color:green;
}
.blue {
background-color:blue;
}
.orange {
background-color:orange;
}
.color {
width:20px;
height:20px;
border:1px solid #666;
margin-right:15px;
display:block;
float:left;
text-align:center;
line-height:20px;
}
.option-box {
margin-bottom:15px;
}
.item-quantity .qty {
margin-bottom:0px;
padding:5px;
height:35px;
width:50px;
display:inline;
margin-right:15px;
}
.item-quantity span {
line-height:39px;
}
.shopping-buttons {
margin-top:20px;
border-bottom:1px solid #ededed;
padding-bottom:15px;
margin-bottom:15px;
}
.shopping-buttons a {
margin-right:15px;
float:left;
}
.shopping-buttons .wishlist {
font-size:2rem;
line-height:40px;
}
.button {
border-radius:3px;
}
.shopping-buttons .button {
margin-bottom:0px;
}
.coupon-store {
border:1px dashed #000;
padding:5px 10px;
border-left:5px solid orange;
}
.store-location {
margin-bottom:15px !important;
}
.product-description img {
text-align:center;
margin:auto;
display:block;
margin-bottom:15px;
}
/*--------------------
Product Page CSS Ends
---------------------*/
/*-----------------------
21 - Content Blocks CSS Starts.
--------------------------*/
.content-blocks {
margin-bottom:50px;
}
.content-blocks img {
position:relative;
min-width: 105% !important;
transform: translateX(-4%);
transition: all 0.5s ease 0s;
}
.content-blocks .block-banner::before {
content: "";
height: 100%;
left: 0;
opacity: 0.3;
position: absolute;
top: 0;
transition: all 0.3s ease 0s;
visibility: visible;
width: 100%;
z-index: 9;
}
.block-banner:hover::before {
opacity: 0.7;
visibility: visible;
z-index: 1;
}
.block-banner:hover img {
transform: translateX(0%);
}
.block-banner {
position:relative;
overflow:hidden;
}
.block-banner .banner-details {
bottom: 0;
left: 5%;
position: absolute;
z-index: 9;
}
.block-banner h2 {
font-size: 2.50rem;
font-weight:normal;
text-transform: uppercase;
margin: 10% 0 10px 0;
-moz-transition: -moz-transform 0.25s;
-o-transition: -o-transform 0.35s;
-moz-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
-o-transform: translate3d(0, 100%, 0);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.block-banner:hover h2 {
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.banner-details p {
display: inline-block;
font-size: 1.13rem;
font-weight: 700;
position: relative;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-moz-transition: opacity 0.35s, -moz-transform 0.35s;
-o-transition: opacity 0.35s, -o-transform 0.35s;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
}
.block-banner:hover p {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
.two-banner-block .small-block-wrap {
display:block;
margin-top:20px;
max-height:250px;
}
.two-banner-block .small-block-wrap:first-child {
margin-top:0px;
}
.two-banner-block img {
max-height:207px;
}
.content-blocks .block-banner::before {
background-color: #000;
}
.block-banner .banner-details h2, .block-banner .banner-details p {
color:#FFF;
}
.store-detail {
width:100%;
padding-top:40px;
padding-bottom:40px;
background-color:#f7f7f7;
border-bottom:1px solid #ededed;
}
/*-----------------------
Content Blocks CSS ends
--------------------------*/
/*-------------------------
22 - Page loading animation
------------------------*/
.container {
height:100%;
overflow:hidden;
}
.boxed {
max-width: 1200px;
margin: auto;
box-shadow: 0px 0px 6px 1px #CCC;
}
.shadow {
box-shadow: 0px 0px 2px 1px #CCC;
padding:10px;
}
.new-patient-offer .shadow {
padding:5px;
}
body.box {
background-image: url(images/help/bodybg.jpg);
background-repeat: repeat;
}
.loaded {
height:auto;
overflow-y:visible;
}
.preloader {
position:fixed;
top:0px;
left:0px;
overflow:hidden;
width:100%;
height:100%;
z-index:9999;
}
.cssload-thecube {
width: 74px;
height: 74px;
position:absolute;
top:50%;
left:50%;
margin: 0 auto;
margin-top:-37px;
margin-left:-37px;
z-index:999999933;
transform: rotateZ(45deg);
-o-transform: rotateZ(45deg);
-ms-transform: rotateZ(45deg);
-webkit-transform: rotateZ(45deg);
-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
position: relative;
transform: rotateZ(45deg);
-o-transform: rotateZ(45deg);
-ms-transform: rotateZ(45deg);
-webkit-transform: rotateZ(45deg);
-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
float: left;
width: 50%;
height: 50%;
position: relative;
transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
animation: cssload-fold-thecube 2.76s infinite linear both;
-o-animation: cssload-fold-thecube 2.76s infinite linear both;
-ms-animation: cssload-fold-thecube 2.76s infinite linear both;
-webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
-moz-animation: cssload-fold-thecube 2.76s infinite linear both;
transform-origin: 100% 100%;
-o-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
-webkit-transform-origin: 100% 100%;
-moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
transform: scale(1.1) rotateZ(90deg);
-o-transform: scale(1.1) rotateZ(90deg);
-ms-transform: scale(1.1) rotateZ(90deg);
-webkit-transform: scale(1.1) rotateZ(90deg);
-moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
transform: scale(1.1) rotateZ(180deg);
-o-transform: scale(1.1) rotateZ(180deg);
-ms-transform: scale(1.1) rotateZ(180deg);
-webkit-transform: scale(1.1) rotateZ(180deg);
-moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
transform: scale(1.1) rotateZ(270deg);
-o-transform: scale(1.1) rotateZ(270deg);
-ms-transform: scale(1.1) rotateZ(270deg);
-webkit-transform: scale(1.1) rotateZ(270deg);
-moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
animation-delay: 0.35s;
-o-animation-delay: 0.35s;
-ms-animation-delay: 0.35s;
-webkit-animation-delay: 0.35s;
-moz-animation-delay: 0.35s;
}
.cssload-thecube .cssload-c3:before {
animation-delay: 0.69s;
-o-animation-delay: 0.69s;
-ms-animation-delay: 0.69s;
-webkit-animation-delay: 0.69s;
-moz-animation-delay: 0.69s;
}
.cssload-thecube .cssload-c4:before {
animation-delay: 1.04s;
-o-animation-delay: 1.04s;
-ms-animation-delay: 1.04s;
-webkit-animation-delay: 1.04s;
-moz-animation-delay: 1.04s;
}
.preloader {
background-color:#f7f7f7;
}
.cssload-thecube .cssload-cube:before {
background-color: #0f99de;
}
@keyframes cssload-fold-thecube {
0%, 10% {
transform: perspective(136px) rotateX(-180deg);
opacity: 0;
}
25%,
75% {
transform: perspective(136px) rotateX(0deg);
opacity: 1;
}
90%,
100% {
transform: perspective(136px) rotateY(180deg);
opacity: 0;
}
}
@-o-keyframes cssload-fold-thecube {
0%, 10% {
-o-transform: perspective(136px) rotateX(-180deg);
opacity: 0;
}
25%,
75% {
-o-transform: perspective(136px) rotateX(0deg);
opacity: 1;
}
90%,
100% {
-o-transform: perspective(136px) rotateY(180deg);
opacity: 0;
}
}
@-ms-keyframes cssload-fold-thecube {
0%, 10% {
-ms-transform: perspective(136px) rotateX(-180deg);
opacity: 0;
}
25%,
75% {
-ms-transform: perspective(136px) rotateX(0deg);
opacity: 1;
}
90%,
100% {
-ms-transform: perspective(136px) rotateY(180deg);
opacity: 0;
}
}
@-webkit-keyframes cssload-fold-thecube {
0%, 10% {
-webkit-transform: perspective(136px) rotateX(-180deg);
opacity: 0;
}
25%,
75% {
-webkit-transform: perspective(136px) rotateX(0deg);
opacity: 1;
}
90%,
100% {
-webkit-transform: perspective(136px) rotateY(180deg);
opacity: 0;
}
}
@-moz-keyframes cssload-fold-thecube {
0%, 10% {
-moz-transform: perspective(136px) rotateX(-180deg);
opacity: 0;
}
25%,
75% {
-moz-transform: perspective(136px) rotateX(0deg);
opacity: 1;
}
90%,
100% {
-moz-transform: perspective(136px) rotateY(180deg);
opacity: 0;
}
}
/*-------------------------
Page loading animation End
------------------------*/
/*-------------------------
23 - Information Boxes
-------------------------*/
.information-boxes {
text-align:center;
}
.information-boxes .columns {
border-top:1px solid #ededed;
border-bottom:1px solid #ededed;
border-left:1px solid #ededed;
padding:25px;
background-color:#FFF;
}
.information-boxes .columns:first-child {
border-left:0px;
}
.information-boxes h4 {
font-size:1rem;
}
.information-boxes .fa {
font-size:3.5rem;
margin-bottom:15px;
}
.information-boxes .columns:hover, .information-boxes .columns:hover h4, .information-boxes .columns:hover p {
background-color:#0f99de;
color:#FFF !important;
}
/*-------------------------
Information Boxes Ends
-------------------------*/
/*----------------------
24 - Content Box
-----------------------*/
.inner-page {
background-color:#FFF;
}
.content-container .title-section {
padding-top:25px;
padding-bottom:25px;
margin-bottom:15px;
position:relative;
}
.content-container .title-section::after {
content: "";
background:url('images/help/title-bg.jpg');
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index:-1;
background-size:cover;
background-position:top;
}
.content-container .title-section h1 {
text-transform:uppercase;
margin-top:0px;
margin-bottom: 0px;
line-height: 50px;
}
.content-container .title-section ul {
margin:0px;
}
.breadcrumbs {
margin-bottom:40px;
}
.breadcrumbs li, .breadcrumbs li a {
font-size:0.65rem;
}
.content-container .title-section {
background-color:rgba(43,45,50, 0.7);
}
.content-container .title-section::after {
background-color:#666;
}
.content-container .title-section h1 {
color:#FFF;
}
/*----------------------
Content Box Ends
-----------------------*/
/*-------------------------
25 - Call to Action
-------------------------*/
.call-to-action {
background-color:#f79800;
color:#FFF;
padding-top: 10px;
padding-bottom: 10px;
}
.call-to-action h4 {
color:#FFF;
}
.call-to-action h4, .call-to-action input[type=text], .call-to-action input[type=button] {
margin-bottom:0px;
height:40px;
}
.call-to-action h4 {
line-height:40px;
}
.call-to-action .signup-form .columns {
padding-left:3px;
padding-right:3px;
}
/*-------------------------
Call to Action
-------------------------*/
/*---------------------------
26 - Footer
----------------------------*/
.footer {
width:100%;
color:#FFF;
background-color:#2b2d32;
}
.footer h2 {
font-size:1rem;
margin-bottom:10px;
font-weight:bold;
color:#FFF;
}
.tx-div {
background-color:#fff;
width: 45px;
display: block;
height: 3px;
opacity: .8;
margin: 10px 0 15px;
}
.footerTop {
background-color:#3b3d42;
}
.footerTop ul {
margin:0px;
list-style:none;
}
.vertical li a {
padding:8px 0px;
}
.footerbottom {
width:100%;
padding-top:20px;
padding-bottom:20px;
}
.footer a {
color:#FFF;
}
.footer a:hover {
color:#f79800;
}
.footerbottom ul {
margin:0px;
}
.footerbottom ul li a {
border-right:1px solid;
padding:0px 10px;
}
.footerbottom ul li:first-child a {
padding-left:0px;
}
.footerbottom ul li:last-child a {
border:0px;
padding-right:0px;
}
.footerbottom .menu {
padding-bottom:10px;
margin-bottom:5px;
border-bottom:1px solid #ededed;
float:left;
}
.footerbottom h2 {
margin-bottom:5px;
}
.footerbottom .payment a {
font-size:1.45rem;
}
.copyrightinfo {
font-size:15px;
}
.address i {
width: 45px;
height: 45px;
border: 2px solid;
font-size: 1.2857142857142858em;
text-align: center;
line-height: 41px;
float: left;
margin-right: 0.7em;
margin-bottom: 0.7em;
color:#FFF;
}
.address h4 {
font-size: 14px;
text-transform: uppercase;
margin: 0 0 5px;
font-weight:bold;
color:#FFF;
}
.footer p {
color:#FFF;
}
.footer ul {
margin:0px;
}
.office-hours li {
padding-bottom:10px;
}
.footer-widget input[type=text] {
height:40px;
max-width:230px;
}
.socialicons {
line-height:25px;
font-size:18px;
font-weight:bold;
}
.socialicons a {
margin-right:5px;
margin-left:5px;
}
#top {
color: #ffffff;
background: #3b3d42;
position: fixed;
right: 15px;
text-align: center;
bottom: 15px;
font-weight: bold;
text-decoration: none;
border-radius: 100%;
width: 40px;
height: 40px;
padding: 3px 8px 6px;
font-size: 27px;
display:none;
}
/*--------------------------
Footer CSS ends here
---------------------------*/
/*-------------------------
27 - Media Queries
--------------------------*/
/*Large Screens Adjustments*/
@media only screen and (min-width: 64.063em) {
.search-head {
position: absolute;
top: 0px;
right: 0px;
width: 117%;
}
.owl-controls {
margin-top:0px;
}
.information-boxes {
padding-left:15px;
padding-right:15px;
}
/*Header*/
.logo-container {
max-width:29.5%;
}
.account-wrap {
min-width:32.5%;
}
.footer-widget {
margin-left:12.5px;
margin-right:12.5px;
}
.search-wrap {
max-width:38%;
}
.footer-widget:first-child {
margin-left:0px;
}
.footer-widget:last-child {
margin-right:0px;
}
/*Information boxes*/
.information-boxes .columns {
max-width:20%;
}
.hide-for-large-only {
display:none;
}
}
/*Mobile Screens CSS*/
@media only screen and (max-width: 40em) {
.responsive-table {
overflow-x:scroll;
}
.call-to-action h4 {
line-height:normal;
}
.mega-menu .child-nav {
min-width:auto;
min-height:auto;
max-width:auto;
max-height:auto;
border:1px solid #ededed;
}
.backgroundstyle1 {
background-image:none;
background-size:cover;
}
.backgroundstyle2 {
background-image:none;
background-size:cover;
}
.second-child-nav {
top:0px !important;
}
.widget .menu li a {
clear:both;
position:relative;
}
/*Nav code ends*/
.logo {
max-width: calc(100% - 65px);
margin-right: 15px;
}
.row .small-12 {
margin-top:15px;
margin-bottom:15px;
}
.row .small-12:last-child {
margin-bottom:0px;
}
.row .small-12:first-child {
margin-top:0px;
}
.top-info-bar .row .small-12 {
margin-top:0px;
margin-bottom:0px;
}
/*Footer Settings*/
.footer-widget {
margin-bottom:15px;
}
.footerbottom ul {
text-align: center;
width: 100%;
border-bottom: 0px;
}
.copyrightinfo {
text-align:center;
}
.owl-prev , .owl-next {
position: relative;
}
.owl-prev:hover , .owl-next:hover {
position: relative;
}
.owl-next {
float:left;
right:0px!important;
margin-left:5px!important;
width:45px;
}
.owl-prev {
float:left;
left:0px;
width:45px!important;
margin-right:5px!important;
}
.owl-controls {
width:60px;
margin-top:30px;
}
.open-shop-banner .content-section img {
max-width:100%;
}
.featured-area .owl-prev {
right:0px;
}
.featured-area .owl-next {
right:0px;
}
.user-icon {
font-size:1.765rem;
}
.block-banner .banner-details p {
display:none;
}
.block-banner .banner-details .promo-title {
font-size:2rem;
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.right-colapse {
padding-left:0px;
}
.left-colapse {
padding-right:0px;
}
.tabs-title a {
margin-right:1px;
padding:5px;
border-bottom:1px solid #3b3d42;
margin-bottom:10px;
}
.bulk-price {
border-left:0px;
display:block;
margin-left:115px;
padding-left:0px;
}
.title-section .review-count {
display:none;
}
.title-section .bordered-light {
display:none;
}
.single-product-detail .thumbnails img {
margin-right:5px;
width:calc(20% - 5px);
height:auto;
}
}
/*-------------------------
Media Queries Ends
--------------------------*/ | 0.378574 | 0.040465 |
@media (min-width: 1400px) and (max-width: 1650px) {}
@media (min-width: 1200px) and (max-width: 1350px) {
.header_part .menu_part .navbar-brand {
font-size: 28px;
padding-right: 20px;
}
}
/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
.header_part .menu_part .navbar-brand {
font-size: 20px;
padding-right: 20px;
}
.header_part .menu_part .menu .nav-item .nav-link {
padding: 21px 0px;
margin: 0px 9px;
}
}
/* -- middium Device -- */
@media (min-width: 768px) and (max-width: 991px) {
.header_part .menu_part .navbar-brand {
font-size: 17px;
padding-right: 23px;
}
.navbar-light .navbar-toggler {
color: rgba(255, 255, 255, 1);
border-color: rgba(255, 255, 255, 1);
;
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.banner_part {
background-position: 53% 26%;
padding: 155px 0px 90px;
}
h1 {
font-size: 44px;
}
.header_part form .btn-outline-success {
margin-left: -9%;
}
.header_part .menu_part .menu .nav-item .nav-link {
color: #fff;
padding: 12px 0px;
margin: 0px 20px;
position: relative;
}
}
/* -- Phone Landscape -- */
@media (min-width: 576px) and (max-width: 767px) {
.header_part .menu_part .navbar-brand {
font-size: 17px;
padding-right: 23px;
}
.navbar-light .navbar-toggler {
color: rgba(255, 255, 255, 1);
border-color: rgba(255, 255, 255, 1);
;
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.banner_part {
padding: 135px 0px 70px;
}
h1 {
font-size: 31px;
}
.header_part form .btn-outline-success {
margin-left: -13%;
}
.header_part .menu_part .menu .nav-item .nav-link {
color: #fff;
padding: 12px 0px;
margin: 0px 20px;
position: relative;
}
.our_product_dtls_part .our_product_top .arrow_lf1 {
left: 0px;
}
.our_product_dtls_part .our_product_top .arrow_rt1 {
right: 0px;
}
}
/* mobile size 480 small Device. */
@media (min-width: 400px) and (max-width: 480px) {}
/* Extra small Device. */
@media (min-width: 320px) and (max-width: 575px) {
.header_part .menu_part .navbar-brand {
font-size: 17px;
padding-right: 23px;
}
.navbar-light .navbar-toggler {
color: rgba(255, 255, 255, 1);
border-color: rgba(255, 255, 255, 1);
;
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.banner_part {
padding: 135px 0px 70px;
}
h1 {
font-size: 31px;
}
.header_part .menu_part .menu .nav-item .nav-link {
padding: 12px 0px;
margin: 0px 20px;
}
.our_product_dtls_part .our_product_top .arrow_lf1 {
left: 0px;
}
.our_product_dtls_part .our_product_top .arrow_rt1 {
right: 0px;
}
} | public/contents/website/css/responisive.css | @media (min-width: 1400px) and (max-width: 1650px) {}
@media (min-width: 1200px) and (max-width: 1350px) {
.header_part .menu_part .navbar-brand {
font-size: 28px;
padding-right: 20px;
}
}
/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
.header_part .menu_part .navbar-brand {
font-size: 20px;
padding-right: 20px;
}
.header_part .menu_part .menu .nav-item .nav-link {
padding: 21px 0px;
margin: 0px 9px;
}
}
/* -- middium Device -- */
@media (min-width: 768px) and (max-width: 991px) {
.header_part .menu_part .navbar-brand {
font-size: 17px;
padding-right: 23px;
}
.navbar-light .navbar-toggler {
color: rgba(255, 255, 255, 1);
border-color: rgba(255, 255, 255, 1);
;
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.banner_part {
background-position: 53% 26%;
padding: 155px 0px 90px;
}
h1 {
font-size: 44px;
}
.header_part form .btn-outline-success {
margin-left: -9%;
}
.header_part .menu_part .menu .nav-item .nav-link {
color: #fff;
padding: 12px 0px;
margin: 0px 20px;
position: relative;
}
}
/* -- Phone Landscape -- */
@media (min-width: 576px) and (max-width: 767px) {
.header_part .menu_part .navbar-brand {
font-size: 17px;
padding-right: 23px;
}
.navbar-light .navbar-toggler {
color: rgba(255, 255, 255, 1);
border-color: rgba(255, 255, 255, 1);
;
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.banner_part {
padding: 135px 0px 70px;
}
h1 {
font-size: 31px;
}
.header_part form .btn-outline-success {
margin-left: -13%;
}
.header_part .menu_part .menu .nav-item .nav-link {
color: #fff;
padding: 12px 0px;
margin: 0px 20px;
position: relative;
}
.our_product_dtls_part .our_product_top .arrow_lf1 {
left: 0px;
}
.our_product_dtls_part .our_product_top .arrow_rt1 {
right: 0px;
}
}
/* mobile size 480 small Device. */
@media (min-width: 400px) and (max-width: 480px) {}
/* Extra small Device. */
@media (min-width: 320px) and (max-width: 575px) {
.header_part .menu_part .navbar-brand {
font-size: 17px;
padding-right: 23px;
}
.navbar-light .navbar-toggler {
color: rgba(255, 255, 255, 1);
border-color: rgba(255, 255, 255, 1);
;
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.banner_part {
padding: 135px 0px 70px;
}
h1 {
font-size: 31px;
}
.header_part .menu_part .menu .nav-item .nav-link {
padding: 12px 0px;
margin: 0px 20px;
}
.our_product_dtls_part .our_product_top .arrow_lf1 {
left: 0px;
}
.our_product_dtls_part .our_product_top .arrow_rt1 {
right: 0px;
}
} | 0.324556 | 0.083928 |