

.preloader {
    background-color: white;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}


.preloader .icon {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 64px;
  height: 64px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  /*margin:250px auto;*/
 position:relative;
    top: 45%;
    margin: 0 auto;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
footer {
/*position: fixed;*/
bottom: 0px;
left: 0;
right: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #dddddd;   
}

.huge {
    font-size: 50px;
    line-height: normal;
}

#wrapper {
    padding-left: 210px;
    padding-top: 51px;
    line-height: 1.2;
}




/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

    .top-nav > li {
        display: inline-block;
        float: left;
        min-width: 160px;
    }

        .top-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
            line-height: 20px;
            color: #202020;
    font-weight: 700;
        }

            .top-nav > li > a:hover,
            .top-nav > li > a:focus,
            .top-nav > .open > a,
            .top-nav > .open > a:hover,
            .top-nav > .open > a:focus {
                color: #fff;
                background-color: #2e75b6;
            }

    .top-nav > .open > .dropdown-menu {
        float: left;
        position: absolute;
        margin-top: 0;
        border: 1px solid rgba(0,0,0,.15);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

        .top-nav > .open > .dropdown-menu > li > a {
            white-space: normal;
        }

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

    li.message-preview > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Side Navigation */

.sidebar_nav {
  background-color: #2e75b6;
  border: medium none;
  border-radius: 0;
  bottom: 0;
  left: 0;
  list-style: outside none none;
  margin-bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 0 40px;
  position: fixed;
  top: 50px;
  /*width: auto;*/
  width: 210px;
}

    .sidebar_nav > li {
        position: relative;
    }

        .sidebar_nav > li > a {
            display: block;
            /*padding: 13px 15px 12px;*/
            padding:8px 15px;
            width: 100%;
            color: #cbcbcb;
            text-decoration: none;
            font-weight: 500;
        }

        .sidebar_nav > li.active > a {
            color: #fff;
        }

        .sidebar_nav > li > a .fa {
            display: inline-block;
            font-family: FontAwesome;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            opacity: 0.99;
            width: 26px;
        }



    /*    .sidebar_nav li a:hover,
        .sidebar_nav li a:focus {
            outline: none;
            background-color: #000 !important;
        }*/

    .sidebar_nav li a:focus {
        background-color: #2e75b6 !important;
        outline: medium none;
    }


    .sidebar_nav > li > ul {
        padding: 0;
    }

        .sidebar_nav > li > ul > li > a {
            display: block;
            padding: 10px 15px 10px 38px;
            text-decoration: none;
            color: #999;
        }

            .sidebar_nav > li > ul > li > a:hover {
                color: #fff;
            }


footer > p {
    background-color: #222222;
    color: #fff;
    font-size: 10px;
    margin: 0;
    text-align: center;
}
/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

    .panel-green > .panel-heading {
        border-color: #5cb85c;
        color: #fff;
        background-color: #5cb85c;
    }

    .panel-green > a {
        color: #5cb85c;
    }

        .panel-green > a:hover {
            color: #3d8b3d;
        }

.panel-red {
    border-color: #d9534f;
}

    .panel-red > .panel-heading {
        border-color: #d9534f;
        color: #fff;
        background-color: #d9534f;
    }

    .panel-red > a {
        color: #d9534f;
    }

        .panel-red > a:hover {
            color: #b52b27;
        }

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow > .panel-heading {
        border-color: #f0ad4e;
        color: #fff;
        background-color: #f0ad4e;
    }

    .panel-yellow > a {
        color: #f0ad4e;
    }

        .panel-yellow > a:hover {
            color: #df8a13;
        }
.navbar-brand {
    padding: 2px 15px;
}
.navbar-brand > img {
      height: 48px;
}

.navbar {
  background-color: #fff;
  border-color: #2e75b6;
  margin-bottom: 0;
}



/* remove border radius for the tab */

.user_manager .nav-pills > li > a {
    border-radius: 0;
}
/*.user_manager .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}*/

/*.user_manager .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}*/

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #2e75b6;
    color: #fff;
    border-bottom: 5px solid #fff;
    border-radius:0;
}



.nav-pills > li > a {
    color: #fff;
    padding: 10px 15px 5px;
        cursor: pointer;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus{
   background-color: #2e75b6;
    color: #fff;
}

.nav-pills{
    background-color: #2e75b6;
    color: #fff;
}

    .nav-pills .tabshow {
        display: block !important;
    }


    .nav-pills .tabhide {
        display: none !important;
    }
.nav-pills > li > a {
    border-bottom: 5px solid transparent;
}

.nav-pills > li > a:focus, .nav-pills > li > a:hover {
   
    border-bottom: 5px solid #fff;
}

.navbar-header {
    background-color: #fff;
    width: 225px;
}
.table-filter > tbody > tr > td {
padding:2px;

}
.table-filter > tbody > tr > td input {
float:left;

}

.tabcontainer {
    padding-top: 10px;
    padding-bottom: 0;
    overflow:hidden;
}

.search_result {
    background-color: #fff;
    padding: 0 0 0 0;
    margin: 0;
}

    .search_result .table.table_search_result thead {
        background-color: #2e75b6;
        color: #fff;
    }

.search_result_select {
    width: 90%;
    background-color: #d9d9d9;
}

.ul_page_log {
	float: left;
	padding: 0 15px;
	width: 100%;
}
   .ul_page_log li {
	border-radius: 0;
	float: left;
	margin: 0 0.4% 0 0;
	width: 9%;
    /*width: 11%;*/
	list-style: none;
}

.tile-state {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	display: block;
	overflow: hidden;
	padding: 5px;
	/* position: relative; */
	transition: all 0.3s ease-in-out 0s;
	min-height: 70px;
}

.tile-state > h2 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 5px 0;
	float: left;
	display: block;
	width: 100%;
}

 .tile-state span {
	font-size: 12px;
	float: left;
}
/* Buttona*/

