﻿.content-fixed {
  min-height: calc(100vh - 115px) !important;
}
.w-10px {
    width: 10px;
}
.w-20px {
    width: 20px;
}
.w-30px {
    width: 30px;
}
.w-40px {
    width: 40px;
}
.w-50px {
    width: 50px;
}
.w-60px {
    width: 60px;
}
.w-70px {
    width: 70px;
}
.w-80px {
    width: 80px;
}
.w-90px {
    width: 90px;
}
.w-100px {
    width: 100px;
}
.w-110px {
    width: 110px;
}
.w-120px {
    width: 120px;
}
.w-130px {
    width: 130px;
}
.w-140px {
    width: 140px;
}
.w-150px {
    width: 150px;
}
.w-160px {
    width: 160px;
}
.w-170px {
    width: 170px;
}
.w-180px {
    width: 180px;
}
.w-190px {
    width: 190px;
}
.w-200px {
    width: 200px;
}
.w-250px {
    width: 250px;
}
.w-300px {
    width: 300px;
}
.number-input{
    text-align:right;
}
dt,
dd {
  float: left;
  border-bottom: 1px solid #d7d7d7;
  line-height: 27px;
  padding-left: 10px;
}

dt {
  width: 25%;
  background-color: #e5e9f2;
  border-radius: 0 10px 0 0;
}

dd {
  width: 75%;
  min-height: 27px;
}
 
/***CKEditor****/
textarea.form-control {
    line-height: 1.5;
}
.has-float-label label, .has-float-label>span, .has-top-label label, .has-top-label>span {
    color: rgba(58,58,58,.7);
}
.ck.ck-editor__main>.ck-editor__editable {
    border-color: #d7d7d7!important;
}
.ck.ck-content.ck-editor__editable.ck-rounded-corners {
    box-shadow: initial!important;
}
.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable, .ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners {
    height: 500px;
    background: #fff;
}
/***Select2**/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 17px !important;
}



/******End Select2******/

/********Icon*****************/
.icon {
    background-position: 0% 50%;
    background-repeat: no-repeat;
    padding-left: 15px;
    margin-left:5px;
}

.icon-add-bullet:hover{
    color:#9c2c18
}

.icon-add {
    background-image: url(images/add.png);
    margin-top: 5px;
    float: left;
    margin-left: 2px;
}

.icon-only {
    background-position: 0% 50%;
    background-repeat: no-repeat;
    padding-left: 20px;
    display: inline-block;
    height: 16px;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
}

.icon-edit {
    background-image: url(images/edit.png);
}

.icon-del {
    background-image: url(images/delete.png);
}
.icon-check {
    background-image: url(images/check.png);
}
.icon-close {
    background-image: url(images/close.png);
}
/***************************/
@media (max-width: 767px) {
  dt {
    width: 35%;
    background-color: #e9e9e9;
    border-radius: 0 10px 0 0;
  }

  dd {
    width: 65%;
    min-height: 27px;
  }
}
@media(min-width: 767px)
{
  dt {
    width: 35%;
    background-color: #e9e9e9;
    border-radius: 0 10px 0 0;
  }

  dd {
    width: 65%;
    min-height: 27px;
  }
}