/**
 * By: Pradeep Rathod <pradeep.rathod@gmail.com>
 * Date: 02/07/2017
 * Time: 11:30 PM
 
 * Skype: symatic.solutions
 */
 
.login-box{
    margin:5% auto;
}
.login-box img{
    height: 128px;
}
.login-box b{
    /* color:#5ACA3A; */
}
.login-logo span{
    font-size: 25px;
}

input {
    background: transparent;
    border: 1px solid #999;
    border-radius: 2px;
}

input:focus {
    border: 1px solid #719ECE;
    background-color: #f3f4e1;
}




.logo-mini{
    background-color: #fff;
}
.logo-mini > img {
    height: 30px;
}
.input_fields_wrap div {
    margin: 15px 0;
}

.input_fields_wrap input {
    float: left;
    margin-right: 10px;
    width: 90%;
}

.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    width: 230px;
}
.experience.input-group select{
    margin: 0 5px;
    width: 40%;
}

.required label:after {
    content:"*";color:red;
}

.remove-btn {
    padding: 24px 3px;
    border-radius: 0px;
}

.image {
    float: left;
}

.published {
    width: 4%;
}

.search_inputs th input[type="text"] {
    width: 100%;
}

.search_inputs_client th input[type="text"] {
    width: 100%;
}

.search_inputs_domain th input[type="text"] {
    width: 100%;
}

.search_inputs_hosting th input[type="text"] {
    width: 100%;
}

.search_inputs_reminder th input[type="text"] {
    width: 100%;
}

.siteuser .remove-btn{
    padding: 64px 3px;
}

.tooltip-inner{
    max-width: 300px;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
}

.operand-list{
    display: inline-block;
}
.remove-operand{
    float: right;
    cursor: pointer;
    border: #aaa;
    color: #97a0b3;
}

.search_inputs input {
    font-weight: normal;
}

.select2-container--default .select2-selection--single {
    border-radius: 0px !important;
    height: 34px !important;
}

#add_contect , #add_email {
    margin-top: 5px;
}
.box-body .reminder{
    height: 50px;
}

.custom-combobox {
    position: relative;
    display: inline-block;
    width:100%;
}
.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}
.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
    width: 85%;
}
.custom-combobox a{
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 0;
}