﻿
@media  only screen and (max-width:768px) {
   
}
@media only screen and  (min-width:769px) and (max-width:1024px) {
	
}
@media only screen and (min-width:1025px) and (max-width:1280px) {

}
@media  only screen and (min-width:1281px) and (max-width:1366px) {
	.ckfinder-manager {min-height:80vh;}
    .form-control-container{height:80vh;}
}
@media  only screen and (min-width:1367px) and (max-width:1920px) {
	.ckfinder-manager {min-height:85vh;}
    .form-control-container{height:85vh;}
}
@media  only screen and (min-width:1920px) {
    .ckfinder-manager {min-height:90vh;}
    .form-control-container{height:90vh;}
}

.current-user:hover
{
    background:#fff;
}

.btn-scroll-top {
    display: none;
    border:none;
    bottom: 10px;
    position: fixed;
    right: 10px;
    z-index: 111;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0 0 14px 0 rgba(0,0,0,.12),0 14px 14px 0 rgba(0,0,0,.35);
    color: #ed3554;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: url("images/backtotop3.png") no-repeat center center;
    transition: all 1s;
}

.btn-scroll-top:hover {
    cursor: pointer;
}
.btn-command{
    color:#212529;
    background-image: linear-gradient(#f0f2f4,#dae0e5,#f0f2f4);
    border-color:#d3d9df;
}
.radio-group label {
    float: right;
    margin-right:5px;
}
.radio-group table tr td {
    padding: 0px 3px;
    margin-left: 10px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #12a3df;
}

.dropdown-menu{
    margin-top:0px;
}
.ckfinder-manager{
    height:100%;
}
.category-tree-view td{
    white-space:normal !important;
}
.form-control-container{
    /*overflow:auto;*/
    resize:both;
}
.ckfinder-custom {
    height: calc(100vh - 105px);
}
th.col-para,
td.col-para {
    /*min-width: 250px !important;*/
    width: 17% !important;
    word-break: break-all !important;
    overflow-wrap: break-word !important;
}


th.col-sort,
td.col-sort {
    /*min-width: 350px !important;*/
    width: 30% !important;
    word-break: break-all !important;
    overflow-wrap: break-word !important;
}

th.col-description,
td.col-description {
    /*max-width: 180px !important;*/
    width: 10% !important;
    word-wrap: break-word;
    overflow-wrap: break-word !important;
}

.col1 {
    width: 40px;
    white-space:nowrap;
}

.col2 {
    width: 40px;
}

.col3 {
    width: 350px;
}

.col4 {
    width: 200px;
}

.col5 {
    width: 130px;
}

.col6 {
    width: 80px;
    text-align: center;
}

.col7 {
    width: 170px;
}

.col8 {
    width: 170px;
}

.col9 {
    width: 80px;
    text-align: center;
}

.col10 {
    width: 80px;
    text-align: center;
}

.col11 {
    width: 250px;
}

.col12 {
    width: 100px;
    text-align: center;
}

.col13 {
    width: 120px;
}

.col14 {
    width: 80px;
    text-align: center;
}

.col15 {
    width: 100px;
}

