.frm-img {
    width: 200px;
    height: 100px;
    background-size: cover;
    overflow: hidden;
	padding-bottom: 10px;
   /* text-align: center; */
}
.frm-img img {
    height: 100%;
    width: auto!important;
    max-width: 100%;
}

.frm-script>.modal-dialog {
    width: 95vw;
}

.modal-footer {
    background-color: #fff;
}

.modal-title {
    color: white;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    border: 1px solid #383737;
    background: #1d1c1c;
}

.panel {
    z-index: 500;
    padding: 20px;
    /*width: 250px;*/
    background: #eeeeee;
    border: #282828 2px solid;
    font-family: Georgia;
}

.img-red {
    background-color: red;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 15px;
}
.img-blue {
    background-color: blue;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 15px;
}
.img-green {
    background-color: green;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 15px;
}
.img-lime {
    background-color: #00ff00;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 15px;
}
.img-yellow {
    background-color: #ffff00;
    color: #800080;
    text-transform: uppercase;
    padding: 2px 15px;
}
.img-orange {
    background-color: orange;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 15px;
}
.img-grey {
    background-color: grey;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 15px;
}
.img-rose {
    background-color: #FF00FF;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 15px;
}
.img-violet {
    background-color: #800080;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 15px;
}
.img-aqua {
    background-color: #00FFFF;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 15px;
}
.color-box {
	float: left;
    width: 10%;
    height: 35px;
}

.color-space {
	float: left;
    width: 2%;
    height: 35px;
}

.color-select {
	float: left;
	width: 88%;
    height: 35px;
}

.modal-layout .modal-body {
    min-height: 365px;
}
.modal-querybox .modal-body {
    /*height: 180px;*/
}
#zadanie_sobitiya .list-box {
    height: 280px;
    overflow-y: scroll;
}
#zadanie_celi .list-box {
    height: 280px;
    overflow-y: scroll;
}
.tab-content .list-box li {
    font-size: 13px;
    /*letter-spacing: 1px;*/
    /*text-transform: uppercase;*/
    color: #fff;
    background-image: none;
    background-color: #4e4e4e;
    padding: 10px;
    text-decoration: none;
    line-height: 1;
   /* border: 1px solid #D79D41;*/
    border-radius: 0;
    margin: 1px;
}

.nav-tabs {
    border-bottom: 1px solid #656565;
}

.close{
    opacity: 1!important;
}

.thumbnail .caption {
    padding: 10px 0!important;
}
/*.tab-content .list-box li a {*/
    /*color: #122b40;*/
/*}*/
/*.tab-content .list-box li a:hover {*/
    /*color: #0000ff;*/
/*}*/