@import url(http://fonts.googleapis.com/css?family=Roboto);
body {

    font-family: 'Roboto', sans-serif;
    color:#000;
    font-size: 13px;
    font-size:13px;
    /*overflow-x: hidden ;*/
/*    background:#FCFCFC ;
    background: url('../images/bg.jpg');*/
background: #fff;
}
.lock{

    background: url('../images/bg.jpg');
}
html.csstransitions a:hover, 
html.csstransitions .btn:hover{
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
html.csstransitions.csstransforms3d a, 
html.csstransitions.csstransforms3d .btn,
html.csstransitions.csstransforms3d .navbar.main li, html.csstransitions.csstransforms3d .navbar.main .caret {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
h1,h2,h3,h4,ul,li{
    margin: 0;
    padding: 0;
}
a,a:hover{
    text-decoration: none; 

}
.center-div{
    float: none;
    margin: 0 auto;
}

.login{
    margin-top:6%;
    width: 350px;
}
.login .form-control{
    line-height: 34px;
    font-size: 18px;
    height: 42px;
    font-weight: normal;
    margin-bottom: 8px;

}
.action-btn{
    list-style: none;
    margin: 0;
    padding: 0;
}
.action-btn li{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
.login .btn{
    line-height: 34px;
    font-size: 22px;
}

.login h2 i{
    display: block;

}
.login h2{
    text-align: center;
    color: #454545;
    margin-bottom: 20px;
}

.form-control{

    margin-bottom: 4px;
}
.btn{
    border-radius: 0px;
}

.btn-login{
    background: transparent;
    color:#993F3E;
    border:1px solid #993F3E;
    
    
}
.btn-login:focus, .btn-login:active,
.btn-login:hover{
    background: #993F3E;
    color:#FFF;
    border:1px solid #993F3E;

}
.align-right{
    text-align: right;
}
.login a{
    color: #2670AB;
}
.login a:hover{
    color: #00ADED;
}

.noty_message{
    padding: 0 !important;
}

.msg_error{
    padding: 10px;
    margin: 0;
    background: #993F3E;
    color:#FFF;
}

.navbar-inverse{
background: url('../images/bg.jpg');
color: #fff;
border-color: #F6F0E0;

}
.navbar-brand img{
     height: 98%; 
}

.navbar-brand{
    padding: 0 15px;
    padding-top: 5px;
}

.navbar-inverse .navbar-nav > li > a{
    font-size: 15px;
}

.nav-sidebar > .active > a{
/*    background: #000;
    color:#FFF;*/

/* background: #000; */
color: #000;
background: rgba(255,255,255,0.6);
}
.navbar-inverse .navbar-nav > li > a{
    color:#000 !important;
}
.nav-sidebar > li > a{
    color:#000;
    padding-right: 19px;
    font-size: 14px;
}
.nav > li > a:hover, .nav > li > a:focus{
    /*background: #000;*/
    /*color:#FFF;*/ 
    color: #000;
background: rgba(255,255,255,0.6);
}

.panel-heading h2{
    color:#B01817;
    font-size: 24px;
    padding: 0;
    margin: 0;
    
}
#panel-heading{
    padding:5px; 
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#panel-heading h2 {
    color: #FFF;
    font-size: 16px;
    padding: 0;
    margin: 0;
    text-align: left;
}
.order{
    padding-top: 5px;
    font-size: 17px;
    text-align: left;
}
.panel{
    border-radius: 0px;
}

@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    #no-more-tables table, 
    #no-more-tables thead, 
    #no-more-tables tbody, 
    #no-more-tables th, 
    #no-more-tables td, 
    #no-more-tables tr { 
        display: block; 
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr { border: 1px solid #ccc; }

    #no-more-tables td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 38%; 
        white-space: normal;
        text-align:left;
    }

    #no-more-tables td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 28%; 
        padding-right: 10px; 
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    #no-more-tables td:before { 
        content: attr(data-title);
        //border-right: 1px solid #CCC;
        padding-top: 8px;
    }
    
     .login{
        margin-top:1% !important;
    }
}



@media (min-width: 768px) {
    .main {
        padding-right: 0px;
        padding-left: 0px;
    }
    
}

.sidebar{
   /*background: #E7DBAA;*/
/* background-color: #E7DBAA; */
/* background: rgba(255,255,255,1); */
background: url('../images/bg.jpg');
width: 12.5%;
}

.btn{
    padding: 2px 6px;
}

@media (min-width: 992px) {
    .col-md-offset-2 {
        margin-left: 14%;
    }
   
}

.tbl-btn{
    padding: 0px 4px;
    font-size: 180%;
/*    margin-top: -3px;*/
    line-height: 18px;
    background: transparent;
    border:none;
}
.drk-red{
    color: #993F3E;
}
.drk-red:hover{
    color:#6C0202;
}
.hvr-2x{
    line-height: 18px;
    display: block;
    text-align: center;
    font-size: 180%;
    display: inline;
}
.table-striped > tbody > tr > td{
    line-height: 23px;

}
.tooltip-inner{
    max-width: 400px;
}
.black:hover{
    color: #020202;   
}
.black{
    color:#000;
}
.green:hover{
    color: rgba(74,176,72,1)
}
.green{
    color: rgba(74,176,72,0.8)
}
.blue:hover{
    color: rgba(38,112,171,1);
}
blue{
    color: rgba(38,112,171,0.8);
}

.grey:hover{
    color:rgba(85,85,85,1);
}
.grey{
    color:rgba(85,85,85,.8);
}
.yellow{
    color:rgba(233,186,22,.8);
    padding-left: 0px;
}
.yellow:hover
{
    color:rgba(233,186,22,1);
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(192,23,27,.08);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(192,23,27,.075), 0 0 8px rgba(108,2,2,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(192,23,27,.075), 0 0 8px rgba(108,2,2,.6);
  box-shadow: inset 0 1px 1px rgba(192,23,27,.075), 0 0 8px rgba(108,2,2,.6);
}

.logo-panel{
/*    background: #0F0F0F; */
/*padding: 0px 0px 5px 2px;*/
}

.maroon{
    color:#993F3E !important; 
}

.panel-dark {
	border-color: #e6e6e6;
}

.panel-dark .panel-heading {
	background-color: #424242;
	color: #fff;
	border-radius: 0px;
	font-size: 1.2em;
	line-height: 18px;
}

.actn-img{
	width:20px;
	height:10px;
}

.underline {
    color: #990000;
    cursor: pointer;
    text-decoration: underline;
}
.mediumsizeoneup
{
	color: #003333;
	font-size:13px;
}

.txtsiz{
	font-size:10px;
	font-style:italic;
	font-weight:300;
}
.trm a
{
	font-size:12px;
	color:#990000 !important;
}
.trm a:hover
{
	text-decoration:underline;
}

.paymnt{
	float:right;
}
       
.msg_success{
    padding: 10px;
    margin: 0;
    background: green;
    color:#FFF;
}

#ChangePassword label.error {
  color:#FB3A3A;
  font-weight:bold;
}
.label {
  width:100px;
  text-align:right;
  float:left;
  padding-right:10px;
  font-weight:bold;
}

.form-group1 {
    margin-bottom: 0px;
}
.panel-body1 {
    padding: 11px;
}
.dsgn {
  background-color: #F5F5F5; 
  border: 1px solid #F5F5F5; 
  border-radius:10px;
  padding-bottom: 40px;
}
hr{
    border:1px solid #A51B19;
    //height: 2px;
    margin-top: 10px;
}

.form-group h2{
    color: #B01817;
    font-size: 35px;
    padding: 0;
    margin: -45px 5px 0px 0px;
    z-index: 99999;
    position: relative;
}
.mess {
    display: none;
    margin: 0 0 13px;
    padding: 10px;
    
}

.cross{
    height: 42px;
    border: none;
    margin: -7px 0px 0px -1px;
}

.brd{
    //border: 1px solid #ccc;
    margin-bottom: 5px;height: 42px;
}

.margn{
    padding: 3px 0px 3px 0px;
}
.margnpopup{
    margin-bottom: 7px;
}
.margnIP{
    padding: 3px 0px 3px 0px;
}
.border_bottom{
  border-bottom:1pt solid #fff;
}
#pad{
    padding: 0px !important;
    width: 53% !important;
    font-weight: normal;
}

