html, body {
    height: 100%;
    font-family: "Arial","Helvetica","微軟正黑體","Microsoft JhengHei","黑體","SimHei","儷黑 Pro","LiHei Pro Medium","蘋果儷中黑","Apple LiGothic Medium","新細明體","PMingLiU","細明體","MingLiU","標楷體","DFKai-sb","sans-serif" !important;
    color: #333333;
    overflow-x: hidden;
}
hr {
    background-color: #dddddd;
    border-color: #dddddd;
    color: #dddddd;
}


/* override bootstrap.css style */
* {
    font-size: 16px;
    line-height: 18px;
}


/* SLS2016 App Color Style */

.color-menu {
    color: #09779f;
}
.color-menu-bg {
    background-color: #09779f;
}
.color-header {
    color: #f1f9fd;
}
.color-header-bg {
    background-color: #f1f9fd;
}
.color-current {
    color: #ff5e3c;
}
.color-current-bg {
    background-color: #ff5e3c;
}
.color-review {
    color: #ffa23c;
}
.color-review-bg {
    background-color: #ffa23c;
}
.color-study {
    color: #2cb960;
}
.color-study-bg {
    background-color: #2cb960;
}
.color-exam {
    color: #2b80a0;
}
.color-exam-bg {
    background-color: #2b80a0;
}
.color-prepare {
    color: #3a4dae;
}
.color-prepare-bg {
    background-color: #3a4dae;
}
.color-menu-link {
    color: #666666;
}


/* Title and Header Style */

.navbar-title {
    display: inline-block;
    width: 100px;
    font-size: 24px;
    line-height: 40px;
    color: #09779f;
    margin-left: 10px;
}
.navbar-title-toggle {
    display: none;
    font-size: 24px;
    color: #09779f;
    margin-bottom: 20px;
}
.navbar-label {
    font-size: 12px;
}
.navbar-brand {
    padding: 5px 0;
    z-index: 10;
}
.navbar-brand img {
    height: 30px;
    width: auto;
    margin: 0 auto;
}
.navbar-section {
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    margin-right: 10px;
}
.title {
    font-size: 18px;
    line-height: 16px;
    color: white;
}
.name-welcome {
    font-size: 18px;
    color: #999999;
}

.subtitle {
    font-size: 16px;
    line-height: 14px;
    color: #F6635C;
    text-align: right;
    padding-top: 20px;
    padding-bottom: 10px;
}

.header-01 {
    font-size: 24px;
    line-height: 20px;
    color: #39BD99;
    padding-top: 20px;
    padding-bottom: 15px;
}
.header-02 {
    font-size: 18px;
    line-height: 16px;
    color: #666666;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 30px;
}
.medm_little_font {
	font-size: 8pt;
}


/* Links Style */

a.link,
a.link:visited {
    color: white;
}
a.link:hover,
a.link:focus,
a.link:active {
    color: #F6635C;
    text-decoration: underline;
}

a.navlink {
    padding: 11px;
    border-left: 1px solid white;
}
a.navlink,
a.navlink:visited {
    color:white;
}
a.navlink:hover,
a.navlink:focus {
    background-color: rgba(255,255,255,0.5);
    text-decoration: none;
}
a.navlink.active {
    color:#09779f;
    background-color: rgba(255,255,255,1);
    text-decoration: none;
}

.fake_link,
.fake_link:visited {
	color: #09779f;
}
.fake_link:hover,
.fake_link:focus {
    text-decoration: underline;
}


/* Navbar Style */

.navbar {
    border: none !important; /* override bootstrap navbar style */
    margin: 0;
    padding: 0;
    display: inline-block;
    min-height: 40px; /* override default bootstrap navbar height */
    max-height: 40px; /* override default bootstrap navbar height */
}
.navbar-header {
    display: inline;
}
.navbar-main {
    margin-bottom: 0;
    border-radius: 0;
}
.navbar-toggle {
    display: block;
    border-radius: 0;
    height: 40px;
    margin-top: 0;
    margin-right: -15px;
    z-index: 20;
}
.navbar-collapse.collapse {
    display: none !important;
}
.navbar-collapse.in,
.navbar-collapse.collapsing {
    clear: both;
    display: block !important;
    border-left: 1px solid #dddddd;
    box-shadow: none;
}

