.fa-facebook-square:before {
    color: #337ab7;
    font-size: 19px;
}
.fa-external-link:before {
    font-size: 19px;
    color: darkgray;
}
.fa-instagram:before {
    color: firebrick;
	font-size: 19px;
}
.fa-twitter-square:before {
	font-size: 19px;
    color: darkturquoise;
}
.err {
    color: red;
}

span.label.label-active {
    background-color: gray;
}
.login-logo a, .register-logo a {
    color: #1275bb;
}
.btncancel{margin-right: 20px;}
.error{color: red;}
.required{color: #dd4b39;}

#mdConfirmDelete .modal-wrapper{display: inline-block;}
#mdConfirmDelete .modal-header {
    background-color: #d2322d;
}
#mdConfirmDelete .modal-title {
    color: #fff;
}
#mdConfirmDelete .fa {
    color: #d2322d;
}

.mdConfirmDelete .modal-wrapper{display: inline-block;}
.mdConfirmDelete .modal-header {
    background-color: #d2322d;
}
.mdConfirmDelete .modal-title {
    color: #fff;
}
.mdConfirmDelete .fa {
    color: #d2322d;
}
.modal-footer{background-color: #f5f5f5;}

a.actionbtn {
    font-size: 20px;
    margin-left: 5px;
}

.datepicker-dropdown{z-index: 1100!important;}
.table-responsive{position: relative;}

/*Button upload*/
.input-group.input-file {
    padding-left: 16px;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    width: 120%;
}
.input-group-btn {
    padding-left: 10px;
}
.Choicefile
  {
   display:block;
   background:#0877D8;
   border:1px solid #fff;
   color:#fff;
   width:100px;
   text-align:center;
   text-decoration:none;
   cursor:pointer;
   padding:5px 0px;
   }
   #uploadfile,.removeimg
   {
    display:none;
   }
   #thumbbox
   {
    position:relative;
   }
   #thumbimageUpl{
       width: 100%;
       height: auto;
        border: 1px solid;
   }
   .removeimg
   {
   background:  url("../img/remove-01-512.png")  repeat scroll 0 0 transparent;
   height: 18px;
   position: absolute;
    right: -14px;
    top: -5px;
   width: 18px;
  
   }
   .err {
    color: red;
}
label#img-error {
    margin-left: -40%;
}
@media(max-width:469px){
    label#img-error {
        margin-left: -86%;
    }
}
@media(min-width:768px) and (max-width:1025px){
    label#img-error {
        margin-left: -56%;
    }
}
/*End Button upload*/
#content-confirm-qus img.img-responsive{max-width: 200px;max-height: 200px;}