/* 
    Document   : style
    Created on : May 3, 2012, 12:20:13 PM
    Author     : reinis
    Description:
        Purpose of the stylesheet follows.
*/
/* Makeshift CSS Reset */


* {  
    margin: 0;  
    padding: 0;  
}  

/* Tell the browser to render HTML 5 elements as block */  
header, footer, aside, nav, article {  
    display: block;  
}  

body {  
    font: 12px/22px Helvetica, Arial, sans-serif;  
    background: #fff;  
}  

h2 {  
    font-size: 18px;  
    line-height: 24px;  
    padding: 12px 0;  
}  

h3 {  
    font-size: 18px;  
    line-height: 22px;  
    padding: 11px 0;  
}  

a {
    color: #2d2d2d;
}


.clearer {
    clear:both;
    height:1px;
    line-height:1px;
    font-size:1px;
}


nav {  
    position: absolute;  
    left: 0;  
    width: 100%;  
    background: #2d2d2d;  
    border-bottom: 1px #000 solid;
    float:left;
}  

nav ul {  
    list-style: none; 
    margin-left: 30px;
} 

nav ul li {  
    float: left;  
}  

nav ul li a {  
    display: block;  
    margin-right: 30px;  
    font-size: 12px;  
    font-weight: bold;
    line-height: 26px;  
    text-align: center;  
    text-decoration: none;  
    color: #bbbbbb;  
}  

nav ul li a:hover {  
    color: #fff;  
}  

nav ul li.active a {  
    color: #fff;  
}  

header {
    float:left;
    width: 100%;
    min-height: 50px;
    padding-top: 27px;       
}        

header .main {
    padding-top: 10px;
}

header .main div {
    float: left;
}


header .main .header_left {
    width: 230px;
    padding-left: 20px;
}

header .main .header_right {

}

header h1 {
    color: #6781eb;
}

header .setting {
    float: left;
    margin-right: 10px;
}

header .setting.float_right {
    float: right;
}

.setting li {
    float: left;
    list-style: none;
    width: 50px;
    line-height: 5px;
    padding: 2px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #e0e0e0;
    border: 1px #ccc solid;
}

.setting.multi li {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;    
}

.setting.multi li:first-child {    
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;

    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.setting.multi li:last-child {    
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;

    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#content {  
    float: left;
}  

aside {  
    width: 250px;  
    float: left;
}

aside .main {
    padding-left: 20px;
    overflow: auto;
}

aside .main ul {
    padding-left: 20px;
}

aside .main li {
    list-style: none;
}


aside .main li a {
    text-decoration: none;
}


aside .main li.folder {
    list-style-image: url(img/icon/folder_sm_close.png);
}

aside .main li.active {
    list-style-image: url('img/icon/folder_sm.png');
}

aside .main li.active li {
    font-weight: normal;
}

#mainContent {  
    padding-left: 10px; 
    padding-right: 22px; 
    counter-reset:section; 
    overflow: auto;
    height: 500px;
}  

#mainContent table {
    width: 98%;    
    border-collapse: collapse;
}

#mainContent table th {
    text-align: left;
}

#mainContent table td, #mainContent table th {
    border-bottom: 1px #e5e5e5 solid;
    height: 30px;
}

#mainContent table tr td.nr:before  {
    counter-increment: section 1;
    content: counter(section, decimal) ".";
    padding: 0 5px;
}

.mainContent_bottom {
    height: 30px;
    position: fixed;
    bottom: 0;
}
.jada-logo {
    float: right;
    padding-top: 30px;
}

.controlers {
    height: 27px;
}

.controlers ul {
    list-style:none;
    padding-top:0px;
}

.controlers li {
    float:left;
    padding:2px 3px 0px 3px;
    line-height:20px;
}

.controlers li a {
    float:left;
    display:block;
    padding:0 8px;
    height:20px;
    line-height:20px;
    background:#dddddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration:none
}

.controlers .blt {
    padding:0 0 0 0;
    width:22px;
    height:20px;
    background:none;
}

.controlers .active a {
    background:#404040;
    color:#fff;
}

.controlers .active a:hover {
    background:#404040;
    color:#fff;
}

