#result {
  border: 0px;
  width: 140px;
}


main > .container {
       padding: 25px 15px 0px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.inline_tt {
	display:inline-block;
}

.category_desc {
    padding-top: 15px;
    font-size: 15px;
}



.outer-div
{
     /* padding: 30px; */
     text-align: center;
}
.inner-div
{
     /* display: inline-block; */
    /*  padding: 50px; */
}



.text-left {
vertical-align:bottom;
text-align: left;
border-style:hidden;
}


.text-right {
vertical-align:middle;
text-align: right;
border-style:hidden;
width: 50%;
}





.tr-tt {
	border-style: hidden;
}

.text-center {
	text-align: center;	
	border-style: hidden;
}

.btn-tt {
	color: white;
}

.btn-tt:hover{
	color: white;
}

.form-tt {
	width:100px; 
	display: inline;
}

/*  Youtube */
.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}





.h1-tt {
	margin-top: -25px;
}



.text-center-tt {
text-align: center !important;
}

.probel-right-tt {
padding-right: 50px!important;
}

.img-fluid {
	background-color: white;
}

h2 {
	font-size: 1.2rem;
}




/* Comments stile begin */
.gradient-custom {
/* fallback for old browsers */
background: #e4a1ff;

/* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom right, rgb(150 199 255), rgb(180 123 255));
	
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background: linear-gradient(to bottom right, rgba(150, 199, 255, 1), rgba(180, 123, 255, 1));
}