﻿

.text-cyan{
   color: #81babd;
}

.text-purple{
   color: #aea7cf;
}

.text-grey{
   color: #777777;
}
.border-left{
    border-left-width: 10px;
    border-left-style: solid;
    /*border-left-color: greenyellow;*/
}

 .bordered-box  {
     /*border: solid;
     border-width: 5px;
     border-color: red;*/
        border: 1px solid #ddd;
        padding: 10px;
}
  .borderBottom3 {
    border-bottom: 1px solid #ddd;
}

input[type="text"] {
    font-size: 14px;
}

.news-text {
    font-size: 12px;
}

/* Use as: news-time news-time-left*/
.news-time-left {
    float: left;
}
/* Same as original news-time span */
/*.news-time-left span {}*/

.news-title-small {
    font-size: 14px;
    padding-top: 0;
       
}

/* use: news-title news-title-medium */
.news-title-medium { 
    font-size: 16px;
    padding-top: 0;
}
/* use: news-content news-content-medium */
.news-content-medium {
    margin-left: 50px;
    margin-right: 5px;
}
/* Use as: news-time news-time-right-big*/
.news-time-right-big {
    color: #bfbfbf;   
    font-size: 18px;
}
    .news-time-right-big span {
        font-size: 28px;
    }

/* Use as: news-time news-time-left-big*/
.news-time-left-big {
    float: left;
    color: #bfbfbf;
    font-size: 18px;
}
    .news-time-left-big span {
        font-size: 28px;
    }
/* use: news-title news-title-big */
.news-title-big {
    font-size: 20px;
    padding-top: 13px;
}
.news-content-big {
    margin-right: 50px;
    margin-left: 70px;
}
.location-title {
    color: #636364;
    /*font-weight: 600;*/
    font-weight: bold;
    /*text-shadow: 0 1px rgba(255, 255, 255, 0.5);*/
    font-size: 14px;
    /*padding-top: 3px;*/
    padding-bottom: 5px;
}
.black {
    color: black;
}

.info-text > li {
    font-size: 10px;
    margin-bottom: 3px;
}
/*.CellPadding {
    display: table-cell;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
    margin-right: 20px;
}*/

hr {
    border-top: solid 1px #ddd;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
}


/* Navbar ------------------------------------------------------------------------------------------*/
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:focus, .navbar-form .search-query.animated {
    color: white;
}

