/*
 * Roboto Light
 */

@font-face {
  font-family: roboto;
  src: url('../Fonts/roboto/Roboto-Light-webfont.eot');
  src: url('../Fonts/roboto/Roboto-Light-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../Fonts/roboto/Roboto-Light-webfont.woff') format('woff'), url('../Fonts/roboto/Roboto-Light-webfont.ttf') format('truetype'), url('../Fonts/roboto/Roboto-Light-webfont.svg#icon') format('svg');
  font-weight: 300;
  font-style: normal;
}

/*
 * Roboto Regular
 */

@font-face {
  font-family: roboto;
  src: url('../Fonts/roboto/Roboto-Regular-webfont.eot');
  src: url('../Fonts/roboto/Roboto-Regular-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../Fonts/roboto/Roboto-Regular-webfont.woff') format('woff'), url('../Fonts/roboto/Roboto-Regular-webfont.ttf') format('truetype'), url('../Fonts/roboto/Roboto-Regular-webfont.svg#icon') format('svg');
  font-weight: 400;
  font-style: normal;
}

/*
 * Roboto Medium
 */

@font-face {
  font-family: roboto;
  src: url('../Fonts/roboto/Roboto-Medium-webfont.eot');
  src: url('../Fonts/roboto/Roboto-Medium-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../Fonts/roboto/Roboto-Medium-webfont.woff') format('woff'), url('../Fonts/roboto/Roboto-Medium-webfont.ttf') format('truetype'), url('../Fonts/roboto/Roboto-Medium-webfont.svg#icon') format('svg');
  font-weight: 500;
  font-style: normal;
}

/*
 * Roboto Bold
 */

@font-face {
  font-family: roboto;
  src: url('../Fonts/roboto/Roboto-Bold-webfont.eot');
  src: url('../Fonts/roboto/Roboto-Bold-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../Fonts/roboto/Roboto-Bold-webfont.woff') format('woff'), url('../Fonts/roboto/Roboto-Bold-webfont.ttf') format('truetype'), url('../Fonts/roboto/Roboto-Bold-webfont.svg#icon') format('svg');
  font-weight: 700;
  font-style: normal;
}
.logbg{
	    background: url(../Images/bg.jpg) no-repeat center fixed !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    position: relative;
}
body{
	margin:0;
	padding:0;
    font-family: roboto !important;
	background:#eaeaea !important;
    font-size : 13px !important;
}
.clearfix{
	clear:both;
}
html,
body {
	margin:0;
	padding:0;
	height:100%;
}
.main_wrapper {
	min-height:100%;
	position:relative;
}

.main_content {
	padding-bottom:40px; /* Height of the footer element */
}
.main_footer {
	background:#155a7c;
	color:#FFF;
	text-align:center;
	line-height:30px;
	width:100%;
	height:30px;
	position:absolute;
	bottom:0;
	left:0;
	font-size:12px;
}
html,.logbg,.logbg table{
	height:100%;
	width:100%;
}	
/*.login_bg{
	float:right;
}*/
/*.login_bg > div{
	-webkit-flex: 1;  /* Safari 6.1+ 
    -ms-flex: 1;  /* IE 10 
    flex: 1;
}*/
/*.log1,.log2{
	float:left;
}*/
.log1{
	background:rgba(0, 0, 0, 0.3);
    
    margin:0 auto;
    width:420px;
}
.log1 > div{
	
	padding:4em 2em;
}
.log1 > div > form .input-group{
	margin:2em auto;
        border: #fff 1px solid;
}

