@charset "UTF-8";
.tizen {
  margin-top: 30px;
  margin-left: 24px;
  font-size: 14px;
  line-height: 1.5em;
  /* combo-box style */
}
.tizen:before,
.tizen:after {
  display: table;
  content: "";
}
.tizen:after {
  clear: both;
}
.tizen a,
.tizen a:link,
.tizen a:active {
  text-decoration: none;
  cursor: pointer;
  color: #2d5cc4;
}
.tizen a:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: underline;
  cursor: pointer;
  color: #1e9cd8;
}
.tizen strong {
  font-weight: bold;
  color: #2d2d2d;
}
.tizen p {
  color: #494949;
  margin: 14px 0;
}
.tizen h2 {
  font-size: 26px;
  margin-top: 40px;
  color: #2d2d2d;
}
.tizen h3 {
  font-size: 22px;
  margin: 20px 0;
  clear: left;
}
.tizen h4 {
  font-size: 1em;
}
.tizen h2.section-header {
  line-height: 1.8em;
}
.tizen a.read-more {
  color: #1d9cd8;
  font-size: 16px;
  background-image: url(http://developer.tizen.org/sites/all/themes/tizen_dev_theme/images/icons/arrows/readmore.png);
  background-position: right 5px;
  background-repeat: no-repeat;
  padding-right: 15px;
}
.tizen ul.list-no {
  list-style: none;
}
.tizen ul.list-no li {
  list-style: none;
}
.tizen ul.list-no li:before {
  content: '';
  padding-right: 0;
}
.tizen div.note,
.tizen div.caution,
.tizen div.tip {
  border-left-style: solid;
  border-left-width: 2px;
  color: #494949;
  margin: .8em 0;
  overflow: auto;
  padding: 20px 23px;
  width: auto;
}
.tizen div.note strong:first-child,
.tizen div.caution strong:first-child,
.tizen div.tip strong:first-child {
  display: block;
  margin: 0 0 8px 0;
}
.tizen div.note {
  background-color: #f9fbfc;
  border-left: 3px solid #0077c8;
}
.tizen div.caution {
  background-color: #ffefe8;
  border-left: 2px solid #f2a88f;
}
.tizen div.tip {
  background-color: #fff8de;
  border-left: 2px solid #f5d473;
}
.tizen ul,
.tizen .cke_editable ul,
.tizen ol,
.tizen .cke_editable ol {
  padding-left: 0;
  list-style: initial;
  margin: inherit;
  margin-left: 1.4em;
}
.tizen ol {
  list-style-type: decimal;
}
.tizen ul li,
.tizen .cke_editable ul li,
.tizen ol li,
.tizen .cke_editable ol li {
  padding: inherit;
}
.tizen ul li li,
.tizen .cke_editable ul li li,
.tizen ol li li,
.tizen .cke_editable ol li li {
  padding: initial;
}
.tizen ul ul,
.tizen .cke_editable ul ul {
  padding-left: 1em;
  list-style-type: circle;
}
.tizen ul ul ul,
.tizen .cke_editable ul ul ul {
  list-style-type: square;
}
.tizen .tizen ul.post-code-list,
.tizen .tizen ol.post-code-list {
  margin-left: 3.8em;
}
.tizen a.blue-pill {
  display: block;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 3px 12px 1px 12px;
  margin: 0 10px 8px 0;
  font-size: 1em;
  color: #494949;
  background-color: #e0f5ff;
  border: 1px solid #a6e3ff;
}
.tizen a.blue-pill:hover {
  background-color: #5ccbf6;
  color: white;
  border: 1px solid white;
  text-decoration: none;
}
.tizen a.squared-button {
  margin: 5px 20px 5px 0;
  display: block;
  font-size: 1.2em;
  line-height: 1.2em;
  text-transform: uppercase;
  background: #623580 url(http://developer.tizen.org/sites/all/themes/tizen_dev_theme/images/icons/arrows/white_right.png);
  background-repeat: no-repeat;
  background-position: right 10px bottom 13px;
  padding: 12px 35px 8px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  color: white !important;
  text-shadow: 1px 1px 1px #666;
  float: left;
}
.tizen a.squared-button:hover {
  background-color: #7c8890;
  text-decoration: none;
}
.tizen a.squared-button-reverse {
  margin: 5px 20px 5px 0;
  display: block;
  font-size: 1.2em;
  line-height: 1.2em;
  text-transform: uppercase;
  background: #7c8890 url(http://developer.tizen.org/sites/all/themes/tizen_dev_theme/images/icons/arrows/white_right.png);
  background-repeat: no-repeat;
  background-position: right 10px bottom 13px;
  padding: 12px 35px 8px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  color: white !important;
  text-shadow: 1px 1px 1px #666;
  float: left;
}
.tizen a.squared-button-reverse:hover {
  background-color: #623580;
  text-decoration: none;
}
.tizen .floatleft {
  float: left;
  margin: 1em 1em 1em 0;
}
.tizen .floatright {
  float: right;
  margin: 1em 0 1em 1em;
}
.tizen hr.dashed {
  display: block;
  border: 0;
  border-bottom: 1px dashed #CFCFCF;
  margin: 20px 0 10px 0;
  clear: left;
}
.tizen hr.solid {
  display: block;
  border: 0;
  border-bottom: 1px solid #ececec;
  margin: 20px 0 10px 0;
  clear: left;
}
.tizen .text-type1 {
  color: #dc6060 !important;
}
.tizen .text-type2 {
  color: #00b4af !important;
}
.tizen ul.list-type {
  margin: 0 0 0 0.8em !important;
  padding: 0;
}
.tizen ul.list-type li {
  margin: 0;
  padding: 5px 0 5px 14px;
  list-style: none;
  background: url(http://developer.tizen.org/sites/all/themes/tizen_dev_theme/images/blt-list-type1.png) no-repeat left 12px;
}
.tizen ul.list-type li ul {
  margin: 0;
  padding: 8px 0 0 5px;
}
.tizen ul.list-type li ul li {
  margin: 0;
  padding: 5px 0 5px 14px;
  list-style: none;
  background: url(http://developer.tizen.org/sites/all/themes/tizen_dev_theme/images/blt-list-type2.png) no-repeat left 12px;
}
.tizen ul.list-type li ul li ul li {
  margin: 0;
  padding: 5px 0 5px 14px;
  background: url(http://developer.tizen.org/sites/all/themes/tizen_dev_theme/images/blt-list-type3.png) no-repeat left 15px;
}
.tizen ul.list-type li ul li ul li ul li {
  margin: 0;
  padding: 5px 0 5px 12px;
  background: url(http://developer.tizen.org/sites/all/themes/tizen_dev_theme/images/blt-list-type4.png) no-repeat left 13px;
}
.tizen ul.list-type1 li {
  margin: 0;
  padding: 5px 0 5px 14px;
  list-style: none;
  background: url(http://developer.tizen.org/sites/all/themes/tizen_dev_theme/images/blt-list-type1.png) no-repeat left 12px;
}
.tizen ul.list-type2 li {
  margin: 0;
  padding: 5px 0 5px 14px;
  list-style: none;
  background: url(http://developer.tizen.org/sites/all/themes/tizen_dev_theme/images/blt-list-type2.png) no-repeat left 12px;
}
.tizen ul.list-type3 li {
  margin: 0;
  padding: 5px 0 5px 14px;
  list-style: none;
  background: url(http://developer.tizen.org/sites/all/themes/tizen_dev_theme/images/blt-list-type3.png) no-repeat left 15px;
}
.tizen ul.list-type4 li {
  margin: 0;
  padding: 5px 0 5px 14px;
  list-style: none;
  background: url(http://developer.tizen.org/sites/all/themes/tizen_dev_theme/images/blt-list-type4.png) no-repeat left 13px;
}
.tizen ol {
  padding-left: 0;
  margin-left: 1.4em;
}
.tizen ol.list-order li {
  list-style-type: decimal;
}
.tizen ol.list-order li li {
  list-style-type: lower-alpha;
}
.tizen ol.list-order li li li {
  list-style-type: lower-roman;
}
.tizen ol ol {
  padding-left: 1em;
}
.tizen div.note {
  background-color: #f9fbfc;
  border-left: 3px solid #0077c8;
  color: #494949;
  margin: .8em 0;
  overflow: auto;
  padding: 20px 23px;
  width: auto;
}
.tizen table,
.tizen table.views-table {
  width: 100%;
  border: none;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
}
.tizen table th,
.tizen table.views-table th {
  padding: 13px 20px 13px 20px;
  font-weight: normal;
  color: #2d2d2d;
  font-size: 1.14285714em;
  background: #fafafa;
  border-top: none;
  word-break: keep-all;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  word-break: normal;
}
.tizen table th p,
.tizen table.views-table th p {
  margin: 0;
}
.tizen table td,
.tizen table.views-table td {
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 16px 20px 16px 20px;
  font-weight: normal;
  color: #494949;
  font-size: 1em;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  word-break: normal;
}
.tizen table td:first-child,
.tizen table.views-table td:first-child {
  max-width: 200px;
}
.tizen table td p,
.tizen table.views-table td p {
  margin: 0;
}
.tizen tbody {
  border-top: 1px solid #ccc;
}
.tizen table tr:first-child th {
  border-top: 2px solid #2d2d2d;
}
.tizen a.top {
  display: none;
}
.tizen #toc-navigation,
.tizen .toc-navigation {
  display: none;
  float: right;
  margin: 0 0 30px 23px;
  width: 288px;
}
.tizen #toc-navigation#toc-navigation #profile,
.tizen .toc-navigation#toc-navigation #profile {
  margin: 0 0 10px 0;
}
.tizen #toc-navigation#toc-navigation #profile p,
.tizen .toc-navigation#toc-navigation #profile p {
  margin: 0;
}
.tizen #toc-navigation#toc-navigation #toc_border,
.tizen .toc-navigation#toc-navigation #toc_border {
  margin: 0 0 8px 0;
  padding: 0 23px 23px 23px;
  border: 1px solid #e5e5e5;
}
.tizen #toc-navigation#toc-navigation #toc_border .toc-title:first-child,
.tizen .toc-navigation#toc-navigation #toc_border .toc-title:first-child {
  margin: 5px 0 0 0;
  padding: 13px 0 12px 0;
  border: 0;
}
.tizen #toc-navigation#toc-navigation #toc_border .toc-title,
.tizen .toc-navigation#toc-navigation #toc_border .toc-title {
  margin: 16px 0 0 0;
  padding: 13px 0 12px 0;
  font-size: 16px;
  color: #494949;
  border-top: 1px solid #e5e5e5;
}
.tizen #container {
  width: 808px;
}
.tizen #container #contents .content {
  width: 100%;
  float: none;
}
.tizen ul {
  margin-left: 0;
}
.tizen ul > li {
  padding-left: 12px !important;
  list-style: none;
  background: url(http://developer.samsung.com/sd2_images/common/icon/blue_bullet.png) 0 8px no-repeat;
}
.tizen ul > li ul {
  padding: 5px 0;
}
.tizen ul > li ul li {
  padding-left: 12px !important;
  background: url(http://developer.samsung.com/sd2_images/common/icon/blue_bullet2.png) 0 8px no-repeat;
}
.tizen .form-select {
  width: 100%;
  height: 42px;
  line-height: 40px;
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  color: #555;
  display: inline-block;
  padding-left: 10px;
}
.tizen h1.title {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 2.2em;
  color: #2d2d2d;
  line-height: 100%;
}
.tizen .td-wrap-category {
  margin-top: 30px;
  overflow: hidden;
}
.tizen .td-wrap-category label {
  float: left;
  height: 50px;
  margin: 0 14px 0 0;
  color: #767676;
  font-weight: normal;
  line-height: 44px;
}
.tizen .td-wrap-category .form-type-select {
  float: left;
  min-width: 155px;
  margin: 0 45px 0 0;
}
.tizen .td-wrap-category a.read-more {
  float: right;
  margin: 11px 0 0 0;
  font-size: 14px;
}
.tizen dl.td-list-install {
  margin: 30px 0 0 0;
  padding: 0 0 15px 0;
  border-top: 2px solid #2d2d2d;
  overflow: hidden;
}
.tizen dl.td-list-install dt {
  padding: 30px 0 20px 0;
  font-size: 20px;
  color: #2d2d2d;
}
.tizen dl.td-list-install dd {
  margin: 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.tizen dl.td-list-install dd .td-info-install {
  float: left;
  margin-top: 6px;
  overflow: hidden;
}
.tizen dl.td-list-install dd .td-info-install .td-box-data {
  float: left;
  margin-right: 10px;
  display: block;
  height: 32px;
  padding: 0 16px;
  font-size: 14px;
  color: #494949;
  line-height: 32px;
  background-color: #e5e5e5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tizen dl.td-list-install dd .td-info-os {
  float: right;
  overflow: hidden;
}
.tizen dl.td-list-install dd .td-info-os span.td-data-os {
  display: block;
  float: left;
  height: 44px;
  font-size: 16px;
  color: #494949;
  line-height: 44px;
}
.tizen dl.td-list-install dd .td-info-os span.td-data-os a.td-btn-download {
  float: left;
  margin-left: 10px;
}
.tizen dl.td-list-install dd .td-info-os a.td-btn-download {
  float: left;
  margin-left: 10px;
}
.tizen dl.td-list-install dd a.td-btn-download {
  display: block;
  height: 42px;
  padding: 0 30px;
  font-size: 16px;
  color: #494949;
  line-height: 42px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tizen dl.td-list-install dd a.td-btn-download i {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 18px;
  background: url(https://developer.tizen.org/sites/all/themes/tizen_dev_theme/images/icon_download_b.png) no-repeat left top;
}
.tizen .td-wrap-note {
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.tizen .td-wrap-note h2 {
  margin-top: 30px;
}
.tizen .td-wrap-note ul {
  margin: 1em 0;
}
.tizen a[target="_blank"] {
  color: #2d5cc4 !important;
  background: url('http://developer.samsung.com/sd2_images/common/icon/blank2.png') no-repeat right 2px !important;
  display: inline !important;
  padding: 0 14px 0 0!important;
  word-break: break-all;
  margin-right: 2px;
}
a.external-link.ti-ico,
.tizen a.external-link.ti-ico {
  display: inline-block;
  padding: 2px 23px 2px 0;
  background: url(http://img-developer.samsung.com/images/gear/ico_external_ti_ico.png) no-repeat right 0 !important;
}
