html{height:100%}
body{height:100%; margin:0; padding:0;}

body,
.plain-text{line-height:normal;font-family:Verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px; color:#333;}

div.body {min-height:600px; margin-bottom:30px;}

footer {text-align:center; height:10px; width:100%;}

.help {
font-weight: bold; color: white;background-color: #999;-webkit-border-radius: 3px; padding:2px 6px; border-radius:12px; margin: 0px 5px; cursor: pointer; font-size:12px	
}

iframe.ajaxupload {height: 24px; margin: 0; display: inline-block; border:none; }

input,input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"],textarea{border-radius:0;-webkit-border-radius:0;}

a,.help-block a{color:#005984; text-decoration:none;}
p>a,.control-group a{text-decoration:underline;}

a:hover,.help-block a:hover,a:active, .help-block a:active{color:#00AEEF;text-decoration:none;}

p>a:hover,.control-group a:hover,p>a:active,.control-group a:active{text-decoration:none;}

/* ===================================================================================== */
/* Main Sprite CSS */
/* ===================================================================================== */

.main-sprite{
  background-image:url('/images/main-sprite.png');
  background-repeat:no-repeat;
}

.main-sprite.logo{
  
}

/* ===================================================================================== */
/* Liquid Layout (footer/content) CSS */
/* ===================================================================================== */

  #wrapper {
    min-height:100%;
    position:relative;
  }
  #header {
    margin-top:5px;
    margin-bottom:15px;
  }
  #content {
    padding-top:10px;
    padding-left:0;
    padding-right:0;
    padding-bottom:55px;   /* Height of the footer element */
  }

  #footer {
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
    height:55px;
  }
  
  #cookieConsent {
    width:100%;
    position:fixed;
    bottom: 0;
    left:0;
    display: none;
    z-index: 1000;
    overflow: hidden;
    padding: 1em 1.8em;
    align-items: center;
    box-sizing: border-box;
    background-color: #f9f9f9;
    border-top: 3px solid #00adef;
  }
  
  #cookieConsent .cookieConsentButton {
    border: none;
    float: right;
    height: 44px;
    color: white;
    line-height: 2;
    cursor: pointer;
    font-size: 14px;
    min-width: 150px;
    border-radius: 4px;
    background: #006eab;
    margin-left: 10px;
  }

  /* Footer language buttons */
  #footer .languages>div{
    border: 1px solid #BEBEBE;
    width:15px; 
    height: 9px;
    margin-left:5px
  }