.log1 > div > form .input-group .form-control{
	border-radius:0px;
    font-size:13px;
	/*padding:20px;*/
	background:rgba(0, 0, 0, 0.1);
	border-color:transparent;
	box-shadow:none;
	color:#FFF;
}
.log1 > div > form .input-group .form-control::-webkit-input-placeholder  {color: #fff;}
.log1 > div > form .input-group .form-control::-moz-placeholder{color:  #fff;}
.log1 > div > form .input-group .form-control:-ms-input-placeholder{color:  #fff;}
.log1 > div > form .input-group .form-control:-moz-placeholder{color:  #fff;}
.log1 > div .input-group-addon:last-child {
    border-left: 0;
    background: rgba(0, 0, 0, 0.1);
    border-color: transparent;
    border-radius: 0px;
    color: rgba(255, 255, 255, 0.3);
}
.log2 img{
	max-height:380px;
}
.log1 .checkbox1{
	color:#FFF;
}
.log1 .btn-white{
	    background: #FFF;
    border-radius: 0px;
    width: 50%;
    margin: 1em auto 0em;
    color: #339a99;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

/*Inner Screen*/
.head_bg {
    background-image:url(../Images/head-bg.jpg);
    position: relative;
    height:70px;
}
.wel_icon {
    background: rgba(0, 0, 0, 0.21);
    border-radius: 50px;
    padding: 10px 14px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
	color:#FFF;
}
.head_bg table{
	width:100%;
}
.logo{
	padding:0px;
	
}
.logo img{
	max-height:70px;
}
.wel_bg{
	text-align:right;
	color:#eaeaea;
    line-height: 30px;
}
.menu_bg{
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#339a99+0,26706d+100 */
background: rgb(51,154,153); /* Old browsers */
background: -moz-linear-gradient(top, rgba(51,154,153,1) 0%, rgba(38,112,109,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(51,154,153,1) 0%,rgba(38,112,109,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(51,154,153,1) 0%,rgba(38,112,109,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#339a99', endColorstr='#26706d',GradientType=0 ); /* IE6-9 */
height:40px;
display:table;
width:100%;
}
.menu_bg > div{
	display:table-cell;
	color:#FFF;
    vertical-align: top;
}
.menu_icon{
	color:#FFF;
	border:solid 2px #fff;
	border-radius:50%;
	width:32px;
	height:32px;	
	display:inline-block;
	text-align:center;
	margin-top:3px;
}
.menu_icon > span{
	line-height:24px;
}
.menu_icon:hover{
 cursor:pointer;
 color:rgba(255,255,255,0.5);
 border-color:rgba(255,255,255,0.5);
}
.main_bg{
	background:#FFF;
	border-top:#329594 solid 2px;
	margin:15px auto;
	padding:15px;
}
.main_bg h4 {
    color: #329594;
    border-bottom: solid 1px #ccc;
    font-weight: normal;
    font-size: 16px;
    padding: 0px 0px 10px;
    margin: 0;
}

.main_bg .form-group {
    margin-bottom: 0px;
}

.main_bg .form-group > label {
	font-weight:normal;
}
    .main_bg .form-group > .form-control {
        border-radius: 0px;
        background-color: #eaeaea;
        border: none;
        box-shadow: transparent !important;
        min-height: 26px;
        padding: 2px 4px;
        min-width:250px;
    }
.main_bg .table{
	margin:10px auto;
}
.main_bg .table td{
	border-top:none;
    vertical-align:top;
}

.main_but{
	border-top:solid 1px #ccc;
	padding:10px 0;
}
.main_but .btn{
	border-radius:0px;
}
.btn_cancel {
    background: #999;
    color: #fff;
}
.btn_save{
	background-color:#329594;
	color:#FFF;
	float:right;
}

.main_bg_small {
    background: #FFF;
    border-top: #329594 solid 2px;
    margin: 15px auto;
    padding: 15px;
    width: 575px;
}

.main_bg_view {
    background: #FFF;
    border-top: #329594 solid 2px;
    margin: 15px auto;
    padding: 15px;
    width: 620px;
}

.main_bg_Configuration {
    background: #FFF;
    border-top: #329594 solid 2px;
    margin: 15px auto;
    padding: 15px;
    width: 750px;
}

.k-dropdown-wrap .k-input {
height:1.85em !important;
}



.k-grid-toolbar .k-button {
    border-color: #ffffff !important;
    border-top-color: rgb(255, 255, 255) !important;
    border-right-color: rgb(255, 255, 255) !important;
    border-bottom-color: rgb(255, 255, 255) !important;
    border-left-color: rgb(255, 255, 255) !important;
}

#exportdiv .k-dropdown-wrap {
border-color: #ffffff;
}

.gridtool_header:hover {
    background: transparent !important;
}


.k-tabstrip-items .k-state-active {
border-color: #ffffff !important;
background:#fff !important;
}

.k-tabstrip-items .k-state-active a {
color:#333 !important;
}


.mapping-group {
    background :#eaeaea;
    padding:10px;
}

.field-validation-error {
color:red;
}
.btn-btarrow {
        padding: 0px 5px !important;
    color: #333;
}
.btn-btarrow:hover{
    color: #FFFFFF;
    text-decoration: none;
    background-color: #329594;
}
#custom-menu ol {
    margin: 0px;
    padding: 5px 15px 5px 30px;
    background: rgb(255, 255, 255);
    color: #155a7c;
}
#gridNewButtonDiv {
    float:left;
}
#exportdiv {
    float:right;
}
.leftAlign {
text-align:left;
}



    .main_bg .form-group > .detailsLabel {
        border-radius: 0px;
        background-color: #eaeaea;
        border: none;
        box-shadow: transparent !important;
        min-height: 26px;
        padding: 2px 4px;
        display:block;
        min-width:250px;
    }

.detailPage td {
vertical-align:top;
}


.listBoxClass {
    height: 200px !important;
    width: 100%;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(223, 223, 223, 0.6);
    border: solid 1px #ccc;
    padding: 5px;
    border-radius: 4px;
}
.listBoxHead {
    font-size: 16px;
    padding: 5px;
    display: block;
    color: #008AA4;
}
.rptClass {
    padding: 20px;
    width: 250px !important;
    /*background-color: #E8E8E8;*/
    height: 200px;
    margin-top: 35px;
    border: 1px solid #ccc;
    box-shadow: #ccc 0px 0px 5px;
    margin-left: 20px;
}

.leftFloat {
float:left!important;
}

.rightFloat {
float:right!important;
}

.tableContent {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

.Areacontrol {
    height: 100px !important;
    width: 100%;
}

/*rtl section*/

.k-rtl .wel_bg {
text-align:left;
}

.k-rtl #gridNewButtonDiv {
    float:right;
}
.k-rtl #exportdiv {
    float:inherit;
}
.k-rtl .leftAlign {
text-align:right;
}
.k-rtl .btn_save{
	float:left;
}
.k-rtl .btn_cancel{
	float:right;
}
.k-rtl .leftFloat {
float:right!important;
}

.k-rtl .rightFloat {
float:left!important;
}
.abutton,
    /*div.k-grid .k-grid-edit,
    div.k-grid .k-grid-cancel,
    div.k-grid .k-grid-update,*/
    div.k-grid .k-grid-ok  {
        display:inline-block;
        width:39px;
        height:32px;
        text-align:center;
        text-indent:-444px;
        min-width:0;
        border:0;
    }
 .abutton.approval {
        background: url(/Content/images/approval.png);
        background-repeat: no-repeat;
        background-color: transparent;
        margin-top: 0px;
       
    }
  .abutton.download {
        background: url(/Content/images/download.jpg);
        background-repeat: no-repeat;
        background-color: transparent;
        margin-top: 0px;
    }
 #DetailsGrid .k-grid-delete {
position:relative;
}

#DetailsGrid .k-grid-delete .k-delete {
    text-indent: 0;
    position: absolute;
    left: 11px;
    top: 5px;
}
/*end rtl*/

/*For Login Logo*/
.logoDiv {
        display: block;
    text-align: center;
    background: #fff;
    padding: 30px 0;
    border-radius: 50%;
    width: 118px;
    height: 120px;
    margin: 1px auto -60px;
    position: relative;
        /*display: block;
    text-align: left;
    background: #fff;
    padding: 45px 0;
    border-radius: 50%;
    width: 150px;
    height: 150px;
        margin: 0px auto -60px;
    position: relative;*/
}

.logoDiv img {
    max-height:60px;
}

.login_bg input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #2E8B8A inset !important;
    border-color:#2E8B8A !important;
    -webkit-text-fill-color: #fff !important;

}
.dash_tab1{
  box-shadow: 0 2px 0 rgba(0,0,0,0.05);
  border-radius: 0;
  border: 0;
  margin-bottom: 24px;
  background:#fff;
}

.dash_tab1head{
	padding:10px;
	font-size:20px;
	font-family:'Conv_Lato-Light',Sans-Serif;
	text-align:center;
}
.text-overflow-dynamic-container{position:relative;width:100%;padding:0 !important;display:-webkit-flex;display:-moz-flex;display:flexbox;vertical-align:text-bottom !important;}
.text-overflow-dynamic-ellipsis{position:absolute;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;width:100%;min-width:0;padding:0 0 5px 0 !important /*bottom padding is to prevent cut off letters like g*/;top:0;left:0;}
.text-overflow-dynamic-container:after, .text-overflow-dynamic-ellipsis:after{content:'-';display:inline-block;visibility:hidden;}

/*Dashboard*/
/*
 * Component: Small Box
 * --------------------
 */
.small-box {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.small-box > .inner {
  padding: 10px;
}
.small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.small-box > .small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
.small-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}
.small-box p {
  font-size: 15px;
}
.small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}
.small-box h3,
.small-box p {
  z-index: 5px;
}
.small-box .icon {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 0;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.15);
}
.small-box:hover {
  text-decoration: none;
  color: #f9f9f9;
}
.small-box:hover .icon {
  font-size: 95px;
}
@media (max-width: 767px) {
  .small-box {
    text-align: center;
  }
  .small-box .icon {
    display: none;
  }
  .small-box p {
    font-size: 12px;
  }
}
/*
 * Component: Box
 * --------------
 */
