
/*Stenderd bevitel*/
.stdinput {
    width: 100%;
    /*background: #f2f2f2 none repeat scroll 0 0;
    border: 1px solid #555;
    box-shadow: 2px 2px 5px 0 #777;
    margin: 0 0 5px;
    padding: 15px 15px 5px;*/
}

.stdinput .post_success {
	width: 98%!important;
    margin: 0 auto;
}

.stdinput .post_success {
	background-color: #009300;
    color: white;
    font-size: 15pt;
    padding: 10px;
}

.stdinput .post_success ul {
	padding: 10px 0 10px;
	margin: 0;
	border: 2px solid green;
}

.stdinput .post_success li {
	margin: 0 auto;
    display: block;
    width: 100%;
}

.stdinput .post_error {
    width: 98%!important;
    margin: 0 auto;
}

.stdinput .post_error pre {
    background-color: #DF0000;
    color: white;
    font-size: 12pt;
	white-space: pre-wrap;
}

.stdinput .post_error ul {
	padding: 10px 10px 10px;
}

.stdinput .post_error li {
    margin: 0 auto;
    display: block;
    width: 98%;
    font-size: 14pt;
    font-weight: bold;
}

.stdinput .login_li {
    list-style: none;
    display:  block;
    padding: 5px 0;
    width: 100%;
}

.stdinput ul {
	margin: 0 auto 10px;
}

.stdinput ul.bevitel {
	width: 80%;
}

.stdinput .ul_full {
	width: 100%;
}

.stdinput .ul_midle {
	width: 80%;
}
.stdinput .ul_small {
	width: 50%;
}

.stdinput .combinli {
	display: inline-block !important;
	width: 100%;
	margin: 10px 0;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	padding: 3px 5px;
}

.stdinput .combinli .combinlabel {
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.stdinput .combinli .combinlabel span {
    margin-right: 5px;
}

.stdinput li.linefeed {
    height: 10px;
}

.stdinput li {
    list-style: none;
    display:  block;
    margin-bottom: 5px;
    /*padding: 5px;
    margin-left: 50px;*/
    /*float: none;
    width: 100%;*/
}

.stdinput li .li-btn {
	display: inline!important;
	margin-top: 10px;
}

.stdinput .cimke {
    display: inline-block;
    width: 32%;
    text-decoration: none;
    font-size: 14pt;
    font-weight: normal;
    margin-bottom: 5px;
	text-align: left;
}

.noneditable {
	display: inline-block;
    text-align: left;
    text-indent: 4px;
    line-height: 1.62857;
    font-size: 14pt;
    font-weight: normal;
    border: 1px solid #555!important;
    color: #000;
    background: #ddd;
}

.stdinput input[type="text"], .stdinput input[type="password"], .stdinput input[type="file"], .stdinput input[type="file"] {
    display: inline-block;
    text-align: left;
    text-indent: 4px;
    line-height: 1.62857;
    font-size: 14pt;
    font-weight: normal;
    color: #000;
    border: 1px solid #777;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    2px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow:         2px 2px 5px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    width: 68%;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.stdinput input[type="text"]:hover, .stdinput input[type="password"]:hover, .stdinput input[type="file"]:hover, .stdinput input[type="file"]:hover {
    border-color: #3399FF;
}

.stdinput input[type="text"]:focus, .stdinput input[type="password"]:focus, .stdinput input[type="file"]:focus, .stdinput input[type="file"]:focus {
    border-color: #3399FF;
    box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.stdinput input[type="file"] {
    /*padding: 3px;
    width: 98%;*/
    background: #fff;
}

.new_galery {
    width: 48%!important;
}

.stdinput #text_body {
	display: inline-block;
	width: 100%;
	height: 200px;
	text-align: justify;
	text-indent: 4px;
	line-height: 1.32857;
	font-family: "calibri";
    font-size: 14pt;
    font-weight: normal;
    color: #000;
    border: 1px solid #777;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    2px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow:         2px 2px 5px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    padding: 3px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.stdinput #text_body:hover {
	border-color: #3399FF;
}

.stdinput #text_body:focus {
	border-color: #3399FF;
    box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.stdinput .avatar {
	display: inline-block;
	margin: 0;
    padding: 2px;
	width: 90%;
	border: 3px outset #999;
	-webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    5px 5px 7px rgba(0, 0, 0, 0.3);
    box-shadow:         5px 5px 7px rgba(0, 0, 0, 0.3);
}

.stdinput .avatarinput {
	display: inline-block;
	margin: 10px 0 0;
    padding: 4px;
	width: 23%;
	border: 1px solid #777;
	background-color: #fff;
	-webkit-box-shadow: 5px 5px 11px 2px rgba(50, 50, 50, 0.37);
    -moz-box-shadow:    5px 5px 11px 2px rgba(50, 50, 50, 0.37);
    box-shadow:         5px 5px 11px 2px rgba(50, 50, 50, 0.37);
}



.stdinput .button {
	font-size: 11pt;
	padding: 3px 10px;
	border: 1px solid #777;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: rgb(204, 204, 204);
	background: -webkit-linear-gradient(90deg, rgb(204, 204, 204) 40%, rgb(240, 240, 240) 60%);
	background: linear-gradient(0deg, rgb(204, 204, 204) 40%, rgb(240, 240, 240) 60%);
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 2px rgba(50, 50, 50, 0.75);
    margin: 0 0 5px;
    vertical-align: middle;
    /*min-width: 130px;*/
}    

.stdinput .button:hover {
	background: rgb(175, 225, 249);
	background: -webkit-linear-gradient(90deg, rgb(175, 225, 249) 40%, rgb(225, 243, 249) 60%);
	background: linear-gradient(0deg, rgb(175, 225, 249) 40%, rgb(225, 243, 249) 60%);
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 2px rgba(50, 50, 50, 0.75);
}

.stdinput .button:active {
	border: 1px solid #12567a;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(134, 198, 232, 0.75);
	box-shadow:         inset 0px 0px 0px 1px rgba(134, 198, 232, 0.75);
	background: rgb(120, 189, 226);
	background: -webkit-linear-gradient(90deg, rgb(120, 189, 226) 40%, rgb(221, 240, 250) 60%);
	background: linear-gradient(0deg, rgb(120, 189, 226) 40%, rgb(221, 240, 250) 60%);
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(44, 98, 139, 0.75);
	box-shadow:         inset 0px 0px 0px 1px rgba(44, 98, 139, 0.75);
}

/*.buttonLong {
	width: 150px;
}*/

.buttonBox {
	width: 40px !important;
}

.buttonFlex {
    padding: 0 5px !important;
    height: 27px;
}

.buttonMinia {
	/*width: 25px;
	height: 15px;*/
    float: left;
    height: 25px;
    margin-left: 15px;
    margin-top: 3px;
    width: 25px;
    padding: 0;
}

#more_things .shp {
	/*width: 213px!important;
	font-size: 10pt!important;*/
	float: none!important;
}

