 swaitch Slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch
{
    background:#eee;
}

.li-tab .fa-file-excel-o
{
	color:green;
}
.li-tab .fa-ban
{
	color:red;
}
.tab-content
{
	padding-top:15px;
}
.li-tab
{
	padding-top:2px;
	padding-right:15px;
}
.li-tab li
{
	float:left;
	line-height:40px;
	margin-left:15px;
}
.x_panel table tr td
{
	vertical-align:top;
}

.list-operation li
{
	float: left;
    list-style: none;
    margin-right: 15px;
}
ul.bar_tabs>li a
{
	padding:15px 25px;
}
ul.bar_tabs
{
	height:34px;
}

.login_wrapper
{
	margin-top:0px;
}
.login_form
{
	background:#004262;
	border-radius:8px;
	border:4px solid rgba(255,255,255,0.8);
	padding:10px;
}
.login_content h1
{
	color:#fff;
}
.reset_pass
{
	color:#fff;
}

.btn .btn-app #tab-icon {
    position: relative;
    padding:0px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 20px;
    box-shadow: none;
    border-radius: 0;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: black;
    font-size: 12px;
}


ul.bar_tabs {
    height: 49px;
}

ul.bar_tabs>li.active {
    
    margin-top: 0px;
}
ul.bar_tabs>li 
{
	margin-top:0px;
}

.icon-nav-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
	height: 48px;
	
}

.icon-nav-btn .icon-nav-btn-app {
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    box-shadow: none;
    border-radius: 0;
    text-align: center;
    color: #666;
    background-color: #fafafa;
    font-size: 12px;
}
.icon-nav-btn .icon-nav-btn-app:hover{border: 1px solid black;}
.icon-nav-text
{
	font-size:10px;
	margin-top: -3px;
}
.list-operation .fa-thumbs-down
{
	color:#E91E63;
	font-size:1.7em;
}

.list-operation .fa-thumbs-up
{
	color:#12c549;
	font-size:1.7em;
}
.list-operation .fa-pencil-square-o
{
	font-size:1.7em;
}
.list-operation .fa-reply
{
	color:#000;
	font-size:1.7em;
}
.list-operation .fa-trash
{
	color:#1284c5;font-size:1.7em;
}

input[type="checkbox"]{
  width: 20px; 
  height: 20px; 
  border:1px solid #2A3F54;
  background-color:blue
}

input {
  background: #ddd; 
  color: red;
}
.info-number1 .badge {
    font-size: 10px;
    font-weight: normal;
    line-height: 13px;
    padding: 2px 11px;
    position: relative;
    right: -22px;
    top: -66px;
}


.info-number2 .badge {
    font-size: 10px;
    font-weight: normal;
    line-height: 13px;
    padding: 2px 11px;
    position: relative;
    right: -28px;
    top: -66px;
}
/* iCheck plugin Flat skin, green
----------------------------------- */
.alert>p, .alert>ul {
    margin-bottom: 0;
    margin-top: -36px;
}
body .container.body .right_col
{
	background:#fff;
}



/*=================================

Zebra Date Picker Css

======================================*/

.Zebra_DatePicker
{
    background: #2a3f54;
    border: 3px solid #2a3f54;
    
}
.Zebra_DatePicker .dp_daypicker th {
    background: #26b99a;
    color:#fff;
}
.Zebra_DatePicker .dp_daypicker td
{
    color: #2a3f54;
}
.Zebra_DatePicker td.dp_disabled {
    background: #F3F3F3;
    color: #CDCDCD;
    cursor: default;
}
.Zebra_DatePicker td.dp_not_in_month {
    background: #F3F3F3;
    color: #CDCDCD;
    cursor: default;
}
.Zebra_DatePicker td.dp_weekend_disabled {
    color: #CCC;
    cursor: default;
}
.Zebra_DatePicker td.dp_current {
    color: #fff ;
    background:rgb(38, 185, 154);
}

/*ul.bar_tabs>li.active a, ul.bar_tabs>li.active a:focus,ul.bar_tabs>li a:hover {
    border-bottom: none;
    background: #01BA96;
    color: #fff;
}
ul.bar_tabs>li a
{
    background: #2a3f54;
    color: #fff;
}
*/
/*=================================

End Zebra Date Picker Css

======================================*/
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f055";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f056";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}
.modal-dialog
{
	top:50px;
}
.panel-default
{
	width:900px;
	height:100%;
	
}
.close
{
	margin-right:30px;
}