.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box.box-primary {
  border-top-color: #3c8dbc;
}
.box.box-info {
  border-top-color: #00c0ef;
}
.box.box-danger {
  border-top-color: #dd4b39;
}
.box.box-warning {
  border-top-color: #f39c12;
}
.box.box-success {
  border-top-color: #00a65a;
}
.box.box-default {
  border-top-color: #d2d6de;
}
.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}
.box .nav-stacked > li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}
.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .border-right {
  border-right: 1px solid #f4f4f4;
}
.box .border-left {
  border-left: 1px solid #f4f4f4;
}
.box.box-solid {
  border-top: 0;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}
.box.box-solid.box-default > .box-header {
  color: #444444;
  background: #d2d6de;
  background-color: #d2d6de;
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
  color: #444444;
}
.box.box-solid.box-primary {
  border: 1px solid #3c8dbc;
}
.box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}
.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-info {
  border: 1px solid #00c0ef;
}
.box.box-solid.box-info > .box-header {
  color: #ffffff;
  background: #00c0ef;
  background-color: #00c0ef;
}
.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-danger {
  border: 1px solid #dd4b39;
}
.box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background: #dd4b39;
  background-color: #dd4b39;
}
.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-warning {
  border: 1px solid #f39c12;
}
.box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background: #f39c12;
  background-color: #f39c12;
}
.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-success {
  border: 1px solid #00a65a;
}
.box.box-solid.box-success > .box-header {
  color: #ffffff;
  background: #00a65a;
  background-color: #00a65a;
}
.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
  color: #ffffff;
}
.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid[class*='bg'] > .box-header {
  color: #fff;
}
.box .box-group > .box {
  margin-bottom: 5px;
}
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}
.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}
.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}
.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}
.collapsed-box .box-header.with-border {
  border-bottom: none;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right: 5px;
}
.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
.box-header > .box-tools [data-toggle="tooltip"] {
  position: relative;
}
.box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
  outline:none;
}
.btn-box-tool:focus{
	outline:none !important;
}
.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}
.btn-box-tool.btn:active {
  box-shadow: none;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding:0 10px;
}
.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.box-body > .table {
  margin-bottom: 0;
}
.box-body .fc {
  margin-top: 5px;
}
.box-body .full-width-chart {
  margin: -19px;
}
.box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #ffffff;
}
.chart-legend {
  margin: 10px 0;
}
@media (max-width: 991px) {
  .chart-legend > li {
    float: left;
    margin-right: 10px;
  }
}
.box-comments {
  background: #f7f7f7;
}
.box-comments .box-comment {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.box-comments .box-comment:before,
.box-comments .box-comment:after {
  content: " ";
  display: table;
}
.box-comments .box-comment:after {
  clear: both;
}
.box-comments .box-comment:last-of-type {
  border-bottom: 0;
}
.box-comments .box-comment:first-of-type {
  padding-top: 0;
}
.box-comments .box-comment img {
  float: left;
}
.box-comments .comment-text {
  margin-left: 40px;
  color: #555;
}
.box-comments .username {
  color: #444;
  display: block;
  font-weight: 600;
}
.box-comments .text-muted {
  font-weight: 400;
  font-size: 12px;
}
.box-body{
-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.no-padding {
    padding: 0 !important;
}
.dash_chart{
	height:320px;
    padding:15px 0;
}
.dash_main {
padding:15px;
}
.dash_icons > span{
	display:block;
	padding:40px 15px;
	text-align:left;
}
.dash_icons > span.active{
  background:rgba(0,0,0,0.1);
}
.dash_filter{
	background: #f5f5f5;
}
.dash_filter .table{
	margin-bottom:0px;
}
.dash_filter .table>tbody>tr>td{
	border:none;
    vertical-align:middle;
}
.dash_filter small{
    display:block;
}
div.bg-danger{
	background-color:#dd4b39;
	 color: #fff;
}
div.bg-success{
	background-color:#00a65a;
	 color: #fff;
}
div.bg-info{
	background-color:#00c0ef;
	 color: #fff;
}
div.bg-warning{
	background-color:#f39c12;
	 color: #fff;
}
.bg-primary {
    color: #fff;
    background-color: #337ab7;
}


/* ----------------------------------------------------------------------
  Material Design Checkbox - by Ravikumar Chauhan
------------------------------------------------------------------------- */
.rkmd-checkbox {
  color: #818181;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .5px;
  position:relative;
}
.rkmd-checkbox .input-checkbox {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  vertical-align: -9px;
}
.rkmd-checkbox .input-checkbox input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
  left: 7px;
  bottom: 7px;
  margin: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  opacity: 0;
}
.rkmd-checkbox .input-checkbox input[type="checkbox"] + .checkbox1:before {
  position: absolute;
  left: 4px;
  bottom: 8px;
  width: 18px;
  height: 18px;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: -6px;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 1;
}
.rkmd-checkbox .input-checkbox input[type="checkbox"] + .checkbox1:before {
  content: "\e835";
  color: #717171;
}
.rkmd-checkbox .input-checkbox input[type="checkbox"]:checked + .checkbox1:before {
  content: "\e834";
}
.rkmd-checkbox .input-checkbox input[type="checkbox"]:active:not(:disabled) + .checkbox1:before {
  -webkit-transform: scale3d(0.88, 0.88, 1);
          transform: scale3d(0.88, 0.88, 1);
}
.rkmd-checkbox .input-checkbox input[type="checkbox"]:disabled + .checkbox1:before {
  color: rgba(0, 0, 0, 0.157) !important;
}
.rkmd-checkbox.checkbox-light label, .rkmd-checkbox.checkbox-light .label {
  color: #FFF;
}
.rkmd-checkbox.checkbox-light input[type="checkbox"] + .checkbox1:before {
  color: #FFF;
}
.rkmd-checkbox.checkbox-light input[type="checkbox"]:disabled + .checkbox1:before {
  color: #5d5d5d !important;
}
.rkmd-checkbox.checkbox-light.checkbox-rotate input[type="checkbox"] + .checkbox1:before {
  border-color: #FFF;
}
.rkmd-checkbox.checkbox-light.checkbox-rotate input[type="checkbox"]:disabled + .checkbox1:before {
  border-color: #5d5d5d !important;
}
.rkmd-checkbox label, .rkmd-checkbox .label {
  cursor: pointer;
}

/* ----------------------------------------------------------------------
  Rotate Checkbox - by Ravikumar Chauhan
------------------------------------------------------------------------- */
.rkmd-checkbox.checkbox-rotate .input-checkbox input[type="checkbox"] + .checkbox1 {
  cursor: pointer;
  position:initial;
}
.rkmd-checkbox.checkbox-rotate .input-checkbox input[type="checkbox"] + .checkbox1:before {
  content: "";
  position: absolute;
  left: 7px;
  bottom: 7px;
  width: 18px;
  height: 18px;
  border: 2px solid #717171;
  border-radius: 2px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 1;
}
.rkmd-checkbox.checkbox-rotate .input-checkbox input[type="checkbox"]:checked + .checkbox1:before {
  left: 11px;
  width: 12px;
  height: 20px;
  border-width: 2px;
  border-style: solid;
  border-top: transparent;
  border-left: transparent;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-radius: 1px;
}
.rkmd-checkbox.checkbox-rotate .input-checkbox input[type="checkbox"]:disabled + .checkbox1:before {
  border-color: rgba(0, 0, 0, 0.157) !important;
}

/* ----------------------------------------------------------------------
  Normal Checkbox Color - by Ravikumar Chauhan
------------------------------------------------------------------------- */

.rkmd-checkbox:not(.checkbox-rotate) .checkbox-lightBlue input[type="checkbox"]:checked + .checkbox1:before {
  color: #03a9f4;
}

/* ----------------------------------------------------------------------
  Rotate Checkbox Color - by Ravikumar Chauhan
------------------------------------------------------------------------- */

.rkmd-checkbox.checkbox-rotate .checkbox-lightBlue input[type="checkbox"]:checked + .checkbox1:before {
  border-color: #03a9f4;
}


/* ----------------------------------------------------------------------
  Checkbox Ripple Effect - by Ravikumar Chauhan
------------------------------------------------------------------------- */
.rkmd-checkbox.checkbox-ripple .ripple {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.rkmd-checkbox.checkbox-ripple .ripple.animated {
  display: block;
  -webkit-animation-name: checkbox-ripple;
          animation-name: checkbox-ripple;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
@-webkit-keyframes checkbox-ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }
}
@keyframes checkbox-ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }
}
/* ----------------------------------------------------------------------
  Checkbox Ripple Effect Color - by Ravikumar Chauhan
------------------------------------------------------------------------- */