.stdinput select {
	display: inline-block;
    text-align: left;
    /*text-indent: 4px;*/
    line-height: 1.62857;
	font-size: 14pt;
	font-weight: normal;
	color: #000;
    border: 1px solid #777;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    2px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow:         2px 2px 5px rgba(0, 0, 0, 0.2);
    /*margin: 0 auto;
    margin-left: -4px;*/
    padding: 3px 0;
    width: 68.3%;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.stdinput select:hover {
	border-color: #3399FF;
}

.stdinput select:focus {
	border-color: #3399FF;
    box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.line_cimke {
    display: inline-block;
    float: left;
    text-align: left;
    width: 16%;
    margin: 5px auto 0;
}

.line_button {
    /*float: right;
    margin: 0 0 0 10px!important;*/
    display: inline-block;
}

.line_text {
    width: 93%!important;
}

#settings .edit_pic {
    border: 1px solid lightblue;
    border-radius: 3px;
    margin: 10px 0;
    padding: 5px;
    width: 98.9%;
}

#settings .edit_pic .minpic_div {
    float: left;
    width: 23%;
}

#settings .edit_pic .minpic_div .profile_image {
    width: 98%;
    border: 3px outset #555;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
}

#settings .edit_pic .input_div {
    float: left;
    margin-left: 13px;
    width: 74%;
}

.category_input {
    background: #ddd none repeat scroll 0 0;
    border: 1px solid black;
    display: block;
    margin: 10px auto;
    padding: 5px;
    width: 80%;
}

/* --------------- New svitch ---------------*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    display:none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #255D7B;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}




@media only screen and (max-width: 1290px) {
	.stdinput .cimke,
		.stdinput input[type="text"],
		.stdinput input[type="file"], 
		.stdinput input[type="file"],
		.stdinput select, 
		.stdinput input[type="password"]{display: inline; width: 92%;margin: 0;}
	.stdinput .ul_small{width: 50%;}
	.line_text {width: 92% !important;}
	.line_button {margin: 0;}
	.panel_body #find input[type="text"] {float: left;margin: 0 5px 10px 0; width: 92%;}
	.panel_body #find .buttonBox {float: left;}
}

@media only screen and (max-width: 1100px){
	/*.stdinput .ul_small{width: 70%;}
	.panel_body #find input[type="text"] {width: 87%;} */
	.line_text {width: 91% !important;}

}

@media only screen and (max-width: 800px){
	/*.stdinput .ul_small{width: 70%;}
	.panel_body #find input[type="text"] {width: 87%;} */
	.line_text {width: 89% !important;}

}

@media only screen and (max-width: 700px){
	.stdinput .ul_small{width: 70%;}
	.panel_body #find input[type="text"] {width: 87%;}
    .line_text {width: 87% !important;}

}

@media only screen and (max-width: 500px){
	.stdinput ul.bevitel, .stdinput .ul_small, .stdinput ul.ul_midle{width: 90%;}
	.panel_body #find input[type="text"] {width: 82%;}
    .stdinput input[type="text"]{display: inline; margin-right: 1%;}
    .line_text {width: 81% !important;}
}