﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700');

body
{
    font-family: 'Source Sans Pro', sans-serif;
    background:#f5f7fa;
    height:100%;
	line-height:22px;
	margin:0px;
	padding:0px;
	font-size:15px;
	font-weight:400;
}
*{
    box-sizing: border-box;
}
button, select, html, textarea, input
{
     font-family: 'Source Sans Pro', sans-serif !important;
}

.width33_new
{
    width:31%;
    display:inline-block;
    vertical-align:top;
    margin-right:2%;
   /* margin-top:15px;*/
}

.width30_new
{
    width:28%;
    display:inline-block;
    vertical-align:top;
    margin-right:2%;
   /* margin-top:15px;*/
}
.width10_new
{
    width:8%;
    display:inline-block;
    vertical-align:top;
   /* margin-top:15px;*/
}

.width50
{
    width:44%;
    display:inline-block;
    vertical-align:top;
    margin:0px 3% 0px 2%;
   /* margin-top:15px;*/
}

.wrapper_new_inner {
	width:100%;
	margin:12px auto 0px;
	padding:0px;
}

.container_new
{
    width:97%;
    margin:0px auto;
}

.container_popup
{
    width:92%;
    margin:0px auto;
}

hr 
{
    margin-bottom:10px;
    background:#e0e1ed;
    height:1px;
    border:none;
}
h2.titlenew 
{
    font-family: 'Source Sans Pro', sans-serif;
	color:#404852;
	font-size:14px;
	font-weight:600;
	margin-top:8px;
	margin-bottom:8px;
}

.lightLable 
{
    color:#9da0a8;
}

.description
{
    font-size:15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:600;
    color:#404852;
}

.amount
{
    font-size:16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:600;
    color:#404852;
}

.graybg 
{
    background:#f5f6fc; 
    margin-bottom:15px; 
    padding:5px 10px;
    	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:solid 1px #e9ecfa;
}

.updateContainer 
{
    margin-bottom:10px;
    background:#ffffff;
    border:solid 1px rgba(209,219,226,0.5);
    border-radius:2px;
    padding:10px;
}

.updateContainer2
{
    border:solid 3px #e0e1ed;
    margin-bottom:15px;
    background:#e2dede;
    padding:10px;
    
}

.attachmentNew 
{
    width:30px;
    margin:15px 15px 15px 0px;
    display:inline-block;
    vertical-align:top;
}

.bluebuttonNew {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	/*background-color: #f76c6c;*/
	background-color:#5d81ec;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	padding: 8px 25px;
	width:auto;
	cursor: pointer;
	margin: 5px;
	font-weight:600;
	outline:none;
	border:solid 1px #e4e6eb;
}

.bluebuttonNew:hover 
{
    background-color:#3092f1;
}

.bluebuttonNewCancel 
{
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	/*background-color: #f76c6c;*/
	background-color:#ffffff;
	border: none;
	color: #404852;
	text-align: center;
	font-size: 13px;
	padding: 8px 25px;
	width:auto;
	cursor: pointer;
	margin: 5px;
	font-weight:400;
	outline:none;
	border:solid 1px #e5e7ec;
}

.bluebuttonNewCancel:hover 
{
    background-color:#f5f7fb;
}

.updatebox 
{
    width: 340px; 
    margin-right: 10px; 
    background: #5d81ec !important; 
    position:fixed; 
    bottom:0px; right:0px;
    padding:0px 10px 5px 10px;
}

.updatebox h2 
{
    color:#fff !important;
    font-weight:400;
}

.updatebox textarea 
{
    width:330px;
}

.updatebox button
{
    padding:5px 20px !important;
}

.persons_list{
	color:#5d81ec;
	font-size:12px;
	text-decoration:none;
	font-weight:600;
	background:#f5f7fa url(../images/user.png) left center;
	background-repeat:no-repeat;
	border:solid 1px #e5e6f0;
	padding:2px 5px 2px 30px;
	display:inline-block;
	vertical-align:top;
}
.persons_list:hover {
	text-decoration:none;
	color:#5d81ec;
	border:solid 1px #bfc1d2;
}

table.grid 
{
    border-collapse:collapse;
    width:100%;
}

table.grid td
{
    border:none;
    padding:0px;
}

table.grid tr.even
{
    background:#f9fafe;
}

/****Tabs******/

.container {
	width: 800px;
	margin: 0 auto;
}
ul.tabs {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	width:97%;
}
ul.tabs li {
	background: none;
	color: #222;
	display: inline-block;
	padding: 5px 15px;
	cursor: pointer;
	-webkit-border-radius: 5px 5px 0 0; 
    -moz-border-radius: 5px 5px 0 0; 
    border-radius: 5px 5px 0 0; 
}
ul.tabs li.current {
	color: #5d81ec;
	border-color:#dddddd;
    border-style: solid;
	border-width: 1px 1px 0 1px;
	margin-bottom:-1px;
	background:#ffffff;
	font-weight:600;
	font-size:14px;
}

.tab-content {
	display: none;
	border-top:solid 1px #dddddd;
	margin-top:-1px;
	padding-top:15px;
}
.tab-content.current {
	display: inherit;
}

.updatename 
{
    font-weight:600;
    font-size:14px;
    color:#212d50;
}

.updatename i 
{
    background:url(../images/calendar.png) left center;
    background-repeat:no-repeat;
    font-style:normal;
    padding-left:20px;
    margin-right:15px;
}

/*---StatusBar---*/

.statusbar 
{
    width:860px;
    margin:0px auto;
    border:solid 2px #d0dce3;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size:12px;
	font-weight:600;
}

