/*TEMPLATE by SHISUI aka BloodBoy aka Debian*/
/*http://vk.com/shisui14 */

@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,400i,500,500i,600,600i,700,700i&display=swap');

body {
    background: #d0d0d0;
    margin: 0 auto;
    color: #fff;
    line-height: 21px;
    font-size: 15px;
    max-width: 870px;
    font-family: 'Fira Sans',sans-serif;
}

p {
    margin-top: 6px;
    margin-bottom: 3px;
    font-weight: 600;
}

b {
    font-weight: 500;
}

a {
	color: #737373;
	text-decoration: none;
}

img {
    vertical-align: -3px;
    border: 0px;
    margin-right: 4px;
}

#ico {
    color: #fff;
}

#icon {
    vertical-align: -7px;
    margin-right: 5px;
}

.ico-colors {
    font-size: 50px;
    color: #93ade8;
}

.file {
    padding: 10px;
    background: #fff;
    border: 1px solid #ececec;
    color: #75868f;
}

.bmes {
    background: #fff;
    padding: 8px 10px;
    color: #333;
    display: inline-block;
    margin: 4px;
    border: 1px solid #333;
}

.podmenu {
    padding: 13px;
    display: block;
    background: #fff;
    color: #777;
    border: 1px solid #eaeaea;
    margin-top: -1px;
}

.status {
    margin-top: 10px;
    background: #eef5e8;
    padding: 7px 15px;
    color: #666f5f;
    border: 1px solid #eef5e8;
}

.message {
    margin-top: 10px;
    background: #efefef;
    padding: 10px;
    color: #606060;
    border-radius: 5px;
}

.noread {
    margin-top: 10px;
    background: #efefef;
    padding: 7px 15px;
    color: #606060;
    border: 1px solid #efefef;
}

.mescount {
    float: right;
    padding: 1px 7px;
    display: inline-block;
    background-color: #e1e1e1;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 1px;
}

.head {
	background: #5180e7;
	color: #fff;
	font: 17px Oswald;
	display: block;
	overflow: hidden;
}

.head a {
	background: #5180e7;
	padding: 13px;
	text-align: center;
	color: #fff;
	display: inline-block;
}

.head a:hover {
	background: #4675e0;
	transition: 0.3s;
}

.bar-left {
    width: 28%;
    float: left;
    margin-top: 0;
    margin-left: -15px;
}

.bar-right {
    width: 71%;
    float: right;
}

.bar-title {
    padding: 12px 20px;
    color: #555;
    display: block;
    margin-top: -1px;
    font-weight: 600;
}

.bar-link {
    padding: 10px 15px;
    color: #555;
    display: block;
    margin-top: -1px;
    overflow: hidden;
    font-weight: 500;
    border-left: 3px solid #f0f0f0;
    font-size: 14px;
}

.bar-link:hover {
    background: #F5F5F5;
    border-left: 3px solid #5180e7;
}

.label-res {
    position: relative;
}

.label {
    background-color: #ff6a6a;
    border-radius: 4px;
    color: #fff;
    font: 9px Open Sans;
    border: 2px solid #4c77a4;
    padding: 0px 4.5px;
    position: absolute;
    right: 7px;
    top: 10px;
    font-weight: 600;
}

.block-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
}

.block-blogs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
}

@media (max-width:768px) {
.block-blogs {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 5px;
}
}

.blogs-img {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
}

.block-link {
    background: #fff;
    border: 1px solid #eaeaea;
    color: #717171;
    padding: 10px;
    text-align: center;
    height: 70px;
    line-height: 17px;
    overflow: hidden;
    position: relative;
}

.button {
	background: #fff;
	padding: 8px 12px;
	margin-top: 10px;
	color: #666;
	display: inline-block;
	border: 1px solid #aaa;
	border-radius: 5px;
}

.news-v {
    background: #fff;
    padding: 12px 13px;
    color: #737373;
    display: block;
    margin-top: -1px;
    border: 1px solid #eaeaea;
    margin-bottom: -1px;
}

.menu-page {
	background: #f0f0f0;
	padding: 15px;
	overflow: hidden;
	display: block;
	min-height: 700px;
}

.title {
    background: #FFF;
    padding: 12px 13px;
    color: #555;
    display: block;
    margin-top: -1px;
    font-weight: 600;
    border: 1px solid #eaeaea;
}

.title a {
    color: #555;
}

.link {
    background: #fff;
    padding: 12px 13px;
    color: #717171;
    display: block;
    margin-top: -1px;
    overflow: hidden;
    border: 1px solid #eaeaea;
}

.link:hover {
    background: #F5F5F5;
}

.content {
	margin-bottom: 10px;
}