.navbar-collapse .nav > li > a {
    height: 60px;
    line-height: 46px;
    color: #ffffff;
}
.navbar-collapse .nav > li > a:hover,
.navbar-collapse .nav > li > a:active,
.navbar-collapse .nav > li > a:visited,
.navbar-collapse .nav > li > a:focus {
    background-color: rgba(255,255,255,0.75);
    background-image: none;
    color: #ffffff;
}
.navbar-collapse .nav > li > a > span {
    font-size: 24px;
}

.navbar-nav {
    float: none !important;
    margin-top: 0;
    margin-bottom: 0;
}
.dropdown {
    float: none !important;
}

.dropdown-menu-text {
    line-height: 40px;
    margin-left: 10px;
}
.navbar-collapse .dropdown-menu > li > a {
    height: 50px;
    font-size: 16px;
    color: #ffffff;
}
.navbar-collapse .dropdown-menu > li > a:hover,
.navbar-collapse .dropdown-menu > li > a:active,
.navbar-collapse .dropdown-menu > li > a:focus {
    background-color: rgba(255,255,255,0.5);
    background-image: none;
    color: white;
}

/* override jasny-bootstrap.css */
.navmenu {
    width: 240px;
}
.canvas-sliding {
  -webkit-transition: top 0.5s, left 0.5s, bottom 0.5s, right 0.5s;
          transition: top 0.5s, left 0.5s, bottom 0.5s, right 0.5s;
}

/* Burger Icon */
#burger-toggle .icon-bar {
    background-color: white;
    width: 22px;
}
#burger-toggle .bar-top, #burger-toggle .bar-middle, #burger-toggle .bar-bottom {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
#burger-toggle .bar-top {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -moz-transform: rotate(45deg);
    -moz-transform-origin: 10% 10%;
    -o-transform: rotate(45deg);
    -o-transform-origin: 10% 10%;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: 10% 10%;
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
#burger-toggle .bar-middle {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
}
#burger-toggle .bar-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -moz-transform: rotate(-45deg);
    -moz-transform-origin: 10% 90%;
    -o-transform: rotate(-45deg);
    -o-transform-origin: 10% 90%;
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: 10% 90%;
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
#burger-toggle.collapsed .bar-top {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
#burger-toggle.collapsed .bar-middle {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
}
#burger-toggle.collapsed .bar-bottom {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

/* Arrow Icon */
#arrow-toggle .icon-bar {
    background-color: white;
    width: 16px;
}
#arrow-toggle .bar-left, #arrow-toggle .bar-center, #arrow-toggle .bar-right {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
#arrow-toggle .bar-left {
    -webkit-transform-origin: top right;
    -webkit-transform: translateX(-7px) translateY(10px) rotate(45deg);
    -moz-transform-origin: top right;
    -moz-transform: translateX(-7px) translateY(10px) rotate(45deg);
    -o-transform-origin: top right;
    -o-transform: translateX(-7px) translateY(10px) rotate(45deg);
    -ms-transform-origin: top right;
    -ms-transform: translateX(-7px) translateY(10px) rotate(45deg);
    transform-origin: top right;
    transform: translateX(-7px) translateY(10px) rotate(45deg);
}
#arrow-toggle .bar-right {
    -webkit-transform-origin: top left;
    -webkit-transform: translateX(7px) translateY(4px) rotate(-45deg);
    -moz-transform-origin: top left;
    -moz-transform: translateX(7px) translateY(4px) rotate(-45deg);
    -o-transform-origin: top left;
    -o-transform: translateX(7px) translateY(4px) rotate(-45deg);
    -ms-transform-origin: top left;
    -ms-transform: translateX(7px) translateY(4px) rotate(-45deg);
    transform-origin: top left;
    transform: translateX(7px) translateY(4px) rotate(-45deg);
}
#arrow-toggle.collapsed .bar-left {
    -webkit-transform-origin: top right;
    -webkit-transform: translateX(-8px) translateY(6px) rotate(-45deg);
    -moz-transform-origin: top right;
    -moz-transform: translateX(-8px) translateY(6px) rotate(-45deg);
    -o-transform-origin: top right;
    -o-transform: translateX(-8px) translateY(6px) rotate(-45deg);
    -ms-transform-origin: top right;
    -ms-transform: translateX(-8px) translateY(6px) rotate(-45deg);
    transform-origin: top right;
    transform: translateX(-8px) translateY(6px) rotate(-45deg);
}
#arrow-toggle.collapsed .bar-right {
    -webkit-transform-origin: top left;
    -webkit-transform: translateX(8px) translateY(0px) rotate(45deg);
    -moz-transform-origin: top left;
    -moz-transform: translateX(8px) translateY(0px) rotate(45deg);
    -o-transform-origin: top left;
    -o-transform: translateX(8px) translateY(0px) rotate(45deg);
    -ms-transform-origin: top left;
    -ms-transform: translateX(8px) translateY(0px) rotate(45deg);
    transform-origin: top left;
    transform: translateX(8px) translateY(0px) rotate(45deg);
}