.padbotm{/*padding-bottom: 135px;*/}

#ip{
    padding: 0px !important;
    width: 48% !important;
    font-weight: normal;
}


.dropv, .dropv ul {padding: 0; margin: 0; list-style: none;}
.dropv a {display: inline; width: 170px;}
.dropv table{border-radius: 5px;}
.dropv li {float: left; padding: 0px 8px 2px 0px; width: 100%} 
.dropv li ul {position: absolute; background: #000; padding: 0px 0px 0px 4px; left: -9999px;width: 150% !important;}
.dropv li:hover ul {left: -24%; border: 1px solid #000;border-radius: 5px;width: 100%;} 
.dropv li ul li  {color: #ffffff; text-decoration: none; display: block;width: 100%;}
.dropv li ul li table tr td {width: 50% !important;border-bottom: 1px solid #fff;border-right:1px solid #fff; }

.divclearable {
    border: 1px solid #888;
    display: -moz-inline-stack;
    display: inline-block;
    zoom:1;
    *display:inline;
    padding-right:5px;
    vertical-align:middle;
    height: 42px;
}
  
a.clearlink {
    background: url("../images/1d.png") no-repeat scroll 0 0 transparent;
    background-position: center center;
    cursor: pointer;
    display: -moz-inline-stack;
    display: inline-block;
    zoom:1;
    *display:inline;
    height: 25px;
    width: 25px;
    z-index: 2000;
    border: 0px solid;
    margin: -36px -33px 0px 10px;
    padding: 0px;
float: right;
}
a.clearlink:hover {
	background: url("../images/1d.png") no-repeat scroll -12px 0 transparent;
	background-position: center center;
}

.pad{
    padding: 0px !important;
}

.frmcntrl{
    padding: 3px;
    box-shadow: none;
}


.listmenu {
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    background-color: #000000;
    font-weight: bold;
}






/*
 ----------------------------
 Modal Example 1
 ----------------------------
 */
.modal-example-content {
    width: 500px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background-color: #000;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0 none;
    color: #fff;
}
.modal-example-content1 {
    width: 530px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background-color: #000;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0 none;
    color: #fff;
}
.modal-example-content2{
    width: 500px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background: url('../images/bg.jpg');
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0 none;
    color: #000;
}
.modal-example-header {
    border-bottom: 1px solid #E5E5E5;
    padding: 15px;
}
.modal-example-body p,
.modal-example-header h4 {
    margin: 0;
}
.modal-example-body {
    padding: 20px;
}


.custombox-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

/*
 -------------------------------------------------
 Modal
 -------------------------------------------------
 */
.custombox-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: 10%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.custombox-modal {
    height: auto;
    visibility: hidden;
}

/*
 -------------------------------------------------
 Error
 -------------------------------------------------
 */
.custombox-error {
    padding: 20px;
    text-align: center;
    color: #F00;
    font-weight: bold;
    font-size: 14px;
    background-color: #FFF;
    border-radius: 5px;
}

/*
 -------------------------------------------------
 Actions
 -------------------------------------------------
 */
.custombox-show {
    visibility: visible;
}
.custombox-show ~ .custombox-overlay {
    opacity: 1;
    visibility: visible;
}
.custombox-perspective,
.custombox-perspective body {
    height: 100%;
    overflow: hidden;
}
.custombox-perspective body  {
    -webkit-perspective: 500px;
    perspective: 500px;
}
.custombox-container {
    min-height: 100%;
}
.custombox-hide-scrollbar {
    overflow-y: hidden;
}
.custombox-hide-scrollbar body {
    position: relative;
    overflow: hidden;
}

/*
 -------------------------------------------------
 Fade in and scale up
 -------------------------------------------------
 */
.custombox-fadein .custombox-modal-content {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    opacity: 0;
}
.custombox-show.custombox-fadein .custombox-modal-content {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}









 








    
a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:60px; margin-left:-160px;
    width:240px; line-height:16px;
}
a.tooltip:hover span{
    display:inline; position:absolute; 
    border:2px solid #FFF;  color:#EEE;
    background:#000 url(../images/css-tooltip-gradient-bg.png) repeat-x 0 0;
}
.callout {z-index:20;position:absolute;border:0;top:-14px;left:120px;}
    
/*CSS3 extras*/
a.tooltip span{
    border-radius:2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-box-shadow: 0px 0px 8px 4px #666;
    -webkit-box-shadow: 0px 0px 8px 4px #666;
    box-shadow: 0px 0px 8px 4px #666;
    opacity: 0.8;
}

.hide
            {
                display: none;
            }



.txtclr{
    color: #fff;
    text-shadow: none;
}

/*.wouldulike{display:none;}*/
#uploaddiv{display:none;}
#dynamiccontainer{
	display:none;	
}#radiodiv
{
	display:none;
}

@media (min-width: 700px) and (max-width: 1024px) {
      /* For portrait layouts only */
      
    }
@media only screen and (max-width: 1000px) and (min-width: 860px)
{
    .modal-example-content{margin-top: 150px !important;}
}

@media only screen and (max-width: 860px) and (min-width: 540px)
{
    .modal-example-content{margin-top: 0px !important;}
}

@media only screen and (max-width: 540px) and (min-width: 300px)
{
    .modal-example-content{margin-top: 0 !important;}
}



@media only screen and (max-width: 1366px) and (min-width: 990px)
{
    .modal-example-content1{margin-top: -67% !important;}
}
@media only screen and (max-width: 990px) and (min-width: 660px)
{
    .modal-example-content1{margin-top: 10px !important;}
}

/*@media only screen and (max-width: 860px) and (min-width: 540px)
{
    .modal-example-content1{margin-top: 250px !important;}
}

@media only screen and (max-width: 540px) and (min-width: 300px)
{
    .modal-example-content1{margin-top: 140% !important;}
}*/
@media only screen and (max-width: 800px) and (min-width: 280px)
{
    #cost{width: 100%;}
}



@media only screen and (max-width: 1366px) and (min-width: 1000px)
{
    .model-process{margin-top: -190px !important;}
}

@media only screen and (max-width: 1366px) and (min-width: 1000px)
{
    .model-process{width: 450px;height: 450px;}
}
@media only screen and (max-width: 1000px) and (min-width: 860px)
{
    .model-process{margin-top: -150px !important;}
}

@media only screen and (max-width: 860px) and (min-width: 540px)
{
    .model-process{margin-top: -230px !important;}
}

@media only screen and (max-width: 540px) and (min-width: 300px)
{
    .model-process{margin-top: -110% !important;}
    
}
@media only screen and (max-width: 540px) and (min-width: 300px)
{
    .model-process{width:300px !important; }
    
}



.textbox-list{
    list-style: none;
    
}

.textbox-list li{
    float:left;
    margin: 0 5px;
}

.btnUpdate{
    float: right;
    margin-right: 44%;
    margin-top: 5%;
    padding: 5px 16px;
    border: 1px solid transparent;
    border-radius: 5px;
}

.processbtn
{
    border: none; background: none; cursor: pointer;
}

#confirmBox
{
    display: none;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #aaa;
    position: fixed;
    width: auto;
    left: 50%;
    color: #000;
    top: auto;
    margin-left: -150px;
    padding: 6px 8px 8px;
    box-sizing: border-box;
    text-align: center;
    z-index: 999999;
}
#confirmBox .button {
    background: url('../images/bg.jpg');
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #aaa;
    padding: 2px;
    opacity: 1;
    text-align: center;
    width: 80px;
    color: #000;
    cursor: pointer;
}

#confirmBox span{}
#confirmBox .button:hover
{
    background-color: #ddd;
}
#confirmBox .message
{
    text-align: left;
    margin-bottom: 8px;
}

#blanket {
   background-color:#111;
   opacity: 0.65;
   position:absolute;
   z-index: 9001; /*ooveeerrrr nine thoussaa*/
   top:0px;
   left:0px;
   width:100%;
}