.rkmd-checkbox .checkbox-lightBlue .ripple {
  background-color: #03a9f4 !important;
}
.check_boxtext {
       position: absolute;
    top: 5px;
   font-weight: normal;
}
.dash_but{
	width: 100px;
    position: absolute;
    z-index: 1;
    background: rgb(255, 255, 255);
    padding: 0px;
    right: 5px;
}
.btn.chart_btn {
      background: #44b3c2;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 0px;
    margin: 0 5px;
}
.chart_btn.btn1{
background:#f1a94e;
}
.chart_btn.btn2{
    background: #e45641;
}
.chart_btn.btn3{
    background: #5d4c46;
}
.btn.chart_btn:hover {
    color:#FFF;
    opacity:0.7;
}


.nav-tabs { border-top: 1px solid #DDD;border-bottom:none !important; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a {     border: none !important;color: #666; }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #339a99 !important; background: transparent; }
        .nav-tabs > li > a::after { content: ""; background: #339a99; height: 2px; position: absolute; width: 100%; left: 0px; top: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }

.tab-content{padding:0px}

.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); }
.nav-tabs > li {
    margin-bottom: 0px !important;
    width: 50%;
    text-align: center;
}

.btn-arrow {
    margin: 5px 0px;
}

    .btn-arrow:hover {
        color: #FFFFFF;
        text-decoration: none;
        background-color: #329594;
    }
    .buttonLocation
{
    text-align: right;
    margin: 10px 0px;
}
.nav-second-level {
    margin-left: 30px;
    float: left;
    height: 300px;
    /*overflow-x: scroll !important;
	overflow-y: scroll;*/
    margin-bottom: 25px;
    width: 300px;
    overflow: auto;
}
#uploadOutletWindow body{
    background: #fff!important;
}
advanceSearch {
    text-align: right;
    background: transparent;
    padding: 0px;
}

    .advanceSearch .btn {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        border-top: none;
        background:#329594;
        color: #fff;
        margin-bottom: 5px;
        outline: none;
    }

        .advanceSearch .btn:hover {
             background:#329594;
        }
        .nav-second-level22 {
    margin-left: 0px;
    float: left;
    height: 360px;
    /*overflow-x: scroll !important;
	overflow-y: scroll;*/
    margin-bottom: 25px;
    /*width: 280px;*/
    width: 400px;
    overflow: auto;
}