/* Header Style */

.header {
    position: fixed;
    top: 40px;
    xmargin-top: 40px;
    xmargin-right: 20px;
    padding: 0;
    width: 100%;
    z-index: 1000;
    /* To fix the iPad scroll issues with fixed content */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: auto;
}
.header-main {
    font-size: 16px;
    color: #ffffff;
    padding: 10px 0;
}
.header-main-home {
    display: block;
    height: 100%;
    font-size: 24px;
    line-height: 33px;
    color: #ffffff;
    padding: 0;
}
.header-main-home > a {
    padding-top: 5px;
    padding-left: 45%;
    margin-top:-2px;
    padding-bottom:2px;
}
.header-main-home > a:hover,
.header-main-home > a:active,
.header-main-home > a:focus {
    background-color: rgba(255,255,255,0.5);
    background-image: none;
    color: white;
}


/* Tab Style */

/* Upside Down Tab */

.tabs-chapter {
    xposition: fixed;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    z-index: 2000;
    /* To fix the iPad scroll issues with fixed content */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    xoverflow-x: hidden;
    xoverflow-y: scroll;
    x-webkit-overflow-scrolling: auto;
    background-color: white !important;
}
.nav-tabs {
    margin: 0 -10px;
    border-bottom: 0px;
    border-top: 1px solid #ddd;
    background-color: white !important;
}
.nav-tabs > li {
    margin-bottom: 0px;
    margin-top: -1px;
}
.nav-tabs > li > a {
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    color: black;
    background-color: white;
    border: 1px solid transparent;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;
    x-moz-border-radius-bottomright: 5px;
    x-webkit-border-bottom-right-radius: 5px;
    xborder-bottom-right-radius: 5px;
    x-moz-border-radius-bottomleft: 5px;
    x-webkit-border-bottom-left-radius: 5px;
    xborder-bottom-left-radius: 5px;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:visited,
.nav-tabs > .active > a:hover, 
.nav-tabs > .active > a:focus {
    color: #09779f !important;
    cursor: default;
    background-color: white;
    border: 1px solid #ddd !important;
    border-top-color: transparent;
}
.nav-tabs > .disable > a,
.nav-tabs > .disable > a:visited,
.nav-tabs > .disable > a:hover, 
.nav-tabs > .disable > a:focus {
    color: black;
    xcursor: default;
    background-color: white;
    border: 1px solid transparent;
    border-top: 1px solid #ddd !important;
    border-top-color: transparent;
}
.tab-content {
    padding:10px;
    border:1px solid #ddd;
    border-bottom:0px;
    padding-top: 10px;
}

/* Tab Arrows */

#tabs {
	overflow:hidden;
    white-space: nowrap;
    z-index: -1;
}
#tabs > li {
   	float:none;
    display:inline-block;
}
.arrow {
    padding:12px;
    position:absolute;
    background-color:#fff;
    z-index:2;
}
#tabs-arrow-left {
  	left:0;
    display: none;
}
#tabs-arrow-right {
  	right:0;
    display: none;
}


/* App Menu Properties */

.menu {
    padding: 0px;
    padding-top: 50px;
    padding-bottom: 0;
}
.menu-item {
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
    padding-bottom: 10px !important;
}
.menu-left {
    margin: 0 !important;
    padding: 0 !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
    padding-bottom: 10px !important;
}
.menu-right {
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 10px !important;
}
.menu-icon {
    padding-top: 10%;
    padding-bottom: 5%;
    padding-left: 20%;
    padding-right: 20%;
}
.menu-thumbnail img {
    width: 100%;
    transition: transform 0.4s;
}
.menu-thumbnail p {
    height: 40px;
    overflow: hidden;
}
.menu-thumbnail:hover img{
    transform: scale(0.8);
}
.menu-thumbnail:hover {
    background: rgba(2,93,171,0.2);
    transition: transform 0.4s;
    color: black;
}
.menu-thumbnail .caption {
    font-size: 20px;
    line-height: 60px;
    color: #ffffff;
    padding: 0;
}
.menu-title {
    font-size: 18px;
    line-height: 40px;
    color: white;
    text-align: center;
}
.menu-news {
    font-size: 16px;
    color: #999999;
}
.menu-news-title {
    font-size: 18px;
    color: white;
    text-align: center;
}
.menu-news-date {
    font-size: 16px;
    font-style: italic;
    color: #09779F;
}


