/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 6.3.2017, 20:57:08
    Author     : Lenovo
*/

.error {
	list-style-type: none;
	color: red;
}

form table td {
	padding: 5px;
}

.spacer {
    float: left;
    width: 100%;
    height: 20px;
}

.formAdmin {
    margin-bottom: 15px !important;
    background: #fafafa;
    border: 1px solid #ccc;
}

.formAdminSec {
		margin-bottom: 15px !important;
		background: #fff;
}

.formAdmin td, .formAdminSec td {
    vertical-align: top;
    padding: 10px;
}

.formAdmin ul {
   list-style-type: none;
}

.formAdmin li {
   /*display: inline;*/
   margin-right: 10px;
}

.formAdmin caption, .formAdminSec caption {
    font-size: 18px;
    font-weight: bold;
    color: black;
}

.liSlider {
   padding-bottom: 5px !important; 
}

.closeForm, .closeRef {
    margin-top: 5px;
    opacity: 0.8;
}

.closeForm:hover, .closeRef:hover {
    opacity: 1.0;
}

#tdMiddle {
    vertical-align: middle;
}

.required label { 
    color: maroon; 
}

.menuadmin {
   list-style-type: none; 
   margin-left: -40px;
}

.menuadmin li {
    display: inline;
}

.menuadmin li button {
    margin-bottom: 5px;
}

.ui-sortable {
    list-style-type: none;
}

.ui-sortable li {
    margin: 5px;
}

.ui-sortable li td {
    float: left;
    width: 80px;
    height: 23px;
    padding: 2px 0 0 10px;
    overflow: hidden;
    background: #efefef;
}

.us-td-short {
    width: 60px !important;
    background: #efa63e !important;
}

.us-td-short2 {
    width: 60px !important;
    background: #fff !important;
}

.us-td-middle {
    width: 120px !important;
    background: #efa63e !important;
}

.us-td-middle2 {
    width: 120px !important;
    background: #fff !important;
}

.us-td-long {
    width: 220px !important;
    background: #efa63e !important;
}

.us-td-long2 {
    width: 265px !important;
    background: #efa63e !important;
}

.us-td-long3 {
    width: 265px !important;
    background: #fff !important;
}

.us-td-long4 {
    width: 365px !important;
    height: 140px !important; 
    padding: 15px !important;
    background: #efa63e !important;
    overflow: hidden;
}

.us-td-long5 {
    width: 120px !important;
    height: 140px !important; 
    padding: 15px !important;
    background: #fff !important;
}


.us-td-long6 {
    width: 400px !important;
    background: #fff !important;
}

.us-td-long7 {
    width: 365px !important;
    background: #efa63e !important;
    overflow: hidden;
}

.valueSec {
   list-style-type: none;
}

.valueSec table td {
    background: #efefef;
}

.long250 {
	width: 250px;
}

.editNav {
	margin-bottom: 0px !important;
}

.editNav td {
	padding-right:2px;
}

.editNav button {
	width: 40px;
}

.thumbImg {
    width: 200px;
}

.mLeft {
    margin: 0 0 0 82px;
}

.leftSpace {
    margin-left: 45px !important;
}

.subMenu {
	margin-bottom: 15px;
}

.subMenu td {
	padding:3px;
}

#helpContent, #helpTasks {
    position:absolute;
    width:600px;
    height:auto;
    padding:10px;
    background:#f8fadf;
    margin-bottom: 15px;
    top:0;
    left:-630px;
}

@media screen and (max-width:620px) {
    #helpContent {
        width:96%;
    }
    #helpTasks {
        width:96%;
    }
}

.closeHelp {
    position:absolute;
    top:10px;
    right:10px;
    text-decoration: underline;
    color: #0270cf;
    cursor: pointer;
}

#list_images li {
    display:inline !important;
}

.right {
	float:right;
}

#frm-menucontentForm-keywords, #frm-menucontentForm-description, #frm-menucontentForm-title {
    width: 450px !important;
}

#frm-newsinsertForm-title {
    width: 450px !important;
}

#frm-newseditForm-title, #frm-newseditForm-perex, #frm-newseditForm-article {
    width: 450px !important;
}

