.para{
    text-align: center;
    margin-top: 10px;
}
#msg .error{
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}
#msg .success{
    color: #3c763d;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}
#msg .warning{
    color: #8a6d3b;
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}
#msg .info{
    color: #31708f;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
} 
label.error{
    color: red;
}
img.picture{
    float: left;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-right: 5px;
}
.select-dropdown:before{
    content: "\f107" !important;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #4a4a4a;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 29px;
    right: 7px;
}
.upload_loader >img{
    width:25px;
    position: absolute;
    right: -30px;
    top: 30px;
} 
.tab_loader >img{
    width:25px;
    position: absolute;
    right: -42px;
    top: 30px;
}
.loader >img{
    width:25px;
    position: absolute;
    right: -42px;
    top: 30px;
}
.ArrowLineBlock i{
    cursor:pointer;
}

.with-border{
    border-bottom: 1px solid #f4f4f4;
}
.main-header .navbar{margin-left: 0 !important;}

.dataTables_wrapper select{
    border:1px solid #ccc !important;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}

.multiselect-container>li>a>label {
    padding: 4px 20px 3px 20px;
}
.multi-select .btn-group{
    width: 100%;
    text-align: left;
}
.multi-select button.multiselect{
    width: 100%;
    text-align: left;
    background: #fff;
    border-radius: 0;
}
.multi-select button.multiselect:hover, .multi-select button.multiselect:focus
{
    background-color: #fff !important;
    box-shadow: none !important;
    border-color: #d2d6de !important;
}
.multi-select b.caret{
    float: right;
    margin-top: 4%;
    color: #808080 !important;
    border-top: 5px dashed !important;
    border-right: 5px solid transparent !important;
    border-left: 5px solid transparent !important;
}
ul.multiselect-container{
    height: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
}
.margin-bottom-15{margin-bottom: 15px;}
div.dt-buttons{margin-left: 15px;}

.ArrowLineBlock i{
    font-size: 19px;
}
.ArrowLineBlock .fa-long-arrow-up{
    margin-left: -5px;
    margin-right: 5px;
}
#not_working_msg{
    color:red;
    font-weight: bold;
    margin-bottom: 10px;
}

.highlight_error{
    border-color: red;
}

@media(min-width:768px){
    .mobile-nav{display: none;}
}
@media(max-width:767px){ .navbar-custom-menu > .navbar-nav{float: none !important;}
                         .main-header .navbar-custom-menu{float: none !important;}
                         .navbar-custom-menu .navbar-nav > li{float: none !important;}
                         .skin-blue .main-header .navbar .dropdown-menu li a{color: #000 !important;}
                         .navbar-default .navbar-toggle{margin-right: 30px !important;}
                         ul.mobile-nav{margin-right: 10px !important;}
                         .desktop-nav{display: none;}
}
a.dropdown-toggle.profile-pic{
    width: 167px;
    display: block;
    height: 54px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}
.p-0{
    padding: 0 !important;
}
.mb-20{
    margin-bottom: 20px;
}
.tournaments_clear_state{
    position: absolute;
    display: block;
    width: 50px;
    right:15px; cursor:pointer;z-index: 10;
}
#tournament_list_filter{ margin-right: 70px;}
#tournament_list_filter input{border: 1px solid #ccc;
                              padding: 6px 8px;}

.players_clear_state{
    position: absolute;
    display: block;
    width: 50px;
    right:15px; cursor:pointer;z-index: 10;
}
#player_list_filter{ margin-right: 70px;}
#player_list_filter input{border: 1px solid #ccc;
                          padding: 6px 8px;}

.teams_clear_state{
    position: absolute;
    display: block;
    width: 50px;
    right:15px; cursor:pointer;z-index: 10;
}
#team_list_filter{ margin-right: 70px;}
#team_list_filter input{border: 1px solid #ccc;
                        padding: 6px 8px;}

.users_clear_state{
    position: absolute;
    display: block;
    width: 50px;
    right:15px; cursor:pointer;z-index: 10;
}
#user_list_filter{ margin-right: 70px;}
#user_list_filter input{border: 1px solid #ccc;
                        padding: 6px 8px;}

.open_teams_clear_state{
    position: absolute;
    display: block;
    width: 50px;
    right:15px; cursor:pointer;z-index: 10;
}
#open_team_list_filter{ margin-right: 70px;}
#open_team_list_filter input{border: 1px solid #ccc;
                             padding: 6px 8px;}


