﻿


a {
    text-decoration: none;
}

textarea {
    height: 100px !important;
    resize: none;
}

.tox .tox-dialog__body textarea {
    height: initial !important;
}

.link {
    margin: 20px;
    float: right;
    font-size: 20px;
    color: #2eb7d8;
}

/* Main styles
----------------------------------------------------*/
.editor-group {
    width: 48%;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

    .editor-group.big {
        width: 98%;
    }

        .editor-group.big .editor-field textarea {
            width: 98%;
        }

/* Header
-----------------------------------------------------------------------------*/
.header {
    background: white;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.247059) 1px 1px 1px;
    width: 100%;
}

    .header .navbar {
        z-index: 100;
        background: rgb(92, 84, 122);
    }

    .header .navbar.white {
        background: white;
        color: black;
    }

    .header h1 {
        margin: 0;
        font-size: 20px;
        float: left;
        width: 215px;
        text-align: center;
        line-height: 50px;
    }

    .header .navbar-inverse {
        border: 0;
        margin-bottom: 0px;
    }

    .header .navbar-brand {
        background: #BEB7D5;
    }
    .header .navbar-brand:hover {
        background: #BEB7D5 !important;
    }

    .header .navbar-inverse .navbar-toggle {
        background: rgb(92, 84, 122);
        border: 1px solid white;
    }

        .header .navbar-inverse .navbar-toggle:hover,
        .header .navbar-inverse .navbar-toggle:focus {
            background: #BEB7D5;
        }

    .header .navbar-inverse .navbar-collapse {
        border: 0;
    }
    .header a.navbar-brand {
        color: white;
    }

    .header p {
        padding-top: 15px;
        margin-left: 250px;
    }

    .header ul {
        width: auto;
        list-style: none;
    }

        .header ul li {
            padding: 0 10px;
            line-height: 50px;
        }

@media(min-width: 768px) {
    .header ul {
        float: right;
    }

        .header ul li {
            float: left;
        }
}

.header ul.nav li a {
    color: white;
    text-decoration: none;
}

    .header ul.nav li a:hover {
        color: #C9FFF8;
    }
/* Second menu
-----------------------------------------------------------------------------*/
.second-menu {
    padding: 0 20px 0 20px;
}
.second-menu li {
    margin-right: 10px;
}
/* Container
-----------------------------------------------------------------------------*/
.current-deal {
    width: 100%; 
    padding: 5px;
    background: #fcf8e3;
    margin: 20px 0;
}
.current-deal .title{
    font-size: 16px;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 915px) {
    .navbar-toggle {
        display: none;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
    .active-block {
        width: 45%;
    }

    .achive-wrapper {
        display: block;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1300px;
    }

}

.container table td {
    padding: 5px;
}

.container h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
}

.container table {
    margin: 20px 0;
}

    .container table th {
        font-weight: bold;
    }

    .container table th, .container table td {
        width: 200px;
        text-align: center;
    }

.last {
    padding-bottom: 50px;
    padding-left: 30px!important;
    padding-right: 30px!important;
}

.cell-height {
    min-height:94px!important;
}

#formLogOn {
    width: 300px;
    margin: 0 auto;
}

    #formLogOn legend {
        text-align: center;
    }

a.button {
    display: block;
    text-align: center;
    border: 1px solid black;
    width: 100px;
    padding: 5px;
    font-size: 18px;
    margin: 10px auto;
}


fieldset.second {
    margin-top: 40px;
}

.comments tr td {
    text-align: left !important;
}

.loading {
    display: none;
    margin: 10px 0;
}

#images-preview {
    padding-top: 20px;
    padding-bottom: 20px;
}
#images-preview img {
    width: 103px;
}
.preview-img {
    display: inline-block;
}
.preview-label {
    width: 103px;
    background: rgba(0,0,0,0.5);
    display: block;
    margin-top: -20px;
    z-index: 1;
    height: 20px;
    position: relative;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    color: white;
}
#dropzone-images, #dropzone-files {
  width: 100%;
  min-height: 150px;
  border: 2px dashed #0087F7;
  cursor: pointer;
}