.statusitem 
{
    width:140px;
    display:inline-block;
    vertical-align:top;
    background:url(../images/status_end.png) right center;
    background-repeat:no-repeat;
    padding:8px 0px;
}

.statusitem_last
{
    background:none !important;
}

.statusitem i 
{
    font-style:normal;
    padding:8px 0px 8px 37px;
    margin-left:10px;
}

.statusitem i.one 
{
   background:url(../images/status_1.png) left center;
   background-repeat:no-repeat;
}
.statusitem i.two 
{
   background:url(../images/status_2.png) left center;
   background-repeat:no-repeat;
}
.statusitem i.three 
{
   background:url(../images/status_3.png) left center;
   background-repeat:no-repeat;
}
.statusitem i.four
{
   background:url(../images/status_4.png) left center;
   background-repeat:no-repeat;
}
.statusitem i.five
{
   background:url(../images/status_5.png) left center;
   background-repeat:no-repeat;
}
.statusitem i.six
{
   background:url(../images/status_6.png) left center;
   background-repeat:no-repeat;
}
.statusitem i.success
{
   background:url(../images/status_completed.png) left center;
   background-repeat:no-repeat;
}
.statusitem i.reject
{
   background:url(../images/status_cancel.png) left center;
   background-repeat:no-repeat;
}

/*--openclose*/

.open-intro 
{
     display: block;
    cursor: pointer;
     right:20px;
     top:10px;
      font-weight:600;
      font-size:20px;
       background:url(../images/down.png) right 5px center;
       background-repeat:no-repeat;
}
.close-intro {
   display: none;
    cursor: pointer;
     right:20px;
     top:10px;
     font-weight:600;
      font-size:20px;
      background:url(../images/up.png) right 5px center;
      background-repeat:no-repeat;
}

#intro-wrap 
{
    display:none;
}

/*Print*/
h1.code 
{
    font-family: 'Source Sans Pro', sans-serif;
	color:#404852;
	font-size:30px;
	font-weight:400;
	text-align:center;
}

h2.subject 
{
    font-family: 'Source Sans Pro', sans-serif;
	color:#8d9097;
	font-size:25px;
	font-weight:600;
	text-align:center;
	line-height:30px;
}

p.description {
	color:#404852;
	font-size:20px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	margin-top:40px;
}

h3.namephone {
	font-size:25px;
	color:#404852;
	font-weight:600;
	text-align:center;
	margin-bottom:10px;
}

hr.printline {
	background:#c8c9d6;
}

.descriptionPrint
{
    font-size:16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:600;
    color:#404852;
}


/*Star Rating*/
div.stars {
 /* width: 270px;*/
  display: inline-block;
}

input.star { display: none; }

label.star {
  float: right;
  padding: 0px 5px;
  font-size: 28px;
  color: #e7e7e7;
  transition: all .2s;
  font-weight:400;
}

input.star:checked ~ label.star:before {
  content: '\f005';
  color: #ffc919;
  transition: all .25s;
}

input.star-5:checked ~ label.star:before {
  color: #4CAF50;
  /*text-shadow: 0 0 20px #952;*/
}

input.star-1:checked ~ label.star:before { color: #F62; }

label.star:hover { transform: rotate(-15deg) scale(1.3); }

label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}
input.starChecked ~ label.starChecked {
  content: '\f005';
  color: #FD4;
  transition: all .25s;
}
/*Radio Buttons styled*/

.professionalradio input[type="checkbox"],
.professionalradio input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.professionalradio label {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-right: 10px;
  line-height: 26px;
  cursor: pointer;
}
.professionalradio label::before {
  content: " ";
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #95989a;
  border-radius: 4px;
  z-index: -1;
}
.professionalradio input[type="radio"] + label::before {
  border-radius: 14px;
}
/* Checked */
.professionalradio input[type="checkbox"]:checked + label,
.professionalradio input[type="radio"]:checked + label {
  padding-left: 12px;
  color: #fff;
}
.professionalradio input[type="checkbox"]:checked + label::before,
.professionalradio input[type="radio"]:checked + label::before {
  top: 0;
  width: 100%;
  height: 100%;
  background: #6f79e9;
  border: 2px solid #6f79e9;
}
/* Transition */
.professionalradio label,
.professionalradio label::before {
  -webkit-transition: .25s all ease;
  transition: .25s all ease;
}

.professionalradio {
    background:#efeff5; 
    border-top:solid 1px #e0e0ec; 
    border-bottom:solid 1px #e0e0ec; 
    padding:13px 10px 5px 10px; 
    margin-bottom:10px;
    position:sticky;
}

.brdrbtm {
    border-bottom:dashed 1px #ccc;
    margin-bottom:20px;
    padding-bottom:10px;
}
   .btnsml_white {
        background:#fff !important;
        border:solid 1px #ccc !important;
        padding:4px 12px !important;
        border-radius: 2px !important;
    }

    .btnsml_white:hover{
        border:solid 1px #5d81ec !important;
    }

    .fieldborder {
        border:solid 1px #ddd;
        margin-bottom:15px;
    }
    .fieldbrdr_none{
        border:none !important;
        width:90% !important;
        margin-bottom:0px !important;
    }
    
     .tablemaintenance {
            width:100%;
            border-collapse:collapse;
        }
        
        .tablemaintenance td 
        {
            border:solid 1px #ddd;
            padding:5px;
        }
        .tablemaintenance td a 
        {
            color:Blue;
        }
        .tablemaintenance th
        {
            background:#f2f4f9;
            text-align:left;
            border:solid 1px #ddd;
            padding:5px;
        } 