.nav-second-level23 {
    margin-left: 0px;
    float: left;
    height: 360px;
    /*overflow-x: scroll !important;
	overflow-y: scroll;*/
    margin-bottom: 25px;
    width: 380px;
    overflow: auto;
}
.tab_cont .k-grid .k-grid-delete {
    margin-top: 0px;
}

.cat_div1 {
    width: 420px;
    float: left;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(223, 223, 223, 0.6);
    padding: 10px;
    border: solid 1px #E4E4E4;
}

.cat_div2 {
    float: left;
    min-width: 50px;
    max-width: 480px;
}

.cat_div3 {
    width: 110px;
    float: right;
    margin-left: 10px;
}
.table .form-control {
    height: 26px;
    padding: 0px 6px;
    min-width: 190px;
}
.searchCategory {
    position: absolute;
    right: 6px;
    top: 4px;
    color: rgba(204, 204, 204, 0.56);
}
.btn-add {
    padding: 2px 10px !important;
    background: #329594;
    color: #FFF;
}

/*popup*/
.pop_div1 {
    width: 400px;
    float: left;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(223, 223, 223, 0.6);
    padding: 10px;
    border: solid 1px #E4E4E4;
}

.popupHead {
    background: #329594;
    padding: 5px;
    width: 400px;
    display: block;
    color: white;
}