.controlers li a:hover {
    background:#fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.controlers .moreblok {
    float:right;
    background: url(img/control_bg2.jpg) bottom repeat-x;
    display:inline;
    line-height:25px;
    height:25px;
    color:#cccccc;
    padding:0 10px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.controlers .moreblok strong {
    color:#fff;
}


/* login blk */
.loginblk {
    -webkit-left-radius:15px;
    -moz-topleft:15px;
    width:610px;
    height:180px;
    margin:0 auto;
    margin-top:10%;
    padding:50px 70px;
    border: 1px #c7c7c7 solid;
}

.loginblk p {
    width:100px;
    float:left;
}

.loginblk input {
    width:200px;
    height: 33px;
    float:left;
    margin-bottom: 10px;
}

.loginblk .random {
    width:70px;
}

.loginblk img {
    float:left;
    margin-left:3px;
}

.loginblk .submit {
    background: #83adee;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    width: 128px;
    height: 31px;
    color:#fff;
    text-align:center;
    line-height:31px;
    float:right;
    border:none;
    cursor:pointer;
}

.captcha {
    background: url('img/captha.php') no-repeat;
    height:20px;
}

.error {
    color: red;
}


.new_ .formInput input {
    width: 600px;
    padding: 3px;
}

.new_ .formInput textarea {
    width: 600px;
    width: 400px;
    padding: .5em;
    margin-bottom: 15px;
}

.new_ .formInput textarea, .new_ .formInput .textareaClone {
    min-height: 6em;
}

.new_ .formInput .submit {
    background: #ccc;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    width: 128px;
    height: 31px;
    color:#fff;
    text-align:center;
    float:right;
    border:none;
    cursor:pointer;
    margin: 5px;
}

.new_ span{
    color: red
}

.clid {
    cursor: default;
}

.row_selected {
    background: #efefef;
}

.rowDisable{
    opacity:0.5;
    filter:Alpha(opacity=50); /* IE8 and earlier */
    background-image:url('img/weblines.gif'); 
    border:2px solid #fff;
}

#addProperties {
    cursor: pointer;
}

.Properties {
    display: none;
}

.delSmal {
    cursor: pointer;
}


/*
Jaunais html css
*/
table { border-collapse:collapse }

.body-wrapper {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
.header {
    margin: 0px;
    padding: 0px;
    height: 82px;
}
.headlogo {
    float: left;
    height: 82px;
    width: 150px;
    background: #414140;
    position: absolute;
    z-index: 1;
    margin-left: 20px;
}
.headnav {
    float: left;
    width: 100%;
    background: #222222;
    height: 63px;
}
.headnav li {
    color: white;
}
.headnav ul {
    vertical-align: middle;
    margin-left: 220px;
    margin-top: 20px;
}
.headlogo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    padding-top: 15px;
}
.langselect {
    padding-top: 20px;
}
.langselect select {
    margin-top: 5px;
    float: left;
    width: 192px;
    height: 33px;
}
aside {
    width: 20%;
}
.document-select {
    margin-top: 25px;
    width: 100%;
    min-width: 192px;
    height: 33px;
    background: #83adee;
    float: left;
    color: white;
    font-size: 16px;
}
.document-select p {
    text-align: center;
    vertical-align: middle;
    line-height: 33px;
}
.langstyle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 13px 2px 2px;
    border: 1px solid #cccccc;
    background: transparent url('img/dropdown.png') no-repeat right center;
}
.left-tree {
    float: left;
    padding-top: 15px;
}
.left-tree ul {
    padding-left: 25px;
}
.left-tree li.active {
    list-style-image: url('img/icon/folder_sm.png');
}
.left-tree li.folder {
    list-style-image: url('img/icon/folder_sm_close.png');
}
.left-tree li a {
    text-decoration: none;
}
.menu-settings {
    padding-left: 1%;
    padding-top: 22px;
    width: 79%;
    float: left;
}
.menu-settings ul {
    float: left;
    list-style: none;
}
.menu-settings li {
    display: inline;
    list-style-type:none; 
}
.settings li {
    float: left;
    list-style: none;
    width: 50px;
    line-height: 5px;
    padding: 2px;
    text-align: center;
    border-right: 1px #ccc solid;
    cursor: pointer;
}
.settings.multi li {
    border: none;
}
.settings.multi li:last-child {
    border-right: 1px #ccc solid;
}
.main-content {
    width: 98%;
    margin: 0 auto;
}
.header-line {
    margin-top: 25px;
    margin-left: 1%;
    float: left;
    width: 79%;
    line-height: 33px;
    margin-bottom: 100px;
}
.table-blue {
    background: #83adee;
}
.table-blue th {
    text-align: left;
    color: white;
    padding-left: 5px;
}
.numb {
    width: 40px;
}
.group {
    width: 45px;
}
.internal {
    width: 150px;
}
.date {
    width: 150px;
}
.table-body tr {
    border-bottom: 1px dashed #dbdbdb;
}
.table-body td {
    padding-left: 5px;
}
.table-body tr:first-child {
    border-bottom: none;
}
.table-body .active {
    background: #b8b8b8;
    border: none !important;
    color: white;
}
.table-body .hover {
    color: #838282;
}
.copyright {
    height: 87px;
    position: absolute;
    float: left;
    bottom: 0;
    width: 100%;
    background: #1f1f1f;
    color: #7f7f7f;
}
.copyright p {
    line-height: 87px;
    text-align: center;
    vertical-align: middle;
}