/*media screen*/
.navbar-darkgrey {
    background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
    background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
    background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
    -webkit-filter: none;
    /*filter: none;*/
    border: 1px solid rgba(0, 0, 0, 0.6);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

/* Color of Top navbar*/
.navbar-inverse {
    background-image: -webkit-linear-gradient(#8a9196, #7a8288 60%, #70787d);
    background-image: -o-linear-gradient(#8a9196, #7a8288 60%, #70787d);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8a9196), color-stop(60%, #7a8288), to(#70787d));
    background-image: linear-gradient(#8a9196, #7a8288 60%, #70787d);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a9196', endColorstr='#ff70787d', GradientType=0);
    -webkit-filter: none;
    /*filter: none;*/
}

/*media screen*/
/*.navbar-default {
    background-color: #3a3f44;
    border-color: #2b2e32;
}*/

.navbarBtnPadding {
    padding-left: 5px;
    padding-right: 10px;
}

.navbar-nav > li > a.dropdown-avatar1 .badge {
    position: absolute;
    top: 5px;
    left: 37px;
}

.navbar-nav > li > a.dropdown-avatar1 {
    position: relative;
    padding-top: 9px;
    padding-bottom: 9px;
    font-weight: 600;
}


/*Override settings form Navbar*/
.navbar1 {
    min-height: 15px;
}
    .navbar1 .navbar-brand {
        /*top right bottom left*/
        margin: 5px 15px 3px 15px;
        font-size: 12px;
        font-weight: bold;
        padding: 0;
        /*line-height: 35px;*/
        /*height: 35px;*/
    }

    .navbar1 .navbar-nav > li > a {
        padding-top: 0;
        padding-bottom: 0;
        /*line-height: 30px;*/
    }

    /*Collapsed*/
    .navbar1 .navbar-toggle {
        /*margin-top: 5px;
        margin-bottom: 5px;
        padding: 8px 9px;*/
        /*top right bottom left*/
        margin: 5px 10px 5px 10px;
        padding: 5px;
    }

    /*.navbar1 .navbar-collapse {
        margin: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 40px;
    }*/


/*.navbar-nav > li > a { padding-top: 5px; padding-bottom: 5px; }
.navbar { min-height: 32px; }
.navbar-brand { padding-top: 5px; padding-bottom: 10px; padding-left: 10px; }*/

/*End navbar ---------------------------------------------------------------------------------------------*/



.RowCells {
    font-size: 11px;
    padding: 5px;
}

.text_10px {
    font-size: 10px;
}

.text_12px {
    font-size: 12px;
}

.text_14px {
    font-size: 14px;
}

.bold {
    font-weight: bold;
}

.listDateToday {
    /*/*font-size: 14px;*/
    /*font-weight: 900;*/
    text-decoration: underline;    
    color: #737373;
}

.listDateToday-other-month {
    /*/*font-size: 14px;*/
    /*font-weight: 900;*/
     color: white;
     text-decoration: underline;   
}

.ListDate {
    font-size: 14px;
    font-weight: 400;
   /*text-justify: distribute;*/
 
}

.UserInfoTitletext {
    font-size: 22px;
}

.UserInfotext {
    font-size: 16px;
}



.icon-1_3x {
    font-size: 1.3em;
}

.icon-1_3x.icon-border {
    border-width: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 2px;
}

.icon-1_5x {
    font-size: 1.5em;
}

.icon-1_5x.icon-border {
    border-width: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 2px;
}

/*.icon-1_5.icon-border {
    border-width: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 2px;
}*/


.icon-1x {
    font-size: 1em;
}

    .icon-1x.icon-border {
        border-width: 1px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 2px;
    }


.icon-08x {
    font-size: 0.8em;
}

    .icon-08x.icon-border {
        border-width: 1px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
    }
    
.data-row {
    margin-bottom: 1px;
}

    .data-row .data-name {
        width: 12em;
      /*background-color: #f4f4f4;*/
        background-color: #efefef; 
        /*background-color: #d7d7d7;*/
        color: #656565;
        font-size: 0.9em;
        vertical-align: top;
    }

    .data-row .data-name, .data-row .data-value {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        /**display: inline;*/
        padding: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .data-row .data-value {
        padding-left: 10px;
        padding-bottom: 1px;
    }

h5, h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-size: 1.5em;*/
    margin-top: 20px;
    margin-bottom: 10px;
}

.horizontalLine {
    border-bottom: 1px solid #ddd;
    margin-top: 10px;
    margin-bottom: 10px;
}

.invoice-header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

    .invoice-header ul li {
        padding: 0 15px;
    }

    .invoice-header ul {
        text-align: right;
    }

        .invoice-header ul li:not(:first-child) {
            border-left: 1px solid #ddd;
        }


::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*ul ol formatting --------------------------------------------------------------------*/

/*ol, ul {
    list-style-type: none;
    margin-top: 1px;
            margin-bottom: 15px;
    top right bottom left
    margin: 1px 0px 0 1px;
    padding: 0px;
}*/

/*set 1px margin top on first meny item*/
#nav li:first-child {
    margin: 1px 0 0 1px;
}
/*on other menyitems no margin*/
#nav li:not(:first-child) {
    /*top right bottom left*/
    margin: 0 0 0 1px;
}

.listStyleNone li {
    list-style-type: none;
}

/*ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }*/

/*End ul ol formatting --------------------------------------------------------------------*/


 /* Media 50-991px*/
    @media all and (min-width: 50px) and (max-width: 991px) {
        .col-xs-sm-no-padding {
            /*margin-left: 0;
            margin-right: 0;*/
            padding-left: 0;
            padding-right: 0;
        }
    }

div .borderLeft {
    border-left: 1px solid #ddd;
    padding-left: 30px;
}

/*remove border pattern 1199px*/
@media all and (max-width: 1199px) {
    div .borderLeft {
        border-left: 0 solid #ddd;
        padding-left: 0;
    }
}

div .borderBottom {
    border-bottom: 1px solid #ddd;
    margin-top: 30px;
    margin-bottom: 30px;
}

div .borderBottom2 {
    border-bottom: 1px solid #ddd;
    /*margin-top: 30px;*/
    margin-bottom: 30px;
}

/*p {
            margin: 0 0 10px;
        }*/


.main-header h2 {
    display: inline-block;
    vertical-align: text-bottom;
    /**vertical-align: text-bottom;*/
    *zoom: 1;
    /**display: inline;*/
    border-right: 1px solid #ccc;
    margin: 0;
    padding-right: 10px;
    margin-right: 10px;
}

.padded2 {
    padding: 5px;
}

.lineH20 {
    line-height: 20px;
}

.paddingtop20 {
    padding-top: 20px;
}

.paddingLeft10 {
    padding-left: 10px;
}
.paddingLeft15 {
    padding-left: 15px;
        padding-right: 15px;

}

.paddingright5 {
    padding-right: 5px;
}
.marginLeftRight15 {
   margin-right: 15px;
   margin-left: 15px;
}

.marginBottom5 {
    margin-bottom: 5px;
}
.marginBottom15 {
    margin-bottom: 15px;
}

.form-control {
    min-width: 100px;
}


/*bring to front, on top of page nav*/
.z-index1100 {
    z-index: 1100;
}

.z-index1500 {
    z-index: 1500;
}

.z-index2000 {
    z-index: 2000;
}


.modal {
    z-index: 2000;
}


.modalBackground {
    background-color: grey;
    filter: alpha(opacity = 60);
    z-index: 6000;
    /*-moz-opacity: 0.6;*/
    opacity: 0.6;
}

.modalPopup {
    background-color: #fbfbfb;
    border-width: 3px;
    border-style: solid;
    border-color: grey;
    padding: 3px;
    z-index: 6001;
}

/* Color for Validator error text*/
.validationerror-text {
    color: red;
    font-weight: bold;
    line-height: 20px;
}

.btn {
    margin: 3px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.UserRegret_Yellow {
    color: #feac04;
}

.UserRequestedEvent_Green {
    color: #58be4c;
}

.UserDeniedEvent_Red {
    color: #ce5252;
}

.UserRequestedEvent_BigGreen {
    color: #58be4c;
    font-size: larger;
    font-weight: bold;
}

.UserDeniedEvent_BigRed {
    color: #ce5252;
    font-size: larger;
    font-weight: bold;
}

.Greenbox {
    width: 1vw;
    height: 1vw;
    min-width: 10px;
    min-height: 10px;
    max-width: 15px;
    max-height: 15px;
    margin: 4px;
    text-align: left;
    float: left;
    background: #BADA55;
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #BBDA55), color-stop(0.89, #DBFF59) );
    background-image: -o-linear-gradient(top, #BBDA55 0, #DBFF59 89%);
    background-image: -moz-linear-gradient(top, #BBDA55 0, #DBFF59 89%);
    background-image: -webkit-linear-gradient(top, #BBDA55 0, #DBFF59 89%);
    /*background-image: -ms-linear-gradient(top, #BBDA55 0, #DBFF59 89%);*/
    background-image: linear-gradient(to top, #BBDA55 0, #DBFF59 89%);
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

.Redbox {
    width: 1vw;
    height: 1vw;
    min-width: 10px;
    min-height: 10px;
    max-width: 15px;
    max-height: 15px;
    margin: 4px;
    float: left;
    background: #d95454;
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #D95454), color-stop(0.89, #FF8282) );
    background-image: -o-linear-gradient(top, #D95454 0, #FF8282 89%);
    background-image: -moz-linear-gradient(top, #D95454 0, #FF8282 89%);
    background-image: -webkit-linear-gradient(top, #D95454 0, #FF8282 89%);
    /*background-image: -ms-linear-gradient(top, #D95454 0, #FF8282 89%);*/
    background-image: linear-gradient(to top, #D95454 0, #FF8282 89%);
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

.GrayBox {
    width: 1vw;
    height: 1vw;
    min-width: 10px;
    min-height: 10px;
    max-width: 15px;
    max-height: 15px;
    margin: 4px;
    float: left;
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #808080), color-stop(0.89, #CCCCCC) );
    background-image: -o-linear-gradient(top, #808080 0, #CCCCCC 89%);
    background-image: -moz-linear-gradient(top, #808080 0, #CCCCCC 89%);
    background-image: -webkit-linear-gradient(top, #808080 0, #CCCCCC 89%);
    /*background-image: -ms-linear-gradient(top, #808080 0, #CCCCCC 89%);*/
    background-image: linear-gradient(to top, #808080 0, #CCCCCC 89%);
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

/*.incom-req {
    display: block;
    width: 1vw;
    height: 1vw;
    min-width: 13px;
    min-height: 13px;
    max-width: 15px;
    max-height: 15px;
    margin: 0,7vw;
    padding: 1px 0 2px 1px;
    font-size: 10px;
    
    font-weight: 600;
    line-height: 1;
    color: white;
 
    vertical-align: baseline;
    float: left;
    background: #6eb056;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}*/

/*display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px; }*/

/*display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }*/



.icon-lists {
    padding: 0;
    margin-top: 6px;
    margin-bottom: auto;
    margin-right: 9px;
    margin-left: 2px;
    float: right;
    vertical-align: top;
}

/* for showing gridview in a box*/
.grid {
    display: table;
    float: left;
    margin-right: 10px;
    margin-left: 15px;
}

.grid-box {
    display: table;
    width: 100%;
    margin: auto;
}

/* Set Gridtable at full width with scroll-X */
.gridtableScroll-X {
    vertical-align: top;
    overflow-x: auto;
    width: 100%;
    overflow-y: visible;
}

.gridview-table {
    display: table;
    width: 100%;
    height: 100%;
    margin: auto;
    border-collapse: separate;
    table-layout: fixed;
}

.center-auto {
    width: auto;
    display: block;
    margin: 0 auto;
}

.center {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.spacer-1 {
    clear: both;
    height: 10px;
    width: 1px;
}

/* Color of Top navbar*/
/*.navbar-inverse {
    background: Gray;
}*/


/*Menu Primary sidebar ----------------------------------------------------------------------------------------*/
  
.glow {
    background: White;
}

 /*Remove black background in menu when collapses less than 991px*/
@media all and (min-width: 0px) and (max-width: 991px) {
.primary-sidebar {
      background: white;
}
}

/*Menu / Sidebar only 160px down to 992px*/
@media all and (min-width: 992px) {
    .primary-sidebar {
        width: 160px; }
    .main-content {
    margin-left: 161px;}
}

/*Changed sidebar background to 161px*/
.sidebar-background {
  width: 161px;
}

/*Changed sidebar background to 161px and white clr to remove black clr*/
.sidebar-background .primary-sidebar-background {
    background: White;
    width: 161px;
}

.primary-sidebar .nav > li .glow {
    background: White;
}

.primary-sidebar .nav > li > a {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 12px;
    padding-bottom: 12px;
}

    .primary-sidebar .nav > li > a:hover, .primary-sidebar .nav > li > a:focus {
        /*background: #f6f6f6;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#f1f1f1');
        background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f1f1f1));
        background: -moz-linear-gradient(top, #f6f6f6, #f1f1f1);
        background: -o-linear-gradient(top, #f6f6f6, #f1f1f1);*/
        background: #BBDA55;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BBDA55', endColorstr='#d5ff3b');
        background: -webkit-gradient(linear, left top, left bottom, from(#d5ff3b), to(#BBDA55));
        background: -moz-linear-gradient(top,#d5ff3b, #BBDA55);
        background: -o-linear-gradient(top,#d5ff3b, #BBDA55);
        position: static;
    }


/*Green Menu color*/
.primary-sidebar ul li a.active, .primary-sidebar ul li a.active:hover {
    background-color: #BADA55;
    background-image: url("./images/nav_active.png");
    background-position: left center;
    background-repeat: repeat-x;
    filter: none;
}

.primary-sidebar .nav > li:hover .glow {
    background: #4291A6;
    -webkit-box-shadow: 0 0 2px 1px #7bc8d7 inset;
    -moz-box-shadow: 0 0 2px 1px #7bc8d7 inset;
    box-shadow: 0 0 2px 1px #7bc8d7 inset;
}
/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
.primary-sidebar .nav > li:hover > a {
    /*color: #939ea4;
        */
    /*start: altaf*/
    color: black;
    /*end: altaf*/
}

.primary-sidebar .nav:after {
    background: none !important;
}

.primary-sidebar .nav > li a:after {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 1px;
    width: 100%;
    left: 0;
    background: none !important;
}
/* line 59, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
.primary-sidebar .nav > li a:before {
    background: none !important;
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    width: 100%;
    left: 0;
}

.primary-sidebar ul li a {
    background: #f1f1f1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#e8e8e8');
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e8e8e8));
    background: -moz-linear-gradient(top, #f1f1f1, #e8e8e8);
    background: -o-linear-gradient(top, #f1f1f1, #e8e8e8);
}


    .primary-sidebar ul li a.active:hover {
        background-color: #CCFFCC;
    }

    .primary-sidebar ul li a.active span {
        color: #FFFFFF;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    }

    /*Padding menu items*/
    .primary-sidebar ul li a span {
        border-bottom: 0 none;
        padding: 12px 4px;
    }
   

/*.primary-sidebar .nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
}*/


/*End Menu Primary sidebar ----------------------------------------------------------------------------------------*/




.table-th-tr-align_center tr th {
    text-align: center;
    padding: 4px;
    /*background: White;*/
}




.table-normal table, .table-normal table tbody td, .table-normal table tr td {
    border: none;
    border-collapse: separate !important;
}

.table-normal thead th {
    background: -moz-linear-gradient(center top, #FDFDFD, #EAEAEA) repeat scroll 0 0 / 100% inherit #EAEAEA;
    border-bottom: 1px solid #D1D2DA;
    border-left: 1px solid #D1D2DA;
    border-right: 1px solid #D1D2DA;
    color: #666666;
    font-size: 1.3em;
    font-weight: 600;
    height: 25px;
    line-height: 25px;
    padding: 3px 5px 2px;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.table-normal tbody td {
    padding: 3px 7px;
}

div.fill-up {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0;
}
    /* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
    div.fill-up * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    /* line 16, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
    div.fill-up input, div.fill-up textarea, div.fill-up select {
        width: 100%;
    }
    /* line 20, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
    div.fill-up .padded .control-group:last-child {
        margin-bottom: 0;
    }
    /* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
    div.fill-up.div-horizontal .div-actions {
        padding-left: 20px;
    }


.icon-empty:before {
    content: "";
}

.dv-chk-1 {
    float: left;
    margin-left: 10px;
    width: 110px;
}

.dv-chk-2 {
    float: left;
    margin-left: 15px;
}

.ul-fixed-height-1 li {
    height: 50px;
}

.clear {
    clear: both;
}

.checkbox-margin tbody tr td {
    padding-right: 10px;
}

.box-header-items-1 {
    width: 190px;
    margin: 10px;
    /*float: left;*/
}
.box-header-items-2 {
    width: 160px;
    margin: 5px;
    /*float: left;*/
}
.box-header-items-3 {   
    margin: 5px;
}


.list-box {
    background: none repeat scroll 0 0 #FDFDFD;
    border: 1px solid #D7D7D7;
    border-radius: 0;
    box-shadow: none;
    color: #858585;
    display: inline-block;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    padding: 5px;
}

.list-box2 {
    background: none repeat scroll 0 0 #FDFDFD;
    border: 1px solid #D7D7D7;
    border-radius: 0;
    box-shadow: none;
    color: #333333;
    display: inline-block;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    padding: 1px;
}

.modal-admin {
    width: 750px;
    margin: -345px 0 0 -375px;
}

.modal-vertical-centered {
    transform: translate(0, 50%) !important;
    -ms-transform: translate(0, 50%) !important; /* IE 9 */
    -webkit-transform: translate(0, 50%) !important; /* Safari and Chrome */
}

.rb-item {
    float: left;
    margin-left: 10px;
}

.rb-label-disable {
    color: #A3A3A3;
}

.dv-center {
    display: table;
    margin: auto;
}

.fc-event-skin-no-background {
    border-color: #32779A;
    background-color: none;
    color: #fff;
    display: block;
    padding: 1px 0;
    font-size: 11px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    /*-khtml-border-radius: 2px;*/
    border-radius: 2px;
    margin-top: 1px;
    height: 100%;
}

/* Bgrcolor cell other months Calendar*/
.fc-other-month {
    background-color: #e6e6e6;
    /*background-color: #c4c4c4;*/
    color: white;
}

/* Other month current day*/
.fc-other-month-current-day {
    background-color: #fbf4d2;
    /*background-color: #c4c4c4;*/
    color: white;
}

/* Bgrcolor cell current month Calendar*/
.fc-current-month {
    background-color: #fbfbfb;
    color: #8c8c8c;
}
/*bgr color Cell Current day Calendar*/
.fc-current-day {
    background-color: #fbf4d2;
    /*background-color: #fbf3d5;*/
    /*background-color: #d5daff;*/
    color: #8c8c8c;
}

.Working_color {
    /*background-color: #ffecec;*/
    background-color: #fed2d2;
}

.Free_color {
    background-color: #f4fbd5;
    /*background-color: #f0ffee;*/
}

.marg {
    margin: 20px;
    
}