/* - - - - - - - - - - - - - - - - -  start reset ----- */
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: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

.comment{
    color:#b4b3b3;
    font-style:italic;
    margin-bottom:5px
}
.editorStyle input{
    width:95%;
    /*background:#ffffff;*/
    margin:4px;
    border-style:solid;
    /*border-color:#4A79C2;*/
    border-color:#1450F5;
    border-width:1px;
}

.message-success {
    color: #50c11c;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.fieldListing li
{
    margin-bottom:12px;
    color:#5e5a5a;
}

.fieldListing div
{
    font-weight:bold;
    color:#2d466d;
}

.editorStyle select {
    width: 96%;
    /*background: #ffffff;*/
    margin: 4px;
    border-style: solid;
    border-color: #1450F5;
    border-width: 1px;
}

.smallEditorStyle input {
    width: 300px;
    background: #ffffff;
    margin: 4px;
    border-style: solid;
    border-color: #1450F5;
    border-width: 1px;
}

.smallEditorStyle textarea {
    background: #ffffff;
    margin: 4px;
    border-style: solid;
    border-color: #1450F5;
    border-width: 1px;
}

.smallEditorStyle select {
    width: 200px;
    background: #f3eee6;
    margin: 4px;
    border-style: solid;
    border-color: #f3eee6;
    border-width: 1px;
    border: 1px solid #bababa;
    border-top: 2px solid #a9a9a9;
}

.editingSection{
    background:#ebf0f5;
    padding:5px;
    margin:3px;
    border-radius: 10px;
}

.commonList table {
    width: 100%;
    border-style: solid;
    border-color: #1450F5;
    border-width: 1px;
    margin-bottom: 20px;
}

.cleartable table,td,th{
    width:auto;
    border-style:none;
    border-width:0px;
    border-collapse:collapse;
    padding:0px;
}

.commonHeader {
    font-size: 20px;
    border-color: #1450F5;
    margin-bottom: 30px;
    font-weight: bold;
}
    /*.commonHeader span {
        background-color: #d2f5ff;
    }*/

    .edit_link {
        background-image: url('../Images/icon_edit.png');
        background-repeat: no-repeat;
        width: 18px;
        height: 18px;
        display: block;
        text-indent: -9999px;
    }

.newMark
{
    color:white;
    background-color:green;
    display:inline-block;
    font-size:9px;
    vertical-align:text-top;
    margin-right:3px;
    padding-bottom:3px;
}

.delete_link
{
    background-image:url('../Images/icon_trash.png');
    background-repeat:no-repeat;
    width:18px;
    height:18px;
    display: block;
    text-indent: -9999px;
}

.commonSubHeader{
    font-size:17px;
    color:#1450F5;
    margin-bottom:10px;
  
}

.tableHeader{
    font-weight:bold;
    margin-bottom:10px;
    margin-top:30px;
}

.commonList td{
    border-style:solid;
    border-color:#1450F5;
    border-width:1px;
    padding:3px;
}
.commonList th{
    border-style:solid;
    border-color:#1450F5;
    background-color:#e7ecef;
    border-width:1px;
    padding:3px;
    font-weight:bold;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*select {
  -webkit-appearance: none;
}*/
*:focus,
select:focus,
textarea:focus,
input:focus {
  outline: none;
}
/* - - - - - - - - - - - - - - - - - end reset ----- */



/* - - - - - - - - - - - -  - - clearfix start ------*/
 .clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}
/* - - - - - - - - - - - - - - - - clearfix end ----- */



/* - - - - - - - - - - - - - - -general classes ----- */

.activeMark{
    font-weight:700;
    color:#44a024;
}
.inactiveMark{
    color:#bababa;
}

.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.horizontalLabel
{
    vertical-align: middle;
}

.disabledWorkflowStyle
{
    color:#7c8d9f;
}
.activityListStyle
{
    font-size:15px;
    min-height:120px;
    vertical-align:top;
}

.activityListStyle li
{
    background:#ffffff;
    padding:3px;
    margin:3px;
    white-space: normal;
}

.activityListStyle a:link,.activityListStyle a:visited {

    font-size:11px;
    color: #ffffff;
    background-color: #1450F5;
    margin-left:10px;
    text-align: center;
    padding: 2px;
    text-decoration: none;
    vertical-align:central;

    
}
.activityListStyle div
{
    position:absolute;
    right:19px;
    margin-top:-17px
}


.activityListStyle a:hover,.activityListStyle a:active {
    background-color: #97bbe0;
}



.templateListStyle li
{
    background:#e7ecef;
    padding:3px;
    margin:3px;
    white-space: normal;
}

.templateListStyle a:link,.templateListStyle a:visited {

    font-size:12px;
    color: #ffffff;
    background-color: #1450F5;
    margin-left:10px;
    text-align: center;
    padding: 2px;
    text-decoration: none;
    vertical-align:top;


    
}
.templateListStyle div
{
    position:absolute;
    right:19px;
    margin-top:-19px
}


.templateListStyle a:hover,.templateListStyle a:active {
    background-color: #97bbe0;
}


.editorContainer {
    border-width: 2px;
    border-style: solid;
    border-color: #0094ff;
    background: #dce3ee;
    margin: 10px;
    padding: 5px;
}

.right {
  float: right;
}
.left {
  float: left;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.hide {
  display: none;
}
.block_center {
  margin-left: auto;
  margin-right: auto;
}
.block {
  display: block;
}
.inline_block {
  display: inline-block;
}
.content_center {
  text-align: center;
}
.clear {
  clear: both;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.max_width {
  width: 100%;
}
.max_height {
}
.half_width {
  width: 49%;
}
.width_90 {
  width: 90%;
}
.no_text {
  text-indent: -9999px;
  overflow: hidden;
}
.link {
    text-decoration: none;
    color: #1450F5;
    -webkit-transition: color 150ms linear 0s;
    -moz-transition: color 150ms linear 0s;
    -ms-transition: color 150ms linear 0s;
    -o-transition: color 150ms linear 0s;
    transition: color 150ms linear 0s;
}
    .link:hover,
    .link:focus,
    .link:active {
        color: #7c9cf4;
    }

.add_link
{
      text-decoration: none;
      /*color: #007DC5;*/
      color : #1450F5;
      background: url('../Images/icon_add.png') no-repeat;
      display: block;
      text-indent: 30px;
      margin-top:10px;
      height:30px
}

.link_blue {
    /*height: 35px;*/
    padding: 8px 0;
    background: url('../img/kone_button_bg_new.png') repeat-x;
    color: #fff;
    font-size: 16px;
    text-align: center;
    /*  border-radius: 5px;
  border: 1px solid #007cc3;*/
    border-radius: 30px;
    border: 3px solid #1450F5;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    font-family: INTER;
}

.button_blue {
  height: 38px;
  padding: 8px 8px ;
  background: url('../img/kone_button_bg_new.png') repeat-x;
  color: #fff;
  font-size: 16px;
  text-align: center;
  /*border-radius: 5px;*/
  border-radius: 30px;
  /*border: 1px solid #007cc3;*/
  border: 3px solid #1450F5;
  cursor: pointer;
  font-weight:bold;

}

.button_blue:disabled {
  height: 38px;
  padding: 8px 0 ;
  background: url('../img/kone_button_disabled_bg.png') repeat-x;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 30px;
  border: 3px solid #333;
  cursor: pointer;
  opacity:0.5;
}

.kone_item {
    background: url('../img/kone_sprite.png') no-repeat;
    background-position-y: 50px;
}
.tooltip {
  display: none;
  position: absolute;
  width: 300px;
  border: 1px solid #bababa;
  background: #e9e9e9;
  background-image: linear-gradient(bottom, #E9E9E9 21%, #F2F2F2 61%);
  background-image: -o-linear-gradient(bottom, #E9E9E9 21%, #F2F2F2 61%);
  background-image: -moz-linear-gradient(bottom, #E9E9E9 21%, #F2F2F2 61%);
  background-image: -webkit-linear-gradient(bottom, #E9E9E9 21%, #F2F2F2 61%);
  background-image: -ms-linear-gradient(bottom, #E9E9E9 21%, #F2F2F2 61%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.21, #E9E9E9),  color-stop(0.61, #F2F2F2));
  border-radius: 5px;
  padding: 15px;
  color: #333;
}

/* - - - - - - - - - - - - - general classes end -----*/



/* - - - - - - - - - - - - - -box model classes ----- */
.margin_vert_20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.margin_vert_15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin_vert_8 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.margin_hor_20 {
  margin-left: 20px;
  margin-right: 20px;
}
.margin_hor_12 {
  margin-left: 12px;
  margin-right: 12px;
}
.margin_top_15 {
  margin-top: 15px;
}
.padding_vert_5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.padding_hor_5 {
  padding-left: 5px;
  padding-right: 5px;
}
.padding_hor_12 {
  padding-left: 12px;
  padding-right: 12px;
}
.width_200 {
  width: 200px;
}
/* - - - - - - - - - - - -box model classes end ----- */



/* - - - - - - - - - - - - - - - - - font styles -----*/
.fs_28 {
  font-size: 28px;
}
.fs_20 {
  font-size: 20px;
}
.fs_16 {
  font-size: 16px;
}
.fs_14 {
  font-size: 14px;
}
.fs_11 {
  font-size: 11px;
}
/* - - - - - - - - - - - - - - - font styles end -----*/



/* - - - - - - - - - - - - - - - element styles ----- */
/*html {
  font-family: Verdana, Arial, sans-serif;
  height: 100%;
}*/


@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter-Regular.ttf') format('truetype'),
         url('/fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html {
    font-family: INTER, Verdana, Arial, sans-serif;
    height: 100%;
}
body {
  height: 100%;
}
#container {
  max-width: 960px;
}
.top_header {
  height: 80px;
  width: 100%;
}
aside {
  top: 0;
  width: 66px;
  height: 100%;
  background: #1450F5;
  z-index: 2;
}
.lt-ie8 aside {
  margin-left: -79px;
}
aside header {
  overflow: hidden;
  background: #fff;
  height: 74px;
  padding-bottom: 5px;
}
section {
  margin-left: 80px;
  height: inherit;
}
.lt-ie8 section {
  zoom: 1;
}
footer {
  bottom :0;
  height: 70px;
  background: url('../img/kone_footer.png') no-repeat 100% 100%;
}
.nav_list li {
  width: 66px;
  height: 70px;
}
.nav_list a {
  color: #fff;
  text-decoration: none;
  height: 20px;
  width: 66px;
  padding-top: 50px;
}
.nav_list a.active,
.nav_list a:hover,
.nav_list li {
  background: url('../img/kone_sprite_icons.png') no-repeat;
}
.nav_list .nav_home {
  background-position: 50% 15px;
}
.nav_list .nav_templates {
  background-position: 50% -105px;
}
.nav_list .nav_upload {
  background-position: 50% -168px;
}
.nav_list .nav_logout {
  background-position: 50% -46px;
  bottom: 10px;
  left: 1px;
}
.nav_list li a.active,
.nav_list li a:hover {
  background-position: 53px -213px
}
#promo_wrapper_outer {
  overflow: hidden;
  display: table;
  max-width: 520px;
  margin: 0 auto;
}
#promo_wrapper_middle {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
#promo_description {
  padding-left: 135px;
  min-height: 155px;
  padding-top: 15px;
  margin: 0 auto;
}

.tag_list {
  padding-bottom: 80px;
}
.tag_elements_list_item {
  width: 410px;
  min-height: 115px;
  background: url('../img/kone_tag_element_border.png') no-repeat 0% 100%;
  padding-bottom: 0px;
  padding-right: 25px;
  margin-right: 10px;
  overflow: hidden;
}
.lt-ie9 .tag_elements_list_item.even {
  padding-right: 0;
}
.tag_elements_list_item:nth-child(even) {
  padding-right: 0;
}
.tag_elements_list_item .item_information {
  border-right: 1px solid #e5e5e5;
  width: 425px;
  height: 90px;
}
.tag_elements_list_item .item_long_information {
  border-right: 1px solid #e5e5e5;
  width: 425px;
  height: 130px;
}
.lt-ie8 .tag_elements_list_item div.item_information {
  position: relative;
  width: 285px;
  border: 0;
}
.tag_elements_list_item:nth-last-child(2),
.tag_elements_list_item:last-child {
  background: none;
}
.tag_elements_list_item:nth-child(even) .item_information {
  border: 0;
}
.tag_elements_list_item figure {
  float: left;
  max-width: 91px;
  width: 30%;
  padding-bottom: 25px;
}
.tag_elements_list_item p {
  width: 285px;
  height: 24px;
  overflow: hidden;
  line-height: 20px;
  cursor: help;
}
.tag_elements_list_item li a:first-child {
  padding-left: 0;
}
.tag_elements_list_item li a:after {
  content: '|';
  color: #000;
  font-style: normal;
  font-weight: bold;
  padding-left: 12px;
}
.tag_elements_list_item li:last-child a:after {
  content: '';
}
 @media only screen and (max-width: 959px) {
  .tag_elements_list_item {
    width: 95%;
    background: none;
    margin-right: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .tag_elements_list_item:nth-child(even) {
    padding-right: 25px;
  }
  .tag_elements_list_item .item_information {
    border: 0;
    width: 100%;
    height: auto;
  }
  .tag_elements_list_item input.width_200 {
    width: 50%;
  }
  .tag_elements_list_item p {
    width: auto;
    height: auto;
  }

 } 
/* - - - - - - - - - - - - - end element styles ----- */



/* - - - - - - - - - - - - - - -  header styles ---- */
.top_header {
  background: #fff;
}
aside h1 {
    margin-left: -16px;
    width: 145%;
    height: 35px;
    background: url('../img/kone_logo_new.png') no-repeat;
    background-position: center;
    background-size: cover;
}
.top_header h2 {
    margin-left: 62px;
    margin-top: 15px;
    width: 15%;
    height: 53%;
    /*background: url('../img/kone_header_text.jpg') no-repeat;*/
    background: url('../img/kone_tagline_new.png') no-repeat;
    background-position: center;
    background-size: cover;
}
/* - - - - - - - - - - - - - -end header styles ---- */



/* - - - - - - - - - - - - - - - - form styles ----- */
form.upload_form {
  padding-bottom: 90px;
}
label,
input,
textarea,
select {
  display: block;
}
input,
select,
textarea {
    border: 1px solid #bababa;
    border-top: 2px solid #a9a9a9;
    border-radius: 5px;
    background: #e9e9e9;
    /*background-image: linear-gradient(bottom, #E9E9E9 21%, #F2F2F2 61%);
    background-image: -o-linear-gradient(bottom, #E9E9E9 21%, #F2F2F2 61%);
    background-image: -moz-linear-gradient(bottom, #E9E9E9 21%, #F2F2F2 61%);
    background-image: -webkit-linear-gradient(bottom, #E9E9E9 21%, #F2F2F2 61%);
    background-image: -ms-linear-gradient(bottom, #E9E9E9 21%, #F2F2F2 61%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.21, #E9E9E9),  color-stop(0.61, #F2F2F2));*/
    background-image: linear-gradient(bottom, #f3eee6 21%, #f3eee6 61%);
    background-image: -o-linear-gradient(bottom, #f3eee6 21%, #f3eee6 61%);
    background-image: -moz-linear-gradient(bottom, #f3eee6 21%, #f3eee6 61%);
    background-image: -webkit-linear-gradient(bottom, #f3eee6 21%, #f3eee6 61%);
    background-image: -ms-linear-gradient(bottom, #f3eee6 21%, #f3eee6 61%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.21, #f3eee6), color-stop(0.61, #f3eee6));
    padding: 2px;
}
label span {
  color: #999;
}
fieldset {
  line-height: 20px;
}
fieldset.half_width {
  width: 415px;
}
fieldset.max_width {
  width: 875px
}
 @media only screen and (max-width: 959px) {
  fieldset.max_width,
  fieldset.half_width {
    width: 90%;
  }
  fieldset.half_width.right,
  fieldset.half_width.left {
    float: none;
  }
}
#submit_button {
  width: 207px;
  padding-left: 2px;
  padding-right: 2px;
  margin-right: -6px;
}
/*custom file input*/
.customfile-input {
  position: absolute;
  height: 100px;
  cursor: pointer;
  background: transparent;
  border: 0;
  opacity: 0;
  -moz-opacity: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  z-index: 999; 
}

.customfile {
  width: 410px; 
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #bababa;
  border-top: 2px solid #a9a9a9;
  border-radius: 5px;
  background: #e9e9e9;
  background-image: linear-gradient(bottom, #E9E9E9 21%, #F2F2F2 61%);
  background-image: -o-linear-gradient(bottom, #E9E9E9 21%, #F2F2F2 61%);
  background-image: -moz-linear-gradient(bottom, #E9E9E9 21%, #F2F2F2 61%);
  background-image: -webkit-linear-gradient(bottom, #E9E9E9 21%, #F2F2F2 61%);
  background-image: -ms-linear-gradient(bottom, #E9E9E9 21%, #F2F2F2 61%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.21, #E9E9E9),  color-stop(0.61, #F2F2F2));
  position: relative;
  padding: 2px;
}
 @media only screen and (max-width: 959px) {
  .customfile {
    width: 100%;
  }
 }
.customfile-disabled {
  opacity: .5;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  cursor: default;
}
.customfile-button {
  border: 1px solid #bababa;
  background-image: linear-gradient(bottom, #E9E9E9 21%, #F2F2F2 61%);
  background-image: -o-linear-gradient(bottom, #E9E9E9 21%, #F2F2F2 61%);
  background-image: -moz-linear-gradient(bottom, #E9E9E9 21%, #F2F2F2 61%);
  background-image: -webkit-linear-gradient(bottom, #E9E9E9 21%, #F2F2F2 61%);
  background-image: -ms-linear-gradient(bottom, #E9E9E9 21%, #F2F2F2 61%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.21, #E9E9E9),  color-stop(0.61, #F2F2F2));
  float: right;
  width: 160px;
  padding: .3em .6em;
  text-align: center;
  text-decoration: none;
  border-radius:5px;
}
.customfile-feedback {
  position: relative;
  top: 6px;
  left: 6px;
  padding: 2px;
  color: #262626;
}
.customfile-hover .customfile-button, .customfile-focus .customfile-button  {
  border-color:#aaa;
}
.customfile-focus .customfile-button {
  outline: 1px dotted #ccc;
}
/* - - - - - - - - - - - - - - -end form styles -----*/



/* - - - - - - - - - - - - - - temporary styles ----- */
footer {
  max-width: 960px;
  width: 100%;
}
/* - - - - - - - - - - - - end temporary styles ----- */

.item_description{
    overflow:hidden;
    white-space:nowrap; 
    text-overflow:ellipsis; 
    max-width:100%;
    line-height:normal;
}

.sub_item_description {
    overflow:hidden; 
    white-space: nowrap;
    text-overflow:ellipsis; 
    color: #797777;
    font-size: 10px;
}

h1.error{
    color:red;
    font-size:large;
}

h2.error{
    color:red
}

.nav_bar{
    color:white;
    margin-top:20px;
}

.nav_bar li {
    margin-top:20px;
    margin-bottom:10px
}
.nav_bar i {
    margin-bottom:5px
}

.nav_bar a:hover{
    color:#f1c6c6;
}

.nav_bar a:active{
    color:white;
}

.nav_bar a:visited{
    color:white;
}

.nav_bar a{
    color:white;
}