.enrolled_team_clear_state{
    position: absolute;
    display: block;
    width: 50px;
    right:15px; cursor:pointer;z-index: 10;
}
#enrolled_team_list_filter{ margin-right: 70px;}
#enrolled_team_list_filter input{border: 1px solid #ccc;
                                 padding: 6px 8px;}


.team_players_list_clear_state{
    position: absolute;
    display: block;
    width: 50px;
    right:15px; cursor:pointer;z-index: 10;
}
#team_players_list_filter{ margin-right: 70px;}
#team_players_list_filter input{border: 1px solid #ccc;
                                padding: 6px 8px;}


.navbar-nav > .messages-menu > .dropdown-menu
{
    width: 300px;
    height: 200px;
    overflow-x: auto;
}
.dropdown-menu > li > a
{
    padding: 5px 10px;
    border-bottom: 1px solid #efeded !important;

}
.navbar-nav > .messages-menu > .dropdown-menu > li
{
    padding: 0 10px !important;
}
.notification_count{  width: 19px;
                      height: 19px;
                      border-radius: 50%;
                      background-color: #1c4044;
                      position: absolute;
                      right: 0;
                      top: 8px;
                      bottom: 0;
                      z-index: -1;    
                      text-align: center;
                      font-size: 10px;
}
ul.dropdown-menu.dropdown-user.animated.flipInY.notification-menu > li > a{ 
    white-space: normal !important;
}

div.dtl-span{
    margin-top: 6px;
}

#newHeading{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}
.right-border{
    border-right: 1px solid #ccc;
}
.by_name{
    color: #a5a5a5;
}
.customer_new_log{
    color: orange;
    font-size: 8px;
}
.user_online{
    color: green;
    font-size: 8px;
}
.user_offline{
    color: gray;
    font-size: 8px;
}
.skin-blue .main-header .logo{ background-color: transparent !important;}
.main-header .logo{width: auto !important; line-height: 0!important;
    
}

.skin-blue .wrapper{background: transparent !important;}
.translate_dropdown {
    position: relative;
    right: 0;
    top: 10px;
    width: 100px;
}
.desktop-nav{
    display: flex;
}
#all_customers_list_filter, #all_agents_list_filter, .dashboard_message_log #message_log_filter, #agreement_customer_list_filter, #customer_list_filter, #notifications_filter{
    float:left;
    margin-top: 10px;
}
#customer_type {
    width: 50% !important;
    float: right;
    position: absolute;
    top: 148px;
    z-index: 9;
}
#all_customers_list_filter input, #all_agents_list_filter input, #message_log_filter input, #agreement_customer_list_filter input, #customer_list_filter input, #notifications_filter input{
    border: 1px solid #ccc;
    box-shadow: none;
    outline: 0;
}
.h4-bg{
    background-color: #3c8dbc;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 20px !important;
}
.h4-agreement{
    background-color: #6ebc50;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 20px !important;
}
.h4-no-agreement{
    background-color: #bc2e40;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 20px !important;
}
.img-circle{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: fill;
}
.margin-t-10{
    margin-top: 10px;
}
#all_customers_list {
    border-bottom: 1px solid #111;
    margin-top: 45px;
    display: inline-block;
}

.full-screen {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.normal-screen {
    position: relative;
}

.call-options {
    padding: 5px;
    background-color: #f0f0f0;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-duration: 2s;
    -moz-transition-duration: 2s;
    -o-transition-duration: 2s;
}

.tab-video,
.div-video {
    width: 100%;
    height: 0px;
    -webkit-transition-property: height;
    -moz-transition-property: height;
    -o-transition-property: height;
    -webkit-transition-duration: 2s;
    -moz-transition-duration: 2s;
    -o-transition-duration: 2s;
}

.label-align {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}

.input-align {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

.glass-panel {
    z-index: 99;
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    opacity: 0.8;
    background-color: Gray;
}

.div-keypad {
    z-index: 100;
    position: fixed;
    -moz-transition-property: left top;
    -o-transition-property: left top;
    -webkit-transition-duration: 2s;
    -moz-transition-duration: 2s;
    -o-transition-duration: 2s;
}

.previewvideo {
    position: absolute;
    width: 88px;
    height: 72px;
    margin-top: -42px;
}

#ulCallOptions{ z-index: 9999 !important; }