#PageLoad{
	width: 100%; background-color: white;
}
#Percentage{  /*height: 4px; background: -webkit-linear-gradient(left, red, orange 50%, orange 50%, green);
    text-align: center;    position: relative; */
	height: 4px;
    background: -webkit-linear-gradient(left, red, orange 50%, orange 50%, green);
    text-align: center;
    position: absolute;
    left: 0;
    z-index: 9;
}
#Percentage #perc{  background: #ff0800;  padding: 2px 14px;  position: absolute; z-index: 9;  left: 0;  border-bottom-right-radius: 20px; width: 55px; color: #fff; font-size: 11px; font-weight: 700;  text-shadow: 0px 0px 13px #000;
}

.error-page{ margin-top: 7em; background-color:  #f6f8fb; }
.error-main{ /* background-color: #f6f8fb;  box-shadow: 0px 10px 10px -10px #5D6572;*/}
.error-main h1{  font-weight: bold;  color: #444444;  font-size: 6rem;    line-height: initial;  text-shadow: 2px 4px 5px #6E6E6E;}
.error-main h6{  color: #42494F;  font-size: 20px;}
.error-main p{  color: #9897A0;  font-size: 15px; }

.form-control {
	-webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.btn-text-group {
    position: relative;    padding-bottom: 1.5rem !important;
}
.btn-text-group span {
    position: absolute;
    font-size: .6rem;
    bottom: .7rem;
    font-weight: 400;
}


/** timeline left **/
.timelineleft {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}
.timelineleft:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(152, 166, 173, 0.3);
    left: 31px;
    margin: 0;
    border-radius: 2px;
}
.timelineleft>li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
}
.timelinelft>li:before, .timelineleft>li:after {
    content: " ";
    display: table;
}
.timelineleft>.timeleft-label>span {
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    color: #ffffff;
    border-radius: 0px;
}
.timelineleft>li:after {
    clear: both;
}
.timelineleft>li>.timelineleft-item {
    -webkit-box-shadow: 0 1px 1px rgba(107,122,144,0.3);
    box-shadow: 0 2px 17px 2px rgb(208,201,243,.5);
    margin-top: 0;
    background: #fff;
    color: #444;
    margin-left: 60px;
    margin-right: 15px;
    padding: 0;
    position: relative;
    border-radius:7px;
}
.timelineleft>li>.timelineleft-item>.time {
    color: #999;
    float: right;
    padding: 12px;
    font-size: 12px;
}
.timelineleft>li>.timelineleft-item>.timelineleft-header {
    margin: 0;
    color: #555;
    border-bottom: 1px solid rgba(107,122,144,0.3);
    padding: .75rem 1.25rem;
    font-size: 14px;
    line-height: 1.1;
}
.timelineleft>li>.timelineleft-item>.timelineleft-header>a {
    font-weight: 500;
    font-size: 13px; 
}
.timelineleft-body img{
    width:150px;
    height:100px;
}
.timelineleft>li>.timelineleft-item>.timelineleft-body, .timelineleft>li>.timelineleft-item>.timelineleft-footer {
    padding: .75rem 1.25rem;
}
.timelineleft-body{
    font-size:13px;
}
.timelineleft>li>.fa, .timelineleft>li>.glyphicon, .timelineleft>li>.ion {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    position: absolute;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0;
}
.timelineleft>.timeleft-label>span {
    background-color: #467fcf;
}
.timelineleft>li>.fa, .timelineleft>li>.glyphicon, .timelineleft>li>.ion {
    background: #467fcf;
}
/** timeline stop **/

.label-Open{background-color: #5d9cec;}
.label-In-Progress{background-color: #23b7e5}
.label-On-Hold{background-color: #ff902b}
.label-Answered{background-color: #5bc975;}
.label-Closed{background-color: #30ac4c;}
.label-Awaiting{background-color: #829687;}
.label-SPAM{background-color: #e63030;}


.attachment {
    border: 1px solid #e5e5e5;
    padding: 5px;
    margin: 7.5px;
    cursor: pointer;
    background-color: #fff;
    display: inline-block;
    height: 120px;
    width: 180px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    text-decoration: none;
}
.attachment-title {
    z-index: 9;
    text-align: center;
    font-size: 13px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    padding: 5px 5px;
}

.attachment img.icon {
    width: 40px;
    height: 40px;
    margin: 22px 64px;
}
.attachment img.image {
    width: 100%;
    height: 78px;
}

/* multiupload files css  */
.file-main-div {
    background: #f0efef8c;
    display: flex;
    border: 2px dashed #d6d6d6;
    border-radius: 4px;
    padding: 10px 10px 30px 10px;
    position: relative;
}
#add_more {
    position: absolute;
    bottom: 8px;
    left: 10px;
    padding: 5px 15px;
}

#filediv {
    float: left;
    margin: 0 10px 10px 0;
}

#file{
    color:green;
    padding:5px; border:1px dashed #123456;
    background-color: #f9ffe5;
}
#upload{ margin-left: 45px;}
#noerror{ color:green; text-align: left;}
#error{ color:red;  text-align: left;}
#img{ 
    width: 25px;
    border: none;
    height: 25px;
    margin-left: -27px;
    margin-bottom: 72px;
    border-radius: 100px;
}
.abcd img{
    height: 100px;
    width: 100px;
    padding: 5px;
    border: 1px solid rgb(230 230 230);
    background: #fff;
}

.hide{ display:none;}
.show{ display:block;}
#navbar-menu .show { display: inline-flex;}

#paginateTable_wrapper .dt-length{min-width: 201px; margin-left: 10px;}
#paginateTable_wrapper .dt-length select{float: left; max-width: 75px;}
#paginateTable_wrapper .dt-length label{float: left; margin-left: 10px;}
#paginateTable_wrapper .dt-search{min-width: 215px;margin-right: 10px;}
#paginateTable_wrapper .dt-search label{max-width: 60px;float: left;margin-right: 10px;}
#paginateTable_wrapper .dt-search input{max-width: calc(100% - 55px); float: left;}
.card-table { overflow-x: hidden;}


#PageLoad:after {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #ffffffe6;
    content: "Loading please wait...";
    color: #000000;
    text-align: center;
    padding-top: 19%;
    font-size: 1.5rem;
    z-index: 8;
}

.modal-header button.btn-close { display: none;}
.dt-length label { text-transform: capitalize !important;}