/* Content Style */

.content {
    padding-top: 42px;
    padding-bottom: 100px;
}
.content .caption {
    display: block;
    height: 30px;
    background-color: #999999;
    font-size: 14px;
    color: white;
    padding: 5px;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
}
.content-text {
    padding: 10px;
    padding-top: 10px;
}

.content-text-subheading {
    padding-left: 10px;	
	padding-right: 10px;	
    padding-top: 10px;	
	font-weight: bold;
}

.content-text-inner {
    padding-left: 10px;	
	padding-right: 10px;
}

.content-text-refans {
	color: #EB4D4D;
}

/* Footer Style */

#footer {
    z-index: 3000;
    padding: 0;
}
.footer-copyright {
    width: 100%;
    word-wrap: break-word;
    text-align: center;
    font-size: 11px;
    xline-height: 40px;
    color: #09779f;
}
.footer-copyright a,
.footer-copyright a:visited {
    font-size: 11px;
    color: #09779f;
}
.footer-copyright a:hover, 
.footer-copyright a:active,
.footer-copyright a:focus {
    color: #055b7c;
    text-decoration: underline;
}


/* Line Style */

.line-left {
    display: inline-block;
    border-left: 1px solid white;
}

.line-right {
    display: inline-block;
    border-right: 1px solid white;
}


/* Thumbnail */

.thumbnail { /* override bootstrap.css style */
    box-shadow: none;
    border: none;
    border-radius: 0;
    border-bottom: solid 1px #dddddd;
    margin-bottom: 0px;
}
.thumbnail img {
    xmax-width: 100px;
    width: 100%;
    margin: 10px;
    border-radius: 10px;
}
.thumbnail .caption-title {
    font-size: 18px;
    text-align: left;
}
.thumbnail .caption {
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    padding-left: 20px;
    padding-right: 0;
    text-align: left;
}


/* Shadow Properties */

.shadow-inset-left {
    position: relative;
    xoverflow: hidden;
    xdisplay: inline-block;
}
.shadow-inset-left:after {
    position:absolute;
    content:'';
    border-radius: 100%;
    top: 0;
    bottom: 0;
    left: -5%;
    right: 100%;
    -webkit-box-shadow: 0 0 8px 4px rgba(0,0,0,0.5);
    -o-box-shadow: 0 0 8px 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 8px 4px rgba(0,0,0,0.5);
    box-shadow: 0 0 8px 4px rgba(0,0,0,0.5);
}
.shadow-inset-right {
    position: relative;
    xoverflow: hidden;
    xdisplay: inline-block;
}
.shadow-inset-right:after {
    position:absolute;
    content:'';
    border-radius: 100%;
    top: 0;
    bottom: 0;
    left: 100%;
    right: -5%;
    -webkit-box-shadow: 0 0 8px 4px rgba(0,0,0,0.5);
    -o-box-shadow: 0 0 8px 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 8px 4px rgba(0,0,0,0.5);
    box-shadow: 0 0 8px 4px rgba(0,0,0,0.5);
}
.shadow-inset-top {
    position: relative;
    xoverflow: hidden;
    xdisplay: inline-block;
}
.shadow-inset-top:after {
    position:absolute;
    content:'';
    border-radius: 100%;
    top: -30%;
    bottom: 100%;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 8px 4px rgba(0,0,0,0.5);
    -o-box-shadow: 0 0 8px 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 8px 4px rgba(0,0,0,0.5);
    box-shadow: 0 0 8px 4px rgba(0,0,0,0.5);
}
.shadow-inset-bottom {
    position: relative;
    xoverflow: hidden;
    xdisplay: inline-block;
}
.shadow-inset-bottom:after {
    position:absolute;
    content:'';
    border-radius: 100%;
    top: 100%;
    bottom: -30%;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 8px 4px rgba(0,0,0,0.5);
    -o-box-shadow: 0 0 8px 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 8px 4px rgba(0,0,0,0.5);
    box-shadow: 0 0 8px 4px rgba(0,0,0,0.5);
}


/* News */

.news-content {
    padding: 0 15px;
}



/* Common Style */

/* color */
.color-black {
    color: black;
}
.color-white {
    color: white;
}
.color-yellow {
    color: yellow;
}
.color-light-blue {
    color: #ccffff;
}

