@font-face {
    font-family: 'robotolight';
    src: url('/fonts/roboto/Roboto-Light-webfont.eot');
    src: url('/fonts/roboto/Roboto-Light-webfont.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#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedbold';
    src: url('/fonts/roboto/RobotoCondensed-Bold-webfont.eot');
    src: url('/fonts/roboto/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/roboto/RobotoCondensed-Bold-webfont.woff') format('woff'),
    url('/fonts/roboto/RobotoCondensed-Bold-webfont.ttf') format('truetype'),
    url('/fonts/roboto/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedregular';
    src: url('/fonts/roboto/RobotoCondensed-Regular-webfont.eot');
    src: url('/fonts/roboto/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/roboto/RobotoCondensed-Regular-webfont.woff') format('woff'),
    url('/fonts/roboto/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
    url('/fonts/roboto/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


html {
    background:url("/img/stripenano.png") repeat, url("/img/polyanka5.jpg") right bottom no-repeat;
    min-height: 100%;
    margin: 0;
}
body {
    padding-top:50px;
    background: transparent !important;
    font-family: 'robotolight';
}
h1,h3 {text-align:center;}
h1, h3, label {color:#1d4980;}
h1 {font-family: 'roboto_condensedbold';}
h3 {font-family: 'roboto_condensedregular';}
.ui-widget {font-family: 'robotolight';}
.ui-widget-header {font-weight:normal;}

footer {
    text-align:left;
    color:#ffffff;
}
footer p {margin-top: 10px;}
.navbar-fixed-bottom {
    background: rgba(30,71,120,1);
    background: -moz-linear-gradient(left, rgba(30,71,120,1) 0%, rgba(30,71,120,1) 60%, rgba(28,66,112,1) 61%, rgba(0,0,0,0) 75%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(30,71,120,1)), color-stop(60%, rgba(30,71,120,1)), color-stop(61%, rgba(28,66,112,1)), color-stop(75%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left, rgba(30,71,120,1) 0%, rgba(30,71,120,1) 60%, rgba(28,66,112,1) 61%, rgba(0,0,0,0) 75%);
    background: -o-linear-gradient(left, rgba(30,71,120,1) 0%, rgba(30,71,120,1) 60%, rgba(28,66,112,1) 61%, rgba(0,0,0,0) 75%);
    background: -ms-linear-gradient(left, rgba(30,71,120,1) 0%, rgba(30,71,120,1) 60%, rgba(28,66,112,1) 61%, rgba(0,0,0,0) 75%);
    background: linear-gradient(to right, rgba(30,71,120,1) 0%, rgba(30,71,120,1) 60%, rgba(28,66,112,1) 61%, rgba(0,0,0,0) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4778', endColorstr='#000000', GradientType=1 );
    border: 0;
}

.form-signin h1, .form-register h1{
    font-size:2em;
    color: white;
}

.form-signin label, .form-register label {
    color: white;
}

.form-signin, .form-register {
    display: inline-block;
    padding: 10px 30px 20px 30px;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
    margin: 140px 0;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 30px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 30px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 30px -5px rgba(0,0,0,0.75);
    background: transparent url("/img/shield-bg.png") repeat;
}
#main {
    background: rgba(255,255,255,0.75);
    border:1px solid #e7f4ff;
    border-radius:10px;
    margin-top: 15px;
    margin-bottom:100px;
    padding-bottom:20px;
    min-height: 100%;
    -webkit-box-shadow: 10px 10px 15px -7px rgba(0,0,0,0.47);
    -moz-box-shadow: 10px 10px 15px -7px rgba(0,0,0,0.47);
    box-shadow: 10px 10px 15px -7px rgba(0,0,0,0.47);
}
#main .row{
    margin:10px 15px;
}
.modal-header {
    background: #1F5192;
    border-radius: 6px 6px 0 0;
    border: 1px solid #1F5192;
}
#siteModalLabel, #docsModalLabel, #tasksModalLabel, #linksModalLabel {
    color: white;
    font-family: robotolight, sans-serif;
    font-size:1.7em;
}

.allfieldsrequired {
    display: none;
    margin-bottom:15px;
}
.site_thumb {
    margin:0 15px 10px 0;
    -webkit-box-shadow: 10px 10px 15px -7px rgba(0,0,0,0.47);
    -moz-box-shadow: 10px 10px 15px -7px rgba(0,0,0,0.47);
    box-shadow: 10px 10px 15px -7px rgba(0,0,0,0.47);
	width:250px;
}
.sitepage .site_thumb {
	width:450px;
}
#domainstable {
    margin-top:20px;
}
.sitepage {
    margin: 20px 0 0 0;
    padding:0;
}
.sitepage h3 {
    margin-top:0;
}
.footnote {
    border-top: 1px solid rgba(231, 244, 255, 1);
    background: rgba(231, 244, 255, 0.5);
    padding: 15px;
    margin:30px auto;
    font-size: .8em;
    font-family: Verdana, sans-serif;
    border-radius: 0 0 10px 10px;
}
.accepted, .accepted-foot {
    width:35px;
    min-height: 35px;
    display:inline-block;
    margin-bottom:-14px;
    background: transparent url("../img/clock.gif")no-repeat center center;
}
.delayed, .delayed-foot, .delayed-list {
    width:35px;
    min-height: 35px;
    display:inline-block;
    margin-bottom:-14px;
    background: transparent url("../img/clock-sec.gif")no-repeat center center;
}
.done, .done-foot {
    width:35px;
    min-height: 35px;
    display:inline-block;
    margin-bottom:-14px;
    background: transparent url("../img/ok.png")no-repeat center center;
}
.canceled, .canceled-foot, .canceled-list {
    width:35px;
    min-height: 35px;
    display:inline-block;
    margin-bottom:-14px;
    background: transparent url("../img/no.png")no-repeat center center;
}
.working, .working-foot {
    width:35px;
    min-height: 35px;
    display:inline-block;
    margin-bottom:-14px;
    background: transparent url("../img/gears.gif")no-repeat center center;
}
.accepted-list {
    width:35px;
    min-height: 35px;
    background: transparent url("../img/clock-list.gif")no-repeat center center;
}
.done-list {
    width:35px;
    min-height: 35px;
    background: transparent url("../img/ok-list.png")no-repeat center center;
}
.working-list {
    width:35px;
    min-height: 35px;
    background: transparent url("../img/gear-blue.gif")no-repeat center center;
}
.accepted-foot {
    background: transparent url("../img/clock-list.gif")no-repeat center center;
}
.working-foot {
    background: transparent url("../img/gear-blue.gif")no-repeat center center;
}
.done-foot {
    background: transparent url("../img/ok-list.png")no-repeat center center;
}
.delayed-foot, .delayed-list {
    background: transparent url("../img/clock-sec-foot.gif")no-repeat center center;
}
.panel-info {
    border-color: #1d4980;
    border-top:0 !important;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #004783;
}
.taskStatus {
    background: #004783;
    color:#ffffff;
    border:0;
    padding:0;
    line-height:.7em;
    height:2em;
    margin-left:5px;
}
.taskStatus option{
    color:#ffffff;
}