.modal
{
	height:900px;
	background:none;
	left:40%;
	max-width:100%;
	
}

.modal-content
{
	width:100px;
}
textarea.form-control{
	height:100px;
}
ul.bar_tabs
{
	z-index:0px;
	}
	
	
	.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
.table-badge
{
	position: absolute;
    z-index: 999;
    right: -12px;
    top: -6px;
	/*width:35px;*/
}

/* menu and table color shade */
ul.bar_tabs>li.active a, ul.bar_tabs>li.active a:focus,ul.bar_tabs>li a:hover {
    border-bottom: none;
    background: #1abb9c;
    color: #fff;
}
ul.bar_tabs>li a
{
        background: #2a3f54;
    color: #fff;
}
/*table thead tr { background: #1abb9c; color: #fff; }*/
table thead tr { background: #f7f7f7; color: #5A738E; }

/* menu and table color shade */
.nav > li> a:active
{
    color: black;
}

.nav.side-menu > li.current-page,.nav.side-menu > li.active > a
{
    background:#1ABB9C;
}
.nav li.current-page{
background:#01BA96;}

.login-logo
{
    margin-top:45px;
    margin-bottom:30px;
}
.file-btn
{
    position: absolute;
    bottom: 0px;
    margin-top: 15px;
}

.thumbnail{
    height:auto;
}
.modal-open .modal
{
    left:44%;
    background: none;
    overflow: visible;
    top:50% !important;
}
/* menu and table color shade*/

.show-error-msg
{
    background: #CDDC39;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    color: black;
    border-color: white;
}
#register input, .login_content form input[type="text"], .login_content form input[type="email"], .login_content form input[type="password"]
{
 margin-bottom: 0px;
}
.mode2 .item .alert
{
    text-shadow: none;
    font-weight: 600;
}
.form-control-feedback
{
    margin-left: -9px;
}

.password-alert
{
    background: #ce5454;color: white!important;text-shadow: none;font-weight: 600;
}

.errpg500{
   font-size: 55px;
}

/* Responsive */

@media(min-width: 320px ) and (max-width: 481px) {
    
.modal-dialog
{
margin-left:-28px;
}

.modal-content
{
    width:361px;
}
    .modal-open .modal {
   
    left: 51%;
}
    
}

@media(min-width: 480px ) and (max-width: 568px) {
.modal-dialog {
    margin-top: 300px;
    margin-left: 398px;
}
}
@media(min-width: 768px ) and (max-width: 991px){
    .modal-open .modal {
         left: 8%;
    }
}
@media (min-width: 992px ) and (max-width: 1024px){
    .modal-open .modal {
         left: 32%;
        margin-top: -5px;
    }
}
@media(max-width: 1440px)and (min-width:1030px){
    .modal-open .modal {
        margin-left: 18px;
        
    }

}

.lock-img-circle{
    border-radius:50%;
    width: 166px;
    height: 166px;
}
 .rpic img{
    border-radius: 50%;
    border-width: 5px;
    border-style: solid;
    border-color: #09aacc;
}
.item button
{
    margin-top: 10px;
}
.change .navbar-nav-profile
{
 height:57px;
}
.change>li>a
{
    padding: 9px 15px 1px;
    height: 57px;   
}
.change>li>a>img
{
    border-radius: 50%;
    width: 44px;
    height: 42px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    /* border-color: #09aacc; */
    //max-width:60px !important;
}
.change li .user-name
{
    top:-10px;
    position: relative;
}
.top_nav li a .inbox-envelope {
    font-size: 42px;
}
    

/* menu and table color shade*/
.chat
{
    display: block;
    background: aqua;
     width: 80%;
    /*height: 60px; */
    background:#d3f9b5;
    margin: 5%;
    border-radius:4px 0px 4px 4px;
    position:relative;
    left:10%;
    padding: 10px;
}
.chat:before{
    content:'';
    width: 0;
    height: 0;
    border-top: 1px solid transparent;
    border-left: 10px solid #d3f9b5;
    border-bottom: 10px solid transparent;
    position:absolute;
    top:0px;
    right:-10px;
    color:aqua;
}
.chat1
{   display: block;
    background: aqua;
     width: 80%;
    /*height: 60px; */
    background: #ccdeec;
    margin: 5%;
    border-radius:4px 0px 4px 4px;
    position:relative;
    padding: 10px;
}

.chat1:before{
    content:'';
    width: 0;
    height: 0;
    border-top: 13px solid #ccdeec;
    border-left: 16px solid transparent;
    left:-15px;
    position:absolute;
    top:0px;
    
    color:aqua;
}

/*.chat-text
{
    margin-left:10px;
}*/

.reply-modal {
    margin-right: -37px;
    margin-left: 36px;
}
@media (min-width: 768px){
.form-horizontal .control-label {
    /*padding-top: 25px;*/
    margin-bottom: 10;
    text-align:left;
}}

.contact-name
{
    font-size: 14px;
}

.float-right
{
    float:right;
}

.header-inbox
{
    overflow-y: auto;
    max-height: 334px;
}

.side_menu_profile_img{ height: 56px; }

.admin-dashboard-logo {
    /*width:95%;*/
    //width:120px; 
    //background: #6DB3F2 url('images/checked.png');
    background: #ededed;
    color: #E91E63;
    font-size: 18px;
    text-align: center;
}

.admin-dashboard-logo img
{
    min-width: 160px;
    max-height: 50px;
}

/*gallery*/
.view p
{
   /* padding:28px 0px 0px;*/
    font-size:15px;
}

.tools p
{
    padding:0px;
    display:inline;
}

.docs
{
    color:#fff;
    font-size:22px;
    padding-right:13px;
}
/*gallery*/

/*=-=============Pagination===========*/
#page_navigation1 {
    margin: 0 21px;
    padding: 8px 0px;
    float: right;
}
#page_navigation1 a {
    padding: 3px;
    border: 1px solid gray;
    margin: 2px;
    color: black;
    text-decoration: none;
}
.active_page {
    background: #a00;
    color: white !important;
}
#page_navigation2 {
    margin: 0 21px;
    padding: 8px 0px;
    float: right;
}
#page_navigation2 a {
    padding: 3px;
    border: 1px solid gray;
    margin: 2px;
    color: black;
    text-decoration: none;
}
.active_page {
    background: #a00;
    color: white !important;
}
#page_navigation3 {
    margin: 0 21px;
    padding: 8px 0px;
    float: right;
}
#page_navigation3 a {
    padding: 3px;
    border: 1px solid gray;
    margin: 2px;
    color: black;
    text-decoration: none;
}
.active_page {
    background: #1ABB9C;
    color: white !important;
}
/*end of pagination*/