/* padding */
.p-top-0 {
    padding-top: 0px;
}
.p-top-4 {
    padding-top: 4px;
}
.p-top-5 {
    padding-top: 5px;
}
.p-top-8 {
    padding-top: 8px;
}
.p-top-10 {
    padding-top: 10px;
}
.p-top-15 {
    padding-top: 15px;
}
.p-top-20 {
    padding-top: 20px;
}
.p-top-25 {
    padding-top: 25px;
}
.p-top-30 {
    padding-top: 30px;
}
.p-top-35 {
    padding-top: 35px;
}
.p-top-40 {
    padding-top: 40px;
}
.p-top-45 {
    padding-top: 45px;
}
.p-top-50 {
    padding-top: 50px;
}
.p-bottom-0 {
    padding-bottom: 0px;
}
.p-bottom-5 {
    padding-bottom: 5px;
}
.p-bottom-10 {
    padding-bottom: 10px;
}
.p-bottom-15 {
    padding-bottom: 15px;
}
.p-bottom-20 {
    padding-bottom: 20px;
}
.p-bottom-25 {
    padding-bottom: 25px;
}
.p-bottom-30 {
    padding-bottom: 30px;
}
.p-bottom-35 {
    padding-bottom: 35px;
}
.p-bottom-40 {
    padding-bottom: 40px;
}
.p-bottom-45 {
    padding-bottom: 45px;
}
.p-bottom-50 {
    padding-bottom: 50px;
}
.p-left-0 {
    padding-left: 0px;
}
.p-left-5 {
    padding-left: 5px;
}
.p-left-10 {
    padding-left: 10px;
}
.p-left-15 {
    padding-left: 15px;
}
.p-left-20 {
    padding-left: 20px;
}
.p-left-25 {
    padding-left: 25px;
}
.p-left-30 {
    padding-left: 30px;
}
.p-left-35 {
    padding-left: 35px;
}
.p-left-40 {
    padding-left: 40px;
}
.p-left-45 {
    padding-left: 45px;
}
.p-left-50 {
    padding-left: 50px;
}
.p-right-0 {
    padding-right: 0px;
}
.p-right-5 {
    padding-right: 5px;
}
.p-right-10 {
    padding-right: 10px;
}
.p-right-15 {
    padding-right: 15px;
}
.p-right-20 {
    padding-right: 20px;
}
.p-right-25 {
    padding-right: 25px;
}
.p-right-30 {
    padding-right: 30px;
}
.p-right-35 {
    padding-right: 35px;
}
.p-right-40 {
    padding-right: 40px;
}
.p-right-45 {
    padding-right: 45px;
}
.p-right-50 {
    padding-right: 50px;
}
.p-all-0 {
    padding: 0;
}
.p-all-5 {
    padding: 5px;
}
.p-all-10 {
    padding: 10px;
}

/* margin */
.m-top-0 {
    margin-top: 0px;
}
.m-top-4 {
    margin-top: 4px;
}
.m-top-5 {
    margin-top: 5px;
}
.m-top-8 {
    margin-top: 8px;
}
.m-top-10 {
    margin-top: 10px;
}
.m-top-15 {
    margin-top: 15px;
}
.m-top-20 {
    padding-top: 20px;
}
.m-top-25 {
    margin-top: 25px;
}
.m-top-30 {
    margin-top: 30px;
}
.m-top-35 {
    margin-top: 35px;
}
.m-top-40 {
    margin-top: 40px;
}
.m-top-45 {
    margin-top: 45px;
}
.m-top-50 {
    margin-top: 50px;
}
.m-bottom-0 {
    margin-bottom: 0px;
}
.m-bottom-5 {
    margin-bottom: 5px;
}
.m-bottom-10 {
    margin-bottom: 10px;
}
.m-bottom-15 {
    margin-bottom: 15px;
}
.m-bottom-20 {
    margin-bottom: 20px;
}
.m-bottom-25 {
    margin-bottom: 25px;
}
.m-bottom-30 {
    margin-bottom: 30px;
}
.m-bottom-35 {
    margin-bottom: 35px;
}
.m-bottom-40 {
    margin-bottom: 40px;
}
.m-bottom-45 {
    margin-bottom: 45px;
}
.m-bottom-50 {
    margin-bottom: 50px;
}
.m-left-0 {
    padding-left: 0px;
}
.m-left-5 {
    padding-left: 5px;
}
.m-left-10 {
    padding-left: 10px;
}
.m-left-15 {
    margin-left: 15px;
}
.m-left-20 {
    margin-left: 20px;
}
.m-left-25 {
    margin-left: 25px;
}
.m-left-30 {
    margin-left: 30px;
}
.m-left-35 {
    margin-left: 35px;
}
.m-left-40 {
    margin-left: 40px;
}
.m-left-45 {
    margin-left: 45px;
}
.m-left-50 {
    margin-left: 50px;
}
.m-right-0 {
    margin-right: 0px;
}
.m-right-5 {
    margin-right: 5px;
}
.m-right-10 {
    margin-right: 10px;
}
.m-right-15 {
    margin-right: 15px;
}
.m-right-20 {
    margin-right: 20px;
}
.m-right-25 {
    margin-right: 25px;
}
.m-right-30 {
    margin-right: 30px;
}
.m-right-35 {
    margin-right: 35px;
}
.m-right-40 {
    margin-right: 40px;
}
.m-right-45 {
    margin-right: 45px;
}
.m-right-50 {
    margin-right: 50px;
}
.m-all-0 {
    margin: 0px;
}
.m-all-5 {
    margin: 5px;
}
.m-all-10 {
    margin: 10px;
}
.m-all-15 {
    margin: 15px;
}
.m-all-20 {
    margin: 20px;
}