/*lauki.html*/
.metadata-slide {
    display: none;
}
.metadata {
    padding-top: 15px;
    color: #83adee;
    line-height: 30px;
    text-decoration: none;
}
.metadata img {
    text-align: center;
    vertical-align: middle;
}
.input-fields {
    padding-left: 5px;
    max-width: 600px;
}
.required {
    color: red;
}
.inputForm, .formInput {
    width: 600px;
}
.input-fields .inputForm input, .input-fields .formInput input, .textarea_, .textarea_b {
    width: 600px;
    height: 33px;
    border: 1px solid #cccccc;

    padding: 0 5px;
}

.textarea_ {
    height: 50px;
}

.textarea_b {
    height: 100px;
}

.formInput table {
    width: 100%;
}

.formInput table th {
    text-align: left;
}

.formInput table td {
    border-bottom: 1px #ccc dotted;
}

.input-fields select {
    width: 144px;
    height: 33px;
}
.submit-btn {
    color: white;
    background: #83adee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 106px;
    height: 40px;
    float: right;
    border: none;
    padding: 5px;

}

.gallery-list {
    border:1px solid #83adee;
    float:left;
    width:99.75%;
    line-height: normal;
    min-width:550px;
}

.gallery-list .vrapper {
    padding:5px;
}

.gallery-list .vrapper .image {
    float:left;
    width:99%;
    border:2px solid #83adee;
    margin-top:5px;
    margin-bottom:5px;
}

.gallery-list .vrapper .image img {
    margin:5px;
    float:left;
}

.gallery-list .vrapper a {
    float:left;
    margin-left:5px;
    margin-top:5px;
    margin-bottom: 2px;
}

.gallery-list .vrapper textarea {
    float:left;
    width:300px;
    height:55px;
    margin-left:20px;
    margin-top:10px;
}

.add-images {
    float:left;
    cursor:pointer;
    margin-bottom:10px;
    font-size:15px;
}

.upload-images {
    float:left;
    cursor:pointer;
    margin-bottom:10px;
    font-size:15px;
}

.uploader  {
    display:none;
    float:left;
    width:100%;
    height:100%;
    position:fixed;
    z-index:1000;
    background-color:rgba(165,165,165,0.8)
}

.uploader iframe {
    border:3px solid #000;
    width:90%;
    height:90%;
    margin-left:5%;
    margin-top:20px;
}

.uploader img {
    float:right;
    margin-top:10px;
    margin-left:-15px;
    position:fixed;
    cursor:pointer;
    z-index:1010;
}

#open-uploader {
    cursor:pointer;
    font-size:15px;
    margin-bottom:10px;
    float:left;
}

#open-uploader:hover {
    color:#83adee;
}

ul {
    list-style-type: none;
}

.gallery-list .submit-gallery {
    float:right;
    margin-bottom: 5px;
}

.ng-cloak {
  display: none;
}

/************* 
    Sportisti
**************/
.clear {
    width:100%;
    float:left;
}

.sportisti {
    width:100%;
}

.sportisti-select {
    padding:10px;
    margin-left:10px;
    float:left;
    width:200px;
}

.sportisti-select select {
    float:left;
    width:200px;
    margin-bottom:10px;
}

.sportisti-select .delete-filter {
    font-style:13px; 
    font-weight:bold; 
    float:left; 
    margin-top:7px;
}

.sportisti-content {
    float:right;
    width:80%;
}

.sportisti-content .add {
    margin-left:5px;
    margin-right:15px;
    margin-bottom:10px;
    font-size:15px;
    font-weight:bold;
    float:left;
}

.one-sportists {
    padding:10px;
    margin:5px;
    float:left;
    width:300px;
    background-color:#83adee;
}

.one-sportists a {
    float:left;
    margin-left:10px;
    color:#fff;
}

.one-sportists a:hover {
    color:#000;
}

.one-sportists img {
    float:left;
}

.one-sportists h3 {
    float:left;
    margin-left:10px;
    font-size:15px;
    padding-top:5px;
    padding-bottom:5px;
    color:#fff;
}

.one-sportists h4 {
    float:left;
    margin-left:10px;
    font-size:13px;
    padding-bottom:5px;
    color:#fff;
}

.one-sportists div {
    float:left;
    width:180px;
}


.sportists-add {
    float:left;
    width:500px;
    padding:20px;
}

.sportists-add .label {
    float: left;
    width:400px;
    margin-bottom:10px;
} 