.admin_custom_btn {
	border-radius: unset;
	/*min-width: 120px;*/
    min-width: 60px;
	background-color: #00b050;
	border-color: #4cae4c;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
}

.admin_custom_btn_red {
    border-radius: unset;
    width: 130px;
    background-color: #ff0000;
    border-color: #ff0000;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}


.center_align_btn {
   margin:20px 10px;
}



.page-header {
	/*margin: 0;
	padding: 5px 0;
	font-size: 15px;
	 font-weight: 700;*/ 
    margin: 0;
	padding: 10px 0;
	font-size: 18px;
	
}
.user_subscription .custom-form-group {
	margin-top: 12px;
	margin-bottom: 10px;
}


/* Form Control */
.loginform_content .custom-form-group {
margin-bottom: 25px;
} 
.custom-form-group {
    border-bottom: 1px solid #bfbfbf;
    position: relative;
    margin-top: 12px;
margin-bottom: 10px;
}

    .custom-form-group:after {
        content: '';
        position: absolute;
        height: 2px;
        background: #fff;
        width: 0px;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -2px;
        opacity: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

   .custom-form-group .form-control {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	box-shadow: none;
	color: #404040;
	font-size: 15px;
	height: 26px;
	padding: 2px 5px;
	position: relative;
	width: 100%;
	z-index: 2;
}

        .custom-form-group .form-control:focus, .custom-form-group .form-control:active {
            box-shadow: none;
            outline: none;
        }

    .custom-form-group .form-label {
        font-weight: 300;
        color: #6f6f6f;
        font-size: 14px;
        min-height: 17px;
        text-align: left;
        position: absolute;
        top: 10px;
        left: 5px;
        right: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        z-index: 1;
    }

    .custom-form-group.focus:after {
        opacity: 1;
        width: 100%;
        background: #7f7f7f;
    }

    .custom-form-group.focus .form-label, .custom-form-group.filled .form-label {
	top: -15px;
	font-size: 14px;
	color: #7f7f7f;
}

.search_result_select .select-box {
    font-size: 12px;
    margin: 30px auto;
    width: 300px;
}

/* form control end */

.admin_custom_btn3 {
    margin-left: 8%;
    margin-top: 25px;
    margin-bottom: 25px;
}

/* login page css  start*/

.login_page {
    margin-top: 0px;
    background-color: #fff;
}

.login_pag_wrapper {
    background-color: #fff;
    height: auto;
    padding: 0;
    width: 100%;
}
/*.login-btn {
  background-color: #5b95d5;
  border-color: #5b95d5;
  border-radius: unset;
  color: #fff;
  margin: 10px 0;
  width: 100%;
}*/

.login-btn {
    background-color: #5b95d5;
    border-color: #5b95d5;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    margin: 50px 0 0 0;
    padding: 5px 0;
    width: 100%;
}

.login_box {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    margin-top: 70px;
}

    .login_box .header {
        background-color: #5b9bd5;
        float: left;
        text-align: center;
        width: 100%;
        color: #fff;
    }

        .login_box .header span {
            font-size: 25px;
        }

    .login_box .loginform_body {
        background-color: #d9d9d9;
        float: left;
        height: 350px;
        padding: 40px;
        width: 100%;
    }

    .login_box .brand_img {
        float: left;
        padding: 15px 0;
        text-align: center;
        width: 100%;
    }

        .login_box .brand_img img {
            margin: 0 auto;
            width: 300px;
        }

    .login_box .forgot_password {
        color: #404040;
        float: left;
        margin: 10px 0;
    }

    .login_box .loginform_content {
        background: #fff none repeat scroll 0 0;
        float: left;
        height: 270px;
        padding: 25px 15px;
        width: 100%;
    }


/* login page css end  */


.tabshow {
    display: block !important;
}
.tabhide {
    display: none !important;
}




.loader-overlay-bg {
    background-color: #000;
    cursor: default;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 899;
    text-align: center;
}

.img-center {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.imagelist {
    display: inline-block;
    border: 1px solid;
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 4px;
}

.user_subscription_table .grid-mvc .grid-wrap {
    height: 350px;
    overflow-y: scroll;
    overflow-x: scroll;
}

.customtab {
    padding: 10px;
    overflow: hidden;
    background: #fff;
}
.customtab .search_result {
    background-color:transparent;
    padding: 0 0 0 0;
    margin: 0;
}
 
        /*.nav-pills .nav-item:nth-child(1) .nav-link:hover, .nav-pills .nav-item:nth-child(1) .nav-link.activetab {
            background-color: #2e75b6;
            color: #fff;
            border-bottom: 5px solid #fff;
            border-radius: 0;
        }

        .nav-pills .nav-item:nth-child(2) .nav-link:hover, .nav-pills .nav-item:nth-child(2) .nav-link.activetab {
            background-color: #2e75b6;
            color: #fff;
            border-bottom: 5px solid #fff;
            border-radius: 0;
        }
        .nav-pills .nav-item:nth-child(3) .nav-link:hover, .nav-pills .nav-item:nth-child(3) .nav-link.activetab {
            background-color: #2e75b6;
            color: #fff;
            border-bottom: 5px solid #fff;
            border-radius: 0;
        }*/
     .nav-pills .nav-item .nav-link:hover, .nav-pills .nav-item .nav-link.activetab {
            background-color: #2e75b6;
            color: #fff;
            border-bottom: 5px solid #fff;
            border-radius: 0;
        }

.Disable-ReLink {
    cursor: not-allowed !important;
    text-decoration: none !important;
    color: rgb(39, 39,39) !important;
    opacity: 0.2 !important;
}