/* margin */
.abs-top-0 {
    position: absolute;
    top: 0px;
    margin-top: 0px;
}
.abs-top-10 {
    position: absolute;
    top: 0px;
    margin-top: 10px;
}
.abs-top-20 {
    position: absolute;
    top: 0px;
    margin-top: 20px;
}
.abs-bottom-0 {
    position: absolute;
    margin-bottom: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.abs-bottom-10 {
    position: absolute;
    margin-bottom: 10px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.abs-bottom-20 {
    position: absolute;
    margin-bottom: 20px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.abs-right-0 {
    position: absolute;
    right: 0px;
    margin-right: 0px;
}
.abs-right-10 {
    position: absolute;
    right: 0px;
    margin-right: 10px;
}
.abs-right-20 {
    position: absolute;
    right: 0px;
    margin-right: 20px;
}
.abs-right-30 {
    position: absolute;
    right: 0px;
    margin-right: 30px;
}

.no-padding {
    padding: 0 ! important;
}
.no-margin {
    margin: 0 !important;
}

/* nogutter */
.row.nogutter {
    margin-left: 0;
    margin-right: 0;
}
.row.nogutter [class*='col-']:not(:first-child),
.row.nogutter [class*='col-']:not(:last-child) {
    padding-left: 0;
    padding-right: 0;
}

.center-block {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.borderless tr td {
    border: none !important;
}

.display-inline {
    display: inline-block;
    white-space: nowrap;
}

/* Fix dropdowns not responding on touch input on iOS */
.dropdown-backdrop {
    position: static;
}


/* Media quary targets different devices */

    /* Custom */
/*
    @media (max-width: 300px) {
        .navbar-title {
            display: none;
        }
        .navbar-title-toggle {
            display: inline-block;
            font-size: 24px;
            color: #09779f;
            margin-bottom: 20px;
        }
    }
*/
    /* Portrait phones and smaller, xs only */
    @media (max-width: 480px) {}

    /* Landscape phones and portrait tablets, sm and down */
    @media (max-width: 767px) {}

    /* Portrait tablets and small desktops, sm only */
    @media (min-width: 768px) and (max-width: 991px) {
        .container {
            width: 100%;
        }
    }

    /* Landscape tablets and medium desktops, md only */
    @media (min-width: 992px) and (max-width:1199px) {}

    /* Large desktops and laptops, lg and up */
    @media (min-width: 1200px) {}


/* Media quary targets high resolution screens */

@media (min-resolution: 192dpi), (-webkit-min-device-pixel-radio: 2), (min-moz-device-pixel-radio: 2), (-o-min-device-pixel-radio: 2/1), (min-resolution: 2dppx) {

    
}



.login-title {
    font-size: 16px;
    color: #666666;
    margin: 0;
}
.app-login {
    padding: 0 40px;
}
.app-login-title {
    font-size: 24px;
    color: #025DAB;
    margin: 0;
}
.bg-image img {
    display: block;
    width: 100%;
    margin: auto;
}
.top-20 {
    padding-top: 20px;
}
.top-30 {
    padding-top: 30px;
}
.bottom-20 {
    padding-bottom: 20px;
}
.bottom-30 {
    padding-bottom: 30px;
}
