/* Dashboard page strats here */


.summary_box .panel-body{margin-bottom: 10px;}
.summary_box .social-talk{margin-bottom: 0;}
.dashboard_page .summary_box .social-talk .social-profile img{width:30px; height: auto; border-radius: 0px;}

.dashboard_page .task_list{margin-bottom: 10px;}
.dashboard_page .task_list .btn{margin-right: 10px;}
.dashboard_page .task_list .btnbtn-primary{margin-right: 0px;}



.dashboard_page .recent_leads .social-talk{margin: 30px 0px;}
.dashboard_page .recent_leads .social-talk:first-child{margin-top:0px;}
.dashboard_page .recent_leads .social-talk .social-profile img{width:50px; height: auto; border-radius: 0px;}

/* project filters menu */
.tag_filter li {display: inline-block;list-style: none outside none;margin-right: 4px;}
.prj-sub-menu{height:198px;overflow-y:scroll;overflow-x:hidden;display:inline-block;position:relative;left: -15px;}

/* loader */
.wus-loader{display:none;position: fixed; height: 100%; width: 100%; z-index: 99999; top:0px; left:0px;bottom:0;right:0;background: rgba(0, 0, 0, 0.4);}
.fixed_loader  {animation: rotate 1s infinite; height: 50px; width: 50px; top:0;bottom:0; left:0; right:0; margin: auto; position: absolute; opacity: 1;}
.fixed_loader:before,
.fixed_loader:after { border-radius: 50%; content: ''; display: block; height: 20px; width: 20px;
}.fixed_loader:before {animation: ball1 1s infinite; background-color: #cb2025; box-shadow: 30px 0 0 #f8b334; margin-bottom: 10px;}
.fixed_loader:after { animation: ball2 1s infinite; background-color: #00a096; box-shadow: 30px 0 0 #97bf0d;}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fixed_loader {
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}

.swal2-cancel, .swal2-confirm,.swal2-styled{padding:10px 20px;margin:20px 5px 0 5px;font-weight:800;}
/*.sweet-alert button{background-color:#34495e;color:white;border:0;box-shadow:none;font-size:17px;font-weight:500;border-radius:5px;padding:10px 32px;margin:26px 5px 0 5px;cursor:pointer}.sweet-alert button:focus{outline:0;box-shadow:0 0 2px rgba(128,179,235,0.5),inset 0 0 0 1px rgba(0,0,0,0.05)}.sweet-alert button:hover{background-color:#a1d9f2}.sweet-alert button:active{background-color:#81ccee}.sweet-alert button.cancel{background-color:#d0d0d0}.sweet-alert button.cancel:hover{background-color:#c8c8c8}.sweet-alert button.cancel:active{background-color:#b6b6b6}.sweet-alert p{font-size:14px;font-weight:400}.sweet-alert h2{font-size:26px}.sweet-alert{padding:25px;box-shadow:0 0 1px rgba(0,0,0,0.1),0 2px 4px rgba(0,0,0,0.2);-webkit-box-shadow:0 0 1 px rgba(0,0,0,0.1),0 2 px 4 px rgba(0,0,0,0.2);-moz-box-shadow:0 0 1 px rgba(0,0,0,0.1),0 2 px 4 px rgba(0,0,0,0.2)}*/