.popupHeadProduct {
    background: #329594;
    padding: 5px;
    width: 300px;
    display: block;
    color: white;
}

/*end*/
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
#paymentSummary tr td {
    padding:3px;
}


/**/
.k-widget.k-datepicker.form-control
{
	background: transparent;
	box-shadow: none;
}
.main_bg .form-group > .form-control.k-widget.k-datepicker
{
	background: transparent;
	box-shadow: none;
	border: 0;
}
.main_bg .form-group > .form-control
{
	border: 1px solid #1d5452;
	background: #fff;
	border-radius: 3px;
	box-shadow: none;
	height: 28px;
}
.input-group .input-group-btn .btn{
    background: #1d5452;
    color: #fff;
    height: 28px;
    padding: 3px 8px;
}
.input-group input.form-control
{
	border: 1px solid #1d5452;
	height: 28px;
}
.main_but .btn {
    border-radius: 3px;
}

.main_bg .form-group > .form-control {
    border: 1px solid #1d5452;
    background: #fff;
    border-radius: 3px;
    box-shadow: none;
    height: 28px;
}
.main_content .k-tabstrip .k-tabstrip-items {
    padding: .3em .4em 0;
}
.accor-tble .btn
{
	padding: 4px 12px;
}
.accor-tble .panel-group {
    margin-bottom: 0;
}
.accor-tble .panel-heading a
{
	position:relative;
	display:block;		
}
.accor-tble .panel-heading a:after
{
	position: absolute;
	display: block;
	content: "\e260";
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	right: 0;
	top: 0;
	font-size: 17px;
}
.accor-tble .panel-heading a.collapsed:after
{
	content: "\e259";
}
.accor-tble .panel-heading a {
    position: relative;
    display: block;
    font-weight: 500;
}