.dropzone {
    border: 2px dashed #0087F7 !important;
    border-radius: 5px;
}
.dropzone.dz-drag-hover {
    border-style: solid !important;
}

.table-admin{
    margin-top: 0;
    text-align: left !important;
    font-weight: bold;
    border: 1px solid transparent;
    -webkit-box-shadow: 3px 3px 3px -3px rgba(0,0,0,.75);
    -moz-box-shadow: 3px 3px 3px -3px rgba(0,0,0,.75);
    box-shadow: 3px 3px 3px -3px rgba(0,0,0,.75);
    color: #74929b;
}
.table-admin div.field-name {
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
}
.table-admin tr:nth-child(2n + 1) td{
    background: #d9e6ee !important;
}

.table-admin tr:nth-child(2n) td{
    background: #ebf2f6 !important;
}
.table-users tr td div:first-of-type{
    text-align: right;
}

.table-users tr td div:last-of-type{
    text-align: left;
}

.object-info {
    font-size: 14px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
    background: #eeebf2;
}

.sign {
    font-size: 12px;
    text-align: center;
    width: 100%;
    line-height: 40px;
}

.input-validation-error {    
    border: 1px solid #c7254e;
    background: #f9f2f4;
}
.field-validation-error {
    color: #c7254e;
}

.operation-mes {
    min-height: 30px;
    margin: 10px 0px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    clear: both;
}
    .operation-mes.success {
        color: #498e2d;
        background: #dff0d8;
    }

    .operation-mes.error {
        color: #f9f2f4;
        background: #c7254e;
    }

form .twitter-typeahead {
	display: block !important;
}

.paginate a.active {
	color: red;
	font-size: 120%;
	font-weight: bold;
}

.good-timesegment {
    height: 20px;
    width:40px;
    float:left;
    background-color:green;
}

.bad-timesegment {
    height: 20px;
    width: 20px;
    float: left;
    background-color: pink;
}

.intersect-timesegment {
    height: 20px;
    width: 20px;
    float: left;
    background-color: red;
}

.outage-timesegment {
    height: 20px;
    width: 40px;
    float: left;
    background-color: black;
}

.well a {
	margin-top: 2px;
	margin-bottom: 2px;
}

/* Desk
-----------------------------------------------------------------------------*/

.table-fixed-header-cell {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0px;
    background: #e9e9e8 !important;
}


.container-fluid.last.setGreyBackground {
    background: #e9e9e8 !important;
}

.table {
    margin-bottom: 1rem;
    color: #212529;
}

.text-center.table-cell-without-borders .text_bottom {
    width: 88%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    margin-left: -44%;
}

.text-center.table-cell-without-borders {
    position: relative;
}

.table-cell-without-borders {
    padding: .75rem;
    vertical-align: top;
    border-top: none !important;
}



.card-block {
    background: #fff;
    border-radius: 5px;
    padding: 5px !important;
    overflow: hidden;
    font-size: 12px;
    font-weight: 400;
    font-family: "PT Sans",Arial,sans-serif;
    color: #363b44;
    cursor: move;
    margin-bottom: 8px;
}

    .card-block .card-block-header {
        color: #666;
    }

    .card-block .contact {
        font-size: 12px;
        margin-bottom: 0;
    }

    .card-block .card-block-header .date {
        width: 40%;
        float: right;
        text-align: right;
    }

    .card-block .contact a {
        color: #363b44;
        display: block;
    }

        .card-block .contact a.company {
            opacity: .7;
        }

.company {
    display: block;
    color: #3eacff !important;
    text-transform: uppercase;
    font-size: 10px;
}

.deal-title {
    margin: 7px 0;
}

.card-block .deal-details {
    font-size: 12px;
}

    .card-block .deal-details .tag {
        display: inline-block;
        padding: 1px 10px;
        border-radius: 3px;
        border: 0;
        margin-right: 6px;
        margin-bottom: 6px;
    }

.bg-tag-IsNew {
    background-color: #008000;
    color: #fff;
}

@@media screen and (max-width: 989px) {
    #sprint {
        margin-bottom: 6px;
        margin-top: 6px;
    }
}