.foot {
    background: #03a9f4;
    padding: 10px;
    color: #ffffff;
    font: 14px Oswald;
    display: block;
}

.text {
    color: #474747;
    font-weight: 700;
}

.count {
    background: #adadad;
    padding: 2px 8px;
    color: #fff;
    line-height: 14px;
    float: right;
    font-size: 12px;
    display: inline-block;
    border-radius: 4px;
    font-weight: 600;
    margin-top: 3px;
    top: 5px;
    right: 5px;
}

.ncount {
    background: #d46947;
    color: #fff;
    font: 10px sans-serif;
    padding: 3px 4px;
    margin: 0 -9px 9px -10px;
    border-radius: 100%;
    display: inline-block;
    overflow: hidden;
}

.fcount {
	float: right;
	font-size: 12px;
}

.pull-right {
	float: right;
}

.media-object {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 12px;
	border-radius: 10%;
}

.media-body {
    margin-left: 10px;
    margin-top: -3px;
    margin-bottom: 0;
    overflow: hidden;
    line-height: 21px;
}

.wrapper {
    width: 100%;
}

.progress-bar {
    width: 100%;
    box-sizing: border-box;
    background-color: #e0e0e0;
    margin: 10px 0;
    overflow: hidden;
    border-radius: 5px;
}

.progress-bar-success {
	display: block;
	color: #fff;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	background-color: #96c066;
	transition: width 500ms ease-in-out;
}

.pagination {
	padding: 15px;
	text-align: center;
}

.page {
    background: #ffffff;
    padding: 5px 10px;
    color: #cacaca;
    border: 1px solid #dbdbdb;
    margin: 2px;
    display: inline-block;
    font-weight: 600;
}

.page-up {
    background: #ffffff;
    padding: 5px 10px;
    color: #757575;
    border: 1px solid #dbdbdb;
    margin: 2px;
    display: inline-block;
}

input[type="text"] {
    padding: 12px;
	font: 14px sans-serif;
    background: #fff;
    border: 0;
    box-sizing: border-box;
    width: 100%;
    display: block;
    color: #7c7c7c;
    border-bottom: 1px solid #ddd;
}

input[type="password"] {
    padding: 10px;
	font: 14px sans-serif;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    width: 100%;
    display: block;
    color: #7c7c7c;
}

input[type="captcha"] {
    padding: 10px;
	font: 14px sans-serif;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    width: 100%;
    display: block;
    color: #7c7c7c;
    border-radius: 5px;
}

select {
    padding: 12px;
	font: 14px sans-serif;
    background: #fff;
    border: 0;
    box-sizing: border-box;
    width: 100%;
    display: block;
    color: #7c7c7c;
    border-bottom: 1px solid #ddd;
}

input[type="submit"] {
    padding: 12px;
    background: #5180e7;
    border: 0;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    display: block;
    color: #ffffff;
    font-size: 14px;
    transition: .2s;
}

input[type="submit"]:hover {
    background: #4b77d7;
    transition: 0.3s;
}

textarea {
    padding: 12px;
	font: 14px sans-serif;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    width: 100%;
	height: 150px;
	resize: vertical;
    display: block;
    color: #7c7c7c;
}

::-webkit-input-placeholder {
	color: #6e6e6e; 
	opacity: 1;
}

:focus::-webkit-input-placeholder {
	opacity: 0;
}

.file-upload {
    position: relative;
    overflow: hidden;
    font: 13px sans-serif;
    text-shadow: none;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 8px 4px;
    font-weight: bold;
    color: #6a6a6a;
    text-align: center;
    border: 2px dashed;
}

.file-upload input[type="file"]{
    display: none;
}

.file-upload label {
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     cursor: pointer;
}

.file-upload span {
     line-height: 36px;
}

#wr-tabs{
}
#wr-tabs .tabs{}
#wr-tabs .tabs:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
}
#wr-tabs .tabs .tab{
	float: left;
	cursor: pointer;
	padding: 6px 15px;
	margin: 3px;
	display: inline-block;
	border-radius: 5px;
	font-weight: 600;
}
#wr-tabs .tabs .tab:last-child{}
#wr-tabs .tabs .tab:hover,
#wr-tabs .tabs .tab.active{
	color: #555;
	background: #ECECEC;
	font-weight: 600;
}
#wr-tabs .co{
	background-color: #fff;
}
#wr-tabs .co .tab-cont{
	display: none;
}
#wr-tabs .co .tab-cont.active{
	display: block;
}


/*----------------------MOBILE VIEW----------------------*/

@media (max-width:760px) {
.bar-left {
    width: 30%;
    float: left;
    display: none;
}

.bar-right {
    width: 100%;
    float: none;
}

.block-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
}
}