.accor-tble .panel-heading{
	padding: 9px 15px;
}
.accor-tble .panel-default > .panel-heading:hover {   
    background-color: #daeceb;  
}
.selcat-pop .main_bg {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
}
.selcat-pop .editor-label label{
    margin-bottom: 0;    
    font-size: 15px;
    font-weight: normal;
    margin-top: 3px;
    color: #000;
}
.table #search-term.form-control {
    height: 30px;
    padding: 0px 10px;   
}
div.k-window
{
	max-height:560px!important;
	top:5%!important;
}
/*mapping screen */
.mapping-group.form-horizontal .control-label {  
    text-align: left;
}
.mapp-sec{
	max-width: 800px;
    margin: 0 auto;
}
.mapp-sec-top td
{
	margin-bottom:0;
	padding-bottom: 0
} 
.mapp-sec-top td label
{
	margin-bottom:0;
}
.mapp-sec-btm-lft,
.mapp-sec-btm-rgt{
	width: 47%
}
.main_bg .table td.mapp-sec-btm-mid
{
	width: 6%;
	vertical-align: middle;
}
.mapp-sec-btm-srch
{
	padding: 7px 0;
}
.mapp-sec-btm-srch input
{
	padding: .210em 0;
}
}
.mapp-sec-btm-mid input
{
	margin-bottom:7.5px;
}
.mapp-sec-btm-rgt-btn button
{
	margin: 3.75px 0;
}
.mapping-group.form-horizontal .form-group
{
 margin-bottom: 15px;
}
ul.seq-map-ul {
  margin: 0;
    padding: 0;
}
ul.seq-map-ul li{
    margin-left: 5px;   
    display: inline-block;
    position: relative;
    top: -2px;
}
@media(max-width:660px)
{
	.mapp-sec-btm-lft .mapp-sec-btm-srch
	{
		    min-height: 80px;
	}
}
@media(max-width:540px)
{
	.mapp-sec-btm-lft .mapp-sec-btm-srch
	{
		    min-height: 100px;
	}
}