/* ===================================================================================== */
/* Top Navbar CSS */
/* ===================================================================================== */

  /*top navigation styling*/
  #pressrun-topnav {
    height:30px;
    background:#0ba9dc url('/images/pressrun/topnav-sprite.png') no-repeat right top;
  }
  #pressrun-topnav ul {
    list-style-type:none;
    margin:0;
    padding:0;
    overflow:hidden;
  }
  #pressrun-topnav li {
    list-style-type:none;
    float:right;
  }
  #pressrun-topnav a:link,#pressrun-topnav a:visited {
    display:block;
    height:30px;
    text-decoration:none;
    text-indent:-9999px;
  }

  /*top navigation buttons*/

  /*mypressrun button*/
  #pressrun-topnav #topnav-mypressrun {
    width:128px;
    background: url('/images/pressrun/topnav-sprite.png') 0 60px;
  }

  /*forums button*/
  #pressrun-topnav #topnav-forums {
    width:97px;
  }
  #pressrun-topnav #topnav-forums a:hover, #pressrun-topnav #topnav-forums a:active {
    background: url('/images/pressrun/topnav-sprite.png') -128px 30px;
  }

  /*help button*/
  #pressrun-topnav #topnav-help {
    width:81px;
  }
  #pressrun-topnav #topnav-help a:hover, #pressrun-topnav #topnav-help a:active {
    background: url('/images/pressrun/topnav-sprite.png') -225px 30px;
  }

  /*information button*/
  #pressrun-topnav #topnav-information {
    width:114px;
  }
  #pressrun-topnav #topnav-information a:hover, #pressrun-topnav #topnav-information a:active {
    background: url('/images/pressrun/topnav-sprite.png') -306px 30px;
  }
  
  .modal-open .popover{
  z-index:950;
  }
  /**
  .modal-open .dropdown-menu{
    z-index:951;
  
  }
  **/
  
  .modal-body.noscroll {overflow-y:visible; max-height:none}
  
  .modal form {margin:0}
  
  .formSubmitted{}
  
  .rule{background-color:#c8c8c8;}
  .rule.horizontal{width:100%; height:1px;margin-bottom:15px;}
  
/* ===================================================================================== */
/* Modal popup CSS */
/* ===================================================================================== */


  .modal{
    /*margin:-287px 0 0 -265px;*/
    margin-right:0;
    margin-left:-265px;
     position:absolute;
  }
    
  .modal,
  .modal-block{
    width:530px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    border:1px solid #c5c5c5;
    background-image: -moz-linear-gradient(top, #fafafa, #e7e7e7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e7e7e7));
    background-image: -webkit-linear-gradient(top, #fafafa, #e7e7e7);
    background-image: -o-linear-gradient(top, #fafafa, #e7e7e7);
    background-image: linear-gradient(to bottom, #fafafa, #e7e7e7);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe7e7e7', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  
  .modal.edit-content{
    margin-left:-460px;
  }

  /* MODAL HEADER */
  .modal .modal-header,
  .container.signin>.modal-block .modal-header{
    background-color:rgba(183,183,183,0.2);
    padding:3px 23px;
  }
  
  .modal .modal-body h3.header,
  .modal .modal-header>h3,
  .modal-block .modal-header>h3{
    text-align:left;
    color:#646464;
    font-family:verdana, arial, helvetica, sans-serif;
    font-size:16px;
    font-weight:bold;
  }  
  
  
  /* MODAL BODY */
  .modal .modal-body{
    max-height:initial;
    padding: 17px 15px;
    overflow:visible;
  }
  
  .modal .modal-body h3.header{
    margin:0 0 10px 0;
    padding: 0;
    line-height: 35px;
    background-color: rgba(183,183,183,0.2);
    padding-left: 23px;

  }
  
  .modal form.form-horizontal .modal-body .container-fluid{
    padding:0px;
  }
  
  .form-horizontal .control-group {
    margin-bottom: 17px;
   }
  
  .container.signin>.modal-block .modal-body{
    margin-bottom:0;
    /*padding-bottom:0;*/
  }
  
  .modal-footer .control-block,
  .modal-body .control-group{
    position:relative;
    margin-bottom:17px;
  }  
  
  .modal-footer .control-block:last-of-type,
  .modal-body .control-group:last-of-type{
    margin-bottom:0;
  }
  
  .modal-footer .control-block .control-label,
  .modal-body .control-group .control-label{
    width:34%;
  }
  
  .form-horizontal .modal-footer .control-block .controls,
  .form-horizontal .modal-body .control-group .controls {
    margin-left:185px;
  }
  
  .form-horizontal .modal-footer .control-block .controls .help-block,
  .form-horizontal .modal-body .control-group .controls .help-block{
    font-size:10px;
  }
  
  .modal-body .control-group .controls .select2-container .select2-choice,
  .select2-container .select2-choice{
    width:296px;
  }
  
  .modal-body .control-group .controls .select2-container.half-size .select2-choice,
  .select2-container.half-size .select2-choice{
    width:125px;
  }
  
  
  .modal .modal-body .controls label.radio input[type="radio"]{
    margin-top:2px;
  }
  
  .modal .modal-body .controls label.radio{
    color:#333;
    font-size:13px;
  }
  
  .modal .modal-body .input-xlarge,
  .modal .modal-body .select2-container,
  .modal .modal-body .select2-container .select2-choice,
  .modal .modal-body .select2-container .select2-choices,
  .select2-container .select2-choice,
  .container.signin>.modal-block .modal-body input.input-xlarge{
    -webkit-border-radius:0;
    border-radius:0;
    border-color:#c8c8c8;
    width:292px;
  }
  
  .modal .modal-body .input-xlarge.infomation-disabled-input{
    background-color:#fff;
  }
  
  .modal .modal-body .input-xlarge.infomation-disabled-input:hover,
  .modal .modal-body .input-xlarge.infomation-disabled-input:active{
    cursor:default;
  }
  

  .form-horizontal .control-label,
  .modal .modal-body .control-label,
  .container.signin>.modal-block .modal-body .control-label{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    color:#333;
  }
  
  .modal .modal-body .alert,
  .modal-block .modal-body .alert{
    background-color:rgba(237,28,36,0.08);
    color:#ff0000;
    -webkit-text-shadow:none;
    text-shadow:none;
    -webkit-border-radius:0;
    border-radius:0;
    position:relative;
    padding-right:60px;
    margin: 0 9px 20px 9px;
  }
  
  .modal .well,
  .modal-block .well{
    color:#333;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    background-color:#fff;
    background-image:none;
    border:1px solid #c8c8c8;
  }
  
  .modal .modal-body .alert .close,
  .modal-block .modal-body .alert .close{
    position:absolute;
    top: 6px;
    right:16px;
    opacity:0.75;
  }
  
  /* MODAL FOOTER */
  .modal .modal-footer,
  .container.signin>.modal-block .modal-footer{
    border:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    margin-top:0;
    padding-top:0;
    background-color:transparent;
  }
  
  .modal .modal-footer .control-block,
  .container.signin>.modal-block .modal-footer .control-block{
    width:304px; 
    margin-left:186px;
    display:inline-block;
    margin-right:10px;
  }
  
  /*.help-block,*/
  .modal .modal-footer .control-block .help-block,
  .container.signin>.modal-block .modal-footer .control-block .help-block{
    display: inline-block; 
    float: left; 
    line-height: 20px; 
    padding: 5px 0;
  }
  
  .modal .modal-footer .control-block .help-block a:hover,
  .container.signin>.modal-block .modal-footer .control-block .help-block a:hover{
    color:#00AEEF;  
  }
  
  .select2-container,
  .select2-container .select2-choice{
    width:296px;
  }
  
  .select2-container,
  .select2-container .select2-choice,
  .select2-container .select2-choice div {
    box-sizing: content-box;  
  }

  
/* ===================================================================================== */
/* Signin Screen/Modal popup CSS */
/* ===================================================================================== */

  .gradiantBg{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(bottom,  #ffffff 0%, #ffffff 90%, #eaeaea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#ffffff), color-stop(90%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(bottom,  #ffffff 0%,#ffffff 90%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom,  #ffffff 0%,#ffffff 90%,#eaeaea 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom,  #ffffff 0%,#ffffff 90%,#eaeaea 100%); /* IE10+ */
    background: linear-gradient(to top,  #ffffff 0%,#ffffff 90%,#eaeaea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  }
  
  
  .container.signin{
    z-index:0;
    border:none;
    box-shadow:none;
    -webkit-box-shadow:none;
    width:530px;
    background-image:none;
    background-color: transparent;
  }
    
/* ===================================================================================== */
/*  Dropdown Toggle/Menu   CSS */
/* ===================================================================================== */
  .dropdown-header{
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #e5e5e5;
    padding:8px 37px;
    margin-bottom:17px;
    background-image:url('/images/pressrun/accordion-arrow-off.png');
    background-repeat:no-repeat;
    background-position: 9px center;
  }
  
  .dropdown-header a{
    text-decoration:none;
  }
    
/* ===================================================================================== */
/* Override/adjustment   CSS */
/* ===================================================================================== */

  .breadcrumb.topBar{
    line-height:21px;
    -webkit-border-radius:0;
    border-radius:0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size:14px;
    padding:7px 15px;
    position:relative;
  }
  
  .breadcrumb.topBar ul,
  .breadcrumb.topBar ol{
    color:white;
    text-shadow:none;
    margin:0;
  }
  
  .breadcrumb.topBar li{
    text-shadow:none;
  }

  .breadcrumb.topBar li#variant_select_container{
    position:relative;
    min-width:200px; 
    height:16px;
  }

  .breadcrumb.topBar li#variant_select_container .select2{
    position:absolute;
    top:-4px;
    width:200px;
  }

  .breadcrumb.topBar li#variant_select_container .select2 a{
    width:200px;
  }
  
  /* FORM/INPUTS */

  select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{margin-bottom:0; border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;max-width:100%;}

  .select2-search{
    padding-top:4px;
  }
   
  .select2-container,
  .select2-container .select2-choice,
  .select2-container .select2-choice div {
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  
  .select2-container .select2-choice div {
    width:23px;
    border-left:1px solid #C8C8C8;
  }
  
  .select2-drop{
    border-top:1px solid #C8C8C8;
  }
  
  .select2-container .select2-choice div b{
    background-position:3px 1px;
  }
  
  .select2-dropdown-open .select2-choice div b{
    background-position:-15px 1px;
  }
  
  .select2-results .select2-highlighted {
    background: #00aeef;
    color: #fff;
  }
  
  .breadcrumb.topBar>ul>li>a{
    text-shadow:none;
    color:white;
  }
  
  .required-label{
    padding-left:10px;
    font-size:90%;
  }
  
  .help-block,
  .form-horizontal input + .help-block{
    font-size:90%;
    color:#4b4b4b;
    margin-top:5px;
    clear:both;
  }
  
  /* WARNING */
  .control-group.error > label, 
  .control-group.error .help-block, 
  .control-group.error .help-inline {
    color:#ff0000;
    -webkit-text-shadow:none;
    text-shadow:none;
  }
  
  /* NAV-LIST*/
  
  .nav-list > .active > a, .nav-list > .active > a:hover {
    background-color:#00aeef;
  }
  
  .nav-pills > li > a {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    padding: 8px 12px;
  }
  
  .nav-pills > li > a:hover{
    background-color:transparent;
  }
  
  .nav-pills .open .dropdown-toggle, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
    background-color:#00aeef;
  }
  
  .nav-pills .dropdown-menu {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    margin-left:0px;
  }
  
  /* NAVBAR */
  
  .navbar{
    margin-bottom:10px;
    border: 0;
    min-height: initial;
  }
  .table.v2 thead th {
  	/* min-height: 40px; */
	padding-right: 20px;
	padding-left: 20px;
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top,#fff,#f2f2f2);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));
	background-image: -webkit-linear-gradient(top,#fff,#f2f2f2);
	background-image: -o-linear-gradient(top,#fff,#f2f2f2);
	background-image: linear-gradient(to bottom,#fff,#f2f2f2);
	background-repeat: repeat-x;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff2f2f2',GradientType=0);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
	box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  }
  .navbar-inner, .table.v2 thead th {
    -webkit-box-shadow: 0 0 7px rgba(211,211,213,0.5);
    -moz-box-shadow: 0 0 7px rgba(211,211,213,0.5);
    box-shadow: 0 0 7px rgba(211,211,213,0.5);
    background-image: -moz-linear-gradient(top, #f1f1f2, #e4e5e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f2), to(#e4e5e6));
    background-image: -webkit-linear-gradient(top, #f1f1f2, #e4e5e6);
    background-image: -o-linear-gradient(top, #f1f1f2, #e4e5e6);
    background-image: linear-gradient(to bottom, #f1f1f2, #e4e5e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f1f2', endColorstr='#ffe4e5e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  .navbar-inner {
    padding-left:0;
    padding-right:0;
    border-radius:3px;    
  }
  
  .navbar-inner>ul.nav{
    margin:0;
  }
  
  .navbar-inner>ul.nav>li:last-of-type{
    background-image:none;
  }
  
  .navbar-inner>ul.nav>li{
    background-image:url('/images/navbar-divider.png');
    background-position:center right;
    background-repeat: no-repeat;
    position:relative;
  }
  
  .navbar-inner>ul.nav>li:hover>a{
    color:#00AEEF;
  }
  
  .navbar-inner>ul.nav>li>a{
    padding:12px 18px;
    font-size:14px;
    color:#333;
    min-width:100px;
    text-align:center;
    box-sizing: content-box;
  }
  
  .navbar-inner>ul.nav>li.active>a, .table.v2 thead > tr > th.active{
    background-color: #e5e5e5; /** IE **/
    background-image: -moz-linear-gradient(top, #777777, #c0c0c0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#777777), to(#c0c0c0));
    background-image: -webkit-linear-gradient(top, #777777, #c0c0c0);
    background-image: -o-linear-gradient(top, #777777, #c0c0c0);
    background-image: linear-gradient(to bottom, #777777, #c0c0c0  );
    background-repeat: repeat-x;
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff777777', endColorstr='#ffc0c0c0', GradientType=0);
     filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color:rgba(255,255,255,0.95);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow:none;
  }
  
  .navbar-inner>ul.nav>li.active>a:hover{
    color:rgba(255,255,255,1);
  }
  
  /* BUTTON */
  
  .btn, .btn-group .btn{
    min-width:30px;
    border-radius:1px;
    padding: 4px 12px;
    padding-left: 18px;
    padding-right: 18px;
    -moz-box-shadow:0 2px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow:0 2px 3px rgba(0,0,0,0.5);
    box-shadow:0 2px 3px rgba(0,0,0,0.5);
    color:black; 
    background-image: -moz-linear-gradient(top, #d3d3d3, #bebebe);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d3d3d3), to(#bebebe));
    background-image: -webkit-linear-gradient(top, #d3d3d3, #bebebe);
    background-image: -o-linear-gradient(top, #d3d3d3, #bebebe);
    background-image: linear-gradient(to bottom, #d3d3d3, #bebebe  );
    background-repeat: repeat-x;
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd3d3d3', endColorstr='#ffbebebe', GradientType=0);
     border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
  }
  .btn-group>.btn.disabled {
    border-radius: 1px;
	background-color: #e6e6e6;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none; 	
  }  

  .btn:hover,
  .btn:active{
    background-color:#bebebe;
    -moz-box-shadow:0 3px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow:0 3px 3px rgba(0,0,0,0.5);
    box-shadow:0 3px 3px rgba(0,0,0,0.5);
    border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
  }

  .btn-primary{
    color:white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0089bc;
    background-image: -moz-linear-gradient(top, #0089bc, #005985);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0089bc), to(#005985));
    background-image: -webkit-linear-gradient(top, #0089bc, #005985);
    background-image: -o-linear-gradient(top, #0089bc, #005985);
    background-image: linear-gradient(to bottom, #0089bc, #005985  );
    background-repeat: repeat-x;
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0089bc', endColorstr='#ff005985', GradientType=0);
    border-color: #0089bc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
     filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border-radius:1px;
  }  
  
  .btn-primary.disabled,
  .btn-primary:hover,
  .btn-primary:active{
    background-color: #005985;
  }
  
  .btn-danger{
    color:white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #C04;
    background-image: -moz-linear-gradient(top, #C51515, #860B0B);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C51515), to(#860B0B));
    background-image: -webkit-linear-gradient(top, #C51515, #860B0B);
    background-image: -o-linear-gradient(top, #C51515, #860B0B);
    background-image: linear-gradient(to bottom, #C51515, #860B0B);
    background-repeat: repeat-x;
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffC51515', endColorstr='#ff860B0B', GradientType=0);
    border-color: #C04 #C04 #960e0e;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
     filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border-radius:1px;
  }  
  
  .btn-danger:hover,
  .btn-danger:active{
    background-color: #860B0B;
  }
  
  .btn-success, .btn-group .btn-success{
    color:white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #56970e;
    background-image: -moz-linear-gradient(top, #56970e, #3e7121);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#56970e), to(#3e7121));
    background-image: -webkit-linear-gradient(top, #56970e, #3e7121);
    background-image: -o-linear-gradient(top, #56970e, #3e7121);
    background-image: linear-gradient(to bottom, #56970e, #3e7121);
    background-repeat: repeat-x;
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff56970e', endColorstr='#ff3e7121', GradientType=0);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
     filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border-radius:1px;
  }  
  
  .btn-success:hover,
  .btn-success:active{
    background-color: #3e7121;
  }
  
  /* TABLES AND LISTS */
  
  .table-bordered {
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
  }

   .table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
      background: none;
   }
   
   .table-striped tbody tr:nth-child(even) td, .table-striped tbody tr:nth-child(even) th {
      background-color:#f9f9f9;
   }
   
   ul.nav-list{
    padding:0;
   }
   
   ul#user_list.nav-list li {
    position: relative;
   }
   
   ul#user_list.nav-list li a.link {
    position: absolute;
	top: 0;
	left: -25px;
	line-height: 30px;
   }

   ul#user_list.nav-list li a{
    padding: 14px;
  }
 
  ul#user_list.nav-list li a .username{
    float: left; 
    line-height:30px; 
    display: inline-block; 
    min-width:190px; 
    overflow:hidden; 
    text-overflow:ellipsis;
    max-width: 25ex;
  }
  
  ul#user_list.nav-list li a .controls{
    float: right; display: inline-block;
  }
  
   
    ul.nav-list.striped li a{
      border:none;
      padding:12px 14px;
    }
    
    ul.striped li.nav-list-header a,
    ul.striped li.nav-list-header span.header{
      padding:8px 14px;
      border:none;
      font-weight:bold;
      line-height:30px;
      color:#333;
      height:30px;
      border-top:1px solid #c8c8c8;
      display:block;
    }
    
    ul.striped li:nth-child(n){background-color:transparent;}
    
    ul.striped li:nth-child(2n){background-color:#f5f5f5;}
   
   /* ICONS */
   
   .icon-placeholder-image{
    background-image:url('/images/Appstudio_place_holder_sprite.png');
    background-repeat:no-repeat;
   }
   
   .icon-placeholder-image.small{
    width:60px;
    height:80px;
   }
   
   .icon-placeholder-image.large-portrait{
    width:108px;
    height:141px;
   }
   
   .icon-placeholder-image.large-landscape{
    width:108px;
    height:80px;
   }
   
   .icon-trash,.icon-trash-light{
    background-image:url('/images/bin-icon-light.png');
    background-position:center center;
    height:18px;
    margin-top:-1px;
   }
   
   .icon-trash-dark{
    background-image:url('/images/bin-icon-dark.png');
    background-position:center 0;
    height:18px;
    margin-top:-1px;      
   }
   
   .icon-arrow-black-right{
    background-image:url('/images/icon-arrow-lr.png');
    background-position:top right;
    float:right;
    width:18px;
    height:18px;
    margin-top:-1px;      
   }
   
   .nav-list > .active > a > .icon-arrow-black-right{
    background-image:url('/images/icon-arrow-lr.png');
    background-position:bottom right;
   }
   
   .nav-list > .active > a > .icon-arrow-black-left{
    background-image:url('/images/icon-arrow-lr.png');
    background-position:bottom left;
   }
   
   .icon-arrow-black-left{
    background-image:url('/images/icon-arrow-lr.png');
    background-position:top left;
    float:left;
    width:18px;
    height:18px;
    margin-top:-1px;      
   }
   
   .icon-social-dropdown{
    background-image:url('/images/social-dropdown-icon.png');
    background-position:center center;
    width:18px;
    height:18px;
    margin-top:-1px;
   }

   .icon-add{
    background-image:url('/images/add-icon.png');
    background-position:center center;
    height:18px;
    margin-top:-1px;
   }
    
   .issue-edit{
    background-position: 0 -231px;
    height: 15px;
    width: 14px;
    margin-top: 2px;
   }
    
  .btn-icon{
    padding:4px 10px;
    min-width:10px;
  }

  .btn-icon:first-of-type{
  }
  
  .btn.disabled{
    opacity:0.5;
  }
  
  .btn.disabled:hover,.btn.disabled:active{
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none ;
    /*background-color:rgb(230, 230, 230);*/
  }
  
  /* LABEL */
  
  .label{
    margin: 0 10px 0 10px;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    font-weight:normal;
  }
  
  .label-info{
    background-color:#005984;
  }
   
  /* WELL */
  
  .well{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    border:1px solid #c5c5c5;
    background-image: -moz-linear-gradient(top, #fafafa, #e7e7e7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e7e7e7));
    background-image: -webkit-linear-gradient(top, #fafafa, #e7e7e7);
    background-image: -o-linear-gradient(top, #fafafa, #e7e7e7);
    background-image: linear-gradient(to bottom, #fafafa, #e7e7e7);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe7e7e7', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  
  .well h4{
    margin-top:0;
  }
  
  .thumbnail{
    padding: 0;
    border:1px solid #DDDDDD;
  }

  
   /* TOOLTIP */
  
  .tooltip.right{
    z-index:99999;
  }
  
.tooltip.in {
opacity:1;
}

.tooltip-inner {
  color: red;
  line-height:100%;
  min-width:85px;
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #c8c8c8;

  background: #fafafa; /* Old browsers */
  background: -moz-linear-gradient(top,  #fafafa 0%, #e7e7e7 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fafafa 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fafafa 0%,#e7e7e7 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fafafa 0%,#e7e7e7 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fafafa 0%,#e7e7e7 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
}

.tooltip.right .tooltip-arrow {
  border-right-color: #c8c8c8;
  top:15px;
}

  
  /* POPOVER */
  
  .popover{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
  }
  
  .sprite {
    background-image:url('/images/sprite-2.0.png');
    background-repeat:no-repeat;
    display:inline-block;
  }
  
  .cc_indicator {
    height:32px;
    width:32px;
    position:absolute;
    background-position: 0 -247px;
  }
  
  /************/
  /* Presslog */
  /************/
  .presslog-pullout-tab{
    width:22px;
    height:140px;
    display:inline-block;
    overflow:hidden;
    box-shadow: -2px 2px 10px rgba(0,0,0,0.35);
  }
  .presslog-pullout-tab,.presslog-pullout-tab.en{background-position:0 -55px;}
  .presslog-pullout-tab.fr{background-position:-22px -55px;}
  .presslog-pullout-tab.de{background-position:-44px -55px;}
  .presslog-pullout-tab.jp{background-position:-66px -55px;}
  .presslog a, .presslog h3, pullout-menu h3 {color: #414141;font-size: 14px;font-family: verdana,arial,helvetica,sans-serif;background-color: #a9a9a9;margin: 0;padding-left: 17px;display: block;line-height: 40px;font-weight: bold;}
  .presslog .well{border-radius:0; -webkit-border-radius:0; border:none;-moz-box-shadow: 0px 8px 15px rgba(0,0,0,0.3);-webkit-box-shadow: 0px 8px 15px rgba(0,0,0,0.3);box-shadow: 0px 8px 15px rgba(0,0,0,0.3);}
  .presslog.open .well{-moz-box-shadow: 0px 8px 20px rgba(0,0,0,0.47);-moz-box-shadow: 0px 8px 20px rgba(0,0,0,0.47);-webkit-box-shadow: 0px 8px 20px rgba(0,0,0,0.47);box-shadow: 0px 8px 20px rgba(0,0,0,0.47);}
  .presslog .day {display:none; margin: 0; padding: 4px 17px 4px 17px ; background-color: #D0D2D3; color: #6D6E70;}
  .presslog .entry {padding: 9px 9px 9px 17px; border-bottom:1px solid #d3d3d3; width: 267px;font-size: 12px;line-height: 16px;}
  .presslog .entry:nth-of-type(n) {background-color:#ffffff;}
  .presslog li:nth-of-type(2n) .entry {background-color:#fafafa;}
  .presslog .avatar { max-width:60px; max-height:60px; float:left}
  .presslog .copy { margin-left: 72px; }
  .presslog .account {display:block; }
  .presslog .message {display:block; font-weight:bold;}
  .presslog .timestamp {display:block;}
  .presslog .spacer {clear:both} 
                   
       .presslog {
            -webkit-transition: width 1s;
            -moz-transition: width 1s;
            -ms-transition: width 1s;
            -o-transition: width 1s;
            transition: width 1s;
            
-webkit-transition: all 500ms cubic-bezier(0.5, 0, 0.3, 1); 
   -moz-transition: all 500ms cubic-bezier(0.5, 0, 0.3, 1); 
    -ms-transition: all 500ms cubic-bezier(0.5, 0, 0.3, 1); 
     -o-transition: all 500ms cubic-bezier(0.5, 0, 0.3, 1); 
        transition: all 500ms cubic-bezier(0.5, 0., 0.3, 1);

-webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.3, 1); 
   -moz-transition-timing-function: cubic-bezier(0.8, 0, 0.3, 1); 
    -ms-transition-timing-function: cubic-bezier(0.8, 0, 0.3, 1); 
     -o-transition-timing-function: cubic-bezier(0.8, 0, 0.3, 1); 
        transition-timing-function: cubic-bezier(0.8, 0, 0.3, 1);
                    
            width:21px; overflow:hidden;
       }
       .presslog.open{
           width: 310px
       }


  #tutorial_collapse h3{
    line-height:30px;
    margin:0px 0px;
    text-align:left;
    color:#646464;
    font-size:16px;
    font-weight:bold;
  }

  #tutorial_collapse p a{
    font-size:15px;
    font-weight:bold;
  }
.modal-backdrop.fade {
	font-size: 100%;
}
.modal-backdrop.fade-in {
	font-size: 101%;
}

  .modal.fade {
  	top: -1000px;
  }
  .modal, .modal.fade.in {
  	margin-top: 25px;
  }
  .modal.fade.in {
  	top: -1000px;
  }
  
  /** Modal popup loading screen **/
  .modal .loading {
  	position: absolute;
	width: 97%;
	height: 90%;
	background-color: #fafafa;
	z-index: 100;
	border-radius: 5px;
	background-image: url('/images/pressrun/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-left: -15px;
	margin-top: -17px; 
  }
  .modal#editIssue .loading, .modal#createIssue .loading {
    padding: 8px;
	padding-bottom: 22px;
  }
  .modal#editSource .loading {
 	padding: 14px;
  }
  
	
/* CONTEXT MENU */
.contextMenu
{
	display: none;
	position: absolute;
	border: 1px solid grey;
	white-space: nowrap;
	box-shadow: 2px 2px 1px grey;
	z-index: 100;
	background-color: #f1f1f2;
	border-radius: 5px;
}
.contextMenu .items
{
	list-style: none;
	margin: 0;
}
.contextMenu .items li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #777;
}
.contextMenu .items li a
{
	display: block;
	line-height: 30px;
	height: 30px;
	width: 150px;
	text-align: center;
}
.contextMenu .items :hover
{
  background: #00aeef;     
  color: white;
  cursor: pointer;
}

.container-fluid {
	padding-right: 20px;
	padding-left: 20px;
}

.pagination {
	display: block;
}

input, button, select, textarea {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}


/*************************************/
/**********     LOADING     **********/
/*************************************/
.animate-show,
  .animate-show.ng-hide-add.ng-hide-add-active,
  .animate-show.ng-hide-remove.ng-hide-remove-active,
  div#loading-bar-spinner {
    -webkit-transition: all linear 0.25s;
    transition: all linear 0.25s;
}

.animate-show.ng-hide {
    opacity: 0 !important;
}

div#loading-bar-spinner {
    position: absolute;
    top: 60%;
    left: 50%;
}

.ajax-loading:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.75);
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 9999;
}

.ajax-loading:after, .loading-icon {
    width: 14px;
    content: "";
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 10px;
    z-index: 10000;
    display:inline-block;
    -webkit-animation: loading-bar-spinner 400ms linear infinite;
    -moz-animation: loading-bar-spinner 400ms linear infinite;
    -ms-animation: loading-bar-spinner 400ms linear infinite;
    -o-animation: loading-bar-spinner 400ms linear infinite;
    animation: loading-bar-spinner 400ms linear infinite;
}
.ajax-loading:after {
    position: absolute;
    display: block;
    left: 49%;
    top: 49%;
}
.ajax-loading:before, .ajax-loading:after {
    opacity: 0;
    visibility: hidden;
}

.ajax-loading.working:before, .ajax-loading.working:after {
    opacity: 1;
    visibility: visible;
}

.animate-show {
    opacity: 1;
    display: block !important;
}

table.animate-show {
    display: table !important;
}

pullout-menu {
	background-image: -moz-linear-gradient(top, #fafafa, #e7e7e7);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e7e7e7));
	background-image: -webkit-linear-gradient(top, #fafafa, #e7e7e7);
	background-image: -o-linear-gradient(top, #fafafa, #e7e7e7);
	background-image: linear-gradient(to bottom, #fafafa, #e7e7e7);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe7e7e7', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	float: right;
	z-index: 10001;
	width: 288px;
	min-height: 600px;
	margin-top: 10px;
	margin-left: 10px;
	-webkit-border-radius: 0;
	border: none;
	-moz-box-shadow: 0px 8px 15px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 8px 15px rgba(0,0,0,0.3);
	box-shadow: 0px 8px 15px rgba(0,0,0,0.3);
	-moz-transition: right .3s cubic-bezier(0.17, 0.04, 0.03, 0.94);
    -webkit-transition: right .3s cubic-bezier(0.17, 0.04, 0.03, 0.94);
    -o-transition: right .3s cubic-bezier(0.17, 0.04, 0.03, 0.94);
    transition: right .3s cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

pullout-menu.onTop {
	position: fixed;
	right: 0;
	min-height: 450px;
}

pullout-menu div.content {
    padding: 17px;
}

pullout-menu div.content input {
	display: block;
}

pullout-menu div.content > div {
    padding-bottom: 17px;
}

.toggleMenuButton {position:absolute;top: 300px; width:23px;left: -22px;  cursor: pointer;}
pullout-menu.onTop .toggleMenuButton {top: 150px;}

.copy-button {
	background: url(../images/clipboard_arrow_right.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border: 0;
    outline: 0;
}