.sportists-add .label span {
    float:left;
    font-size:15px;
}

.sportists-add .label input {
    float:right;
    width:200px;
}

/*.sportists-add .label textarea {
    float:right;
    width:200px;
    height:200px;
}*/

.sportists-add .label select {
    float:right;
    width:205px;
}

.sportists-add .label img {
    float:right;
}

.sportists-add .label .dzest {
    float:left;
    width:200px;
    margin-top:20px;
}

.sportists-add .label .dzest input  {
    width:auto;
    float:right;
    margin-right:140px;
}

.sportisti-select .add {
    float:left;
    font-size:15px;
    font-weight:bold;
    margin-bottom:10px;
}

.filter {
    margin-right:15px;
    padding:10px;
    background-color:#83adee;
    float:left;
}

.filter li {
    padding:5px;
    color:#fff;
}

.filter a {
    color:#fff;
}

.sportists-add h2 {
    float:left;
    width:100%;
}

.global-link {
    font-size:15px;
    font-weight:bold;
}

.global-link:hover {
    text-decoration: none;
}

.right-side {
    width:83%;
    float:right;
}

.right-side table {
    float:left;
}

.right-side td {
    padding:7px;
}

.snow {
    background-image:url('img/snow.png');
    background-repeat: no-repeat;
    padding-left:20px;
}

.sun {
    background-image:url('img/sun.png');
    background-repeat: no-repeat;
    padding-left:20px;
}

.people {
    background-image:url('img/group.png');
    background-repeat: no-repeat;
    padding-left:20px;
}

/* Alert */

.alertDemo {
    display:none;
    float:left;
    width:100%;
    height:100%;
    position:fixed;
    z-index:1000;
    background-color:rgba(165,165,165,0.8)
}

.alertDemo img {
    float:left;
    margin-top:188px;
    margin-left:-15px;
    position:fixed;
    cursor:pointer;
    z-index:1010;
}

.alertVrapper {
    border:3px solid #000;
    width:400px;
    height:50px;
    margin-left:35%;
    margin-top:200px;
    background-color:#333;  
    text-align:center;
    float:left;
}

.alertVrapper p {
    color:#FFF; 
    font-weight:bold;
    margin-top:13px;
}

.cenas-input {
    width:380px;
    float:right;
        
}

.cenas-div {
    float:left;
    width:500px;
    margin-bottom:10px; 
}

#first-div {
    margin-top:20px;    
}

.cenas-div span {
    float:left;
    font-weight:bold;
    margin-top:7px; 
}

.cenas-input-number {
    width:150px;
    float:right;
    margin-right:30px;
}

.pievienot {
    display:none;
    float:left;
    width:100%;
    height:100%;
    position:fixed;
    z-index:1000;
    background-color:rgba(165,165,165,0.8)
}

.pievienot .vrapper {
    border:3px solid #000;
    width:1000px;
    height:70%;
    margin-left:15%;
    margin-top:50px;
    margin-bottom:50px;
    background-color:#fff;  
    float:left;
    overflow-y: scroll;
    padding:50px;   
}


.pievienot div ul {
    margin-left:50px;
}

.pievienot div li {
    margin:5px;
    border-bottom: 1px dashed #dbdbdb;
}

.pievienot .img {
    float:left;
    margin-top:35px;
    margin-left:-15px;
    cursor:pointer;
}

.sub-group {
    float:left;
    width:100%; 
}

.pievienot div  .check {
    display:block;  
}

.pievienot div ul {
    display:none;   
}

.yoko {
    border-bottom: 1px dashed #dbdbdb;  
}

.opener {
    text-decoration:none;
    font-weight:bold;   
}

.calculator {
    float:right;
    width:200px;    
}

.cenas-value-div {
    margin-bottom:20px;
    float:left;
    width:300px;    
}

.cenas-first {
    margin-left:10px; 
    color:#06F;
    text-decoration:none;
}

.cenas-second {
    margin-left:20px; 
    color:#06F; 
    text-decoration:none;   
}

.cena {
    float:left;
}

.ul-cena {
    margin-left:10%;
    float:left;
    width:90%;
}

.clear {
    float:left;
    width:100%; 
}

label {
    float:left; 
}

.thumb {
    max-width:100px;
    max-height:100px;
    float:left; 
    border: 1px solid #000;
}

#upload-preview span {
    float:left;
    padding:10px;   
}

#upload-preview {
    float:left;
    width:100%; 
}

#prev {
    margin-top:8px;
}

.cena-main{
    background-color:#F3F3F3; float:left; width:100%; margin-top:5px; margin-bottom:5px;
}

.div {
    float:left;
    margin-top:10px;
    margin-bottom:10px;
}