.fa-upload{font-size:1.5em;}

.fa-trash-o{font-size:1.5em;}

.fa-download{font-size:1.5em;}

.tab-icon li :hover{border:0.1em solid #5a738e;border-radius:3px;}

.tab-icon p:hover{border:none;}

.tab-icon i:hover{border:none;}

.tab-icon span:hover{border:none;}

.img-circle.profile_img{width:79%;height:61px}



/*For setting page*/
.headers-sel {
    padding: 8px;
    margin-bottom: 0;
    line-height: 25px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.corner {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 3px !important;
    left: -8px !important;
    color: #000 !important;
    font-size: 20px;
}
.setting-cog {
       margin-left: -30px;
    margin-top: 55px;
    margin-bottom:-95px;
    /* z-index: 999999; */
    width: 30px;
    height: 30px;
    background: #eeeeee;
    position: relative;
    border-bottom-left-radius: 14px;
}


/*SEO DASHBOARD*/

/* custom inclusion of right, left and below tabs */

.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}


.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a {
  min-width: 300px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;  
  margin:2px 19px 0 0px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;

}
.seo-tabs >li>a:focus, .seo-tabs >li>a:hover
{
    background:#cacfd2 !important;
}

.tab-heading
{
    margin-top:50px;
}

.seo-textarea
{
    padding-bottom: 134px;
    vertical-align: top;
    width: 80%;
    /* height: 29%; */
    border-radius: 10px;
    border: 2px solid #ccc;
}

.seo-tabs>li.active>a, .seo-tabs>li.active>a:focus, .seo-tabs>li.active>a:hover
{
    background:#bdc3c7 !important;
}

.seo-form{
        width: 82% !important ;
}
    /* For HEader tab */
.header-tab > .seo-tabs1 > li > a
{
    min-width: 100%;    
}
.header-tab > .seo-tabs1 
{
margin: 0 19px 0 11px;
}

.seo-tabs1 >li>a:focus, .seo-tabs1 >li>a:hover
{
    background:#31b0d5 !important;
}

.btn-info-gray
{
background:#bdc3c7 !important;  
}

.header-tab
{
    padding-top:23px;
}
.seo-tabs1>li.active>a, .seo-tabs1>li.active>a:focus, .seo-tabs1>li.active>a:hover
{
    background:#31b0d5 !important;
}




/* SEO Responsive */

@media (min-width: 320px) and (max-width: 425px)
{
    .header-tab 
    {
        padding-top: 38px;
        padding-left: 6%;
    }
    
    .li-tab
    {
        padding-top: 0px !important; 
        padding-right: 16px;
        padding-bottom: 14px;
    }
    
    .tabs-left > .nav-tabs > .seo-tabs1 > li > a 
    {
        min-width: 0px;
        margin-right: 0;
        margin-bottom: 3px;
    }
    .header-tab > .seo-tabs1
    {
        margin: 0 19px 0 11px;
        width: 229px;
    }
    
    .tabs-left > .nav-tabs  > li > a
    {
        min-width: 245px;
        margin-right: 0;
        margin-bottom: 3px;
    }
    
    .tab-heading
    {
        margin-top: 26px;
    }
    .seo-form
    {
        width:250px !important;
    }
}

@media (min-width: 425px) and (max-width: 768px)
{
    div.dataTables_wrapper div.dataTables_filter input
    {
        width: 65% !important;
    }
    
    .seo-form
    {
        width:200px !important;
    }
    .seo-heading
    {
        padding-left:29px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px)
{
    .form-group 
    {
        margin-bottom: 10px;
        margin-left: 60px;
    }
}

.sidebar-button
{
    margin-top: 10px;
    width: 230px;
    position: fixed;
    bottom: 31px;
}

.sidebar-button button
{
    width: 100%;
    background: rgb(23, 45, 68);
    border: rgb(23, 45, 68);
} 

.nav-md .hidden-large
{
    visibility:hidden;
}

.seo-back-admin
{
    background: #2a3f54;
}

/* SEO Responsive */
.nav-md .hidden-large
{
    visibility:hidden;
}

table { width:100%!important; }
.pfixed-sm .sidebar-footer 
{
    width:70px;
}
.pfixed-sm .sidebar-footer a
{
    width:100%;
    float:none;
}
/* 
Admin panel */
.header-title
{
    font-size:16px;
    font-weight: 800;
}

.dashboard-cu-span
{
    font-size: 11px!important;
}

.tile_count .tile_stats_count {
    border-bottom: 1px solid #D9DEE4;
    padding: 0 10px 6px 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

 .tile_stats_count {
   
    border: 1px solid #ccc;
    box-shadow: 5px 5px 10px #ccc;
    margin-bottom: 10px;
}

.tile_count .tile_stats_count:before {
   
   
    border-left: none; 
}

.icon-heading
{
    font-size:40px;
    padding-top: 28%;
    padding-left: 10%;
        color: coral;
}
.yellow11

{
    color:#1abb9c;
}

.green11

{
    color:#f9333f;
}

.title-count-heading
{
        margin-right: 10px;
        border-bottom: 1px solid #eee;
}

@media (min-width: 768px)
{
.tile_count .tile_stats_count .count {
    font-size: 30px;
}
}

.icon-heading1 {
    font-size: 40px;
    padding-top: 15%;
    padding-left: 35%;
    color: coral;
}
.publish
{
    padding: 10px 42px 0px 37px;
}

.unpublish
{
    padding: 10px 42px 0px 37px;
}

.top-heading
{
    text-align:right;
    padding-right: 32px;
}

.count1
{
    font-size:34px;
}

.header-title-home
{
    text-align:right;
    font-size:23px;
}

.created-count
{

    padding:0px 39px 2px 39px;
}

.tile_stats_count1
{
      border: 1px solid #eee;
}

@media (min-width: 325px) and (max-width: 425px)
{
    .publish
    {
        padding: 10px 15px 0px 14px;
    }
    
    .unpublish
    {
        padding: 10px 15px 0px 14px;
    }
    .created-count 
    {
        padding: 0px 15px 15px 15px;
    }
    .icon-heading1
    {
        font-size: 40px;
        padding-top: 15%;
        padding-left: 10%;
        color: coral;
    }
    .count1
    {
        font-size: 36px;
    }
}
/* SEO Responsive */


.alt-image-title
{
    margin-top: 10px;
}

.tab-disabled
{
    pointer-events: none;
    opacity: 0.4;
}

/* publish buttons*/
.icon-border
{
    border: 1px solid #ddd;
    width: 80px;
}
.icon-border:hover
{
    border: 1px solid #9E9E9E;
}
/* publish buttons*/

.select-table-head
{
    background: rgba(233, 30, 99, 0.59);
}

.input-checkbox
{
    display:flex;
    padding-right: 10px;
    line-height: 7px;
    padding-bottom: 2px;
}

.input-checkbox label
{
     padding-top: 10px;
     padding-left:4px;
}


/*admin management*/
/*.toolti {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.toolti .tooltiptext {
    visibility: hidden;
    width: 130px;
    background-color: #eeeeee;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px 0;

    /* Position the tooltip 
    position: absolute;
    z-index: 1;
}

.toolti:hover .tooltiptext {
    visibility: visible;
}
.sample:hover .tooltiptext ,
.sample:hover ~ .tooltiptext
{
	visibility: visible;
}
*/

.register-admin-list
{overflow: auto;max-height: 465px;}
/* all admins overlay css*/
.image {
	position:relative;
  opacity: 1;
  display: block;
  width: 100%; /*//214%*/
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  background:#dbe9f2;
padding:9px;
overflow:hidden;
border-radius: 3px;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.image:hover .middle {
  opacity: 0.8;
}

.sample:hover .middle {
  //opacity: 0.7;
}

/*.text {
    background-color: #337ab7;
    color: white;
    font-size: 16px;
    padding: 10px 5px 5px 72px;
    width: 100%;
    height: 100%;
}*/
.text { 
    background-color: transparent;
    color: inherit;
    font-size: 14px;
    padding: 0px;
    width: auto;
    height: auto;
}
.demo
{
    float:right;
	display:flex; 
	list-style-type:none;
}





.edt
{
	background: #26b99a; margin-right: 10px; padding: 4px 7px 4px 7px;;  text-align: center; border-radius: 2px; color:white;
}


		
/*menu details*/


ol.target {
    list-style-type: decimal !important;
}

.menu-page{
  width: 24%;
  float: right;
}

ol.target {
    border-color: #B7E2A2;
}

ul.source, ol.target {
    min-height: 50px;
    margin: 0px 25px 10px 0px;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    list-style-type: none;
    list-style-position: inside;
    background: #DBE9F2;
}
.target li {
   background-color: rgb(229, 240, 249);
    border: 1px solid #b7d0e6;
  /*  color: #468847;*/
}

.source li, .target li {
    margin: 5px;
    padding: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}


.source li {
   background-color: #F0FFF0;
    border: 1px solid #B7E2A2;
  /*  color: #c09853;*/
}

.source li, .target li {
    margin: 5px;
    padding: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.btnclr
{
	background-color: #26b99a;
}

@media (min-width: 768px){
.modal-dialog {
    width: 600px;
    margin: 0px;
    }
}

/*.fa-check-circle
{
    color: green;
    font-size: 14px;
    margin-top: 10px;
}

.fa-times-circle
{
    color: #f9333f;
    font-size: 14px;
    margin-top: 10px;
}*/

/* report page */
.top_profiles 
{
      overflow-y: auto;
}
.media-body p
{
  padding: 0px;
}
.new-user {
    box-shadow: 5px 5px 10px #ccc;
    text-align:center;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15%;
}
.color1 {
    color:#a00;
}
.table-purchase {
    //border: 1px solid #ccc;
}
.table-purchase h4 {
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.table12 {
    //padding: 0 30px 0 30px;
       height: 328px;
    //overflow-y: scroll;
}
.report-btn a
{
    padding: 5px 15px 6px !important;
}
.report-btn a:hover
{
    background:#31b0d5 !important;
    border-color: #5bc0de !important;
}
.report-btn a:focus
{
    background:#5bc0de !important;
    border-color: #5bc0de !important;
}
.form
{
        border-right: 1px solid #ccc;
}


/*thead, tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;/* even columns width , fix width of table too*/
/*}*/
/* report page 