.process-model{
    background: rgba(0,0,0,0.8);
    color:#ddd;
    width: 50%;
    min-height: 320px;
}

.navbar-btn{padding: 8px 20px;text-align: center;border-radius: 4px;}

.form-horizontal .checkbox {
	margin-bottom:5px;
}
.sortable input[type="checkbox"] {
  margin: 2px 5px 0 5px !important;
}
.sortable .checkbox{
	min-height:33px;
	padding-top:8px !important; 
	padding-left:8px !important;
}

.sortable li {
  margin: 10px !important;
}

.sortable input {
  vertical-align:middle !important;
}
.rich-select {
  position: absolute;
  z-index: 99;
}
.badge {
    margin-left: 3px;
}

@media only screen and (max-width: 640px)
{
.rich-select {
  position: relative;
  text-align: center;
}
}

	@media (max-width: 980px) {
	 .model-process{
		left: 200px !important;
		top: 350px !important;
	}
	@media (max-width: 800px) {
	 .model-process{
		left: 125px !important;
		top: 350px !important;
	}
	}


	
	@media(min-width:625px) and (max-width:640px) {
	.model-process {
  left: 35px !important;
  top: 350px !important;
}
}
	
	@media(min-width:410px) and (max-width:480px) {
	
	.model-process {
 margin-left: 90px !important;
margin-top: 90px !important;
position: unset !important;
}

.custombox-modal {
  left: 160px;
  top: 50%;
}
	
	}
	
	
	@media(min-width:330px) and (max-width:375px) {
		.model-process {
  left: 25px !important;
  top: 420px !important;
}
	}
	
	@media(max-width:360px) {
	
	.model-process {
  left: 33px !important;
  top: 480px !important;
}
	}
	
	
	@media(max-width:320px) {
.model-process {
  left: 11px !important;
top: 452px !important;
}
}
	

















/* Custom css */
.rs_date.sorting_desc {
  background: url("../images/sort_desc.png") no-repeat scroll 32px center rgba(0, 0, 0, 0) !important;
}



.rs_type.sorting {
  background: url("../images/sort_both.png") no-repeat scroll 30px center rgba(0, 0, 0, 0) !important;
}

.rs_type.sorting {
  background: url("../images/sort_both.png") no-repeat scroll 30px center rgba(0, 0, 0, 0) !important;
}
 


/* Custom css */